1. c5200b4 Issue #17041: Fix doctesting when Python is configured with the by Serhiy Storchaka · 13 years ago
  2. 8d510cd Issue #17049: Localized calendar methods now return unicode if a locale by Serhiy Storchaka · 13 years ago
  3. 0be506a Issue #4844: ZipFile now raises BadZipfile when opens a ZIP file with an by Serhiy Storchaka · 13 years ago
  4. 18fae3f Issue #13590: OS X Xcode 4 - improve support for universal extension modules by Ned Deily · 13 years ago
  5. 74e449f Add tests for raw-unicode-escape codec. by Serhiy Storchaka · 13 years ago
  6. 7277f9d Clean up escape-decode decoder tests. by Serhiy Storchaka · 13 years ago
  7. c8e5812 Issue #16979: Fix error handling bugs in the unicode-escape-decode decoder. by Serhiy Storchaka · 13 years ago
  8. 80a0a1e Fix skip conditions in some docstings tests. by Serhiy Storchaka · 13 years ago
  9. 72121c6 - Issue #17041: Fix testing when Python is configured with the by Serhiy Storchaka · 13 years ago
  10. 4216aa1 Adapt test for build --without-doc-strings. by Stefan Krah · 13 years ago
  11. 6fef14d Optimize the test for issue #13454. by Serhiy Storchaka · 13 years ago
  12. 01b3a08 Issue #16975: Fix error handling bug in the escape-decode decoder. by Serhiy Storchaka · 13 years ago
  13. b09ec9b Issue #13454: Fix a crash when deleting an iterator created by itertools.tee() by Serhiy Storchaka · 13 years ago
  14. 7ee79a2 Don't run the test for issue #16335 when -M is not specified. by Serhiy Storchaka · 13 years ago
  15. 353e54e Issue #1159051: GzipFile now raises EOFError when reading a corrupted file by Serhiy Storchaka · 13 years ago
  16. e3adb43 Add bigmemtest decorator to test of issue #16335. by Serhiy Storchaka · 13 years ago
  17. b1ecf80 Fix memory error in test_ucn. by Serhiy Storchaka · 13 years ago
  18. 4d70e58 fix for f4d30d1a529e by Christian Heimes · 13 years ago
  19. 1d3acd4 Issue #16335: Fix integer overflow in unicode-escape decoder. by Serhiy Storchaka · 13 years ago
  20. 18a1393 Ensure that width and precision in string formatting test have type int, not long. by Serhiy Storchaka · 13 years ago
  21. 74f49ab Issue #15989: Fix several occurrences of integer overflow by Serhiy Storchaka · 13 years ago
  22. 2f78f0e support -> test_support by Benjamin Peterson · 13 years ago
  23. 08e153a check windows fd validity (closes #16992) by Benjamin Peterson · 13 years ago
  24. 65a9f36 Closed #16886: test_dictcomps no longer depends on dict order by Frank Wierzbicki · 13 years ago
  25. 9599745 Issue #14850: Now a chamap decoder treates U+FFFE as "undefined mapping" by Serhiy Storchaka · 13 years ago
  26. 8c90471 test_asyncore: wait explicitly for a thread termination (this dangling thread by Charles-François Natali · 13 years ago
  27. ef2bd67 Issue #16762: Fix some test_subprocess failures on NetBSD and OpenBSD: kill() by Charles-François Natali · 13 years ago
  28. dfae912 Issue #15539: Fix backup file creation in pindent.py on Windows by Serhiy Storchaka · 13 years ago
  29. 8cd7f82 Issue #15539: Fix a number of bugs in Tools/scripts/pindent.py. by Serhiy Storchaka · 13 years ago
  30. 5c4e32b #13899: \A, \Z, and \B now correctly match the A, Z, and B literals when used inside character classes (e.g. [A]). Patch by Matthew Barnett. by Ezio Melotti · 13 years ago
  31. c4b82c0 Issue #11461: Fix the incremental UTF-16 decoder. Original patch by by Serhiy Storchaka · 13 years ago
  32. 895cc22 Issue #16828: Fix error incorrectly raised by bz2.compress(''). by Nadeem Vawda · 13 years ago
  33. a708adf call PyErr_Clear() when ignoring error from PyNumber_Int (closes #15516) by Benjamin Peterson · 13 years ago
  34. cef2006 Fix issue 10527: make multiprocessing use poll() instead of select() if available. by Giampaolo Rodola' · 13 years ago
  35. 421489f Issue #16645: Fix hardlink extracting test for tarfile. by Serhiy Storchaka · 13 years ago
  36. 4ed797e Issue #16485: Fix file descriptor not being closed if file header patching fails on closing of aifc file. by Serhiy Storchaka · 13 years ago
  37. 40f12ab Backport Python 3.2 fix for issue #12065, and add another test for SSLSocket.connect_ex(). by Antoine Pitrou · 13 years ago
  38. cf095f8 Issue #16761: Raise TypeError when int() or long() called with base argument only. by Serhiy Storchaka · 13 years ago
  39. 3684c79 Issue #15324: Fix regrtest parsing of --fromfile and --randomize options. by Chris Jerdonek · 13 years ago
  40. c90be30 Issue #16792: Use assertIs() to test identity. by Serhiy Storchaka · 13 years ago
  41. 8876145 Issue #16793. Replace deprecated unittest asserts with modern counterparts. by Serhiy Storchaka · 13 years ago
  42. 270767b Issue #16792: Mark small ints test as CPython-only. by Serhiy Storchaka · 13 years ago
  43. 6f70fe8 Issue #16790: add some of the recent issue #16045 int tests to test_long. by Chris Jerdonek · 13 years ago
  44. 33e05e7 Fix #16759. Convert DWORD registry values using unsigned long. by Brian Curtin · 13 years ago
  45. 0e091b0 Fix #14420. Check for PyLong as well as PyInt when converting in Py2Reg. by Brian Curtin · 13 years ago
  46. 4a5a4c2 #16618: Add more glob regression tests by Hynek Schlawack · 13 years ago
  47. 2f01e23 Issue #16702: Skip proxies for localhost in urllib2_localnet tests by Senthil Kumaran · 13 years ago
  48. 2380fee issue #879399 Fix line buffering of socket._fileobject by Kristján Valur Jónsson · 13 years ago
  49. 1974baa Fix issue16713 - tel url parsing with params by Senthil Kumaran · 13 years ago
  50. 9fade76 Issue #13863: fix incorrect .pyc timestamps on Windows / NTFS (apparently due to buggy fstat) by Mark Dickinson · 13 years ago
  51. f8a6b00 Fix Issue15701 - HTTPError info method call raises AttributeError. Fix that to return headers correctly by Senthil Kumaran · 13 years ago
  52. cddcafa Issue #16045: add more unit tests for built-in int() by Andrew Svetlov · 13 years ago
  53. ab7dd18 #8853: Allow port to be of type long for socket.getaddrinfo() by Petri Lehtinen · 13 years ago
  54. a2d6d71 call close on the underlying stream even if flush raises (#16597) by Benjamin Peterson · 13 years ago
  55. bacf1bf replace threw with raised (#16714) by Andrew Svetlov · 13 years ago
  56. 4bb142b Issue #16714: use 'raise' exceptions, don't 'throw'. by Andrew Svetlov · 13 years ago
  57. 124ee8b Issue #16626: Fix infinite recursion in glob.glob() on Windows when the pattern contains a wildcard in the drive or UNC path. by Antoine Pitrou · 13 years ago
  58. 646c7b5 #16664: Add regression tests for glob's behaviour concerning "."-entries by Hynek Schlawack · 13 years ago
  59. 4113d2b Issue #16298: In HTTPResponse.read(), close the socket when there is no Content-Length and the incoming stream is finished. by Antoine Pitrou · 13 years ago
  60. d38c990 Issue #16602: When a weakref's target was part of a long deallocation chain, the object could remain reachable through its weakref even though its refcount had dropped to zero. by Antoine Pitrou · 13 years ago
  61. 8c7c697 Issue #15747: skip chflags UF_IMMUTABLE tests if EOPNOTSUPP is raised. by Victor Stinner · 13 years ago
  62. 74635c9 Fix test splitting in previous commit. by Antoine Pitrou · 13 years ago
  63. 735f36e Split the bigmem re test in two separate tests with different memory requirements. by Antoine Pitrou · 13 years ago
  64. b83575b Issue #10182: The re module doesn't truncate indices to 32 bits anymore. by Antoine Pitrou · 13 years ago
  65. 7196605 fix spelling by Benjamin Peterson · 13 years ago
  66. 8a1a17b Remove redundant check for symlink. (closes #6036) by Benjamin Peterson · 13 years ago
  67. b1cc6aa Issue #9011: AST creation no longer modifies CST for negated numeric literals. by Mark Dickinson · 13 years ago
  68. 1658797 Issue #16339: Document and test exec(stmt, globals, locals) form in Python 2.7. by Mark Dickinson · 13 years ago
  69. 508d7d3 test_winsound should require the "audio" resource, as it does on 3.x. by Antoine Pitrou · 13 years ago
  70. ec6486d #16306: report only the first unknown option and add more tests. Patch by Serhiy Storchaka. by Ezio Melotti · 13 years ago
  71. b83ea14 Issue #1160: Fix compiling large regular expressions on UCS2 builds. by Antoine Pitrou · 13 years ago
  72. 6451497 #7782: add a test for test_iter. by Ezio Melotti · 13 years ago
  73. db5947f #16306: Fix multiple error messages when unknown command line parameters where passed to the interpreter. Patch by Hieu Nguyen. by Ezio Melotti · 13 years ago
  74. 9e94972 #14313: zipfile now raises NotImplementedError when the compression type is unknown. by Ezio Melotti · 13 years ago
  75. e3ae321 Issue #15379: Fix passing of non-BMP characters as integers for the charmap decoder (already working as unicode strings). by Antoine Pitrou · 13 years ago
  76. b704eab Issue #16453: Fix equality testing of dead weakref objects. by Antoine Pitrou · 13 years ago
  77. 027d6fc remove an obsolete comment by Gregory P. Smith · 13 years ago
  78. f047ba8 Refactor test_preexec_errpipe to not create an uncollectable reference cycle. by Gregory P. Smith · 13 years ago
  79. c319725 whitespace fix by Gregory P. Smith · 13 years ago
  80. 211248b Fix issue #16140 bug that the fix to issue #16327 added - don't double by Gregory P. Smith · 13 years ago
  81. 9d3b6e9 Fixes issue #16327: The subprocess module no longer leaks file descriptors by Gregory P. Smith · 13 years ago
  82. 3c30970 Issue #16411: Fix a bug where zlib.decompressobj().flush() might try to access previously-freed memory. by Nadeem Vawda · 13 years ago
  83. 252f4dc Issue #16350, part 2: Set unused_data (and unconsumed_tail) correctly in decompressobj().flush(). by Nadeem Vawda · 13 years ago
  84. b271b3e Issue #15001: fix segfault on "del sys.modules['__main__']" by Hynek Schlawack · 13 years ago
  85. 6cad371 Issue #16350: Fix zlib decompressor handling of unused_data with multiple calls to decompress() after EOF. by Nadeem Vawda · 13 years ago
  86. c18cc0e #5057: the peepholer no longer optimizes subscription on unicode literals (e.g. u"foo"[0]) in order to produce compatible pyc files between narrow and wide builds. by Ezio Melotti · 13 years ago
  87. 67dc4a8 #8401: assigning an int to a bytearray slice (e.g. b[3:4] = 5) now raises an error. by Ezio Melotti · 13 years ago
  88. ef31738 #12759: sre_parse now raises a proper error when the name of the group is missing. Initial patch by Serhiy Storchaka. by Ezio Melotti · 13 years ago
  89. 7d24b16 #16152: fix tokenize to ignore whitespace at the end of the code when no newline is found. Patch by Ned Batchelder. by Ezio Melotti · 13 years ago
  90. 0552fc2 Issue #16230: Fix a crash in select.select() when one the lists changes size while iterated on. by Antoine Pitrou · 13 years ago
  91. 4ca83ec Issue #16377: fix missed test due to incorrect indentation in test_bisect. Thanks Yury Selivanov. by Mark Dickinson · 13 years ago
  92. 0ec820f only fast-path fromkeys() when the constructor returns a empty dict (closes #16345) by Benjamin Peterson · 13 years ago
  93. 8e0dfea Add test for BZ2Decompressor.decompress("") after end of stream. by Nadeem Vawda · 13 years ago
  94. 75d3600 Issue #14700: Fix buggy overflow checks for large precision and width in new-style and old-style formatting. by Mark Dickinson · 13 years ago
  95. 08114d4 changeset: 80007:49e4541f2aef by Georg Brandl · 13 years ago
  96. 3e66f0d #15043: Improve test_gdb support of gdb >= 7.4. by R David Murray · 13 years ago
  97. f8d370e Add some tests in 2.7 for Issue #16250 by Senthil Kumaran · 13 years ago
  98. e999229 Issue #16274: Fix test_asyncore on Solaris. by Trent Nelson · 13 years ago
  99. 9ad6a56 #15040: Close files in mailbox tests for PyPy compatibility by Petri Lehtinen · 13 years ago
  100. 45dba1d Issue #14398: Fix size truncation and overflow bugs in bz2 module. by Nadeem Vawda · 13 years ago