- c229e6e Issue #14040: Remove rarely used file name suffixes for C extensions (under POSIX mainly). by Antoine Pitrou · 13 years ago
- ea6b4d5 Issue #13641: Decoding functions in the base64 module now accept ASCII-only unicode strings. by Antoine Pitrou · 13 years ago
- 4384435 write versionadded by Benjamin Peterson · 13 years ago
- 8eb1269 add generic implementation of a __dict__ descriptor for C types by Benjamin Peterson · 13 years ago
- 4a57846 Merge by Antoine Pitrou · 13 years ago
- a7e594b Merge 3.2 by Éric Araujo · 13 years ago
- c541f8e Issue #14043: Speed up importlib's _FileFinder by at least 8x, and add a new importlib.invalidate_caches() function. by Antoine Pitrou · 13 years ago
- c3ef037 Add missing “::” markup. by Éric Araujo · 13 years ago
- 32ac92c Issue #13605: merge with 3.2 by Sandro Tosi · 13 years ago
- 0467686 Issue #13605: use print() in argparse nargs example by Sandro Tosi · 13 years ago
- 488a56d merge with 3.2 by Sandro Tosi · 13 years ago
- f06d444 don't split 'Hye-Shik Chang' name; thanks to Sergey from docs@ by Sandro Tosi · 13 years ago
- 1ee86a1 merge with 3.2 by Sandro Tosi · 13 years ago
- 76dea27 Indent 'File' in memoryview example, so it is correctly highlighted by Sandro Tosi · 13 years ago
- b5d2710 merge with 3.2 by Sandro Tosi · 13 years ago
- c33ae06 fix error in memoryview example; thanks to kan lianlian from docs@ by Sandro Tosi · 13 years ago
- 93abdd1 Merge with 3.2 closes 14023 by Terry Jan Reedy · 13 years ago
- ead1de2 Issue 14023 Revert edit to 2.7 version. (I suspect edit is from when we thought by Terry Jan Reedy · 13 years ago
- c48cfe3 #14020: merge with 3.2. by Ezio Melotti · 13 years ago
- 4279bc7 #14020: improve HTMLParser documentation. by Ezio Melotti · 13 years ago
- 17f1be6 Merge branch '3.2' by Petri Lehtinen · 13 years ago
- b389022 sqlite3: Fix documentation errors concerning Cursor.rowcount by Petri Lehtinen · 13 years ago
- cd77815 Issue #11836: document and expose multiprocessing.SimpleQueue by Sandro Tosi · 13 years ago
- 5cb522c Issue #11836: document multiprocessing.queues.SimpleQueue by Sandro Tosi · 13 years ago
- be2cf33 Merge branch '3.2' by Petri Lehtinen · 13 years ago
- 1ca9395 Issue #13491: Fix many errors in sqlite3 documentation by Petri Lehtinen · 13 years ago
- 1d175f7 Merge fixes for #1326113 and #12297 from 3.2 by Éric Araujo · 13 years ago
- ccddc47 Improve doc for atexit.register and unregister (#12297) by Éric Araujo · 13 years ago
- 0f7888d Time module doc: Fix reST syntax by Victor Stinner · 13 years ago
- 1fd6482 shutil copy module reference doc fix. by Senthil Kumaran · 13 years ago
- 7f728c1 shutil copy module reference doc fix. by Senthil Kumaran · 13 years ago
- a72a98f Issue #13988: cElementTree is deprecated and the _elementtree accelerator is automatically used whenever available. by Florent Xicluna · 13 years ago
- db66310 Issue #13930: Adds ability for 2to3 to write its output to a different by Gregory P. Smith · 13 years ago
- 58f23ff Issue #13930: Adds ability for 2to3 to write its output to a different by Gregory P. Smith · 13 years ago
- a9d2b64 Merge fixes for #13193 and FAQ from 3.2 by Éric Araujo · 13 years ago
- 01a2215 Update mention of Subversion in the FAQ. by Éric Araujo · 13 years ago
- 4f86343 What's new typo by Antoine Pitrou · 13 years ago
- d7e5c6e Add section on bz2 module to whatsnew/3.3. by Nadeem Vawda · 13 years ago
- 7edbe30 Fix typo in whatsnew/3.3. by Nadeem Vawda · 13 years ago
- d1a1071 Merge: #13989: Document that GzipFile does not support text mode. by Nadeem Vawda · 13 years ago
- 30d94b7 Issue #13989: Document that GzipFile does not support text mode. by Nadeem Vawda · 13 years ago
- 44fb613 fix Doc/extending/extending.rst typo by Eli Bendersky · 13 years ago
- d049d5c fix Sphinx error in os.rst by Eli Bendersky · 13 years ago
- bc35beb Undocument and clean up sqlite3.OptimizedUnicode by Petri Lehtinen · 13 years ago
- f0f9679 merge from 3.2 by Senthil Kumaran · 13 years ago
- 5b14d73 Issue #9021 - Introduce copy module better. Doc changes suggested by Terry by Senthil Kumaran · 13 years ago
- 0bfa963 merged from 3.2 by Senthil Kumaran · 13 years ago
- 6e13f13 Fix Issue #6005: Examples in the socket library documentation use sendall, by Senthil Kumaran · 13 years ago
- bcf2b59 Issue #13609: Add two functions to query the terminal size: by Antoine Pitrou · 13 years ago
- 4195b5c Backout f8409b3d6449: the PEP 410 is not accepted yet by Victor Stinner · 13 years ago
- ccd5715 PEP 410 by Victor Stinner · 13 years ago
- f4c54ff What's New in 3.3: reorder modules by Victor Stinner · 13 years ago
- 2e63177 What's New in 3.3: Fix time module doc by Victor Stinner · 13 years ago
- 8b30201 Issue #13846: Add time.monotonic(), monotonic clock. by Victor Stinner · 13 years ago
- 7794090 Following Nick's suggestion, rename posix.fdlistdir() to posix.flistdir(), to by Charles-François Natali · 13 years ago
- 7372b06 Issue #13734: Add os.fwalk(), a directory walking function yielding file by Charles-François Natali · 13 years ago
- fb39063 Make lzma docs consistent with other compression modules (cf. changeset 11bd2d32b4e8). by Nadeem Vawda · 13 years ago
- cd0d951 Merge edits from 3.2 (#13716, #1040439, #2945, #13770, #6715) by Éric Araujo · 13 years ago
- cd2a603 Branch merge by Éric Araujo · 13 years ago
- bd249c1 Clarify note in BZ2File docs about lack of multi-stream support (issue #1625). by Nadeem Vawda · 13 years ago
- 2cf0448 merge with 3.2 by Georg Brandl · 13 years ago
- 9701eb6 Closes #13944: fix capitalization of class name. by Georg Brandl · 13 years ago
- 8f50912 Issue #1625: Document BZ2File's lack of support for multi-stream inputs. by Nadeem Vawda · 13 years ago
- 94015f1 merge 3.2 by Benjamin Peterson · 13 years ago
- f51ebf9 threading primitives now have timeouts by Benjamin Peterson · 13 years ago
- d85d0e7 Document that some of LZMAFile.__init__()'s args are keyword-only. by Nadeem Vawda · 13 years ago
- 54d8144 Make BZ2File.__init__()'s fileobj argument keyword-only. by Nadeem Vawda · 13 years ago
- ff962c5 Small grammar fixes by Mark Summerfield. by Georg Brandl · 13 years ago
- 9d6c669 Issue #13777: Add PF_SYSTEM sockets on OS X. Patch by Michael Goderbauer. by Martin v. Löwis · 13 years ago
- 538343d Fix small grammatical inconsistency. by Georg Brandl · 13 years ago
- 4b0eab6 Merge branch 3.2 by Petri Lehtinen · 13 years ago
- 9713321 Document absoluteness of sys.executable by Petri Lehtinen · 13 years ago
- 090ec3c merge. again. by Brian Curtin · 13 years ago
- 97e2008 merge updates by Brian Curtin · 13 years ago
- 8d132c8 merge from 3.2 by Brian Curtin · 13 years ago
- 10dda6e Add a hint that CSD == Service Pack. by Brian Curtin · 13 years ago
- 590463e merge by Raymond Hettinger · 13 years ago
- fc3ba6b Add usage note by Raymond Hettinger · 13 years ago
- f3b2d88 Issue #8828: Add new function os.replace(), for cross-platform renaming with overwriting. by Antoine Pitrou · 13 years ago
- cdc878e Issue #6774: Back out c8b77efe8b56, which only brings confusion. by Charles-François Natali · 13 years ago
- 9e312da merge with 3.2 by Georg Brandl · 13 years ago
- c875d20 Fix #13900: resolve self-referential description of a parameter. by Georg Brandl · 13 years ago
- bc9f1b5 merge heads (#13887) by Benjamin Peterson · 13 years ago
- 871b9d1 note that get() is not affected by default_factory (closes #13887) by Benjamin Peterson · 13 years ago
- b46d4b7 Fix error handling in examples of C API use. by Antoine Pitrou · 13 years ago
- 04707c0 Fix error handling in examples of C API use. by Antoine Pitrou · 13 years ago
- e10ae88 Clarify that ssl.OP_ALL can be different from OpenSSL's SSL_OP_ALL. by Antoine Pitrou · 13 years ago
- 9f6b02e Clarify that ssl.OP_ALL can be different from OpenSSL's SSL_OP_ALL. by Antoine Pitrou · 13 years ago
- 722db7b merge by Brett Cannon · 13 years ago
- e9cd900 Merge by Brett Cannon · 13 years ago
- fc70cbc Issue #13883: PYTHONCASEOK also works with OS X. by Brett Cannon · 13 years ago
- 1740afd Issue #13883: Document all platforms PYTHONCASEOK works on. by Brett Cannon · 13 years ago
- c9e7ef7 - Issue #13840: Fix ctypes.create_string_buffer exception message and docs. by Meador Inge · 13 years ago
- 65992c1 - Issue #13840: Fix ctypes.create_string_buffer exception message and docs. by Meador Inge · 13 years ago
- b0f30c9 merge with 3.2 by Georg Brandl · 13 years ago
- 6c89a79 #13852: some small doc fixes. by Georg Brandl · 13 years ago
- a5f6d0e merge 3.2 by Benjamin Peterson · 13 years ago
- b4b0b35 kill extra word by Benjamin Peterson · 13 years ago
- e9fca25 say bitwise (because I have no idea what a bit-string is) by Benjamin Peterson · 13 years ago
- 91ecea2 Issue #13772: In os.symlink() under Windows, do not try to guess the link by Antoine Pitrou · 13 years ago