1. 46f990e Issue #10332: multiprocessing: fix a race condition when a Pool is closed by Charles-François Natali · 13 years ago
  2. 22dabb6 merge heads by Benjamin Peterson · 13 years ago
  3. 414ffa8 note callable is back in 3.2 by Benjamin Peterson · 13 years ago
  4. 8671157 Issue #13237: Rearrange subprocess module documentation to emphasise the convenience functions and commonly needed arguments by Nick Coghlan · 13 years ago
  5. df10d7c Issue #13141: Demonstrate recommended style for SocketServer examples. by Florent Xicluna · 13 years ago
  6. c8065e4 Whoops, PyException_GetTraceback() is not documented on 2.7 by Petri Lehtinen · 13 years ago
  7. 19465dd Add the green "New reference" note to the doc of PyException_GetTraceback() by Petri Lehtinen · 13 years ago
  8. b21f51a Note that the #1548891 fix indirectly fixes shlex (#6988, #1170) by Éric Araujo · 13 years ago
  9. 5a77fe9 Issue #1548891: The cStringIO.StringIO() constructor now encodes unicode by Antoine Pitrou · 13 years ago
  10. f678e82 Oops, forgot issue number by Antoine Pitrou · 13 years ago
  11. a5016cd Add test for fix of issue #1730114. by Antoine Pitrou · 13 years ago
  12. 47fb192 Issue #9168: now smtpd is able to bind privileged port. by Florent Xicluna · 13 years ago
  13. 5e30fa5 #13233: fix typo. by Ezio Melotti · 13 years ago
  14. 44b866a Merge heads. by Ezio Melotti · 13 years ago
  15. 797b95b News entry for Issue12529 and Issue12604 by Senthil Kumaran · 13 years ago
  16. a195873 #13219: clarify section about character sets in the re documentation. by Ezio Melotti · 13 years ago
  17. d583068 Fix Issue 12604 - Use a proper no-op macro expansion for VTRACE macro in _sre.c by Senthil Kumaran · 13 years ago
  18. ddd4031 Fix closes Issue6090 - Raise a ValueError, instead of failing with unrelated by Senthil Kumaran · 13 years ago
  19. 59a06d4 Fix closes Issue12529 - cgi.parse_header failure on double quotes and by Senthil Kumaran · 13 years ago
  20. 1e87da1 Remove duplication. by Ezio Melotti · 13 years ago
  21. 7a15390 Fixes #10860: Handle empty port after port delimiter in httplib by Łukasz Langa · 13 years ago
  22. 086f927 #12277: add missing comma. by Ezio Melotti · 13 years ago
  23. deb1ce7 Issue #13194: zlib.compressobj().copy() and zlib.decompressobj().copy() are now available on Windows. by Nadeem Vawda · 13 years ago
  24. 3dca9f5 normalize whitespace in Lib/distutils/msvc9compiler.py by Mark Hammond · 13 years ago
  25. 323b5da Issue #7833: Ext. modules built using distutils on Windows no longer get a manifest by Mark Hammond · 13 years ago
  26. a7b0976 PyEval_CallObject requires a tuple of args (closes #13186) by Benjamin Peterson · 13 years ago
  27. 5baef6d Increase test coverage for distutils.filelist (#11751). by Éric Araujo · 13 years ago
  28. 9bcbc62 Update dead references from py.org/dev/faq to the devguide (#13176) by Éric Araujo · 13 years ago
  29. 3624815 Issue #13159: Replace FileIO's quadratic-time buffer growth algorithm with a linear-time one. by Nadeem Vawda · 13 years ago
  30. 40ab002 Issue #13156: Add an entry in Misc/NEWS. by Charles-François Natali · 13 years ago
  31. 4618075 Merge. by Charles-François Natali · 13 years ago
  32. 1f3ff7b Issue #13156: revert changeset f6feed6ec3f9, which was only relevant for native by Charles-François Natali · 13 years ago
  33. 7c4b047 Fix/improve markup in whatsnew/2.7. by Ezio Melotti · 13 years ago
  34. c54d97b #13138: add missing versionadded. Patch by Andreas Stührk. by Ezio Melotti · 13 years ago
  35. 3e0a3fa Clean-up and improve the priority queue example in the heapq docs. by Raymond Hettinger · 13 years ago
  36. fc45bba Issue #13053: Added section on migrating from CObject to Capsule by Larry Hastings · 13 years ago
  37. 017e535 Fix distutils’ check and register Unicode handling (#13114). by Éric Araujo · 13 years ago
  38. ece7079 Branch merge by Éric Araujo · 13 years ago
  39. 31b3763 Fix a missing encoding argument when opening a text file in some of iobench's subtests. by Antoine Pitrou · 13 years ago
  40. 1a1a8a0 Fix test_sysconfig when prefix != exec-prefix (#9100). by Éric Araujo · 13 years ago
  41. 5fb16cd Make C code in one distutils test comply with ISO C (#10359). by Éric Araujo · 13 years ago
  42. eb35f25 Fix a typo and a broken link (part of #10536). by Éric Araujo · 13 years ago
  43. c4a2745 Issue #7367: Ensure test directory always gets removed. by Ned Deily · 13 years ago
  44. 5472c1c Issue #12823: remove broken link and replace it with another resource. by Antoine Pitrou · 13 years ago
  45. bd9d07c Issue #7425 and Issue #7367: add NEWS items. by Ned Deily · 13 years ago
  46. 777f2e0 Issue #7367: Fix pkgutil.walk_paths to skip directories whose by Ned Deily · 13 years ago
  47. 0096fb5 Issue #7425: Prevent pydoc -k failures due to module import errors. by Ned Deily · 13 years ago
  48. ac6874c Issue #7367: Add test case to test_pkgutil for walking path with by Ned Deily · 13 years ago
  49. 1a96f8d Issue #7425: Refactor test_pydoc test case for '-k' behavior and add by Ned Deily · 13 years ago
  50. 9ffcbf7 Issue #13070: Fix a crash when a TextIOWrapper caught in a reference cycle by Charles-François Natali · 13 years ago
  51. e954ecb Branch merge by Éric Araujo · 13 years ago
  52. c9539d5 Enable the only tests for sys.gettrace by Amaury Forgeot d'Arc · 13 years ago
  53. 41d663f Issue13073 - Address review comments and add versionchanged information in the docs. by Senthil Kumaran · 13 years ago
  54. 2710bc4 Fix typo and case in a recently added test by Éric Araujo · 13 years ago
  55. 2e4a2b6 Fix markup used in the documentation of sys.prefix and sys.exec_prefix. by Éric Araujo · 13 years ago
  56. 656b04e Move doc of sys.dont_write_bytecode to make all attributes sorted again by Éric Araujo · 13 years ago
  57. 5a75355 Try to fix linking failures under Windows by Antoine Pitrou · 13 years ago
  58. 44b3b54 Remove all other uses of the C tolower()/toupper() which could break with a Turkish locale. by Antoine Pitrou · 13 years ago
  59. ace2ccf Issue #13099: Fix sqlite3.Cursor.lastrowid under a Turkish locale. by Antoine Pitrou · 13 years ago
  60. 09debc9 Avoid testing stuff that's been fixed in 2.7 on older Pythons by Antoine Pitrou · 13 years ago
  61. 561a821 Issue #7689: Allow pickling of dynamically created classes when their by Antoine Pitrou · 13 years ago
  62. ad349a1 Issue #12881: ctypes: Fix segfault with large structure field names. by Meador Inge · 13 years ago
  63. 83cc512 update 2.7 - Document message_body arg in HTTPConnection.endheaders by Senthil Kumaran · 13 years ago
  64. f17e405 #13076: fix links to datetime.time. by Ezio Melotti · 13 years ago
  65. c8faf9b #4147: minidom's toprettyxml no longer adds whitespace to text nodes. by R David Murray · 13 years ago
  66. f06eb46 Issue #13034: When decoding some SSL certificates, the subjectAltName extension could be unreported. by Antoine Pitrou · 13 years ago
  67. 564f890 Issue #13058: ossaudiodev: fix a file descriptor leak on error. Patch by Thomas by Charles-François Natali · 13 years ago
  68. 169fa93 Doc fix. Mathematically correct sentence. by Senthil Kumaran · 13 years ago
  69. fe15003 Issue #13013: ctypes: Fix a reference leak in PyCArrayType_from_ctype. by Meador Inge · 13 years ago
  70. a96b0d1 Backport issue #12973 itertools fix from 3.x. by Mark Dickinson · 13 years ago
  71. 63c22fa Issue #7732: Fix a crash on importing a module if a directory has the same name by Victor Stinner · 13 years ago
  72. 51b7198 Issue #12931: xmlrpclib now encodes Unicode URI to ISO-8859-1, instead of by Victor Stinner · 13 years ago
  73. 2156594 Fix a race condition in test_socket.ThreadableTest: the client is reported by Charles-François Natali · 13 years ago
  74. f8413b2 Issue #12981: test_multiprocessing: catch ImportError when importing by Charles-François Natali · 13 years ago
  75. c23484b Close #13022: _multiprocessing.recvfd() doesn't check that file descriptor was actually received by Jesus Cea · 13 years ago
  76. 4ac5d2c Backport issue #12973 list_repeat fix from 3.x. by Mark Dickinson · 13 years ago
  77. dbbed04 Issue #12973: Fix int.__pow__ overflow checks that invoked undefined behaviour, thereby producing incorrect results on Clang. by Mark Dickinson · 13 years ago
  78. d256ca1 Close #13007: whichdb should recognize gdbm 1.9 magic numbers by Jesus Cea · 13 years ago
  79. 607cc36 Fix bug in heapq priority queue example. by Georg Brandl · 13 years ago
  80. 21c69b1 Add info from the docstring for random.gammavariate() to the docs. by Georg Brandl · 13 years ago
  81. 1549bac Issue #12935: Correct typo in findertools. by Ned Deily · 13 years ago
  82. 7711273 Use bitwise instead of logical or for flags. by Stefan Krah · 13 years ago
  83. ed36c06 Fix the import machinery if there is an error on sys.path or sys.meta_path by Victor Stinner · 13 years ago
  84. 503e5e1 Backport fix for issue #11149. by Stefan Krah · 13 years ago
  85. 0d4c34c Port the fix for Issue12924 (missing quote_plus) to 2.7 branch. by Senthil Kumaran · 13 years ago
  86. aa3af53 Remove trailing spaces by Amaury Forgeot d'Arc · 13 years ago
  87. 439c25e Issue #12483: ctypes: Fix a crash when the destruction of a callback by Amaury Forgeot d'Arc · 13 years ago
  88. dcdc3ef Branch merge by Éric Araujo · 13 years ago
  89. a13cd39 Fix determination of Metadata version (#8933). Patch by Filip Gruszczyński. by Éric Araujo · 13 years ago
  90. 0c40076 Slight cleanup in distutils test_dist. by Éric Araujo · 13 years ago
  91. 6ebaca1 NEWS by Jesus Cea · 13 years ago
  92. 79e7c4e Close #12950: multiprocessing "test_fd_transfer" fails under OpenIndiana by Jesus Cea · 13 years ago
  93. 6faf907 Fix issue #12948: multiprocessing test failures can hang the buildbots by Jesus Cea · 13 years ago
  94. 6f6016b Close issue #12948: multiprocessing test failures can hang the buildbots by Jesus Cea · 13 years ago
  95. 79c9d4f Port a few markup edits from 3.x by Éric Araujo · 13 years ago
  96. c6072d8 Issue #12333: fix test_distutils failures under Solaris and derivatives. Patch by Antoine Pitrou by Jesus Cea · 13 years ago
  97. fa4736e Closes #12906: Fixed bug in YAML configuration. by Vinay Sajip · 13 years ago
  98. d99ff29 Update sys.platform doc for #12326. by Victor Stinner · 13 years ago
  99. e3a768b Issue #12326: Remove plat-linux3 directory by Victor Stinner · 13 years ago
  100. 9541f8e 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 · 13 years ago