1. f125bf5 Update copyright years and version name. by Georg Brandl · 13 years ago v3.3.0a1
  2. 0e475c3 Sort and clean up suspicious ignore file. by Georg Brandl · 13 years ago
  3. a673eb8 Fix invalid markup and update suspicious ignores. by Georg Brandl · 13 years ago
  4. 50fdcdf Fix encoding handling of the pydoc-topics writer. by Georg Brandl · 13 years ago
  5. 50364b4 Basic documentation for PEP 414 by Armin Ronacher · 13 years ago
  6. 643cd68 Issue #13964: signal.sigtimedwait() timeout is now a float instead of a tuple by Victor Stinner · 13 years ago
  7. 92818d5 Merge 3.2 by Eli Bendersky · 13 years ago
  8. 2029344 Issue #11379: add a note in xml.dom.minidom suggesting to use etree in some cases by Eli Bendersky · 13 years ago
  9. be52d50 Merge branch '3.2' by Petri Lehtinen · 13 years ago
  10. 4d2bfb5 sqlite3: Port documentation changes from the 2.7 branch by Petri Lehtinen · 13 years ago
  11. 493846e Add missing 'versionadded' for shlex.quote; closes #14165 by Eli Bendersky · 13 years ago
  12. 54c3203 Issue #10181: Add warning that structure layouts in memoryobject.h and by Stefan Krah · 13 years ago
  13. 95b1ba6 Add PyMemoryView_FromMemory() to whatsnew/3.3. by Stefan Krah · 13 years ago
  14. 6ea00ef #14155: merge with 3.2. by Ezio Melotti · 13 years ago
  15. 443f000 #14155: remove duplication about search vs match in re doc. by Ezio Melotti · 13 years ago
  16. 0b8123d #10713: merge with 3.2. by Ezio Melotti · 13 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 · 13 years ago
  18. 7b5649c Merge: Propagate changes for issues #13053 and #13086 from 2.7 to 3.2. by Larry Hastings · 13 years ago
  19. 62417a0 Propagate changes for issues #13053 and #13086 from 2.7 to 3.2. (Doc only.) by Larry Hastings · 13 years ago
  20. 0109e3c merge with 3.2 by Sandro Tosi · 13 years ago
  21. 83c4882 s/div/truediv/; thanks to Félix-Antoine Fortin from docs@ by Sandro Tosi · 13 years ago
  22. ff4b7bf Merged cookbook improvement from 3.2. by Vinay Sajip · 13 years ago
  23. 39b83ac Improved logging cookbook example. by Vinay Sajip · 13 years ago
  24. 86798d4 Merge with 3.2. by Georg Brandl · 13 years ago
  25. e998386 Fix markup errors. by Georg Brandl · 13 years ago
  26. b46a179 Update importlib.invalidate_caches() to be more general. by Brett Cannon · 13 years ago
  27. 49ac6f4 Some corrections for the Doc/extending documentation. Closes #14129 by Eli Bendersky · 13 years ago
  28. ad8586d typo by Benjamin Peterson · 13 years ago
  29. bd2c199 Merged cookbook update for LogRecord customisation. by Vinay Sajip · 13 years ago
  30. 982f534 Updated cookbook with information on customising LogRecords. by Vinay Sajip · 13 years ago
  31. 22fa067 Merged cookbook update from 3.2. by Vinay Sajip · 13 years ago
  32. 6b883a2 Updated logging cookbook with info on alternative format styles. by Vinay Sajip · 13 years ago
  33. 6181b39 Remove duplicate label. by Georg Brandl · 13 years ago
  34. c45a8a1 Issue #14123: Explicitly mention that old style % string formatting has caveats but is not going away any time soon. by Gregory P. Smith · 13 years ago
  35. 3bbdc8e Issue #14123: Explicitly mention that old style % string formatting has caveats by Gregory P. Smith · 13 years ago
  36. ab7bf21 Close issue #6210: Implement PEP 409 by Nick Coghlan · 13 years ago
  37. 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 · 13 years ago
  38. 408026c Merge 3.2 by Éric Araujo · 13 years ago
  39. f527277 Branch merge by Éric Araujo · 13 years ago
  40. a609199 Use const markup instead of a misleading string literal by Éric Araujo · 13 years ago
  41. 8c5c3c1 #14114: merge with 3.2. by Ezio Melotti · 13 years ago
  42. 4342722 #14114: don't include copybutton.js in the htmlhelp output. by Ezio Melotti · 13 years ago
  43. 9a2d99e - Issue #10181: New memoryview implementation fixes multiple ownership by Stefan Krah · 13 years ago
  44. 0a78622 Issue #13846: Enhance time.monotonic() documentation by Victor Stinner · 13 years ago
  45. e578021 Add 3.2.3 to license. by Georg Brandl · 13 years ago
  46. 335d628 merge with 3.2 by Georg Brandl · 13 years ago
  47. eb25fb7 Fix markup errors. by Georg Brandl · 13 years ago
  48. b43fde9 remove unapplicable statement by Benjamin Peterson · 13 years ago
  49. 42ae472 merge with 3.2 by Georg Brandl · 13 years ago
  50. 7ef825f merge with 3.2 by Georg Brandl · 13 years ago
  51. c9a4207 Remove reST markup from --help output. Also: O(n**2) is dict construction, not single insertion. by Georg Brandl · 13 years ago
  52. c9f54cf enable hash randomization by default by Benjamin Peterson · 13 years ago
  53. 79d3878 update unicode link by Benjamin Peterson · 13 years ago
  54. fb36e66 adjust docs for unicode 6.1 by Benjamin Peterson · 13 years ago
  55. 2fb477c Merge 3.2: Issue #13703 plus some related test suite fixes. by Georg Brandl · 13 years ago
  56. 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
  57. 2daf6ae Issue #13703: add a way to randomize the hash values of basic types (str, bytes, datetime) by Georg Brandl · 13 years ago
  58. 5743691 Merged upstream changes. by Vinay Sajip · 13 years ago
  59. c229e6e Issue #14040: Remove rarely used file name suffixes for C extensions (under POSIX mainly). by Antoine Pitrou · 13 years ago
  60. aa8a62d Merged documentation update from 3.2. by Vinay Sajip · 13 years ago
  61. fee358b logging: clarified documentation for Handler.handleError. by Vinay Sajip · 13 years ago
  62. ea6b4d5 Issue #13641: Decoding functions in the base64 module now accept ASCII-only unicode strings. by Antoine Pitrou · 13 years ago
  63. 4384435 write versionadded by Benjamin Peterson · 13 years ago
  64. 8eb1269 add generic implementation of a __dict__ descriptor for C types by Benjamin Peterson · 14 years ago
  65. 4a57846 Merge by Antoine Pitrou · 14 years ago
  66. a7e594b Merge 3.2 by Éric Araujo · 14 years ago
  67. c541f8e Issue #14043: Speed up importlib's _FileFinder by at least 8x, and add a new importlib.invalidate_caches() function. by Antoine Pitrou · 14 years ago
  68. c3ef037 Add missing “::” markup. by Éric Araujo · 14 years ago
  69. 32ac92c Issue #13605: merge with 3.2 by Sandro Tosi · 14 years ago
  70. 0467686 Issue #13605: use print() in argparse nargs example by Sandro Tosi · 14 years ago
  71. 488a56d merge with 3.2 by Sandro Tosi · 14 years ago
  72. f06d444 don't split 'Hye-Shik Chang' name; thanks to Sergey from docs@ by Sandro Tosi · 14 years ago
  73. 1ee86a1 merge with 3.2 by Sandro Tosi · 14 years ago
  74. 76dea27 Indent 'File' in memoryview example, so it is correctly highlighted by Sandro Tosi · 14 years ago
  75. b5d2710 merge with 3.2 by Sandro Tosi · 14 years ago
  76. c33ae06 fix error in memoryview example; thanks to kan lianlian from docs@ by Sandro Tosi · 14 years ago
  77. 93abdd1 Merge with 3.2 closes 14023 by Terry Jan Reedy · 14 years ago
  78. ead1de2 Issue 14023 Revert edit to 2.7 version. (I suspect edit is from when we thought by Terry Jan Reedy · 14 years ago
  79. c48cfe3 #14020: merge with 3.2. by Ezio Melotti · 14 years ago
  80. 4279bc7 #14020: improve HTMLParser documentation. by Ezio Melotti · 14 years ago
  81. 17f1be6 Merge branch '3.2' by Petri Lehtinen · 14 years ago
  82. b389022 sqlite3: Fix documentation errors concerning Cursor.rowcount by Petri Lehtinen · 14 years ago
  83. cd77815 Issue #11836: document and expose multiprocessing.SimpleQueue by Sandro Tosi · 14 years ago
  84. 5cb522c Issue #11836: document multiprocessing.queues.SimpleQueue by Sandro Tosi · 14 years ago
  85. be2cf33 Merge branch '3.2' by Petri Lehtinen · 14 years ago
  86. 1ca9395 Issue #13491: Fix many errors in sqlite3 documentation by Petri Lehtinen · 14 years ago
  87. 1d175f7 Merge fixes for #1326113 and #12297 from 3.2 by Éric Araujo · 14 years ago
  88. ccddc47 Improve doc for atexit.register and unregister (#12297) by Éric Araujo · 14 years ago
  89. 0f7888d Time module doc: Fix reST syntax by Victor Stinner · 14 years ago
  90. 1fd6482 shutil copy module reference doc fix. by Senthil Kumaran · 14 years ago
  91. 7f728c1 shutil copy module reference doc fix. by Senthil Kumaran · 14 years ago
  92. a72a98f Issue #13988: cElementTree is deprecated and the _elementtree accelerator is automatically used whenever available. by Florent Xicluna · 14 years ago
  93. db66310 Issue #13930: Adds ability for 2to3 to write its output to a different by Gregory P. Smith · 14 years ago
  94. 58f23ff Issue #13930: Adds ability for 2to3 to write its output to a different by Gregory P. Smith · 14 years ago
  95. a9d2b64 Merge fixes for #13193 and FAQ from 3.2 by Éric Araujo · 14 years ago
  96. 01a2215 Update mention of Subversion in the FAQ. by Éric Araujo · 14 years ago
  97. 4f86343 What's new typo by Antoine Pitrou · 14 years ago
  98. d7e5c6e Add section on bz2 module to whatsnew/3.3. by Nadeem Vawda · 14 years ago
  99. 7edbe30 Fix typo in whatsnew/3.3. by Nadeem Vawda · 14 years ago
  100. d1a1071 Merge: #13989: Document that GzipFile does not support text mode. by Nadeem Vawda · 14 years ago