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