1. beec61a Issue #15633: httplib.HTTPResponse is now mark closed when the server sends less than the advertised Content-Length. by Antoine Pitrou · 12 years ago
  2. 6375257 Back out fix for issue #13886; it introduced a new bug in interactive readline use. by Nadeem Vawda · 12 years ago
  3. e5e6444 Fix the test for issue #6972. Remove trailing dots on Windows. by Serhiy Storchaka · 12 years ago
  4. 1a4ed4c Fix tests for issue #11159. by Serhiy Storchaka · 12 years ago
  5. d520239 Issue #11159: Add tests for testing SAX parser support of non-ascii file names. by Serhiy Storchaka · 12 years ago
  6. b47acbf Fixes Issue #6972: The zipfile module no longer overwrites files outside of by Gregory P. Smith · 12 years ago
  7. 9a11f17 Issue #17041: Fix doctesting when Python is configured with the by Serhiy Storchaka · 12 years ago
  8. f9fcdb7 Added test to ensure localized calendar methods return strings and not bytes. by Serhiy Storchaka · 12 years ago
  9. d2b1527 Issue #4844: ZipFile now raises BadZipFile when opens a ZIP file with an by Serhiy Storchaka · 12 years ago
  10. fc20d77 Issue #13590: OS X Xcode 4 - improve support for universal extension modules by Ned Deily · 12 years ago
  11. 6debd76 Closes issue 15505. unittest.installHandler and non-callable signal handlers. by Michael Foord · 12 years ago
  12. 45c4375 Issue #12004: Fix an internal error in PyZipFile when writing an invalid by Serhiy Storchaka · 12 years ago
  13. c9c4338 Add tests for raw-unicode-escape codec. by Serhiy Storchaka · 12 years ago
  14. 077cb34 Clean up escape-decode decoder tests. by Serhiy Storchaka · 12 years ago
  15. d679377 Issue #16979: Fix error handling bugs in the unicode-escape-decode decoder. by Serhiy Storchaka · 12 years ago
  16. 8e0ae2a Fix skip conditions in some docstings tests. by Serhiy Storchaka · 12 years ago
  17. 9d0add0 Issue #17041: Fix testing when Python is configured with the by Serhiy Storchaka · 12 years ago
  18. 6f02ea0 Issue #13886: Fix input() to not strip out supposedly-invalid input bytes. by Nadeem Vawda · 12 years ago
  19. 5bb893c Optimize the test for issue #13454. by Serhiy Storchaka · 12 years ago
  20. ace3ad3 Issue #16975: Fix error handling bug in the escape-decode bytes decoder. by Serhiy Storchaka · 12 years ago
  21. 39e70a4 Issue #9290: In IDLE the sys.std* streams now implement io.TextIOBase by Serhiy Storchaka · 12 years ago
  22. a3e9128 Issue #13454: Fix a crash when deleting an iterator created by itertools.tee() by Serhiy Storchaka · 12 years ago
  23. 2f2dd99 Increase the memory limit in the test for issue #16335. by Serhiy Storchaka · 12 years ago
  24. 385ecd8 Fix generating of sre_constants.h on Python 3. by Serhiy Storchaka · 12 years ago
  25. 6b102f2 Issue #12411: Fix to cgi.parse_multipart to correctly use bytes boundaries and by Senthil Kumaran · 12 years ago
  26. da4b5b8 #11379: rephrase minidom documentation to use the term "minimal" instead of "lightweight". Patch by Éric Araujo. by Ezio Melotti · 12 years ago
  27. 7c3922f Issue #1159051: GzipFile now raises EOFError when reading a corrupted file by Serhiy Storchaka · 12 years ago
  28. fc6e8aa #15546: Fix GzipFile.peek()'s handling of pathological input data. by Serhiy Storchaka · 12 years ago
  29. e45dac4 Add bigmemtest decorator to test of issue #16335. by Serhiy Storchaka · 12 years ago
  30. 3b40b71 Fix memory error in test_ucn. by Serhiy Storchaka · 12 years ago
  31. 4f5f0e5 Issue #16335: Fix integer overflow in unicode-escape decoder. by Serhiy Storchaka · 12 years ago
  32. 441d30f Issue #15989: Fix several occurrences of integer overflow by Serhiy Storchaka · 12 years ago
  33. b24d0d9 Remove outdated statement by Antoine Pitrou · 12 years ago
  34. 809067c Closed #16886: test_dictcomps no longer depends on dict order by Frank Wierzbicki · 12 years ago
  35. 5e1c3ce Issue #9501: Improved shutdown handling to deal with module attributes correctly. by Vinay Sajip · 12 years ago
  36. b139652 Issue #15861: tkinter now correctly works with lists and tuples containing by Serhiy Storchaka · 12 years ago
  37. 44763dd Merge heads by Serhiy Storchaka · 12 years ago
  38. 8838061 Issue #10527: Remove dead code by Richard Oudkerk · 12 years ago
  39. 4fb8cae Issue #14850: Now a chamap decoder treates U+FFFE as "undefined mapping" by Serhiy Storchaka · 12 years ago
  40. 182d7cd Issue #9720: zipfile now writes correct local headers for files larger than 4 GiB. by Serhiy Storchaka · 12 years ago
  41. 03530b9 Describe the default_namespace parameter of ElemetTree.write. by Serhiy Storchaka · 12 years ago
  42. b09b167 Issue #16922: fixed findtext() to return empty Unicode string instead of empty bytes object when there's no text. by Eli Bendersky · 12 years ago
  43. ce1519d test_asyncore: wait explicitly for a thread termination (this dangling thread by Charles-François Natali · 12 years ago
  44. 74fe9f3 Issue #16829: IDLE printing no longer fails if there are spaces or other by Serhiy Storchaka · 12 years ago
  45. 53221e3 Issue #16762: Fix some test_subprocess failures on NetBSD and OpenBSD: kill() by Charles-François Natali · 12 years ago
  46. a3a01b6 Issue #15539: Fix a backup file creation in pindent.py on Windows. by Serhiy Storchaka · 12 years ago
  47. 6840a54 Issue #15539: Fix a number of bugs in Tools/scripts/pindent.py. by Serhiy Storchaka · 12 years ago
  48. fe8e6e7 #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 · 12 years ago
  49. 26ed234 Enable a broken test and fix it. by Ezio Melotti · 12 years ago
  50. 3f7beb9 #13934: document sqlite version strings, use correct one in test. by R David Murray · 12 years ago
  51. b523129 #15545: fix sqlite3.iterdump regression on unsortable row_factory objects. by R David Murray · 12 years ago
  52. 78470b4 Issue #16491: IDLE now prints chained exception tracebacks. by Serhiy Storchaka · 12 years ago
  53. 48e188e Issue #11461: Fix the incremental UTF-16 decoder. Original patch by by Serhiy Storchaka · 12 years ago
  54. 4ab23bf Issue #15845: Fix comparison between bytes and string. by Serhiy Storchaka · 12 years ago
  55. 549d465 issue 10527: fix missing import by Giampaolo Rodola' · 12 years ago
  56. 0af71aa Issue #16218, #16414, #16444: Backport FS_NONASCII, TESTFN_UNDECODABLE, by Victor Stinner · 12 years ago
  57. 638fb9b Issue #16828: Fix error incorrectly raised by bz2.compress(''). by Nadeem Vawda · 12 years ago
  58. e48741a Merge heads by Serhiy Storchaka · 12 years ago
  59. a2e7acd configparser: preserve section order when using `__setitem__` (issue #16820) by Łukasz Langa · 12 years ago
  60. e4110dc Issue #9644: Fix the encoding used by os.statvfs(): use the filesystem encoding by Victor Stinner · 12 years ago
  61. 4cf4f3a Issue #16541: tk_setPalette() now works with keyword arguments. by Serhiy Storchaka · 12 years ago
  62. 8c126d7 Issue #16819: IDLE method completion now correctly works for bytes literals. by Serhiy Storchaka · 12 years ago
  63. 5e844c8 Fix issue 10527: make multiprocessing use poll() instead of select() if available. by Giampaolo Rodola' · 12 years ago
  64. 3a8479a Fixes `parser.clean()` reported in issue #16820. by Łukasz Langa · 12 years ago
  65. 3057469 Fixes issue #15803: incorrect `ConfigParser.items()` docstring by Łukasz Langa · 12 years ago
  66. 88339c4 Issue #16645: Fix hardlink extracting test for tarfile. by Serhiy Storchaka · 12 years ago
  67. bac04e5 Fix docstring in curses (#16782) by Andrew Svetlov · 12 years ago
  68. 051722d Issue #16485: Fix file descriptor not being closed if file header patching fails on closing of aifc file. by Serhiy Storchaka · 12 years ago
  69. ddb87ab Forward port new test for SSLSocket.connect_ex() by Antoine Pitrou · 12 years ago
  70. 40f12ab Backport Python 3.2 fix for issue #12065, and add another test for SSLSocket.connect_ex(). by Antoine Pitrou · 12 years ago
  71. 0b386d5 Issue #16761: Raise TypeError when int() called with base argument only. by Serhiy Storchaka · 12 years ago
  72. cf095f8 Issue #16761: Raise TypeError when int() or long() called with base argument only. by Serhiy Storchaka · 12 years ago
  73. 1e4bd53 Issue #15324: Fix regrtest parsing of --fromfile, --match, and --randomize. by Chris Jerdonek · 12 years ago
  74. 3684c79 Issue #15324: Fix regrtest parsing of --fromfile and --randomize options. by Chris Jerdonek · 12 years ago
  75. c90be30 Issue #16792: Use assertIs() to test identity. by Serhiy Storchaka · 12 years ago
  76. 8876145 Issue #16793. Replace deprecated unittest asserts with modern counterparts. by Serhiy Storchaka · 12 years ago
  77. 3b31704 Issue #16792: Mark small ints test as CPython-only. by Serhiy Storchaka · 12 years ago
  78. 270767b Issue #16792: Mark small ints test as CPython-only. by Serhiy Storchaka · 12 years ago
  79. 6f70fe8 Issue #16790: add some of the recent issue #16045 int tests to test_long. by Chris Jerdonek · 12 years ago
  80. 33e05e7 Fix #16759. Convert DWORD registry values using unsigned long. by Brian Curtin · 12 years ago
  81. 9eac6b3 Merge by Brian Curtin · 12 years ago
  82. 172e422 Fix #16759. Convert DWORD registry values using PyLong_FromUnsignedLong. by Brian Curtin · 12 years ago
  83. a0b7e9c Null merge. by Serhiy Storchaka · 12 years ago
  84. 07e0e06 Issue #16504: Catch SyntaxErrors raised by tokenizer in IDLE. by Serhiy Storchaka · 12 years ago
  85. 61006a2 Issue #16504: Catch SyntaxErrors raised by tokenizer in IDLE. by Serhiy Storchaka · 12 years ago
  86. 0e091b0 Fix #14420. Check for PyLong as well as PyInt when converting in Py2Reg. by Brian Curtin · 12 years ago
  87. 12706f2 Fix #14420. Use PyLong_AsUnsignedLong to support the full range of DWORD. by Brian Curtin · 12 years ago
  88. 4a5a4c2 #16618: Add more glob regression tests by Hynek Schlawack · 12 years ago
  89. e26568f #16618: Make glob.glob match consistently across strings and bytes by Hynek Schlawack · 12 years ago
  90. 57a1233 fix test for subprocess (#16644) by Andrew Svetlov · 12 years ago
  91. 2f01e23 Issue #16702: Skip proxies for localhost in urllib2_localnet tests by Senthil Kumaran · 12 years ago
  92. 36852b7 Issue #14574: Ignore socket errors raised when flushing a connection on close. by Kristján Valur Jónsson · 12 years ago
  93. 303eb47 Issue #16702: Skip proxies for localhost in urllib2_localnet tests by Senthil Kumaran · 12 years ago
  94. b0d1c37 Issue #14574: Ignore socket errors raised when flushing a connection on close. by Kristján Valur Jónsson · 12 years ago
  95. 2380fee issue #879399 Fix line buffering of socket._fileobject by Kristján Valur Jónsson · 12 years ago
  96. 94704fc #16765: remove unused import. by Ezio Melotti · 12 years ago
  97. 405faed Add test coverage for os.removedirs (#16775) by Andrew Svetlov · 12 years ago
  98. ed30199 Fix issue16713 - tel url parsing with params by Senthil Kumaran · 12 years ago
  99. 1974baa Fix issue16713 - tel url parsing with params by Senthil Kumaran · 12 years ago
  100. 332562f Keep ref to ECHILD in local scope (#16650) by Andrew Svetlov · 12 years ago