1. 50dc1a2 Branch merge by Éric Araujo · 14 years ago
  2. f1a9d82 merge 3.2 by Victor Stinner · 14 years ago
  3. 56f9a02 merge 3.1 by Victor Stinner · 14 years ago
  4. 628225c Issue #5537: Fix time2isoz() and time2netscape() functions of httplib.cookiejar by Victor Stinner · 14 years ago
  5. ee525de merge by Victor Stinner · 14 years ago
  6. 13ed2ea Issue #10864 has been fixed: remove the workaround by Victor Stinner · 14 years ago
  7. 25871da Merge by Antoine Pitrou · 14 years ago
  8. 0363705 Try to strengthen test_httpservers (issue #11617) by Antoine Pitrou · 14 years ago
  9. cb34218 Try to strengthen test_httpservers (issue #11617) by Antoine Pitrou · 14 years ago
  10. eda5583 Mark getopt error messages as localizable (fixes #11371). by Éric Araujo · 14 years ago
  11. 6d58d64 Issue #11127: Raise a TypeError when trying to pickle a socket object. by Antoine Pitrou · 14 years ago
  12. b938bcd (merge) Issue #11395: io.FileIO().write() clamps the data length to 32,767 by Victor Stinner · 14 years ago
  13. e0daff1 Issue #11395: io.FileIO().write() clamps the data length to 32,767 bytes on by Victor Stinner · 14 years ago
  14. 6ae1e7f Issue #3080: imp.load_module() accepts None for the module path by Victor Stinner · 14 years ago
  15. 6a1454f Use proper gettext plural forms in optparse (closes #4391). by Éric Araujo · 14 years ago
  16. ec60e31 Merge by Antoine Pitrou · 14 years ago
  17. 7903cb7 Merge by Antoine Pitrou · 14 years ago
  18. 8189ab8 Call reap_children() where appropriate by Antoine Pitrou · 14 years ago
  19. 68c9592 Call reap_children() at the end of test_posix by Antoine Pitrou · 14 years ago
  20. dedf6cf Issue #11615: Fix sporadic buildbot failures related to #10812. by Ross Lagerwall · 14 years ago
  21. 9a67e6c Fix the Windows timeout code. by Reid Kleckner · 14 years ago
  22. 45763d0 Merge with 3.2. by Ezio Melotti · 14 years ago
  23. 60c3c9f Save a copy of sys.warnoptions in test_program. by Ezio Melotti · 14 years ago
  24. 0123e05 Add a check for sys.warnoptions in regrtest. by Ezio Melotti · 14 years ago
  25. bec7886 Merge from 3.1 by Senthil Kumaran · 14 years ago
  26. 1b407fe Issue #11567 - Let's have the DOCTYPE as HTML instead of XHTML. by Senthil Kumaran · 14 years ago
  27. a7f43cc branch merge 3.2 by Senthil Kumaran · 14 years ago
  28. acbaa92 Call unfakehttp in order to close connection while opening the connection through a fakehttp object. by Senthil Kumaran · 14 years ago
  29. 7b98d02 Issue #11459: A `bufsize` value of 0 in subprocess.Popen() really creates by Antoine Pitrou · 14 years ago
  30. 877766d Issue #11459: A `bufsize` value of 0 in subprocess.Popen() really creates by Antoine Pitrou · 14 years ago
  31. d91ffca Closes issue11563 - test_urllibnet ResourceWarning. Patch by Jeff McNeil. by Senthil Kumaran · 14 years ago
  32. 42ec7cb Issue #10979. unittest stdout buffering now works with class and module setup and teardown. by Michael Foord · 14 years ago
  33. 9f9193e Error message in http.server code. Missed to update in 3.1 branch initially. by Senthil Kumaran · 14 years ago
  34. b253c9f Fix issue11567: http.server DEFAULT_ERROR_MESSAGE format. Patch by Gennadiy Zlobin. by Senthil Kumaran · 14 years ago
  35. b52c0be Merge from remote by Nick Coghlan · 14 years ago
  36. b3c728f Close #11577: Improve binhex test coverage and fix ResourceWarning by Nick Coghlan · 14 years ago
  37. a215023 #11243: tests and fixes for handling of 'dirty data' in additional methods by R David Murray · 14 years ago
  38. 4e43268 Merge #11401 fix from 3.1. by R David Murray · 14 years ago
  39. de91276 #11401: handle headers with no value. by R David Murray · 14 years ago
  40. a88da67 #11578: add unit tests for timeit module. by R David Murray · 14 years ago
  41. 07926f0 Closes issue 11503. Improves test coverage of posixpath. by Michael Foord · 14 years ago
  42. 78099bb Merge #9298 fix. by R David Murray · 14 years ago
  43. 6d94bd4 #9298: restore proper folding of base64 encoded bodies. by R David Murray · 14 years ago
  44. 7462fa6 Backport improved test coverage for string.py by Nick Coghlan · 14 years ago
  45. 8ed3cf3 Close #11560: Improve test coverage of shutil by Nick Coghlan · 14 years ago
  46. abf202d Close #11548: Correctly handle format argument in shutil.unpack_archive by Nick Coghlan · 14 years ago
  47. f0edd1b Merge with 3.1 by Ronald Oussoren · 14 years ago
  48. 0b8753d Issue #11569: use absolute path to the sysctl command in multiprocessing to by Ronald Oussoren · 14 years ago
  49. 3b3499b #11565: Merge with 3.1. by Ezio Melotti · 14 years ago
  50. 1392500 #11565: Fix several typos. Patch by Piotr Kasprzyk. by Ezio Melotti · 14 years ago
  51. cee3655 Close issue #8600: test_gdb failures because innocuous warnings by Jesus Cea · 14 years ago
  52. dcebe0f Closes issue 11133. Fixes two cases where inspect.getattr_static could trigger code execution by Michael Foord · 14 years ago
  53. 29dcaad Issue 11510: Fix BUILD_SET optimizer bug. by Raymond Hettinger · 14 years ago
  54. 126848a Fix whitespace in test_subprocess by Antoine Pitrou · 14 years ago
  55. e870623 Merge fix for issue #11501 by Antoine Pitrou · 14 years ago
  56. 2c50a09 On behalf of Tarek: Issue #11501: disutils.archive_utils.make_zipfile no by Antoine Pitrou · 14 years ago
  57. cdc4f96 merge 3.2 heads by Gregory P. Smith · 14 years ago
  58. 961e0e8 revert the test_main() change from 08daf3ef6509 so that regrtest continues to run this properly. by Gregory P. Smith · 14 years ago
  59. 8f7724f merge d71476b9a55d from tip, use start_new_session instead of os.setsid. by Gregory P. Smith · 14 years ago
  60. e14e9c2 Add unittests demonstrating issue #11432. by Gregory P. Smith · 14 years ago
  61. 4a0b60c Merge #11555 as_string doc fix from 3.1. by R David Murray · 14 years ago
  62. 7dedcb4 #11555: update doc for 3.x change to as_string mangle_from default. by R David Murray · 14 years ago
  63. 106f8e3 Remove obsolete comment. by R David Murray · 14 years ago
  64. 56a9d7e #11554: reactivate test_email_codecs, and make it pass. by R David Murray · 14 years ago
  65. de3909d merge 141bbcb19c06 by Gregory P. Smith · 14 years ago
  66. 81ce685 Fix the @test_NNNN_tmp file terds being left in whatever your $PWD was by Gregory P. Smith · 14 years ago
  67. 4969f70 #11515: Merge with 3.1. by Ezio Melotti · 14 years ago
  68. 42da663 #11515: fix several typos. Patch by Piotr Kasprzyk. by Ezio Melotti · 14 years ago
  69. 3a6152f Fix header encoding of long headers when using euc-jp and shift_jis. by R David Murray · 14 years ago
  70. 22a8cbe Issue #3080: skip test_bdist_rpm if sys.executable is not encodable to UTF-8 by Victor Stinner · 14 years ago
  71. f2db4de Issue #11500: Fixed a bug in the os x proxy bypass code for fully qualified IP addresses in the proxy exception list. by Ronald Oussoren · 14 years ago
  72. cd37dfc Harmonize linesep docstrings, and fix the quoting of \r\n by R David Murray · 14 years ago
  73. e72e161 Issue #11500: Fixed a bug in the os x proxy bypass code for fully qualified IP addresses in the proxy exception list by Ronald Oussoren · 14 years ago
  74. f8b9dfd #11496: skip history test if clear_history is not available. by R David Murray · 14 years ago
  75. 525c25d Fix #11491. When dbm.open was called with a file which already exists and by briancurtin · 14 years ago
  76. 94eceeb Fix #11491. When dbm.open was called with a file which already exists and by briancurtin · 14 years ago
  77. 98dbba5 Issue #3080: Use repr() to format the module name on error by Victor Stinner · 14 years ago
  78. ccbf475 Fix imp.cache_from_source() if the directory name contains a dot by Victor Stinner · 14 years ago
  79. d9a7c4b Skip test that requires zlib when zlib is not available. by Ezio Melotti · 14 years ago
  80. 1a5201f Merge #11488 patch from 3.1. by R David Murray · 14 years ago
  81. d89ee79 #11488: Add tests for writelines method of SpooledTemporaryFile. by R David Murray · 14 years ago
  82. 6924bd7 Fix whitespace by R David Murray · 14 years ago
  83. 384069c Merge fix for #11490 from 3.1. by R David Murray · 14 years ago
  84. d79210a #11490: EACCES can also mean command not found by R David Murray · 14 years ago
  85. d3cccd2 Issue #11223: Fix test_threadsignals to fail, not hang, when the by Antoine Pitrou · 14 years ago
  86. a7f0dff Merge #11131 by Mark Dickinson · 14 years ago
  87. 37a79fb Issue 11131: Fix sign of zero result on decimal.Decimal plus and minus operations in ROUND_FLOOR rounding mode. by Mark Dickinson · 14 years ago
  88. 2d12f96 Issue #5622: merge fix from 3.1. by Ned Deily · 14 years ago
  89. d285318 Issue #5622: Fix curses.wrapper to raise correct exception if curses by Ned Deily · 14 years ago
  90. d9512e9 Issue #11444: Merge fix from 3.1. by Vinay Sajip · 14 years ago
  91. c8ab6ee Issue #11444: Lock handlers while flushing/closing during shutdown. by Vinay Sajip · 14 years ago
  92. 3b59f33 merge 3.1 by Benjamin Peterson · 14 years ago
  93. 49d7149 transform izip_longest #11424 by Benjamin Peterson · 14 years ago
  94. 9f9991c #Issue 11424: added equivalent fixes for dictConfig. by Vinay Sajip · 14 years ago
  95. e783553 #Issue 11424: merged fix from 3.1. by Vinay Sajip · 14 years ago
  96. 3f84b07 Issue #11424: Fix bug in determining child loggers. by Vinay Sajip · 14 years ago
  97. dab6780 merge from 3.2 by Senthil Kumaran · 14 years ago
  98. 142fad4 Use WeakSets rather than manual pruning to prevent unbounded growth of dead thread references. by Brian Quinlan · 14 years ago
  99. 833d912 closes issue11609. buildbot related failures in the test_urllibnet. by Senthil Kumaran · 14 years ago
  100. 89ba56d Skip crasher tests by Antoine Pitrou · 14 years ago