1. f30645d Close a stream properly in test.test_pulldom. by Brett Cannon · 14 years ago
  2. 71f1363 merge by Brett Cannon · 14 years ago
  3. b880c15 Add warnings support to test.support.args_from_interpreter_flags(). by Brett Cannon · 14 years ago
  4. d47af53 Move off of assertEquals() and over to assertEqual(). by Brett Cannon · 14 years ago
  5. c15799f merge heads by Gregory P. Smith · 14 years ago
  6. e97a5b2 merge heads by Benjamin Peterson · 14 years ago
  7. d6afe72 improve dis test coverage (closes #11559) by Benjamin Peterson · 14 years ago
  8. 3b4652e revert the test_main() change from 08daf3ef6509 so that regrtest continues to run this properly. by Gregory P. Smith · 14 years ago
  9. 6466a52 merge update by Gregory P. Smith · 14 years ago
  10. 5b2c876 Merged by Barry Warsaw · 14 years ago
  11. 254800e Merge and resolve Misc/NEWS. by Barry Warsaw · 14 years ago
  12. 1f5c958 - Issue #11289: `smtp.SMTP` class becomes a context manager so it can be used by Barry Warsaw · 14 years ago
  13. 5aaa498 Use start_new_session in the webbrowser module rather than a python os.setsid preeexec_fn. by Gregory P. Smith · 14 years ago
  14. 112bb3a Add unittests demonstrating issue #11432. by Gregory P. Smith · 14 years ago
  15. ab1dfd6 Merge #11555 as_string doc fix from 3.2. by R David Murray · 14 years ago
  16. 4a0b60c Merge #11555 as_string doc fix from 3.1. by R David Murray · 14 years ago
  17. 7dedcb4 #11555: update doc for 3.x change to as_string mangle_from default. by R David Murray · 14 years ago
  18. e1773cd Merge obsolete comment removal from 3.2. by R David Murray · 14 years ago
  19. 106f8e3 Remove obsolete comment. by R David Murray · 14 years ago
  20. df1d00a Merge #11554 test_email_codecs activation from 3.2. by R David Murray · 14 years ago
  21. 56a9d7e #11554: reactivate test_email_codecs, and make it pass. by R David Murray · 14 years ago
  22. 5eb3591 Adjust test names to be more descriptive instead of depending on capitalization. by briancurtin · 14 years ago
  23. eb46288 import style nits by Benjamin Peterson · 14 years ago
  24. 906f0c4 Fix #11509. Significantly increase test coverage for fileinput. by briancurtin · 14 years ago
  25. 2e3112f Typo. by Eric V. Smith · 14 years ago
  26. 58e317b merge 1579808ef25b by Gregory P. Smith · 14 years ago
  27. de3909d merge 141bbcb19c06 by Gregory P. Smith · 14 years ago
  28. 81ce685 Fix the @test_NNNN_tmp file terds being left in whatever your $PWD was by Gregory P. Smith · 14 years ago
  29. 3730892 #11515: Merge with 3.2. by Ezio Melotti · 14 years ago
  30. 4969f70 #11515: Merge with 3.1. by Ezio Melotti · 14 years ago
  31. 42da663 #11515: fix several typos. Patch by Piotr Kasprzyk. by Ezio Melotti · 14 years ago
  32. 7d9129c Merge long Japanese header fix from 3.2. by R David Murray · 14 years ago
  33. 3a6152f Fix header encoding of long headers when using euc-jp and shift_jis. by R David Murray · 14 years ago
  34. a9b3a1c Merge with hg.python.org. by Reid Kleckner · 14 years ago
  35. 93479cc Tweak subprocess test timeouts to satisfy the buildbot. by Reid Kleckner · 14 years ago
  36. ee354ea merge default by Michael Foord · 14 years ago
  37. 1341bb0 Closes issue 11407. TestCase.run returns the result object used or created by Michael Foord · 14 years ago
  38. 5596a8c Merge with remote by Nick Coghlan · 14 years ago
  39. d25fd4d Close #11505: Improve string.py coverage by Nick Coghlan · 14 years ago
  40. ba3a978 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
  41. 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
  42. 4572572 Merge linesep docstring changes from 3.2. by R David Murray · 14 years ago
  43. cd37dfc Harmonize linesep docstrings, and fix the quoting of \r\n by R David Murray · 14 years ago
  44. 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
  45. 750beda Merge #11496 from 3.2. by R David Murray · 14 years ago
  46. f8b9dfd #11496: skip history test if clear_history is not available. by R David Murray · 14 years ago
  47. 30bb6e0 Fix #11491. When dbm.open was called with a file which already exists and by briancurtin · 14 years ago
  48. 525c25d Fix #11491. When dbm.open was called with a file which already exists and by briancurtin · 14 years ago
  49. 94eceeb Fix #11491. When dbm.open was called with a file which already exists and by briancurtin · 14 years ago
  50. b4039aa whitespace fix by Gregory P. Smith · 14 years ago
  51. 5865fac merge default by Gregory P. Smith · 14 years ago
  52. 54d412e Add a SubprocessError base class for exceptions in the subprocess module. by Gregory P. Smith · 14 years ago
  53. 80b92d1 Attempt a larger timeout value to satisfy the buildbots. by Reid Kleckner · 14 years ago
  54. d9a7c4b Skip test that requires zlib when zlib is not available. by Ezio Melotti · 14 years ago
  55. 8485701 Merge with default. by Reid Kleckner · 14 years ago
  56. 31aa7dd Add a 'timeout' argument to subprocess.Popen. by Reid Kleckner · 14 years ago
  57. 91f0359 Skip test if zlib not present. Closes #11498. Patch by Natalia B. Bidart. by Eric V. Smith · 14 years ago
  58. 4169826 Typos. by Eric V. Smith · 14 years ago
  59. af9be20 Merge #11488 patch from 3.2. by R David Murray · 14 years ago
  60. 1a5201f Merge #11488 patch from 3.1. by R David Murray · 14 years ago
  61. d89ee79 #11488: Add tests for writelines method of SpooledTemporaryFile. by R David Murray · 14 years ago
  62. 74fb760 Merge whitespace fix from 3.2. by R David Murray · 14 years ago
  63. 6924bd7 Fix whitespace by R David Murray · 14 years ago
  64. dcd79a2 Merge fix for #11490 from 3.2. by R David Murray · 14 years ago
  65. 384069c Merge fix for #11490 from 3.1. by R David Murray · 14 years ago
  66. d79210a #11490: EACCES can also mean command not found by R David Murray · 14 years ago
  67. accd1c0 #1162477: accept '.' in addition to ':' when parsing time in date header. by R David Murray · 14 years ago
  68. f74dee4 Merge commit for #11233 by Antoine Pitrou · 14 years ago
  69. d3cccd2 Issue #11223: Fix test_threadsignals to fail, not hang, when the by Antoine Pitrou · 14 years ago
  70. b9cd353 Issue 9856: Change object.__format__ with a non-empty format string from a PendingDeprecationWarning to a DeprecationWarning. by Eric V. Smith · 14 years ago
  71. e8eabe7 Merge #11131 by Mark Dickinson · 14 years ago
  72. a7f0dff Merge #11131 by Mark Dickinson · 14 years ago
  73. 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
  74. 755d512 Remove a now unneeded tweak to test_zipimport_support in order to not by Brett Cannon · 14 years ago
  75. 16c4ce1 Issue #9935: Speed up pickling of instances of user-defined classes. by Antoine Pitrou · 14 years ago
  76. 17b880a Issue #11244: The peephole optimizer is now able to constant-fold by Antoine Pitrou · 14 years ago
  77. 7eecd22 Remove unused import. by Eric V. Smith · 14 years ago
  78. 33cb5c9 Issue #5622: merge fix from 3.2. by Ned Deily · 14 years ago
  79. 2d12f96 Issue #5622: merge fix from 3.1. by Ned Deily · 14 years ago
  80. d285318 Issue #5622: Fix curses.wrapper to raise correct exception if curses by Ned Deily · 14 years ago
  81. df30993 Issue #11444: Merge fix from 3.2. by Vinay Sajip · 14 years ago
  82. d9512e9 Issue #11444: Merge fix from 3.1. by Vinay Sajip · 14 years ago
  83. c8ab6ee Issue #11444: Lock handlers while flushing/closing during shutdown. by Vinay Sajip · 14 years ago
  84. 7a21147 #8594: fix ResourceWarning in test_ftplib.py - patch by Nadeem Vawda. by Giampaolo Rodolà · 14 years ago
  85. a393bb7 merge 3.2 by Benjamin Peterson · 14 years ago
  86. 3b59f33 merge 3.1 by Benjamin Peterson · 14 years ago
  87. 49d7149 transform izip_longest #11424 by Benjamin Peterson · 14 years ago
  88. 4bcfb92 Issue #11424: Merged fix from 3.2. by Vinay Sajip · 14 years ago
  89. 9f9991c #Issue 11424: added equivalent fixes for dictConfig. by Vinay Sajip · 14 years ago
  90. e783553 #Issue 11424: merged fix from 3.1. by Vinay Sajip · 14 years ago
  91. 3f84b07 Issue #11424: Fix bug in determining child loggers. by Vinay Sajip · 14 years ago
  92. 2ae5cff merge 3.1 by Benjamin Peterson · 14 years ago
  93. c9c8d0e merge 3.1 by Benjamin Peterson · 14 years ago
  94. d86e4c8 only do this sys.stderr replacing on CPython by Benjamin Peterson · 14 years ago
  95. 776e586 Remove sys.subversion and svn build identification leftovers. by Georg Brandl · 14 years ago
  96. fe09a54 Merge build identification to default branch. by Georg Brandl · 14 years ago
  97. 13039c8 Merge build identification to 3.2 branch. by Georg Brandl · 14 years ago
  98. f874deb Merge fix for issue #11391 by Antoine Pitrou · 14 years ago
  99. 80d3610 Merge fix for issue #11391 by Antoine Pitrou · 14 years ago
  100. 7b50c2c Fix buildbot failure following 97a5590b9291 by Antoine Pitrou · 14 years ago