1. ab1dfd6 Merge #11555 as_string doc fix from 3.2. by R David Murray · 13 years ago
  2. 4a0b60c Merge #11555 as_string doc fix from 3.1. by R David Murray · 13 years ago
  3. 7dedcb4 #11555: update doc for 3.x change to as_string mangle_from default. by R David Murray · 13 years ago
  4. e1773cd Merge obsolete comment removal from 3.2. by R David Murray · 13 years ago
  5. 106f8e3 Remove obsolete comment. by R David Murray · 13 years ago
  6. df1d00a Merge #11554 test_email_codecs activation from 3.2. by R David Murray · 13 years ago
  7. 56a9d7e #11554: reactivate test_email_codecs, and make it pass. by R David Murray · 13 years ago
  8. 5eb3591 Adjust test names to be more descriptive instead of depending on capitalization. by briancurtin · 13 years ago
  9. eb46288 import style nits by Benjamin Peterson · 13 years ago
  10. 906f0c4 Fix #11509. Significantly increase test coverage for fileinput. by briancurtin · 13 years ago
  11. 2e3112f Typo. by Eric V. Smith · 13 years ago
  12. 58e317b merge 1579808ef25b by Gregory P. Smith · 13 years ago
  13. de3909d merge 141bbcb19c06 by Gregory P. Smith · 13 years ago
  14. 81ce685 Fix the @test_NNNN_tmp file terds being left in whatever your $PWD was by Gregory P. Smith · 13 years ago
  15. 3730892 #11515: Merge with 3.2. by Ezio Melotti · 13 years ago
  16. 4969f70 #11515: Merge with 3.1. by Ezio Melotti · 13 years ago
  17. 42da663 #11515: fix several typos. Patch by Piotr Kasprzyk. by Ezio Melotti · 13 years ago
  18. 7d9129c Merge long Japanese header fix from 3.2. by R David Murray · 13 years ago
  19. 3a6152f Fix header encoding of long headers when using euc-jp and shift_jis. by R David Murray · 13 years ago
  20. a9b3a1c Merge with hg.python.org. by Reid Kleckner · 13 years ago
  21. 93479cc Tweak subprocess test timeouts to satisfy the buildbot. by Reid Kleckner · 13 years ago
  22. ee354ea merge default by Michael Foord · 13 years ago
  23. 1341bb0 Closes issue 11407. TestCase.run returns the result object used or created by Michael Foord · 13 years ago
  24. 5596a8c Merge with remote by Nick Coghlan · 13 years ago
  25. d25fd4d Close #11505: Improve string.py coverage by Nick Coghlan · 13 years ago
  26. 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 · 13 years ago
  27. 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 · 13 years ago
  28. 4572572 Merge linesep docstring changes from 3.2. by R David Murray · 13 years ago
  29. cd37dfc Harmonize linesep docstrings, and fix the quoting of \r\n by R David Murray · 13 years ago
  30. 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 · 13 years ago
  31. 750beda Merge #11496 from 3.2. by R David Murray · 13 years ago
  32. f8b9dfd #11496: skip history test if clear_history is not available. by R David Murray · 13 years ago
  33. 30bb6e0 Fix #11491. When dbm.open was called with a file which already exists and by briancurtin · 13 years ago
  34. 525c25d Fix #11491. When dbm.open was called with a file which already exists and by briancurtin · 13 years ago
  35. 94eceeb Fix #11491. When dbm.open was called with a file which already exists and by briancurtin · 13 years ago
  36. b4039aa whitespace fix by Gregory P. Smith · 13 years ago
  37. 5865fac merge default by Gregory P. Smith · 13 years ago
  38. 54d412e Add a SubprocessError base class for exceptions in the subprocess module. by Gregory P. Smith · 13 years ago
  39. 80b92d1 Attempt a larger timeout value to satisfy the buildbots. by Reid Kleckner · 13 years ago
  40. d9a7c4b Skip test that requires zlib when zlib is not available. by Ezio Melotti · 13 years ago
  41. 8485701 Merge with default. by Reid Kleckner · 13 years ago
  42. 31aa7dd Add a 'timeout' argument to subprocess.Popen. by Reid Kleckner · 13 years ago
  43. 91f0359 Skip test if zlib not present. Closes #11498. Patch by Natalia B. Bidart. by Eric V. Smith · 13 years ago
  44. 4169826 Typos. by Eric V. Smith · 13 years ago
  45. af9be20 Merge #11488 patch from 3.2. by R David Murray · 13 years ago
  46. 1a5201f Merge #11488 patch from 3.1. by R David Murray · 13 years ago
  47. d89ee79 #11488: Add tests for writelines method of SpooledTemporaryFile. by R David Murray · 13 years ago
  48. 74fb760 Merge whitespace fix from 3.2. by R David Murray · 13 years ago
  49. 6924bd7 Fix whitespace by R David Murray · 13 years ago
  50. dcd79a2 Merge fix for #11490 from 3.2. by R David Murray · 13 years ago
  51. 384069c Merge fix for #11490 from 3.1. by R David Murray · 13 years ago
  52. d79210a #11490: EACCES can also mean command not found by R David Murray · 13 years ago
  53. accd1c0 #1162477: accept '.' in addition to ':' when parsing time in date header. by R David Murray · 13 years ago
  54. f74dee4 Merge commit for #11233 by Antoine Pitrou · 13 years ago
  55. d3cccd2 Issue #11223: Fix test_threadsignals to fail, not hang, when the by Antoine Pitrou · 13 years ago
  56. b9cd353 Issue 9856: Change object.__format__ with a non-empty format string from a PendingDeprecationWarning to a DeprecationWarning. by Eric V. Smith · 13 years ago
  57. e8eabe7 Merge #11131 by Mark Dickinson · 13 years ago
  58. a7f0dff Merge #11131 by Mark Dickinson · 13 years ago
  59. 37a79fb Issue 11131: Fix sign of zero result on decimal.Decimal plus and minus operations in ROUND_FLOOR rounding mode. by Mark Dickinson · 13 years ago
  60. 755d512 Remove a now unneeded tweak to test_zipimport_support in order to not by Brett Cannon · 13 years ago
  61. 16c4ce1 Issue #9935: Speed up pickling of instances of user-defined classes. by Antoine Pitrou · 13 years ago
  62. 17b880a Issue #11244: The peephole optimizer is now able to constant-fold by Antoine Pitrou · 13 years ago
  63. 7eecd22 Remove unused import. by Eric V. Smith · 13 years ago
  64. 33cb5c9 Issue #5622: merge fix from 3.2. by Ned Deily · 13 years ago
  65. 2d12f96 Issue #5622: merge fix from 3.1. by Ned Deily · 13 years ago
  66. d285318 Issue #5622: Fix curses.wrapper to raise correct exception if curses by Ned Deily · 13 years ago
  67. df30993 Issue #11444: Merge fix from 3.2. by Vinay Sajip · 13 years ago
  68. d9512e9 Issue #11444: Merge fix from 3.1. by Vinay Sajip · 13 years ago
  69. c8ab6ee Issue #11444: Lock handlers while flushing/closing during shutdown. by Vinay Sajip · 13 years ago
  70. 7a21147 #8594: fix ResourceWarning in test_ftplib.py - patch by Nadeem Vawda. by Giampaolo Rodolà · 13 years ago
  71. a393bb7 merge 3.2 by Benjamin Peterson · 13 years ago
  72. 3b59f33 merge 3.1 by Benjamin Peterson · 13 years ago
  73. 49d7149 transform izip_longest #11424 by Benjamin Peterson · 13 years ago
  74. 4bcfb92 Issue #11424: Merged fix from 3.2. by Vinay Sajip · 13 years ago
  75. 9f9991c #Issue 11424: added equivalent fixes for dictConfig. by Vinay Sajip · 13 years ago
  76. e783553 #Issue 11424: merged fix from 3.1. by Vinay Sajip · 13 years ago
  77. 3f84b07 Issue #11424: Fix bug in determining child loggers. by Vinay Sajip · 13 years ago
  78. 2ae5cff merge 3.1 by Benjamin Peterson · 13 years ago
  79. c9c8d0e merge 3.1 by Benjamin Peterson · 13 years ago
  80. d86e4c8 only do this sys.stderr replacing on CPython by Benjamin Peterson · 13 years ago
  81. 776e586 Remove sys.subversion and svn build identification leftovers. by Georg Brandl · 13 years ago
  82. fe09a54 Merge build identification to default branch. by Georg Brandl · 13 years ago
  83. 13039c8 Merge build identification to 3.2 branch. by Georg Brandl · 13 years ago
  84. f874deb Merge fix for issue #11391 by Antoine Pitrou · 13 years ago
  85. 80d3610 Merge fix for issue #11391 by Antoine Pitrou · 13 years ago
  86. 7b50c2c Fix buildbot failure following 97a5590b9291 by Antoine Pitrou · 13 years ago
  87. 16a0a0b Issue #11391: Writing to a mmap object created with by Antoine Pitrou · 13 years ago
  88. d1b1991 Lib/email/test/data/msg_26.txt had its line endings wrong in the SVN repository. by Antoine Pitrou · 13 years ago
  89. 8256242 Adapt platform and test_platform to the build identification changes. by Georg Brandl · 13 years ago
  90. 49857f8 Add updated .hgeol file and fix newlines in the 3.2 branch. by Georg Brandl · 13 years ago
  91. 5537d29 Add updated .hgeol file and fix newlines in the 3.1 branch. by Georg Brandl · 13 years ago
  92. 0716a57 Mentioned new clear() method of MutableSequence in its doc, and added unit tests for its mixin methods by Eli Bendersky · 13 years ago
  93. 9479d1a Issue #11388: Added a clear() method to MutableSequence by Eli Bendersky · 13 years ago
  94. e0c8635d8 Merged revisions 88735 via svnmerge from by Eli Bendersky · 13 years ago
  95. 1bc4f19 Issue #11386: Fixed the exception thrown by bytearray.pop() for empty bytearrays by Eli Bendersky · 13 years ago
  96. 424298a Issue 9795: adds context manager protocol to nntplib.NNTP class so that it can used with the 'with' statement. by Giampaolo Rodolà · 13 years ago
  97. 4db28d3 Issue #10516: added copy() and clear() methods to bytearrays as well by Eli Bendersky · 13 years ago
  98. 752b950 Merged revisions 88730 via svnmerge from by R. David Murray · 13 years ago
  99. 91221f2 #11306: Treat EROFS like EACCES when making a 'file is read-only' decision by R. David Murray · 13 years ago
  100. 00a4286 Merged revisions 88726 via svnmerge from by Giampaolo Rodolà · 13 years ago