1. 49aa72e Fix Maildir initialization so that maildir contents are read correctly. by Petri Lehtinen · 13 years ago
  2. 5d19b9a Fix typos by Raymond Hettinger · 13 years ago
  3. 2e2cc6f Add .gitignore by Petri Lehtinen · 13 years ago
  4. 23ca12a Inline the advisory text on how to use the shelve module. by Raymond Hettinger · 13 years ago
  5. ce7554f Revert commit that was not a bugfix (#5301). by Éric Araujo · 13 years ago
  6. 5f761d7 Issue #13140: Fix the daemon_threads attribute of ThreadingMixIn. by Florent Xicluna · 13 years ago
  7. 09f8714 Issue #13308: Fix test_httpservers failures when run as root. by Charles-François Natali · 13 years ago
  8. 0fc13ae Fix Issue13147 - Correct the Multiprocessing Pool.map_async method signature. by Senthil Kumaran · 13 years ago
  9. b82cbc3 Fix merge in changeset e1dde980a92c. by Florent Xicluna · 13 years ago
  10. c4a11bd Missing NEWS entry in changeset e1dde980a92c by Florent Xicluna · 13 years ago
  11. 0965ee2 Issue #2892: preserve iterparse events in case of SyntaxError by Florent Xicluna · 13 years ago
  12. 7e82b27 #670664: Fix HTMLParser to correctly handle the content of ``<script>...</script>`` and ``<style>...</style>``. by Ezio Melotti · 13 years ago
  13. 1f3b84f correct signature for tzinfo.dst() in examples; thanks to Daniil Shved from docs@ by Sandro Tosi · 13 years ago
  14. 1aacd7b Issue #13304: Skip test case if user site-packages disabled (-s or by Ned Deily · 13 years ago
  15. cf9943d Backout redundant changeset 1de4d92cd6a4 by Antoine Pitrou · 13 years ago
  16. 87e5855 Port to 2.7 - issue 10817 - Fix urlretrieve function to raise by Senthil Kumaran · 13 years ago
  17. 236c0ea merge heads by Sandro Tosi · 13 years ago
  18. 73ce5e7 really use backticks in string conversion definition; thanks to Jonathan Blakes from docs@ by Sandro Tosi · 13 years ago
  19. 39aec01 test_protocol_sslv2(): Skip this test if ssl.PROTOCOL_SSLv2 is not by Barry Warsaw · 13 years ago
  20. c4114ea use diveintopython.net now that DIP.org returns 410; thanks to Josh Gachnang from docs@ by Sandro Tosi · 13 years ago
  21. c93e413 remove confusing paragraph (as part of r87523); thanks to AJ Hill from docs@ by Sandro Tosi · 13 years ago
  22. e4ae5f7 Closes #13283: removal of two unused variable in locale.py by Jesus Cea · 13 years ago
  23. 42f06d2 merge closing of 2.5 branch by Martin v. Löwis · 13 years ago
  24. 141e770 merge closing of 2.5 branch by Martin v. Löwis · 13 years ago
  25. e5b9bff 2.5 is no longer maintained by Martin v. Löwis · 13 years ago
  26. a9db763 document turtle mainloop()/done() functions; thanks to Csaba Szepesvari from docs@ by Sandro Tosi · 13 years ago
  27. 86d669b Issue 13296: Fix IDLE to clear compile __future__ flags on shell restart. by Ned Deily · 13 years ago
  28. f45501d caught is the right pp of catch; thanks to Don Bennett from docs@ by Sandro Tosi · 13 years ago
  29. 187aa26 Improve itertools docs with clearer examples of pure python equivalent code. by Raymond Hettinger · 13 years ago
  30. e11a47e Issue 13274: Make the pure python code for heapq more closely match the C implementation for an undefined corner case. by Raymond Hettinger · 13 years ago
  31. 6361ea2 Remove unstable SSL tests in the absence of ssl.OP_NO_{SSLv2,SSLv3,TLSv1} by Antoine Pitrou · 13 years ago
  32. 8028dc2 Add Misc/NEWS entry for issue #10519 by Petri Lehtinen · 13 years ago
  33. e3b5eda remove unused variable by Benjamin Peterson · 13 years ago
  34. a39de11 Fix the return value of set_discard (issue #10519) by Petri Lehtinen · 13 years ago
  35. 5f4d870 Avoid unnecessary recursive function calls (closes #10519) by Petri Lehtinen · 13 years ago
  36. 59dba38 Add a button to the code examples in the doc to show/hide the prompts and output. by Ezio Melotti · 13 years ago
  37. ef4e2fa #13289: fix typo. by Ezio Melotti · 13 years ago
  38. 67d5d0e Closes #7334: close source files on ElementTree.parse and iterparse (partial backport of issue #10093 from 3.2). by Florent Xicluna · 13 years ago
  39. e96102b bring is_integer into tested existence by Benjamin Peterson · 13 years ago
  40. bf0cafa Oops, put fix news in the right section. by Barry Warsaw · 13 years ago
  41. be83698 - Issue #13218: Fix test_ssl failures on Debian/Ubuntu. by Barry Warsaw · 13 years ago
  42. 8703352 Minor fixes to the HTMLParser doc. by Ezio Melotti · 13 years ago
  43. f9cc80d Improve HTMLParser example in the doc. by Ezio Melotti · 13 years ago
  44. 24c5180 #13278: fix typo. by Ezio Melotti · 13 years ago
  45. e6fda85 Added lost documentation cross-reference. by Vinay Sajip · 13 years ago
  46. 7789f27 adjust for change in assert bytecode by Benjamin Peterson · 13 years ago
  47. 85c46b1 merge heads by Benjamin Peterson · 13 years ago
  48. 0c0d756 don't let a tuple msg be interpreted as arguments to AssertionError (closes #13268) by Benjamin Peterson · 13 years ago
  49. 78fc705 add a test for an assertion with tuple msg by Benjamin Peterson · 13 years ago
  50. 87ba642 Issue #13237: Make the subprocess convenience helper documentation self-contained aside from the shared parameter description. Downgrade the pipe warnings at that level to notes (since those pipes are hidden, people are unlikely to even try it) by Nick Coghlan · 13 years ago
  51. 6d089df Issue #10860: Skip the new test if HTTPS is not available by Petri Lehtinen · 13 years ago
  52. 63c54e8 Issue #13237: fix typo by Nick Coghlan · 13 years ago
  53. 65ad31a Issue #13237: remove some details that only apply to the 3.x version of this module and cross reference the relocated warning about the dangers of invoking the shell with untrusted input by Nick Coghlan · 13 years ago
  54. 2ed203a Issue #13237: further updates to subprocess documentation by Nick Coghlan · 13 years ago
  55. 5087d80 Corrected typo in comment. by Vinay Sajip · 13 years ago
  56. 59b13f4 Refactor a bit the codecs doc. by Ezio Melotti · 13 years ago
  57. c515eba Updated NEWS with fix for 13232. by Vinay Sajip · 13 years ago
  58. 9a11b29 Closes #13232: Handle multiple encodings in exception logging. by Vinay Sajip · 13 years ago
  59. 99e93d2 merge heads by Petri Lehtinen · 13 years ago
  60. 8ffbab8 Issue #13018: Fix reference leaks in error paths in dictobject.c. by Petri Lehtinen · 13 years ago
  61. 46f990e Issue #10332: multiprocessing: fix a race condition when a Pool is closed by Charles-François Natali · 13 years ago
  62. 22dabb6 merge heads by Benjamin Peterson · 13 years ago
  63. 414ffa8 note callable is back in 3.2 by Benjamin Peterson · 13 years ago
  64. 8671157 Issue #13237: Rearrange subprocess module documentation to emphasise the convenience functions and commonly needed arguments by Nick Coghlan · 13 years ago
  65. df10d7c Issue #13141: Demonstrate recommended style for SocketServer examples. by Florent Xicluna · 13 years ago
  66. c8065e4 Whoops, PyException_GetTraceback() is not documented on 2.7 by Petri Lehtinen · 13 years ago
  67. 19465dd Add the green "New reference" note to the doc of PyException_GetTraceback() by Petri Lehtinen · 13 years ago
  68. b21f51a Note that the #1548891 fix indirectly fixes shlex (#6988, #1170) by Éric Araujo · 13 years ago
  69. 5a77fe9 Issue #1548891: The cStringIO.StringIO() constructor now encodes unicode by Antoine Pitrou · 13 years ago
  70. f678e82 Oops, forgot issue number by Antoine Pitrou · 13 years ago
  71. a5016cd Add test for fix of issue #1730114. by Antoine Pitrou · 13 years ago
  72. 47fb192 Issue #9168: now smtpd is able to bind privileged port. by Florent Xicluna · 13 years ago
  73. 5e30fa5 #13233: fix typo. by Ezio Melotti · 13 years ago
  74. 44b866a Merge heads. by Ezio Melotti · 13 years ago
  75. 797b95b News entry for Issue12529 and Issue12604 by Senthil Kumaran · 13 years ago
  76. a195873 #13219: clarify section about character sets in the re documentation. by Ezio Melotti · 13 years ago
  77. d583068 Fix Issue 12604 - Use a proper no-op macro expansion for VTRACE macro in _sre.c by Senthil Kumaran · 13 years ago
  78. ddd4031 Fix closes Issue6090 - Raise a ValueError, instead of failing with unrelated by Senthil Kumaran · 13 years ago
  79. 59a06d4 Fix closes Issue12529 - cgi.parse_header failure on double quotes and by Senthil Kumaran · 13 years ago
  80. 1e87da1 Remove duplication. by Ezio Melotti · 13 years ago
  81. 7a15390 Fixes #10860: Handle empty port after port delimiter in httplib by Łukasz Langa · 13 years ago
  82. 086f927 #12277: add missing comma. by Ezio Melotti · 13 years ago
  83. deb1ce7 Issue #13194: zlib.compressobj().copy() and zlib.decompressobj().copy() are now available on Windows. by Nadeem Vawda · 13 years ago
  84. 3dca9f5 normalize whitespace in Lib/distutils/msvc9compiler.py by Mark Hammond · 13 years ago
  85. 323b5da Issue #7833: Ext. modules built using distutils on Windows no longer get a manifest by Mark Hammond · 13 years ago
  86. a7b0976 PyEval_CallObject requires a tuple of args (closes #13186) by Benjamin Peterson · 13 years ago
  87. 5baef6d Increase test coverage for distutils.filelist (#11751). by Éric Araujo · 13 years ago
  88. 9bcbc62 Update dead references from py.org/dev/faq to the devguide (#13176) by Éric Araujo · 13 years ago
  89. 3624815 Issue #13159: Replace FileIO's quadratic-time buffer growth algorithm with a linear-time one. by Nadeem Vawda · 13 years ago
  90. 40ab002 Issue #13156: Add an entry in Misc/NEWS. by Charles-François Natali · 13 years ago
  91. 4618075 Merge. by Charles-François Natali · 13 years ago
  92. 1f3ff7b Issue #13156: revert changeset f6feed6ec3f9, which was only relevant for native by Charles-François Natali · 13 years ago
  93. 7c4b047 Fix/improve markup in whatsnew/2.7. by Ezio Melotti · 13 years ago
  94. c54d97b #13138: add missing versionadded. Patch by Andreas Stührk. by Ezio Melotti · 13 years ago
  95. 3e0a3fa Clean-up and improve the priority queue example in the heapq docs. by Raymond Hettinger · 13 years ago
  96. fc45bba Issue #13053: Added section on migrating from CObject to Capsule by Larry Hastings · 13 years ago
  97. 017e535 Fix distutils’ check and register Unicode handling (#13114). by Éric Araujo · 13 years ago
  98. ece7079 Branch merge by Éric Araujo · 13 years ago
  99. 31b3763 Fix a missing encoding argument when opening a text file in some of iobench's subtests. by Antoine Pitrou · 13 years ago
  100. 1a1a8a0 Fix test_sysconfig when prefix != exec-prefix (#9100). by Éric Araujo · 13 years ago