1. 5a4a109 Issue #13058: ossaudiodev: fix a file descriptor leak on error. Patch by Thomas by Charles-François Natali · 14 years ago
  2. b86ecf4 Issue #13013: ctypes: Fix a reference leak in PyCArrayType_from_ctype. by Meador Inge · 14 years ago
  3. 6fb4472 Depend setobject.o and dictobject.o on stringlib/eq.h. by Martin v. Löwis · 14 years ago
  4. b2f6bc7 Issue #12973: Fix itertools bug caused by signed integer overflow. Thanks Stefan Krah. by Mark Dickinson · 14 years ago
  5. adde86d fix compiler compliant about \0 not being an opcode by Benjamin Peterson · 14 years ago
  6. 53ffdc5 Issue #7732: Don't open a directory as a file anymore while importing a by Victor Stinner · 14 years ago
  7. da6eb53 Issue #12931: Add a test with Unicode URI to test_xmlrpc by Victor Stinner · 14 years ago
  8. a49ed76 Fix a race condition in test_socket.ThreadableTest: the client is reported as by Charles-François Natali · 14 years ago
  9. 17dac4c Fix closes issue13005 - Remove the mention of 'repeat' method in the operator module documentation. by Senthil Kumaran · 14 years ago
  10. e51c8da Issue #12981: test_multiprocessing: catch ImportError when importing by Charles-François Natali · 14 years ago
  11. 4507e64 Close #13022: _multiprocessing.recvfd() doesn't check that file descriptor was actually received by Jesus Cea · 14 years ago
  12. d0b10a6 test_multiprocessing removes temporary files by Victor Stinner · 14 years ago
  13. 18d15cb test_httplib removes temporary files by Victor Stinner · 14 years ago
  14. 916048d - Issue #13021: Missing decref on an error path. Thanks to Suman Saha for by Barry Warsaw · 14 years ago
  15. c0420fd Issue #12973: Fix undefined-behaviour-inducing overflow check in list_repeat. by Mark Dickinson · 14 years ago
  16. bc566b0 Close #13007: whichdb should recognize gdbm 1.9 magic numbers by Jesus Cea · 14 years ago
  17. 1d678f8 Fix bug in heapq priority queue example. by Georg Brandl · 14 years ago
  18. 73dd7c7 Add info from the docstring for random.gammavariate() to the docs. by Georg Brandl · 14 years ago
  19. 7554606 Fix typo. by Georg Brandl · 14 years ago
  20. 1619132 Fix the import machinery if there is an error on sys.path or sys.meta_path by Victor Stinner · 14 years ago
  21. 7974642 Issue #9871: Prevent IDLE 3 crash when given byte stings by Ned Deily · 14 years ago
  22. 962055d Issue #11149: recent versions of clang require the -fwrapv flag. by Stefan Krah · 14 years ago
  23. d71bbf9 Fix issue12938 - Update the docstring of html.escape. Include the information on single quote. by Senthil Kumaran · 14 years ago
  24. 305a68e Add the quote_plus call in the test. by Senthil Kumaran · 14 years ago
  25. bbe46d6 Issue #12483: ctypes: Fix a crash when the destruction of a callback by Amaury Forgeot d'Arc · 14 years ago
  26. 1d7deaf Branch merge by Éric Araujo · 14 years ago
  27. b77c6c6 Issue #12963: PyLong_AsSize_t() now returns (size_t)-1 in all error cases. by Stefan Krah · 14 years ago
  28. 647ef8c Wrap pydoc output under 80 characters by Éric Araujo · 14 years ago
  29. 4165bfb #12940: fix cmd example. Patch by Tim Chase. by Ezio Melotti · 14 years ago
  30. aaa8991 NEWS by Jesus Cea · 14 years ago
  31. ab7060e Close #12950: multiprocessing "test_fd_transfer" fails under OpenIndiana by Jesus Cea · 14 years ago
  32. 13e8c8e Fix determination of Metadata version (#8933). Patch by Filip Gruszczyński. by Éric Araujo · 14 years ago
  33. fce67fc Slight cleanup in distutils test_dist. by Éric Araujo · 14 years ago
  34. da752d8 Fix issue #12948: multiprocessing test failures can hang the buildbots by Jesus Cea · 14 years ago
  35. 94f964f Close issue #12948: multiprocessing test failures can hang the buildbots by Jesus Cea · 14 years ago
  36. eb933de Fix current name of the Python 3 binary on Unix (#12896). by Éric Araujo · 14 years ago
  37. 4eb0e73 Closes #12906: Fixed bug in YAML configuration. by Vinay Sajip · 14 years ago
  38. 7f55560 merge heads by Benjamin Peterson · 14 years ago
  39. f22913b cast to getter by Benjamin Peterson · 14 years ago
  40. d88d983 Fix PyUnicode_AsWideCharString() doc: size doesn't contain the null character by Victor Stinner · 14 years ago
  41. a1bea6e Issue #9561: distutils now reads and writes egg-info files using UTF-8 by Victor Stinner · 14 years ago
  42. a404b49 Issue #12326: Remove plat-linux3 directory by Victor Stinner · 14 years ago
  43. 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
  44. bcf99ac Branch merge by Éric Araujo · 14 years ago
  45. 2e7ddd3 Issue #12841: Fix tarfile extraction of non-existent uids/gids. by Lars Gustäbel · 14 years ago
  46. d9e0b06 #12888: Fix a bug in HTMLParser.unescape that prevented it to escape more than 128 entities. Patch by Peter Otten. by Ezio Melotti · 14 years ago
  47. 17b288c Branch merge by Éric Araujo · 14 years ago
  48. 73abc24 Add 3.2.2 and 3.2.3 UUIDs. by Martin v. Löwis · 14 years ago
  49. 06ee020 Post-release version bump. by Georg Brandl · 14 years ago
  50. 3484a87 Merge with release clone. by Georg Brandl · 14 years ago
  51. e3bb2cf Typo fix. by Georg Brandl · 14 years ago
  52. d42b7a3 Added tag v3.2.2 for changeset 137e45f15c0b by Georg Brandl · 14 years ago
  53. f6f3a35 add a __dict__ descr for IOBase (closes #12878) by Benjamin Peterson · 14 years ago
  54. cfbd630 Warn instead of crashing because of invalid path in MANIFEST.in (#8286). by Éric Araujo · 14 years ago
  55. 32e2915 Enable catching WARN-level logging messages in distutils' test_sdist by Éric Araujo · 14 years ago
  56. 7335e6f removed misleading editing leftovers by Łukasz Langa · 14 years ago
  57. fbd4fe2 Give credit to Adam by Sandro Tosi · 14 years ago
  58. 02dd539 Issue #12764: Fix a crash in ctypes when the name of a Structure field is not by Amaury Forgeot d'Arc · 14 years ago
  59. 172f374 #12781: Mention SO_REUSEADDR flag near socket examples by Sandro Tosi · 14 years ago
  60. d9e1789 Branch merge by Éric Araujo · 14 years ago
  61. 979482a Issue #12636: IDLE reads the coding cookie when executing a Python script. by Victor Stinner · 14 years ago
  62. 85c6772 IDLE: fix some RessourceWarning, reuse tokenize.open() by Victor Stinner · 14 years ago
  63. 0af0306 Remove unused variable if Python is build without threads by Victor Stinner · 14 years ago
  64. 024de54 Fix typo (was build) and remove redundancy in docstring by Éric Araujo · 14 years ago
  65. 18ddf82 Add links from library/functions to other docs. by Éric Araujo · 14 years ago
  66. 9edd9f0 Fix a few links in the table of built-in functions (#12298) by Éric Araujo · 14 years ago
  67. eff61f6 make sure to initialize the method wrapper type by Benjamin Peterson · 14 years ago
  68. 8dad187 Remove obsolete comment by Éric Araujo · 14 years ago
  69. a762285 Issue #12802: the Windows error ERROR_DIRECTORY (numbered 267) is now by Antoine Pitrou · 14 years ago
  70. 3b371cf #10454: a few edits to compileall help messages by Éric Araujo · 14 years ago
  71. 29cf58c Document that format string don’t support arbitrary dictonary keys. by Éric Araujo · 14 years ago
  72. 8ab3a1d Document that True/False/None don’t use :keyword: in doc. by Éric Araujo · 14 years ago
  73. 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
  74. a9353db Remove duplicate text in os documentation. by Ross Lagerwall · 14 years ago
  75. ec9a5f6 Add version number for versionchanged directive (backport from 3.3) by Éric Araujo · 14 years ago
  76. 0224d4e accept bytes for the AST 'string' type by Benjamin Peterson · 14 years ago
  77. 7af8ebb Adapt/remove mentions of functions gone in 3.x by Éric Araujo · 14 years ago
  78. 37b5f9e Fix some misuses of Sphinx roles and one typo by Éric Araujo · 14 years ago
  79. 941afed Avoid using the default reST role. Makes Doc/tools/rstlint.py happy. by Éric Araujo · 14 years ago
  80. 48e484f Fix test_sysconfig when run from a Python installed under /site (#10086). by Éric Araujo · 14 years ago
  81. e897e95 Try to fix one of the bigmem tests in test_pickle by Antoine Pitrou · 14 years ago
  82. faecc38 Issue #11241: subclasses of ctypes.Array can now be subclassed. by Amaury Forgeot d'Arc · 14 years ago
  83. 326e189 Issue #9651: Fix a crash when ctypes.create_string_buffer(0) was passed to by Amaury Forgeot d'Arc · 14 years ago
  84. caa745e Branch merge by Éric Araujo · 14 years ago
  85. 55549ec Issue #12847: Fix a crash with negative PUT and LONG_BINPUT arguments in by Antoine Pitrou · 14 years ago
  86. 82be19f Issue #11564: Avoid crashes when trying to pickle huge objects or containers by Antoine Pitrou · 14 years ago
  87. fbe37df Make bdist_* commands respect --skip-build passed to bdist (#10946) by Éric Araujo · 14 years ago
  88. aa26b27 Issue #12287: Fix a stack corruption in ossaudiodev module when the FD is by Charles-François Natali · 14 years ago
  89. 524148a Issue #12839: Fix crash in zlib module due to version mismatch. by Nadeem Vawda · 14 years ago
  90. d54fa55 Make tests faster by reaping threads only at the end by Antoine Pitrou · 14 years ago
  91. 6b2e160 Provide a better diagnosis on socket errors by Antoine Pitrou · 14 years ago
  92. 2964691 Add pattern to .hgignore in order to mask PC/generrmap.exe by Antoine Pitrou · 14 years ago
  93. c1fba3e Make regrtest complain when -M and -j are used together. by Nadeem Vawda · 14 years ago
  94. be573e7 Remove outdated pointer to optparse (fixes #11360). by Éric Araujo · 14 years ago
  95. 2f24fda Branch merge by Éric Araujo · 14 years ago
  96. 7744382 Document the "optional" argument of distutils’ Extension class by Éric Araujo · 14 years ago
  97. 3f5e958 Fix type information in distutils API reference (#9302). by Éric Araujo · 14 years ago
  98. cc42ebe Make the list of docs contributors sorted again by Éric Araujo · 14 years ago
  99. c686167 Turn two ifs into one in the code I commited a few days ago by Éric Araujo · 14 years ago
  100. 08e544e Issue #12333: fix test_distutils failures under Solaris and derivatives by Antoine Pitrou · 14 years ago