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. 254800e Merge and resolve Misc/NEWS. by Barry Warsaw · 14 years ago
  11. 1f5c958 - Issue #11289: `smtp.SMTP` class becomes a context manager so it can be used by Barry Warsaw · 14 years ago
  12. 112bb3a Add unittests demonstrating issue #11432. by Gregory P. Smith · 14 years ago
  13. df1d00a Merge #11554 test_email_codecs activation from 3.2. by R David Murray · 14 years ago
  14. 56a9d7e #11554: reactivate test_email_codecs, and make it pass. by R David Murray · 14 years ago
  15. 5eb3591 Adjust test names to be more descriptive instead of depending on capitalization. by briancurtin · 14 years ago
  16. eb46288 import style nits by Benjamin Peterson · 14 years ago
  17. 906f0c4 Fix #11509. Significantly increase test coverage for fileinput. by briancurtin · 14 years ago
  18. 2e3112f Typo. by Eric V. Smith · 14 years ago
  19. 58e317b merge 1579808ef25b by Gregory P. Smith · 14 years ago
  20. de3909d merge 141bbcb19c06 by Gregory P. Smith · 14 years ago
  21. 81ce685 Fix the @test_NNNN_tmp file terds being left in whatever your $PWD was by Gregory P. Smith · 14 years ago
  22. 3730892 #11515: Merge with 3.2. by Ezio Melotti · 14 years ago
  23. 4969f70 #11515: Merge with 3.1. by Ezio Melotti · 14 years ago
  24. 42da663 #11515: fix several typos. Patch by Piotr Kasprzyk. by Ezio Melotti · 14 years ago
  25. a9b3a1c Merge with hg.python.org. by Reid Kleckner · 14 years ago
  26. 93479cc Tweak subprocess test timeouts to satisfy the buildbot. by Reid Kleckner · 14 years ago
  27. 5596a8c Merge with remote by Nick Coghlan · 14 years ago
  28. d25fd4d Close #11505: Improve string.py coverage by Nick Coghlan · 14 years ago
  29. 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
  30. 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
  31. 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
  32. 750beda Merge #11496 from 3.2. by R David Murray · 14 years ago
  33. f8b9dfd #11496: skip history test if clear_history is not available. by R David Murray · 14 years ago
  34. 30bb6e0 Fix #11491. When dbm.open was called with a file which already exists and by briancurtin · 14 years ago
  35. 525c25d Fix #11491. When dbm.open was called with a file which already exists and by briancurtin · 14 years ago
  36. 94eceeb Fix #11491. When dbm.open was called with a file which already exists and by briancurtin · 14 years ago
  37. 80b92d1 Attempt a larger timeout value to satisfy the buildbots. by Reid Kleckner · 14 years ago
  38. d9a7c4b Skip test that requires zlib when zlib is not available. by Ezio Melotti · 14 years ago
  39. 8485701 Merge with default. by Reid Kleckner · 14 years ago
  40. 31aa7dd Add a 'timeout' argument to subprocess.Popen. by Reid Kleckner · 14 years ago
  41. 91f0359 Skip test if zlib not present. Closes #11498. Patch by Natalia B. Bidart. by Eric V. Smith · 14 years ago
  42. af9be20 Merge #11488 patch from 3.2. by R David Murray · 14 years ago
  43. 1a5201f Merge #11488 patch from 3.1. by R David Murray · 14 years ago
  44. d89ee79 #11488: Add tests for writelines method of SpooledTemporaryFile. by R David Murray · 14 years ago
  45. 74fb760 Merge whitespace fix from 3.2. by R David Murray · 14 years ago
  46. 6924bd7 Fix whitespace by R David Murray · 14 years ago
  47. dcd79a2 Merge fix for #11490 from 3.2. by R David Murray · 14 years ago
  48. 384069c Merge fix for #11490 from 3.1. by R David Murray · 14 years ago
  49. d79210a #11490: EACCES can also mean command not found by R David Murray · 14 years ago
  50. f74dee4 Merge commit for #11233 by Antoine Pitrou · 14 years ago
  51. d3cccd2 Issue #11223: Fix test_threadsignals to fail, not hang, when the by Antoine Pitrou · 14 years ago
  52. 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
  53. e8eabe7 Merge #11131 by Mark Dickinson · 14 years ago
  54. a7f0dff Merge #11131 by Mark Dickinson · 14 years ago
  55. 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
  56. 755d512 Remove a now unneeded tweak to test_zipimport_support in order to not by Brett Cannon · 14 years ago
  57. 16c4ce1 Issue #9935: Speed up pickling of instances of user-defined classes. by Antoine Pitrou · 14 years ago
  58. 17b880a Issue #11244: The peephole optimizer is now able to constant-fold by Antoine Pitrou · 14 years ago
  59. 7a21147 #8594: fix ResourceWarning in test_ftplib.py - patch by Nadeem Vawda. by Giampaolo Rodolà · 14 years ago
  60. 4bcfb92 Issue #11424: Merged fix from 3.2. by Vinay Sajip · 14 years ago
  61. 9f9991c #Issue 11424: added equivalent fixes for dictConfig. by Vinay Sajip · 14 years ago
  62. e783553 #Issue 11424: merged fix from 3.1. by Vinay Sajip · 14 years ago
  63. 3f84b07 Issue #11424: Fix bug in determining child loggers. by Vinay Sajip · 14 years ago
  64. 776e586 Remove sys.subversion and svn build identification leftovers. by Georg Brandl · 14 years ago
  65. fe09a54 Merge build identification to default branch. by Georg Brandl · 14 years ago
  66. 13039c8 Merge build identification to 3.2 branch. by Georg Brandl · 14 years ago
  67. f874deb Merge fix for issue #11391 by Antoine Pitrou · 14 years ago
  68. 80d3610 Merge fix for issue #11391 by Antoine Pitrou · 14 years ago
  69. 7b50c2c Fix buildbot failure following 97a5590b9291 by Antoine Pitrou · 14 years ago
  70. 16a0a0b Issue #11391: Writing to a mmap object created with by Antoine Pitrou · 14 years ago
  71. 8256242 Adapt platform and test_platform to the build identification changes. by Georg Brandl · 14 years ago
  72. 5537d29 Add updated .hgeol file and fix newlines in the 3.1 branch. by Georg Brandl · 14 years ago
  73. 0716a57 Mentioned new clear() method of MutableSequence in its doc, and added unit tests for its mixin methods by Eli Bendersky · 14 years ago
  74. e0c8635d8 Merged revisions 88735 via svnmerge from by Eli Bendersky · 14 years ago
  75. 1bc4f19 Issue #11386: Fixed the exception thrown by bytearray.pop() for empty bytearrays by Eli Bendersky · 14 years ago
  76. 424298a Issue 9795: adds context manager protocol to nntplib.NNTP class so that it can used with the 'with' statement. by Giampaolo Rodolà · 14 years ago
  77. 4db28d3 Issue #10516: added copy() and clear() methods to bytearrays as well by Eli Bendersky · 14 years ago
  78. ff45fed Issue #11377: Fix quoting on Windows in test_platform by Victor Stinner · 14 years ago
  79. 1dfd380 Issue #11377: Deprecate platform.popen() and reimplement it with os.popen(). by Victor Stinner · 14 years ago
  80. 7b3b20a Issue #8513: On UNIX, subprocess supports bytes command string. by Victor Stinner · 14 years ago
  81. 8370bb9 Update compiler recursion crasher to more reliably blow the stack and add a tracker issue for it by Nick Coghlan · 14 years ago
  82. 863a0c3 add tests for xml.pulldom #9373 by Benjamin Peterson · 14 years ago
  83. 6f58b6b Remove last use of distutils.sysconfig from the stdlib (#11364). by Éric Araujo · 14 years ago
  84. ec78522 assertEquals is deprecated by Antoine Pitrou · 14 years ago
  85. 6d970f4 Issue #10831: PyUnicode_FromFormat() supports %li, %lli and %zi formats by Victor Stinner · 14 years ago
  86. 9686545 Issue #10829: Refactor PyUnicode_FromFormat() by Victor Stinner · 14 years ago
  87. f0e293c Merged revisions 88700 via svnmerge from by Victor Stinner · 14 years ago
  88. 096f1a8 Issue #10911: Add tests on CGI with non-ASCII characters by Victor Stinner · 14 years ago
  89. 819c40f Followup to issue #11140 and r88682: also patch _dummy_thread. by Antoine Pitrou · 14 years ago
  90. 2b574a2 Merged revisions 88697 via svnmerge from by Victor Stinner · 14 years ago
  91. 2512a8b Issue #11246: Fix PyUnicode_FromFormat("%V") by Victor Stinner · 14 years ago
  92. d84dfee Merged revisions 88691 via svnmerge from by Antoine Pitrou · 14 years ago
  93. 4605a00 Endly, fix UnboundLocalError in telnetlib by Antoine Pitrou · 14 years ago
  94. 88f416e Apparently, skipUnless() doesn't prevent the execution of setUp() under 3.1. by Antoine Pitrou · 14 years ago
  95. 9e719b6 Merged revisions 88460,88464,88466,88486,88511,88652 via svnmerge from by Antoine Pitrou · 14 years ago
  96. 061cfb5 Issue #10866: Add socket.sethostname(). Initial patch by Ross Lagerwall. by Antoine Pitrou · 14 years ago
  97. fcf81fd Issue #11140: Lock.release() now raises a RuntimeError when attempting by Antoine Pitrou · 14 years ago
  98. cfbcec3 Issue 11348: skip os.setpriority() test if current nice level is >= 19. by Giampaolo Rodolà · 14 years ago
  99. 396ff06 Fix issue 8594: adds a source_address parameter to ftplib module. by Giampaolo Rodolà · 14 years ago
  100. d1c9845 Merged revisions 88671 via svnmerge from by Antoine Pitrou · 14 years ago