1. 1c82a14 Oops, zlib.ZLIB_VERSION isn't new in 3.3 - just newly-documented... by Nadeem Vawda · 14 years ago
  2. 7cd4f20 Terminology fix: .gz and .bz2 are not archive formats. by Nadeem Vawda · 14 years ago
  3. 64d25dd Issue #12306: Add ZLIB_RUNTIME_VERSION to the zlib module. by Nadeem Vawda · 14 years ago
  4. d964ee9 #12940: merge with 3.2. by Ezio Melotti · 14 years ago
  5. 4165bfb #12940: fix cmd example. Patch by Tim Chase. by Ezio Melotti · 14 years ago
  6. 71e44cb Issue #12567: Add curses.unget_wch() function by Victor Stinner · 14 years ago
  7. 74470b5 merge from 3.2. Fix closes Issue11155 - Correct the multiprocessing.Queue.put's arg (replace 'item' with 'obj') in the docs. Patch by Westley Martínez. by Senthil Kumaran · 14 years ago
  8. e969a21 Fix closes Issue11155 - Correct the multiprocessing.Queue.put's arg (replace 'item' with 'obj') in the docs. Patch by Westley Martínez. by Senthil Kumaran · 14 years ago
  9. fbd1e04 Merge with 3.2. by Georg Brandl · 14 years ago
  10. 3484a87 Merge with release clone. by Georg Brandl · 14 years ago
  11. a4083d2 merged configparser documentation leftovers cleanup from 3.2 by Łukasz Langa · 14 years ago
  12. 7335e6f removed misleading editing leftovers by Łukasz Langa · 14 years ago
  13. 0b6b1c3 #12781: merge with 3.2 by Sandro Tosi · 14 years ago
  14. 172f374 #12781: Mention SO_REUSEADDR flag near socket examples by Sandro Tosi · 14 years ago
  15. 677dc71 Branch merge by Éric Araujo · 14 years ago
  16. d9e1789 Branch merge by Éric Araujo · 14 years ago
  17. 793c47a Merge doc changes from 3.2 (#10454, #12298) by Éric Araujo · 14 years ago
  18. 18ddf82 Add links from library/functions to other docs. by Éric Araujo · 14 years ago
  19. 9edd9f0 Fix a few links in the table of built-in functions (#12298) by Éric Araujo · 14 years ago
  20. 29cf58c Document that format string don’t support arbitrary dictonary keys. by Éric Araujo · 14 years ago
  21. c2d9a02 Merge doc fix with 3.2. by Ezio Melotti · 14 years ago
  22. 222b208 From RFC 3629 5- and 6-bytes UTF-8 sequences are invalid, so remove them from the doc. by Ezio Melotti · 14 years ago
  23. 7194efe Merge with 3.2. by Ross Lagerwall · 14 years ago
  24. a9353db Remove duplicate text in os documentation. by Ross Lagerwall · 14 years ago
  25. b8edbdf Merge doc changes from 3.2. by Éric Araujo · 14 years ago
  26. ec9a5f6 Add version number for versionchanged directive (backport from 3.3) by Éric Araujo · 14 years ago
  27. 95fc53f Clean up packaging.util: add __all__, remove some unused functions. by Éric Araujo · 14 years ago
  28. 799bd80 expose linux extended file system attributes (closes #12720) by Benjamin Peterson · 14 years ago
  29. 37b5f9e Fix some misuses of Sphinx roles and one typo by Éric Araujo · 14 years ago
  30. 941afed Avoid using the default reST role. Makes Doc/tools/rstlint.py happy. by Éric Araujo · 14 years ago
  31. be573e7 Remove outdated pointer to optparse (fixes #11360). by Éric Araujo · 14 years ago
  32. b008d3d Synchronize packaging docs with distutils’ (includes fix for #9302) by Éric Araujo · 14 years ago
  33. 4fd1e6a Issue #12803: SSLContext.load_cert_chain() now accepts a password argument by Antoine Pitrou · 14 years ago
  34. d902a14 #12191: add shutil.chown() to change user and/or group owner of a given path also specifying their names. by Sandro Tosi · 14 years ago
  35. 96fe56a Add support for the send/recvmsg API to the socket module. Patch by David Watson and Heiko Wundram. (Closes #6560) by Nick Coghlan · 14 years ago
  36. 795eaeb Issue #12326: update sys.platform doc for Linux by Victor Stinner · 14 years ago
  37. 94e6238 Issue #12213: make it clear that BufferedRWPair shouldn't be called with the by Antoine Pitrou · 14 years ago
  38. 13d2895 Issue #12213: make it clear that BufferedRWPair shouldn't be called with the by Antoine Pitrou · 14 years ago
  39. 2ec723a #12787: merge with 3.2 by Sandro Tosi · 14 years ago
  40. 9daf98d #12787: link original MultiCall proposal to webarchive and in a footnote by Sandro Tosi · 14 years ago
  41. a47e53e Update sys.platform doc for #12326. by Georg Brandl · 14 years ago
  42. 987b188 removed misleading editing leftovers by Łukasz Langa · 14 years ago
  43. 335f204 #12781: Mention SO_REUSEADDR flag near socket examples by Sandro Tosi · 14 years ago
  44. d86ac4c Document that format string don’t support arbitrary dictonary keys. by Éric Araujo · 14 years ago
  45. 7bb769c Add version number for versionchanged directive (backport from 3.3) by Éric Araujo · 14 years ago
  46. 43ba354 Fix some misuses of Sphinx roles and one typo by Éric Araujo · 14 years ago
  47. 217607e Remove outdated pointer to optparse (fixes #11360). by Éric Araujo · 14 years ago
  48. dc42beb Issue #12213: make it clear that BufferedRWPair shouldn't be called with the by Antoine Pitrou · 14 years ago
  49. 5f4ea28 merge with 3.2 by Sandro Tosi · 14 years ago
  50. 6a633bb fix description of \r; thanks to Thomas Waldmann from docs@ by Sandro Tosi · 14 years ago
  51. e1043fc fix description of \r; thanks to Thomas Waldmann from docs@ by Sandro Tosi · 14 years ago
  52. 8e35cf0 merge with 3.2 by Sandro Tosi · 14 years ago
  53. 2f394f6 mention RFC1123 as origin of 4-year digit; thanks to John Haxby from docs@ by Sandro Tosi · 14 years ago
  54. f693810 mention RFC1123 as origin of 4-year digit; thanks to John Haxby from docs@ by Sandro Tosi · 14 years ago
  55. 8755278 Mark abc.abstractproperty as a property by Éric Araujo · 14 years ago
  56. 24d6cc6 Merge 3.2 by Éric Araujo · 14 years ago
  57. e8b7eb0 Link isinstance/issubclass to the ABC glossary entry (#12256) by Éric Araujo · 14 years ago
  58. 543edbd Don’t quote characters twice. by Éric Araujo · 14 years ago
  59. fde9242 Don’t use “arg” for “argument” by Éric Araujo · 14 years ago
  60. 19f9b71 Add a few missing source links from 2.7 and harmonize lib docs headers by Éric Araujo · 14 years ago
  61. d001ffe Minor improvements to BadZipFile and BadZipfile docs. by Éric Araujo · 14 years ago
  62. 5eada94 Fix markup to get a target instead of a comment by Éric Araujo · 14 years ago
  63. 889a7dc Fix a typo and touch up blank lines by Éric Araujo · 14 years ago
  64. 6e7d0ba Add missing reST target for one section of this file by Éric Araujo · 14 years ago
  65. b389eec Move versionadded directive to the top level, as we do in other files by Éric Araujo · 14 years ago
  66. e5905a9 Fix typo by Éric Araujo · 14 years ago
  67. ae0cbde #12204: merge with 3.2. by Ezio Melotti · 14 years ago
  68. 0656a56 #12204: document that str.upper().isupper() might be False and add a note about cased characters. by Ezio Melotti · 14 years ago
  69. 7ec7fc4 #12725: merge with 3.2. by Ezio Melotti · 14 years ago
  70. f42121f #12725: fix working. Patch by Ben Hayden. by Ezio Melotti · 14 years ago
  71. 388c945 #12725: fix working. Patch by Ben Hayden. by Ezio Melotti · 14 years ago
  72. 1c38546 Issue #12646: Add an 'eof' attribute to zlib.Decompress. by Nadeem Vawda · 14 years ago
  73. b90770d merge with 3.2 by Sandro Tosi · 14 years ago
  74. 8a3b657 it's 'rather than'; reported by James Bateman on docs@ by Sandro Tosi · 14 years ago
  75. 14eba5f Brench merge by Éric Araujo · 14 years ago
  76. 28d39a0 Branch merge by Éric Araujo · 14 years ago
  77. f0dda5f Closes #12718: Merge documentation fix from 3.2. by Vinay Sajip · 14 years ago
  78. 817495a Issue #12718: Add documentation on using custom importers. by Vinay Sajip · 14 years ago
  79. 54dbfbd Fix directive markup by Éric Araujo · 14 years ago
  80. e9715b9 Merge 3.2 by Éric Araujo · 14 years ago
  81. d9d7bca Use real word in English text (i.e. not code) by Éric Araujo · 14 years ago
  82. fcb393c Add support for unary plus and unary minus to collections.Counter() by Raymond Hettinger · 14 years ago
  83. 5c3f648 Branch merge by Éric Araujo · 14 years ago
  84. 54a1d05 Branch merge by Éric Araujo · 14 years ago
  85. e4d5b8e Clean up shutil.disk_usage. by Éric Araujo · 14 years ago
  86. 1a41a41 #12709: merge with 3.2 by Sandro Tosi · 14 years ago
  87. db79e95 #12709: add error_callback argument to map_async documentation by Sandro Tosi · 14 years ago
  88. c42a568 #12677: merge with 3.2 by Sandro Tosi · 14 years ago
  89. 2a389e4 #12677: correct turtle orientation in doc by Sandro Tosi · 14 years ago
  90. 7dc76fd Merge doc changes from 3.2 (#8617, #10745). by Éric Araujo · 14 years ago
  91. 6ef038e Add documentation for PEP 370 features in distutils (#10745). by Éric Araujo · 14 years ago
  92. de8c100 Fix grammar by Eli Bendersky · 14 years ago
  93. ebd4805 Fix grammar by Eli Bendersky · 14 years ago
  94. 31c2e37 merge from 3.2 - Fix closes Issue12697 - Update the usage syntax of timeit module in the docs. by Senthil Kumaran · 14 years ago
  95. 2e01535 Fix closes Issue12697 - Update the usage syntax of timeit module in the docs. by Senthil Kumaran · 14 years ago
  96. de4f05b Improve documentation for PEP 370 support in site module (#8617). by Éric Araujo · 14 years ago
  97. 90ceb47 Fix closes issue12663 - Correcting the ArgumentParser.error description. Patch by Sandro Tosi. by Senthil Kumaran · 14 years ago
  98. 86a1a89 Fix closes issue12663 - Correcting the ArgumentParser.error description. Patch by Sandro Tosi. by Senthil Kumaran · 14 years ago
  99. 94b580d expose sched.h functions (closes #12655) by Benjamin Peterson · 14 years ago
  100. e4f9e2f #12665: merge with 3.2 by Sandro Tosi · 14 years ago