1. 92a81a1 Issue #7425: Refactor test_pydoc test case for '-k' behavior and add by Ned Deily · 14 years ago
  2. eeb7eea Issue #12911: Fix memory consumption when calculating the repr() of huge tuples or lists. by Antoine Pitrou · 14 years ago
  3. bb2095f Branch merge by Éric Araujo · 14 years ago
  4. 3e961a5 Enable the only tests for sys.gettrace by Amaury Forgeot d'Arc · 14 years ago
  5. 42c28cd Issue #13070: Fix a crash when a TextIOWrapper caught in a reference cycle by Charles-François Natali · 14 years ago
  6. 1b7da51 Issue13104 - Fix urllib.request.thishost() utility function. by Senthil Kumaran · 14 years ago
  7. ad87fa6 Issue #13073 - Address the review comments made by Ezio. by Senthil Kumaran · 14 years ago
  8. 63ba97b Fix typo and case in a recently added test by Éric Araujo · 14 years ago
  9. 58a9153 Fix markup used in the documentation of sys.prefix and sys.exec_prefix. by Éric Araujo · 14 years ago
  10. da27263 Move doc of sys.dont_write_bytecode to make all attributes sorted again by Éric Araujo · 14 years ago
  11. 035018d os.geteuid() may not be available... by Charles-François Natali · 14 years ago
  12. 79164c8 Issue #11956: Always skip test_import.test_unwritable_directory when run as by Charles-François Natali · 14 years ago
  13. a13b1fa Issue #11956: Skip test_import.test_unwritable_directory on FreeBSD when run as by Charles-François Natali · 14 years ago
  14. 36225c6 Try to fix linking failures under Windows by Antoine Pitrou · 14 years ago
  15. ed8ba14 Remove all other uses of the C tolower()/toupper() which could break with a Turkish locale. by Antoine Pitrou · 14 years ago
  16. 1665d2c Issue #13099: Fix sqlite3.Cursor.lastrowid under a Turkish locale. by Antoine Pitrou · 14 years ago
  17. 0fc80c0 Add John to ACKS by Antoine Pitrou · 14 years ago
  18. 1e44fec Issue #13087: BufferedReader.seek() now always raises UnsupportedOperation by Antoine Pitrou · 14 years ago
  19. 94190bb Start fixing test_bigmem: by Antoine Pitrou · 14 years ago
  20. ffd41d9 Issue #7689: Allow pickling of dynamically created classes when their by Antoine Pitrou · 14 years ago
  21. 1efb33a Issue #12881: ctypes: Fix segfault with large structure field names. by Meador Inge · 14 years ago
  22. 5d0de3f Document message_body arg in HTTPConnection.endheaders by Senthil Kumaran · 14 years ago
  23. 86aed0b Fix ResourceWarnings in the TIPC socket tests. by Antoine Pitrou · 14 years ago
  24. 35ec7f7 #13076: fix links to datetime.time and datetime.datetime. by Ezio Melotti · 14 years ago
  25. 791744b #4147: minidom's toprettyxml no longer adds whitespace to text nodes. by R David Murray · 14 years ago
  26. d8c347a Issue #13034: When decoding some SSL certificates, the subjectAltName extension could be unreported. by Antoine Pitrou · 14 years ago
  27. 5a4a109 Issue #13058: ossaudiodev: fix a file descriptor leak on error. Patch by Thomas by Charles-François Natali · 14 years ago
  28. b86ecf4 Issue #13013: ctypes: Fix a reference leak in PyCArrayType_from_ctype. by Meador Inge · 14 years ago
  29. 6fb4472 Depend setobject.o and dictobject.o on stringlib/eq.h. by Martin v. Löwis · 14 years ago
  30. b2f6bc7 Issue #12973: Fix itertools bug caused by signed integer overflow. Thanks Stefan Krah. by Mark Dickinson · 14 years ago
  31. adde86d fix compiler compliant about \0 not being an opcode by Benjamin Peterson · 14 years ago
  32. 53ffdc5 Issue #7732: Don't open a directory as a file anymore while importing a by Victor Stinner · 14 years ago
  33. da6eb53 Issue #12931: Add a test with Unicode URI to test_xmlrpc by Victor Stinner · 14 years ago
  34. a49ed76 Fix a race condition in test_socket.ThreadableTest: the client is reported as by Charles-François Natali · 14 years ago
  35. 17dac4c Fix closes issue13005 - Remove the mention of 'repeat' method in the operator module documentation. by Senthil Kumaran · 14 years ago
  36. e51c8da Issue #12981: test_multiprocessing: catch ImportError when importing by Charles-François Natali · 14 years ago
  37. 4507e64 Close #13022: _multiprocessing.recvfd() doesn't check that file descriptor was actually received by Jesus Cea · 14 years ago
  38. d0b10a6 test_multiprocessing removes temporary files by Victor Stinner · 14 years ago
  39. 18d15cb test_httplib removes temporary files by Victor Stinner · 14 years ago
  40. 916048d - Issue #13021: Missing decref on an error path. Thanks to Suman Saha for by Barry Warsaw · 14 years ago
  41. c0420fd Issue #12973: Fix undefined-behaviour-inducing overflow check in list_repeat. by Mark Dickinson · 14 years ago
  42. bc566b0 Close #13007: whichdb should recognize gdbm 1.9 magic numbers by Jesus Cea · 14 years ago
  43. 1d678f8 Fix bug in heapq priority queue example. by Georg Brandl · 14 years ago
  44. 73dd7c7 Add info from the docstring for random.gammavariate() to the docs. by Georg Brandl · 14 years ago
  45. 7554606 Fix typo. by Georg Brandl · 14 years ago
  46. 1619132 Fix the import machinery if there is an error on sys.path or sys.meta_path by Victor Stinner · 14 years ago
  47. 7974642 Issue #9871: Prevent IDLE 3 crash when given byte stings by Ned Deily · 14 years ago
  48. 962055d Issue #11149: recent versions of clang require the -fwrapv flag. by Stefan Krah · 14 years ago
  49. d71bbf9 Fix issue12938 - Update the docstring of html.escape. Include the information on single quote. by Senthil Kumaran · 14 years ago
  50. 305a68e Add the quote_plus call in the test. by Senthil Kumaran · 14 years ago
  51. bbe46d6 Issue #12483: ctypes: Fix a crash when the destruction of a callback by Amaury Forgeot d'Arc · 14 years ago
  52. 1d7deaf Branch merge by Éric Araujo · 14 years ago
  53. b77c6c6 Issue #12963: PyLong_AsSize_t() now returns (size_t)-1 in all error cases. by Stefan Krah · 14 years ago
  54. 647ef8c Wrap pydoc output under 80 characters by Éric Araujo · 14 years ago
  55. 4165bfb #12940: fix cmd example. Patch by Tim Chase. by Ezio Melotti · 14 years ago
  56. aaa8991 NEWS by Jesus Cea · 14 years ago
  57. ab7060e Close #12950: multiprocessing "test_fd_transfer" fails under OpenIndiana by Jesus Cea · 14 years ago
  58. 13e8c8e Fix determination of Metadata version (#8933). Patch by Filip Gruszczyński. by Éric Araujo · 14 years ago
  59. fce67fc Slight cleanup in distutils test_dist. by Éric Araujo · 14 years ago
  60. da752d8 Fix issue #12948: multiprocessing test failures can hang the buildbots by Jesus Cea · 14 years ago
  61. 94f964f Close issue #12948: multiprocessing test failures can hang the buildbots by Jesus Cea · 14 years ago
  62. eb933de Fix current name of the Python 3 binary on Unix (#12896). by Éric Araujo · 14 years ago
  63. 4eb0e73 Closes #12906: Fixed bug in YAML configuration. by Vinay Sajip · 14 years ago
  64. 7f55560 merge heads by Benjamin Peterson · 14 years ago
  65. f22913b cast to getter by Benjamin Peterson · 14 years ago
  66. d88d983 Fix PyUnicode_AsWideCharString() doc: size doesn't contain the null character by Victor Stinner · 14 years ago
  67. a1bea6e Issue #9561: distutils now reads and writes egg-info files using UTF-8 by Victor Stinner · 14 years ago
  68. a404b49 Issue #12326: Remove plat-linux3 directory by Victor Stinner · 14 years ago
  69. 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
  70. bcf99ac Branch merge by Éric Araujo · 14 years ago
  71. 2e7ddd3 Issue #12841: Fix tarfile extraction of non-existent uids/gids. by Lars Gustäbel · 14 years ago
  72. 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
  73. 17b288c Branch merge by Éric Araujo · 14 years ago
  74. 73abc24 Add 3.2.2 and 3.2.3 UUIDs. by Martin v. Löwis · 14 years ago
  75. 06ee020 Post-release version bump. by Georg Brandl · 14 years ago
  76. 3484a87 Merge with release clone. by Georg Brandl · 14 years ago
  77. e3bb2cf Typo fix. by Georg Brandl · 14 years ago
  78. d42b7a3 Added tag v3.2.2 for changeset 137e45f15c0b by Georg Brandl · 14 years ago
  79. f6f3a35 add a __dict__ descr for IOBase (closes #12878) by Benjamin Peterson · 14 years ago
  80. cfbd630 Warn instead of crashing because of invalid path in MANIFEST.in (#8286). by Éric Araujo · 14 years ago
  81. 32e2915 Enable catching WARN-level logging messages in distutils' test_sdist by Éric Araujo · 14 years ago
  82. 7335e6f removed misleading editing leftovers by Łukasz Langa · 14 years ago
  83. fbd4fe2 Give credit to Adam by Sandro Tosi · 14 years ago
  84. 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
  85. 172f374 #12781: Mention SO_REUSEADDR flag near socket examples by Sandro Tosi · 14 years ago
  86. d9e1789 Branch merge by Éric Araujo · 14 years ago
  87. 979482a Issue #12636: IDLE reads the coding cookie when executing a Python script. by Victor Stinner · 14 years ago
  88. 85c6772 IDLE: fix some RessourceWarning, reuse tokenize.open() by Victor Stinner · 14 years ago
  89. 0af0306 Remove unused variable if Python is build without threads by Victor Stinner · 14 years ago
  90. 024de54 Fix typo (was build) and remove redundancy in docstring by Éric Araujo · 14 years ago
  91. 18ddf82 Add links from library/functions to other docs. by Éric Araujo · 14 years ago
  92. 9edd9f0 Fix a few links in the table of built-in functions (#12298) by Éric Araujo · 14 years ago
  93. eff61f6 make sure to initialize the method wrapper type by Benjamin Peterson · 14 years ago
  94. 8dad187 Remove obsolete comment by Éric Araujo · 14 years ago
  95. a762285 Issue #12802: the Windows error ERROR_DIRECTORY (numbered 267) is now by Antoine Pitrou · 14 years ago
  96. 3b371cf #10454: a few edits to compileall help messages by Éric Araujo · 14 years ago
  97. 29cf58c Document that format string don’t support arbitrary dictonary keys. by Éric Araujo · 14 years ago
  98. 8ab3a1d Document that True/False/None don’t use :keyword: in doc. by Éric Araujo · 14 years ago
  99. 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
  100. a9353db Remove duplicate text in os documentation. by Ross Lagerwall · 14 years ago