1. aa1e1a2 Issue #17111: Prevent test_surrogates (test_fileio) failure on OS X 10.4. by Ned Deily · 13 years ago
  2. f1d3473 #17064: fix sporadic permission errors in test_mailbox on windows. by R David Murray · 13 years ago
  3. 65d5639 Issue #17141: random.vonmisesvariate() no more hangs for large kappas. by Serhiy Storchaka · 13 years ago
  4. 9aaeb5e Issue #17149: Fix random.vonmisesvariate to always return results in [0, 2*math.pi]. by Mark Dickinson · 13 years ago
  5. f898038 Issue #1470548: XMLGenerator now works with UTF-16 and UTF-32 encodings. by Serhiy Storchaka · 13 years ago
  6. 0dd3d30 Issue #6975: os.path.realpath() now correctly resolves multiple nested symlinks on POSIX platforms. by Serhiy Storchaka · 13 years ago
  7. bb80131 Import shutil for restore_test_support_TESTFN(). by Serhiy Storchaka · 13 years ago
  8. a5e7f8f #16564: test to confirm behavior that regressed in python3. by R David Murray · 13 years ago
  9. 276f1d5 Issue #7358: cStringIO.StringIO now supports writing to and reading from by Serhiy Storchaka · 13 years ago
  10. beaa3ad Issue #10355: SpooledTemporaryFile properties and xreadline method now work for unrolled files. by Serhiy Storchaka · 13 years ago
  11. 62e709c Issue #16686: Fixed a lot of bugs in audioop module. by Serhiy Storchaka · 13 years ago
  12. 4a88041 Issue #17118: Add new tests for testing Python-Tcl interaction. by Serhiy Storchaka · 13 years ago
  13. 9b3085c #17142: fix apparent copy and paste error in test_all. by R David Murray · 13 years ago
  14. a07a8b4 Issue #6083: Fix multiple segmentation faults occured when PyArg_ParseTuple by Serhiy Storchaka · 13 years ago
  15. 354d50e Issue #17106: Fix a segmentation fault in io.TextIOWrapper when an underlying by Serhiy Storchaka · 13 years ago
  16. cc23cc6 Issue #16698: Skip posix test_getgroups when built with OS X by Ned Deily · 13 years ago
  17. d66c0ee Issue #15633: httplib.HTTPResponse is now mark closed when the server sends less than the advertised Content-Length. by Antoine Pitrou · 13 years ago
  18. 2a051fa Fix test for issue #6972. by Serhiy Storchaka · 13 years ago
  19. 05fd744 Preserve backslashes in malicious zip files for testing issue #6972. by Serhiy Storchaka · 13 years ago
  20. 13e56c7 Fix the test and remove trailing dots on Windows for issue #6972. by Serhiy Storchaka · 13 years ago
  21. 23298cb Fix tests for issue #11159. by Serhiy Storchaka · 13 years ago
  22. 8673ab9 Issue #11159: SAX parser now supports unicode file names. by Serhiy Storchaka · 13 years ago
  23. 608cc45 Fixes Issue #6972: The zipfile module no longer overwrites files outside of by Gregory P. Smith · 13 years ago
  24. c5200b4 Issue #17041: Fix doctesting when Python is configured with the by Serhiy Storchaka · 13 years ago
  25. 8d510cd Issue #17049: Localized calendar methods now return unicode if a locale by Serhiy Storchaka · 13 years ago
  26. 0be506a Issue #4844: ZipFile now raises BadZipfile when opens a ZIP file with an by Serhiy Storchaka · 13 years ago
  27. 18fae3f Issue #13590: OS X Xcode 4 - improve support for universal extension modules by Ned Deily · 13 years ago
  28. 74e449f Add tests for raw-unicode-escape codec. by Serhiy Storchaka · 13 years ago
  29. 7277f9d Clean up escape-decode decoder tests. by Serhiy Storchaka · 13 years ago
  30. c8e5812 Issue #16979: Fix error handling bugs in the unicode-escape-decode decoder. by Serhiy Storchaka · 13 years ago
  31. 80a0a1e Fix skip conditions in some docstings tests. by Serhiy Storchaka · 13 years ago
  32. 72121c6 - Issue #17041: Fix testing when Python is configured with the by Serhiy Storchaka · 13 years ago
  33. 4216aa1 Adapt test for build --without-doc-strings. by Stefan Krah · 13 years ago
  34. 6fef14d Optimize the test for issue #13454. by Serhiy Storchaka · 13 years ago
  35. 01b3a08 Issue #16975: Fix error handling bug in the escape-decode decoder. by Serhiy Storchaka · 13 years ago
  36. b09ec9b Issue #13454: Fix a crash when deleting an iterator created by itertools.tee() by Serhiy Storchaka · 13 years ago
  37. 7ee79a2 Don't run the test for issue #16335 when -M is not specified. by Serhiy Storchaka · 13 years ago
  38. 353e54e Issue #1159051: GzipFile now raises EOFError when reading a corrupted file by Serhiy Storchaka · 13 years ago
  39. e3adb43 Add bigmemtest decorator to test of issue #16335. by Serhiy Storchaka · 13 years ago
  40. b1ecf80 Fix memory error in test_ucn. by Serhiy Storchaka · 13 years ago
  41. 4d70e58 fix for f4d30d1a529e by Christian Heimes · 13 years ago
  42. 1d3acd4 Issue #16335: Fix integer overflow in unicode-escape decoder. by Serhiy Storchaka · 13 years ago
  43. 18a1393 Ensure that width and precision in string formatting test have type int, not long. by Serhiy Storchaka · 13 years ago
  44. 74f49ab Issue #15989: Fix several occurrences of integer overflow by Serhiy Storchaka · 13 years ago
  45. 2f78f0e support -> test_support by Benjamin Peterson · 13 years ago
  46. 08e153a check windows fd validity (closes #16992) by Benjamin Peterson · 13 years ago
  47. 65a9f36 Closed #16886: test_dictcomps no longer depends on dict order by Frank Wierzbicki · 13 years ago
  48. 9599745 Issue #14850: Now a chamap decoder treates U+FFFE as "undefined mapping" by Serhiy Storchaka · 13 years ago
  49. 8c90471 test_asyncore: wait explicitly for a thread termination (this dangling thread by Charles-François Natali · 13 years ago
  50. ef2bd67 Issue #16762: Fix some test_subprocess failures on NetBSD and OpenBSD: kill() by Charles-François Natali · 13 years ago
  51. dfae912 Issue #15539: Fix backup file creation in pindent.py on Windows by Serhiy Storchaka · 13 years ago
  52. 8cd7f82 Issue #15539: Fix a number of bugs in Tools/scripts/pindent.py. by Serhiy Storchaka · 13 years ago
  53. 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
  54. c4b82c0 Issue #11461: Fix the incremental UTF-16 decoder. Original patch by by Serhiy Storchaka · 13 years ago
  55. 895cc22 Issue #16828: Fix error incorrectly raised by bz2.compress(''). by Nadeem Vawda · 13 years ago
  56. a708adf call PyErr_Clear() when ignoring error from PyNumber_Int (closes #15516) by Benjamin Peterson · 13 years ago
  57. cef2006 Fix issue 10527: make multiprocessing use poll() instead of select() if available. by Giampaolo Rodola' · 13 years ago
  58. 421489f Issue #16645: Fix hardlink extracting test for tarfile. by Serhiy Storchaka · 13 years ago
  59. 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
  60. 40f12ab Backport Python 3.2 fix for issue #12065, and add another test for SSLSocket.connect_ex(). by Antoine Pitrou · 13 years ago
  61. cf095f8 Issue #16761: Raise TypeError when int() or long() called with base argument only. by Serhiy Storchaka · 13 years ago
  62. 3684c79 Issue #15324: Fix regrtest parsing of --fromfile and --randomize options. by Chris Jerdonek · 13 years ago
  63. c90be30 Issue #16792: Use assertIs() to test identity. by Serhiy Storchaka · 13 years ago
  64. 8876145 Issue #16793. Replace deprecated unittest asserts with modern counterparts. by Serhiy Storchaka · 13 years ago
  65. 270767b Issue #16792: Mark small ints test as CPython-only. by Serhiy Storchaka · 13 years ago
  66. 6f70fe8 Issue #16790: add some of the recent issue #16045 int tests to test_long. by Chris Jerdonek · 13 years ago
  67. 33e05e7 Fix #16759. Convert DWORD registry values using unsigned long. by Brian Curtin · 13 years ago
  68. 0e091b0 Fix #14420. Check for PyLong as well as PyInt when converting in Py2Reg. by Brian Curtin · 13 years ago
  69. 4a5a4c2 #16618: Add more glob regression tests by Hynek Schlawack · 13 years ago
  70. 2f01e23 Issue #16702: Skip proxies for localhost in urllib2_localnet tests by Senthil Kumaran · 13 years ago
  71. 2380fee issue #879399 Fix line buffering of socket._fileobject by Kristján Valur Jónsson · 13 years ago
  72. 1974baa Fix issue16713 - tel url parsing with params by Senthil Kumaran · 13 years ago
  73. 9fade76 Issue #13863: fix incorrect .pyc timestamps on Windows / NTFS (apparently due to buggy fstat) by Mark Dickinson · 13 years ago
  74. f8a6b00 Fix Issue15701 - HTTPError info method call raises AttributeError. Fix that to return headers correctly by Senthil Kumaran · 13 years ago
  75. cddcafa Issue #16045: add more unit tests for built-in int() by Andrew Svetlov · 13 years ago
  76. ab7dd18 #8853: Allow port to be of type long for socket.getaddrinfo() by Petri Lehtinen · 13 years ago
  77. a2d6d71 call close on the underlying stream even if flush raises (#16597) by Benjamin Peterson · 13 years ago
  78. bacf1bf replace threw with raised (#16714) by Andrew Svetlov · 13 years ago
  79. 4bb142b Issue #16714: use 'raise' exceptions, don't 'throw'. by Andrew Svetlov · 13 years ago
  80. 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
  81. 646c7b5 #16664: Add regression tests for glob's behaviour concerning "."-entries by Hynek Schlawack · 13 years ago
  82. 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
  83. 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
  84. 8c7c697 Issue #15747: skip chflags UF_IMMUTABLE tests if EOPNOTSUPP is raised. by Victor Stinner · 13 years ago
  85. 74635c9 Fix test splitting in previous commit. by Antoine Pitrou · 13 years ago
  86. 735f36e Split the bigmem re test in two separate tests with different memory requirements. by Antoine Pitrou · 13 years ago
  87. b83575b Issue #10182: The re module doesn't truncate indices to 32 bits anymore. by Antoine Pitrou · 13 years ago
  88. 7196605 fix spelling by Benjamin Peterson · 13 years ago
  89. 8a1a17b Remove redundant check for symlink. (closes #6036) by Benjamin Peterson · 13 years ago
  90. b1cc6aa Issue #9011: AST creation no longer modifies CST for negated numeric literals. by Mark Dickinson · 13 years ago
  91. 1658797 Issue #16339: Document and test exec(stmt, globals, locals) form in Python 2.7. by Mark Dickinson · 13 years ago
  92. 508d7d3 test_winsound should require the "audio" resource, as it does on 3.x. by Antoine Pitrou · 13 years ago
  93. ec6486d #16306: report only the first unknown option and add more tests. Patch by Serhiy Storchaka. by Ezio Melotti · 13 years ago
  94. b83ea14 Issue #1160: Fix compiling large regular expressions on UCS2 builds. by Antoine Pitrou · 13 years ago
  95. 6451497 #7782: add a test for test_iter. by Ezio Melotti · 13 years ago
  96. 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
  97. 9e94972 #14313: zipfile now raises NotImplementedError when the compression type is unknown. by Ezio Melotti · 13 years ago
  98. 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
  99. b704eab Issue #16453: Fix equality testing of dead weakref objects. by Antoine Pitrou · 13 years ago
  100. 027d6fc remove an obsolete comment by Gregory P. Smith · 13 years ago