Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/v3.3.2
/
Doc
521ed52
Closes issue #17732: ignore install-directory specific options in
by Georg Brandl
· 12 years ago
d8f870d
I was confused before. It's correct to not call .close() inside the with
by Barry Warsaw
· 12 years ago
173d410
#17841: remove missing codecs aliases from the documentation. Patch by Thomas Fenzl.
by Ezio Melotti
· 12 years ago
ddcb304
#17700: update the curses HOWTO for 3.x
by Andrew Kuchling
· 12 years ago
955382c
#17938: remove duplicate paragraphs.
by Ezio Melotti
· 12 years ago
babc822
#16523: improve attrgetter/itemgetter/methodcaller documentation.
by Ezio Melotti
· 12 years ago
c58a3ea
#17714: document that the base64 codec adds a trailing newline.
by Ezio Melotti
· 12 years ago
9c939bc
#17871: fix unittest.TextTestRunner signature in the docs. Patch by Yogesh Chaudhari.
by Ezio Melotti
· 12 years ago
12f588a
Issue 17920: Fix-up terminology in the set documentation
by Raymond Hettinger
· 12 years ago
25cd091
#14187: Add glossary entry for 'function annotations'.
by R David Murray
· 12 years ago
44571da
Issue 17862: Improve the signature of itertools grouper() recipe.
by Raymond Hettinger
· 12 years ago
5de183a
Elaborate on bytes-like objects.
by Antoine Pitrou
· 12 years ago
c228e96
#16518: use "bytes-like object" throughout the docs.
by Ezio Melotti
· 12 years ago
a771a1b
Issue #17529: Fix os.sendfile() documentation regarding the type of file
by Charles-Francois Natali
· 12 years ago
aa54e2f
#16518: add "bytes-like object" to the glossary.
by Ezio Melotti
· 12 years ago
ab6ab15
#17881: clarify documentation of plistlib.
by Ezio Melotti
· 12 years ago
775ccdf
#7152: Remove incorrectly added reference to DataHandler.
by R David Murray
· 12 years ago
9330a94
Reflow paragraphs.
by R David Murray
· 12 years ago
5aea37a
#7152: Clarify that ProxyHandler is added only if proxy settings are detected.
by R David Murray
· 12 years ago
4067aa2
Issue #17357: Use more stern wording for importlib.invalidate_caches().
by Brett Cannon
· 12 years ago
d638381
#17729: remove the Advocacy HOWTO from the index.
by Ezio Melotti
· 12 years ago
8bdcaf7
#17729: remove the outdated Advocacy HOWTO, as suggested by the author.
by Ezio Melotti
· 12 years ago
25187e6
#15575: Clarify tutorial description of when modules are executed.
by R David Murray
· 12 years ago
bebe91a
Issue #17670: Provide an example of expandtabs() usage.
by Ned Deily
· 12 years ago
bdf940d
#17409: Document RLIM_INFINITY and use it to clarify the setrlimit docs.
by R David Murray
· 12 years ago
0aa685a
Minor typo in example.
by Barry Warsaw
· 12 years ago
bca1a26
#17135: Add note in imp to use importlib for new programs.
by R David Murray
· 12 years ago
a68c1ab
#17771: fix typo. Patch by Andriy Mysyk.
by Ezio Melotti
· 12 years ago
c048d98
#17740: fix links to the socket function. Initial patch by Zachary Ware.
by Ezio Melotti
· 12 years ago
d34941a
Issue #17739: fix the description of SSLSocket.getpeercert(binary_form=True) for server sockets.
by Antoine Pitrou
· 12 years ago
ed3cd7e
#13510: clarify that f.readlines() is note necessary to iterate over a file. Patch by Dan Riti.
by Ezio Melotti
· 12 years ago
45fe62d
Issue #17728: Specify default precision for float.format for presentation types e, f, and g.
by Eric V. Smith
· 12 years ago
1aca953
Fix example ignoring ".svn" directories in compileall.
by Georg Brandl
· 12 years ago
1e1134a
The Integral class does not contain implementations for the bit-shifting operations. (See #3056.)
by Georg Brandl
· 12 years ago
5e2954e
Clarify that the function *definition* creates the function and the binding in the module globals.
by Georg Brandl
· 12 years ago
991fc57
Closes #13638: document PyErr_SetFromErrnoWithFilenameObject,
by Georg Brandl
· 12 years ago
a204636
bind('') does not do the same as bind('localhost')
by Georg Brandl
· 12 years ago
5f4b4ac
Update code examples using collections.abc classes.
by Georg Brandl
· 12 years ago
7b8c132
Closes #17726: small clarification in design FAQ.
by Georg Brandl
· 12 years ago
e095968
Update using/mac documentation which was still on 2.5.
by Georg Brandl
· 12 years ago
dec3b3f
Clarify point in name mangling doc.
by Georg Brandl
· 12 years ago
0bfd6ac
Reflow paragraph.
by R David Murray
· 12 years ago
14ee3cf
#2118: clarify smtplib exception documentation.
by R David Murray
· 12 years ago
ac3da87
#17686: fix broken link in Doc/using/unix.rst. Patch by Dan Riti.
by Ezio Melotti
· 12 years ago
a3b255f
#17653: fix typo in socketserver docs. Patch by Tshepang Lekhonkhobe.
by Ezio Melotti
· 12 years ago
6ebdb61
Merge heads.
by Ezio Melotti
· 12 years ago
59d6d2d
#17688: fix declaration for richcmp example in the docs.
by Andrew Svetlov
· 12 years ago
075d87c
#6696: add documentation for the Profile objects, and improve profile/cProfile docs. Patch by Tom Pinckney.
by Ezio Melotti
· 12 years ago
c09959a
#17635: fix wrong function name in multiprocessing docs.
by Ezio Melotti
· 12 years ago
595365d
Merge heads
by Andrew Svetlov
· 12 years ago
5b6e1ca
Update argparse docs to follow order of ArgumentParser() arguments.
by Andrew Svetlov
· 12 years ago
17328e4
Clean-up lru_cache examples. The print() not is needed. Set maxsize to a power of two.
by Raymond Hettinger
· 12 years ago
e16f4dc
Change wording as Eli Bendersky suggests.
by Andrew Svetlov
· 12 years ago
03b273f
Add 3.3.1 to LICENSE files.
by Georg Brandl
· 12 years ago
cca5548
merge with 3.3.1 release clone
by Georg Brandl
· 12 years ago
2fd4abe
merge with 3.2 branch
by Georg Brandl
· 12 years ago
9a411ce
Add link to glossary for hashable term in docs for set type
by Andrew Svetlov
· 12 years ago
e463b66
Fix typo
by Andrew Svetlov
· 12 years ago
815b0e2
Fix typo.
by Andrew Svetlov
· 12 years ago
09f0dde
#8913: add examples and docs for date/time/datetime.__format__. Patch by Heikki Partanen.
by Ezio Melotti
· 12 years ago
41459a9
Issue #15940: Replace tab.
by Terry Jan Reedy
· 12 years ago
b5e2e7e
Issue #15940: Specify effect of locale on time functions.
by Terry Jan Reedy
· 12 years ago
03b2a1c
#17623: fix whatsnew typo
by R David Murray
· 12 years ago
19aeb43
Issue #17435: Don't use mutable default values in Timer.
by R David Murray
· 12 years ago
8028a5c
Updated logging cookbook with additional example for output using str.format().
by Vinay Sajip
· 12 years ago
b40a220
#17539: fix MagicMock example. Patch by Berker Peksag.
by Ezio Melotti
· 12 years ago
6d2bc6e
#17438: add links to the conversion tables in dump(s)/load(s).
by Ezio Melotti
· 12 years ago
a5d55ba
Update the suspicious builder to detect unused rules, and remove currently unusued rules.
by Ezio Melotti
· 12 years ago
44ea77b
Closes #4159: add LaTeX tabular column specifications to tables that otherwise are cut off or have overlapping text.
by Georg Brandl
· 12 years ago
6ba6b13
Fix XML vulnerability link targets.
by Georg Brandl
· 12 years ago
6f18a86
Fix XML vulnerability link references.
by Georg Brandl
· 12 years ago
f5390fc
merge with last upstream doc changes in 3.2
by Georg Brandl
· 12 years ago
e5caf29
Update suspicious ignore file.
by Ezio Melotti
· 12 years ago
fd4365a
Update suspicious ignore file.
by Ezio Melotti
· 12 years ago
184e593
#17329: merge with 3.2.
by Ezio Melotti
· 12 years ago
265281a
#17329: document unittest.SkipTest. Initial patch by Zachary Ware.
by Ezio Melotti
· 12 years ago
768f6a5
Issue 17538: Document XML vulnerabilties
by Christian Heimes
· 12 years ago
1df04e8
Issue 17538: Document XML vulnerabilties
by Christian Heimes
· 12 years ago
7380a67
Issue 17538: Document XML vulnerabilties
by Christian Heimes
· 12 years ago
a1eb483
Add versionadded for `-X faulthandler` (also fix typo and markup).
by Ezio Melotti
· 12 years ago
a809e4a
merge with upstream 3.3 branch
by Georg Brandl
· 12 years ago
v3.3.1rc1
4eb5f1a
merge with main repo 3.2 branch
by Georg Brandl
· 12 years ago
v3.2.4rc1
a1b9ed3
Fixes issue #17488: Change the subprocess.Popen bufsize parameter default value
by Gregory P. Smith
· 12 years ago
a1ed539
Fixes issue #17488: Change the subprocess.Popen bufsize parameter default value
by Gregory P. Smith
· 12 years ago
3ddba16
Update collections ABC table to match the __abstractmethods__ attribute for each container.
by Raymond Hettinger
· 12 years ago
378170d
Issue 17447: Clarify that str.isidentifier doesn't check for reserved keywords.
by Raymond Hettinger
· 12 years ago
a7d2f00
Copyright update to 2013.
by Georg Brandl
· 12 years ago
d50fe72
Fix suspicious markup in the docs.
by Georg Brandl
· 12 years ago
0a1bc11
Fix suspicious markup in the docs.
by Georg Brandl
· 12 years ago
bcd2aa6
cleanup references to PyString_ APIs from 2.x in the 3.3 docs.
by Gregory P. Smith
· 12 years ago
4b52ae8
Clean up references to the no longer existing PyString_ APIs in our docs.
by Gregory P. Smith
· 12 years ago
8f35c89
Modernize unittest example
by Raymond Hettinger
· 12 years ago
1621d77
- Issue #16754: Fix the incorrect shared library extension on linux. Introduce
by doko@ubuntu.com
· 12 years ago
d5537d0
- Issue #16754: Fix the incorrect shared library extension on linux. Introduce
by doko@ubuntu.com
· 12 years ago
74b2404
merge
by Gregory P. Smith
· 12 years ago
1f8a40b
remove the long obsolete mention of universal newlines mode only being
by Gregory P. Smith
· 12 years ago
ba7dd67
Merge usage of argument/parameter and markup fixes from 3.2.
by Ezio Melotti
· 12 years ago
93115e0
Fix usage of argument/parameter and markup.
by Ezio Melotti
· 12 years ago
f16455a
clarifiy the documentation for issue17285. see also commit
by Gregory P. Smith
· 12 years ago
cd3bb8b
#17474 - Mark the deprecated Request methods as deprecated-removed. Review by Ezio Melotti
by Senthil Kumaran
· 12 years ago
Next »