1. b2ac4d6 Fixes issue #12268 for file readline, readlines and read() and readinto methods. by Gregory P. Smith · 13 years ago
  2. ed04f42 Try to fix failure of a Windows buildbot to capture name resolution errors. by Antoine Pitrou · 13 years ago
  3. 9bd4bf2 #10053: Don't close FDs when FileIO.__init__ fails by Hynek Schlawack · 13 years ago
  4. a093312 Issue #15043: skip test_gdb if the custom hooks can't be loaded (backport from 3.x) by Nick Coghlan · 13 years ago
  5. 43f42fc Issue #15054: Fix incorrect tokenization of 'b' and 'br' string literals. by Meador Inge · 13 years ago
  6. 7cf6699 #15036: Make a repeated changes and flushes work with single-file mailboxes by Petri Lehtinen · 13 years ago
  7. 884fb1c Skip test_bigmem.test_unicode_repr_oflw, since it crashes (issue #14904). by Antoine Pitrou · 13 years ago
  8. 2182e05 Issue #13854: Properly handle non-integer, non-string arg to SystemExit by Richard Oudkerk · 13 years ago
  9. d44a4a2 Issue #12157: pool.map() does not handle empty iterable correctly by Richard Oudkerk · 13 years ago
  10. c3ea408 Changed comment on test skip. by Vinay Sajip · 13 years ago
  11. 877effc #4841: Fix FileIO constructor to honor closefd when called repeatedly by Hynek Schlawack · 13 years ago
  12. 8e6287f Fix other test requirements. by Antoine Pitrou · 13 years ago
  13. 0673088 Fix memory constraint for test_decodeascii by Antoine Pitrou · 13 years ago
  14. 37484dc Issue #14036: return None when port in urlparse cross 65535 by Senthil Kumaran · 13 years ago
  15. 269d213 Temporarily disabled test_race on Windows. by Vinay Sajip · 13 years ago
  16. ed11a5d Issue #8767: Restore building with --disable-unicode. by Martin v. Löwis · 13 years ago
  17. f439a36 Issue #14426: Correct the Date format in Expires attribute of Set-Cookie. Patch by Federico Reghenzani and Müte Invert by Senthil Kumaran · 13 years ago
  18. 7b57750 Ignore exceptions on test handler closing. by Vinay Sajip · 13 years ago
  19. 6d9c1b1 #14072: Fix parsing of tel URIs in urlparse by making the check for ports stricter. by Ezio Melotti · 13 years ago
  20. 618802d Fix Issue14721: Send Content-length: 0 for empty body () in the http.request by Senthil Kumaran · 13 years ago
  21. ea24dda Issue9374 - Generic parsing of query and fragment portion of urls for any scheme by Senthil Kumaran · 13 years ago
  22. 280e9f7 #14798: pyclbr now raises ImportError instead of KeyError for missing packages by Petri Lehtinen · 13 years ago
  23. 38fbd79 Issue #14829: Fix bisect issues under 64-bit Windows. by Antoine Pitrou · 13 years ago
  24. 4cf3f69 Skip test under 64-bit Windows by Antoine Pitrou · 13 years ago
  25. b0d85fd Issue12541 - Add UserWarning for unquoted realms by Senthil Kumaran · 13 years ago
  26. 6a2a6c2 Issue #12541: Be lenient with quotes around Realm field with HTTP Basic Authentation in urllib2. by Senthil Kumaran · 13 years ago
  27. b90252e Followup to issue #14157: respect the relative ordering of values produced by time.strptime(). by Antoine Pitrou · 13 years ago
  28. acdc56d Issue #14662: Prevent shutil failures on OS X when destination does not by Ned Deily · 13 years ago
  29. c2b714c Issue #14157: Fix time.strptime failing without a year on February 29th. by Antoine Pitrou · 13 years ago
  30. f2011e3 Closes #14768: os.path.expanduser('~/a') doesn't works correctly when HOME is '/' by Jesus Cea · 13 years ago
  31. 9f9970b #13183: backport fixes to test_pdb to 2.7 branch by Georg Brandl · 13 years ago
  32. 9a16fa6 Fix for issue 14725 for 2.7 branch by Richard Oudkerk · 13 years ago
  33. c642f67 Skip test_algorithms (known remote hosts need SNI, which is only available on 3.2+) by Antoine Pitrou · 13 years ago
  34. e5d3bc4 Changed order of cleanup operations to be more sensible. by Vinay Sajip · 13 years ago
  35. dee8dad os.popen().close() returns None on success, not 0... by Charles-François Natali · 13 years ago
  36. 666a573 Issue #14698: Make test_posix more robust when the current UID doesn't have an by Charles-François Natali · 13 years ago
  37. 0c200c2 Issue #9400: Partial backport of fix for #9244 by Richard Oudkerk · 13 years ago
  38. a9e18cd fix windows test failure - issue13183 by Senthil Kumaran · 13 years ago
  39. 042c47b fix calling the classmethod descriptor directly (closes #14699) by Benjamin Peterson · 13 years ago
  40. 7f6d4e1 issue13183 - Fix pdb skipping frames after hitting a breakpoint and running step. Patch by Xavier de Gaye by Senthil Kumaran · 13 years ago
  41. f5aaf6f httplib test for early eof response. related to Issue13684 by Senthil Kumaran · 13 years ago
  42. 00086bb Fixed test to work on Windows. by Vinay Sajip · 13 years ago
  43. 5820cc0 Updated year in docstring/comment. by Vinay Sajip · 13 years ago
  44. 885f6fd Issue #14632: Updated WatchedFileHandler to deal with race condition. Thanks to John Mulligan for the problem report and patch. by Vinay Sajip · 13 years ago
  45. 231d474 Issue #14160: TarFile.extractfile() failed to resolve symbolic links when by Lars Gustäbel · 13 years ago
  46. d157a4c don't use a slot wrapper from a different special method (closes #14658) by Benjamin Peterson · 13 years ago
  47. c313b1d #14638: pydoc now treats non-str __name__ as None instead of raising by R David Murray · 13 years ago
  48. 19e9beb sleep here by Benjamin Peterson · 13 years ago
  49. 52849bf Issue #14308: Fix an exception when a "dummy" thread is in the threading module's active list after a fork(). by Antoine Pitrou · 13 years ago
  50. c45868e #14538: HTMLParser can now parse correctly start tags that contain a bare /. by Ezio Melotti · 13 years ago
  51. 7660555 SETUP_WITH acts like SETUP_FINALLY for the purposes of setting f_lineno (closes #14612) by Benjamin Peterson · 13 years ago
  52. f838764 Issue #5113: Fix a test_posix failure on HP-UX, where non-root users can by Charles-François Natali · 13 years ago
  53. 9945a64 Issue #14589: Update certificate chain for sha256.tbs-internet.com, fixing a test failure in test_ssl. by Antoine Pitrou · 13 years ago
  54. 0407e96 Issue 13496: Fix bisect.bisect overflow bug for large collections. by Mark Dickinson · 13 years ago
  55. 3f4ccba #14399: zipfile now correctly handles comments added to empty zipfiles. by R David Murray · 13 years ago
  56. 5f7e734 Issue 10484 - Incorporate improvements to CGI module - Suggested by Glenn Linderman. Refactor code and tests by Senthil Kumaran · 13 years ago
  57. fb2e874 fix the incorrect changes made for PATH_INFO value - Issue10484 by Senthil Kumaran · 13 years ago
  58. b5588c3 Fix the patch for issue #7978: select() raises select.error before 3.3, not OSError. by Antoine Pitrou · 13 years ago
  59. 467a5c4 Fix flakiness in test_socketserver by Antoine Pitrou · 13 years ago
  60. fa1d841 Issue #7978: socketserver now restarts the select() call when EINTR is returned. by Antoine Pitrou · 13 years ago
  61. 088a874 Make test_mailbox runnable via python -m unittest. by R David Murray · 13 years ago
  62. b6e21a0 remove uneeded line by Benjamin Peterson · 13 years ago
  63. f73813a prevent writing to stderr from messing up the exception state (closes #14474) by Benjamin Peterson · 13 years ago
  64. afa2e47 Added a new crasher that targets mutating the underlying storage of a buffer. All work done by Armin Rigo. by Alex Gaynor · 13 years ago
  65. ea605cd attempt to fix asyncore buildbot failure by Giampaolo Rodola' · 13 years ago
  66. 96cb5d1 fix #10340: properly handle EINVAL on OSX and also avoid to call handle_connect() in case of a disconnetected socket which is not meant to connect. by Giampaolo Rodola' · 13 years ago
  67. eff19a1 check by equality for __future__ not identity (closes #14378) by Benjamin Peterson · 13 years ago
  68. 5c2689a #14333: fix test_queue so it can be run via standard unittest test discovery. by R David Murray · 13 years ago
  69. dbc52f8 check for string attribute names in old-style classes (closes #14334) by Benjamin Peterson · 13 years ago
  70. 6e7832b check to make sure the attribute is a string (#14334) by Benjamin Peterson · 13 years ago
  71. 51a65c9 2.7 - Issue #10484: Fix the CGIHTTPServer's PATH_INFO handling problem by Senthil Kumaran · 13 years ago
  72. d17a898 Fix closes Issue14281 - Test for cgi.escape by Brian Landers by Senthil Kumaran · 13 years ago
  73. b56b6ff #14179: add tests for re.compile. Patch by Florian Mladitsch. by Ezio Melotti · 13 years ago
  74. b60156e #14161: fix test failures on Windows. by Ezio Melotti · 13 years ago
  75. 11f8b68 #14161: fix the __repr__ of file objects to escape the file name. by Ezio Melotti · 13 years ago
  76. f60845b Issue #14252: Fix subprocess.Popen.terminate() to not raise an error under Windows when the child process has already exited. by Antoine Pitrou · 13 years ago
  77. e107ab3 Moved symlink support into its own module. Ported can_symlink from Python 3.2, skipping symlink test when it cannot be invoked (such as when the symlink privilege is not present). by Jason R. Coombs · 13 years ago
  78. ea4629a Improve the test case to avoid spurious errors about already existing symlinks. by Jason R. Coombs · 13 years ago
  79. 4a24283 Adding regression test for issue6727 by Jason R. Coombs · 14 years ago
  80. a8d4585 allow cycles throught the __dict__ slot to be cleared (closes #1469629) by Benjamin Peterson · 13 years ago
  81. da563bf Closes #14158: We now track test_support.TESTFN cleanup, and test_mailbox uses shutil.rmtree for simpler code. by Vinay Sajip · 13 years ago
  82. 104f189 Issue #14195: Make WeakSet.__lt__ and WeakSet.__gt__ irreflexive. by Meador Inge · 13 years ago
  83. 94c2d6df5 Fix some set algebra methods of WeakSet objects. by Antoine Pitrou · 13 years ago
  84. 1cb2e04 Add a crasher for the documented issue of calling "Py_DECREF(self->xxx)"; by Armin Rigo · 13 years ago
  85. c56bca3 Issue #14159: Fix the len() of weak sets to return a better approximation when some objects are dead or dying. by Antoine Pitrou · 13 years ago
  86. ca66624 #14089: increase coverage of the fractions module. Patch by Oleg Plakhotnyuk. by Ezio Melotti · 13 years ago
  87. 38ae5b2 #10713: Improve documentation for \b and \B and add a few tests. Initial patch and tests by Martin Pool. by Ezio Melotti · 13 years ago
  88. a6bdfd1 Give better failure messages in test_strptime (cf. issue #14113). by Nadeem Vawda · 13 years ago
  89. 6a1cd1b Issue #13521: dict.setdefault() now does only one lookup for the given key, making it "atomic" for many purposes. by Antoine Pitrou · 13 years ago
  90. e84e263 Add test file for scripts in Tools (#13447). by Éric Araujo · 13 years ago
  91. 341016e Fix sporadic test_os failure under Windows by Antoine Pitrou · 13 years ago
  92. 4b670f5 Fix (presumably) test_hash under big-endian systems (PPC). by Antoine Pitrou · 13 years ago
  93. 9329153 Avoid py3k warnings related to sort() of unrelated types. by Antoine Pitrou · 13 years ago
  94. 0607f73 Fix flaky os.urandom test. by Antoine Pitrou · 13 years ago
  95. e39ccef carefully don't depend on any dict order by Benjamin Peterson · 13 years ago
  96. 36b7361 HTMLParser is now able to handle slashes in the start tag. by Ezio Melotti · 13 years ago
  97. 72949bd this was supposed to die by Benjamin Peterson · 13 years ago
  98. 11fa11b fix test_gdb under hash randomization by Benjamin Peterson · 13 years ago
  99. 5bc92e0 don't rely on dict order here by Benjamin Peterson · 13 years ago
  100. aee9dfb merge 2.6 with hash randomization fix by Benjamin Peterson · 13 years ago