1. 80f7102 Improve packaging.database documentation by Éric Araujo · 12 years ago
  2. e5eec7e Move xml.etree higher and xml.parsers.expat lower in the markup ToC. by Éric Araujo · 12 years ago
  3. 8d3c290 Issue #14166: Pickler objects now have an optional `dispatch_table` attribute which allows to set custom per-pickler reduction functions. by Antoine Pitrou · 12 years ago
  4. a673eb8 Fix invalid markup and update suspicious ignores. by Georg Brandl · 12 years ago
  5. 643cd68 Issue #13964: signal.sigtimedwait() timeout is now a float instead of a tuple by Victor Stinner · 12 years ago
  6. 83ac013 Clarify importlib.machinery.PathFinder's difference from what __import__() does. by Brett Cannon · 12 years ago
  7. 75321e8 Minor doc cleanup. by Brett Cannon · 12 years ago
  8. b2b1863 merge 3.2 heads by Eli Bendersky · 12 years ago
  9. 92818d5 Merge 3.2 by Eli Bendersky · 12 years ago
  10. 2029344 Issue #11379: add a note in xml.dom.minidom suggesting to use etree in some cases by Eli Bendersky · 12 years ago
  11. be52d50 Merge branch '3.2' by Petri Lehtinen · 12 years ago
  12. 4d2bfb5 sqlite3: Port documentation changes from the 2.7 branch by Petri Lehtinen · 12 years ago
  13. 493846e Add missing 'versionadded' for shlex.quote; closes #14165 by Eli Bendersky · 12 years ago
  14. 6ea00ef #14155: merge with 3.2. by Ezio Melotti · 12 years ago
  15. 443f000 #14155: remove duplication about search vs match in re doc. by Ezio Melotti · 12 years ago
  16. 0b8123d #10713: merge with 3.2. by Ezio Melotti · 12 years ago
  17. 5a045b9 #10713: Improve documentation for \b and \B and add a few tests. Initial patch and tests by Martin Pool. by Ezio Melotti · 12 years ago
  18. 0109e3c merge with 3.2 by Sandro Tosi · 12 years ago
  19. 83c4882 s/div/truediv/; thanks to Félix-Antoine Fortin from docs@ by Sandro Tosi · 12 years ago
  20. b46a179 Update importlib.invalidate_caches() to be more general. by Brett Cannon · 12 years ago
  21. ad8586d typo by Benjamin Peterson · 12 years ago
  22. c45a8a1 Issue #14123: Explicitly mention that old style % string formatting has caveats but is not going away any time soon. by Gregory P. Smith · 12 years ago
  23. 3bbdc8e Issue #14123: Explicitly mention that old style % string formatting has caveats by Gregory P. Smith · 12 years ago
  24. ab7bf21 Close issue #6210: Implement PEP 409 by Nick Coghlan · 12 years ago
  25. cda6b6d #14081: The sep and maxsplit parameter to str.split, bytes.split, and bytearray.split may now be passed as keyword arguments. by Ezio Melotti · 12 years ago
  26. 408026c Merge 3.2 by Éric Araujo · 12 years ago
  27. a609199 Use const markup instead of a misleading string literal by Éric Araujo · 12 years ago
  28. 9a2d99e - Issue #10181: New memoryview implementation fixes multiple ownership by Stefan Krah · 12 years ago
  29. 0a78622 Issue #13846: Enhance time.monotonic() documentation by Victor Stinner · 13 years ago
  30. 335d628 merge with 3.2 by Georg Brandl · 13 years ago
  31. eb25fb7 Fix markup errors. by Georg Brandl · 13 years ago
  32. fb36e66 adjust docs for unicode 6.1 by Benjamin Peterson · 13 years ago
  33. 2fb477c Merge 3.2: Issue #13703 plus some related test suite fixes. by Georg Brandl · 13 years ago
  34. 09a7c72 Merge from 3.1: Issue #13703: add a way to randomize the hash values of basic types (str, bytes, datetime) by Georg Brandl · 13 years ago
  35. 2daf6ae Issue #13703: add a way to randomize the hash values of basic types (str, bytes, datetime) by Georg Brandl · 13 years ago
  36. 5743691 Merged upstream changes. by Vinay Sajip · 13 years ago
  37. aa8a62d Merged documentation update from 3.2. by Vinay Sajip · 13 years ago
  38. fee358b logging: clarified documentation for Handler.handleError. by Vinay Sajip · 13 years ago
  39. ea6b4d5 Issue #13641: Decoding functions in the base64 module now accept ASCII-only unicode strings. by Antoine Pitrou · 13 years ago
  40. 4a57846 Merge by Antoine Pitrou · 13 years ago
  41. a7e594b Merge 3.2 by Éric Araujo · 13 years ago
  42. 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
  43. c3ef037 Add missing “::” markup. by Éric Araujo · 13 years ago
  44. 32ac92c Issue #13605: merge with 3.2 by Sandro Tosi · 13 years ago
  45. 0467686 Issue #13605: use print() in argparse nargs example by Sandro Tosi · 13 years ago
  46. 1ee86a1 merge with 3.2 by Sandro Tosi · 13 years ago
  47. 76dea27 Indent 'File' in memoryview example, so it is correctly highlighted by Sandro Tosi · 13 years ago
  48. b5d2710 merge with 3.2 by Sandro Tosi · 13 years ago
  49. c33ae06 fix error in memoryview example; thanks to kan lianlian from docs@ by Sandro Tosi · 13 years ago
  50. c48cfe3 #14020: merge with 3.2. by Ezio Melotti · 13 years ago
  51. 4279bc7 #14020: improve HTMLParser documentation. by Ezio Melotti · 13 years ago
  52. 17f1be6 Merge branch '3.2' by Petri Lehtinen · 13 years ago
  53. b389022 sqlite3: Fix documentation errors concerning Cursor.rowcount by Petri Lehtinen · 13 years ago
  54. cd77815 Issue #11836: document and expose multiprocessing.SimpleQueue by Sandro Tosi · 13 years ago
  55. 5cb522c Issue #11836: document multiprocessing.queues.SimpleQueue by Sandro Tosi · 13 years ago
  56. be2cf33 Merge branch '3.2' by Petri Lehtinen · 13 years ago
  57. 1ca9395 Issue #13491: Fix many errors in sqlite3 documentation by Petri Lehtinen · 13 years ago
  58. 1d175f7 Merge fixes for #1326113 and #12297 from 3.2 by Éric Araujo · 13 years ago
  59. ccddc47 Improve doc for atexit.register and unregister (#12297) by Éric Araujo · 13 years ago
  60. 0f7888d Time module doc: Fix reST syntax by Victor Stinner · 13 years ago
  61. 1fd6482 shutil copy module reference doc fix. by Senthil Kumaran · 13 years ago
  62. 7f728c1 shutil copy module reference doc fix. by Senthil Kumaran · 13 years ago
  63. a72a98f Issue #13988: cElementTree is deprecated and the _elementtree accelerator is automatically used whenever available. by Florent Xicluna · 13 years ago
  64. db66310 Issue #13930: Adds ability for 2to3 to write its output to a different by Gregory P. Smith · 13 years ago
  65. 58f23ff Issue #13930: Adds ability for 2to3 to write its output to a different by Gregory P. Smith · 13 years ago
  66. d1a1071 Merge: #13989: Document that GzipFile does not support text mode. by Nadeem Vawda · 13 years ago
  67. 30d94b7 Issue #13989: Document that GzipFile does not support text mode. by Nadeem Vawda · 13 years ago
  68. d049d5c fix Sphinx error in os.rst by Eli Bendersky · 13 years ago
  69. bc35beb Undocument and clean up sqlite3.OptimizedUnicode by Petri Lehtinen · 13 years ago
  70. f0f9679 merge from 3.2 by Senthil Kumaran · 13 years ago
  71. 5b14d73 Issue #9021 - Introduce copy module better. Doc changes suggested by Terry by Senthil Kumaran · 13 years ago
  72. 0bfa963 merged from 3.2 by Senthil Kumaran · 13 years ago
  73. 6e13f13 Fix Issue #6005: Examples in the socket library documentation use sendall, by Senthil Kumaran · 13 years ago
  74. bcf2b59 Issue #13609: Add two functions to query the terminal size: by Antoine Pitrou · 13 years ago
  75. 4195b5c Backout f8409b3d6449: the PEP 410 is not accepted yet by Victor Stinner · 13 years ago
  76. ccd5715 PEP 410 by Victor Stinner · 13 years ago
  77. 8b30201 Issue #13846: Add time.monotonic(), monotonic clock. by Victor Stinner · 13 years ago
  78. 7794090 Following Nick's suggestion, rename posix.fdlistdir() to posix.flistdir(), to by Charles-François Natali · 13 years ago
  79. 7372b06 Issue #13734: Add os.fwalk(), a directory walking function yielding file by Charles-François Natali · 13 years ago
  80. fb39063 Make lzma docs consistent with other compression modules (cf. changeset 11bd2d32b4e8). by Nadeem Vawda · 13 years ago
  81. cd0d951 Merge edits from 3.2 (#13716, #1040439, #2945, #13770, #6715) by Éric Araujo · 13 years ago
  82. cd2a603 Branch merge by Éric Araujo · 13 years ago
  83. bd249c1 Clarify note in BZ2File docs about lack of multi-stream support (issue #1625). by Nadeem Vawda · 13 years ago
  84. 2cf0448 merge with 3.2 by Georg Brandl · 13 years ago
  85. 9701eb6 Closes #13944: fix capitalization of class name. by Georg Brandl · 13 years ago
  86. 8f50912 Issue #1625: Document BZ2File's lack of support for multi-stream inputs. by Nadeem Vawda · 13 years ago
  87. 94015f1 merge 3.2 by Benjamin Peterson · 13 years ago
  88. f51ebf9 threading primitives now have timeouts by Benjamin Peterson · 13 years ago
  89. d85d0e7 Document that some of LZMAFile.__init__()'s args are keyword-only. by Nadeem Vawda · 13 years ago
  90. 54d8144 Make BZ2File.__init__()'s fileobj argument keyword-only. by Nadeem Vawda · 13 years ago
  91. 9d6c669 Issue #13777: Add PF_SYSTEM sockets on OS X. Patch by Michael Goderbauer. by Martin v. Löwis · 13 years ago
  92. 538343d Fix small grammatical inconsistency. by Georg Brandl · 13 years ago
  93. 4b0eab6 Merge branch 3.2 by Petri Lehtinen · 13 years ago
  94. 9713321 Document absoluteness of sys.executable by Petri Lehtinen · 13 years ago
  95. 090ec3c merge. again. by Brian Curtin · 13 years ago
  96. 97e2008 merge updates by Brian Curtin · 13 years ago
  97. 8d132c8 merge from 3.2 by Brian Curtin · 13 years ago
  98. 10dda6e Add a hint that CSD == Service Pack. by Brian Curtin · 13 years ago
  99. 590463e merge by Raymond Hettinger · 13 years ago
  100. fc3ba6b Add usage note by Raymond Hettinger · 13 years ago