1. 6c603c4 test_codecs now removes the temporay file (created by the test) by Victor Stinner · 14 years ago
  2. 2e7f39e Issue #12012: test_ssl uses test_support.import_module() by Victor Stinner · 14 years ago
  3. f58f1c3 Issue #12124: zipimport doesn't keep a reference to zlib.decompress() anymore by Victor Stinner · 14 years ago
  4. 2c5e28e Issue #12057: Fix .hgeol and test_multibytecodec_support for the conversion of by Victor Stinner · 14 years ago
  5. 4dd89ce Fix closes issue #12088 - fixes the tarfile.extractall issue when the by Senthil Kumaran · 14 years ago
  6. 72bb99d Issue #11614: Fix test_linecache, cjkencodings_test.py doesn't exist anymore by Victor Stinner · 14 years ago
  7. 73e3e76 Issue #12057: Convert CJK encoding testcase BLOB into multiple text files by Victor Stinner · 14 years ago
  8. a70286b Issue #9516: avoid errors in sysconfig when MACOSX_DEPLOYMENT_TARGET is set in shell. by Ronald Oussoren · 14 years ago
  9. fb1d60c Fixes Issue #12059: Properly handle missing hash functions even when by Gregory P. Smith · 14 years ago
  10. 0cc4fd9 Issue #12050: zlib.decompressobj().decompress() now clears the unconsumed_tail by Nadeem Vawda · 14 years ago
  11. 4dcb7be #7960: fix docstrings for captured_output and captured_stdout. by Ezio Melotti · 14 years ago
  12. e3992eb #5723: Improve json tests to be executed with and without accelerations. by Ezio Melotti · 14 years ago
  13. 720f8de Change import_fresh_module to work with packages. by Ezio Melotti · 14 years ago
  14. ee46a7b Issue #12062: In the `io` module, fix a flushing bug when doing a certain by Antoine Pitrou · 14 years ago
  15. 47d1d0d Issue #8498: In socket.accept(), allow to specify 0 as a backlog value in by Antoine Pitrou · 14 years ago
  16. b1241f9 (Merge 3.1) Issue #12012: ssl.PROTOCOL_SSLv2 becomes optional by Victor Stinner · 14 years ago
  17. b47553a Some more tests were incorrectly marked as C specific. by Ezio Melotti · 14 years ago
  18. 591c2df Issue 11164: Remove obsolete allnodes test from minidom test. by Martin v. Löwis · 14 years ago
  19. 5c5d7e2 #11910: Fix test_heapq to skip the C tests when _heapq is missing. by Ezio Melotti · 14 years ago
  20. 193c34b #11910: change import_fresh_module to return None when one of the "fresh" modules can not be imported. by Ezio Melotti · 14 years ago
  21. 01c9a16 import_fresh_module ought to be in __all__ by Benjamin Peterson · 14 years ago
  22. 1bd816e Fix cut and paste error. by Raymond Hettinger · 14 years ago
  23. 8dd0624 Some tests were incorrectly marked as C specific. by Raymond Hettinger · 14 years ago
  24. 21ce8f0 Issue #11927: SMTP_SSL now uses port 465 by default as documented. Patch by Kasun Herath. by Antoine Pitrou · 14 years ago
  25. 0639be6 #10169: Fix argument parsing in socket.sendto() to avoid error masking. by Ezio Melotti · 14 years ago
  26. 5ae6c42 Fix potential resource leak in test_mmap. by Nadeem Vawda · 14 years ago
  27. d0a8f16 Issue #11277: Fix tests - crash will not trigger if the file is closed and reopened. by Nadeem Vawda · 14 years ago
  28. 0d837ef Issue #11277: Add tests for mmap crash when using large sparse files on OS X. by Nadeem Vawda · 14 years ago
  29. 3b066a7 Issue #11277: Remove useless test from test_zlib. by Nadeem Vawda · 14 years ago
  30. 8b26c4b #11999: sync based on comparing mtimes, not mtime to system clock by R David Murray · 14 years ago
  31. 58d6b1b Backport fix for issue #10684 from 3.x by Ronald Oussoren · 14 years ago
  32. 28a8e96 Issue #11277: oops, fix checksum values of test_zlib on 32 bits by Victor Stinner · 14 years ago
  33. 7fd90c4 Issue #11277: test_zlib tests a buffer of 1 GB on 32 bits by Victor Stinner · 14 years ago
  34. fb5d3e7 Issue #11277: fix issue number in a test_zlib comment by Victor Stinner · 14 years ago
  35. e4163e2 Issue #10276: Fix test_zlib, m may be undefined in the finally block by Victor Stinner · 14 years ago
  36. f9fb434 Issue #10276: test_zlib checks that inputs of 2 GB are handled correctly by by Victor Stinner · 14 years ago
  37. 0a92d18 Issue #8651: PyArg_Parse*() functions raise an OverflowError if the file by Victor Stinner · 14 years ago
  38. e363ec1 (Merge 3.1) Issue #9756: When calling a method descriptor or a slot wrapper by Victor Stinner · 14 years ago
  39. f3eb7d3 skip the extractall test on platforms where os.symlink is not available. by Senthil Kumaran · 14 years ago
  40. 011525e Fix closes issue10761: tarfile.extractall failure when symlinked files are present. by Senthil Kumaran · 14 years ago
  41. bdfa2e6 Backport test from #11926. by Ezio Melotti · 14 years ago
  42. e3685f6 #6780: fix starts/endswith error message to mention that tuples are accepted too. by Ezio Melotti · 14 years ago
  43. 44e8168 startswith and endswith don't accept None as slice index. Patch by Torsten Becker. (closes #11828) by Jesus Cea · 14 years ago
  44. 0d65433 Fix #8886. Use context managers throughout zipfile tests. by Brian Curtin · 14 years ago
  45. bafc6a9 Fix sporadic failure in test_startfile. by Nadeem Vawda · 14 years ago
  46. 37c0fe5 Fix minor subclassing issue with collections.Counter by Raymond Hettinger · 14 years ago
  47. c283a85 Issue #5057: fix a bug in the peepholer that led to non-portable pyc files between narrow and wide builds while optimizing BINARY_SUBSCR on non-BMP chars (e.g. u"\U00012345"[0]). by Ezio Melotti · 14 years ago
  48. ddaea1c Issue #11467: Fix urlparse behavior when handling urls which contains scheme by Senthil Kumaran · 14 years ago
  49. a99b761 Fix Issue11474 - url2pathname() handling of '/C|/' on Windows by Senthil Kumaran · 14 years ago
  50. 9b342c6 Issue 3051: make pure python code pass the same tests as the C version. by Raymond Hettinger · 14 years ago
  51. 49c4408 Fix Issue11703 - urllib2.get_url does not handle fragment in url properly. by Senthil Kumaran · 14 years ago
  52. 7c9d347 Issue 11747: Fix output format for context diffs. by Raymond Hettinger · 14 years ago
  53. 8b4367e #4877: Fix a segfault in xml.parsers.expat while attempting to parse a closed file. by Ezio Melotti · 14 years ago
  54. 04cb72f Issue9670: Back out changeset b0d2b696da19; test fails on other platforms by Ned Deily · 14 years ago
  55. e427f0f Issue #9670: Increase the default stack size for secondary threads on by Ned Deily · 14 years ago
  56. fe2f1ad Issue #11719: Fix message about unexpected test_msilib skip. by Ross Lagerwall · 14 years ago
  57. c2b0d76 Issue #11766: increase countdown waiting for a pool of processes to start by Antoine Pitrou · 14 years ago
  58. bb4e470 hg pull/merge - Changes to accomodate. by Senthil Kumaran · 14 years ago
  59. 792eb5d Issue #10762: Guard against invalid/non-supported format string '%f' on Windows. Patch Santoso Wijaya. by Senthil Kumaran · 14 years ago
  60. 07019bc Issue #11576: Fixed timedelta subtraction glitch on big timedelta values by Alexander Belopolsky · 14 years ago
  61. 5f51182 Issue #7108: Fix test_commands to not fail when special attributes ('@' by Ned Deily · 14 years ago
  62. 9f1ffb2 #7311: fix HTMLParser to accept non-ASCII attribute values. by Ezio Melotti · 14 years ago
  63. 104c3f1 Issue #10963: Ensure that subprocess.communicate() never raises EPIPE. by Ross Lagerwall · 14 years ago
  64. e3c11b4 Issue #9347: Fix formatting for tuples in argparse type= error messages. by Steven Bethard · 14 years ago
  65. b885a5b Merge cleanup. by Guido van Rossum · 14 years ago
  66. 07ef62c Merge issue 11662 from 2.6. by Guido van Rossum · 14 years ago
  67. 079381d Merge issue 11662 from 2.5. by Guido van Rossum · 14 years ago
  68. b7ef35b Merge urllib/urllib2 security fix from 2.6 branch. by guido@google.com · 14 years ago
  69. 9a9fdfa Merge urllib/urllib2 security fix from 2.5 branch. by guido@google.com · 14 years ago
  70. 77d4660 Correct handling of functions with only kwarg args in getcallargs (closes #11256) by Benjamin Peterson · 14 years ago
  71. f150930 Add tests for the urllib[2] vulnerability. Change to raise exceptions. by guido@google.com · 14 years ago
  72. 7aea63f Add missing file from #11696. by Martin v. Löwis · 14 years ago
  73. d687be0 Issue #9696: Fix exception incorrectly raised by xdrlib.Packer.pack_int when trying to pack a negative (in-range) integer. by Mark Dickinson · 14 years ago
  74. bc3b104 Issue #9026: Fix order of argparse sub-commands in help messages. (Merged from 3.2.) by Steven Bethard · 14 years ago
  75. 5395862 Issue #9348: Raise an early error if argparse nargs and metavar don't match. (Merge from 3.2.) by Steven Bethard · 14 years ago
  76. 874d59e Issue #11144: Fix corner cases where float-to-int conversion unnecessarily returned a long. by Mark Dickinson · 14 years ago
  77. d3cb2f6 Issue #11675: Zero-out newly-created multiprocessing.[Raw]Array objects. by Mark Dickinson · 14 years ago
  78. 9aa5a34 Issue #11666: Teach pydoc to display full help for named tuples by Raymond Hettinger · 14 years ago
  79. f9e9a6f Issue #11673: Fix multiprocessing.[Raw]Array constructor to accept a size of type long. Thanks Robert Kern. by Mark Dickinson · 14 years ago
  80. 4664563 #2650: Refactor re.escape and its tests. by Ezio Melotti · 14 years ago
  81. f079c9b Fix obscure set crashers (#4420). Backport of d56b3cafb1e6, reviewed by Raymond. by Éric Araujo · 14 years ago
  82. 374274d Fix the total_ordering decorator to handle cross-type comparisons by Éric Araujo · 14 years ago
  83. c2077b0 #11565: Fix several typos. Patch by Piotr Kasprzyk. by Ezio Melotti · 14 years ago
  84. 6905de1 Close issue #8600: test_gdb failures because innocuous warnings by Jesus Cea · 14 years ago
  85. 24b07bc #11515: fix several typos. Patch by Piotr Kasprzyk. by Ezio Melotti · 14 years ago
  86. b44e184 Port #11488 patch from 3.1 (changeset f816841bab03) by R David Murray · 14 years ago
  87. 8c76c53 merge heads by R David Murray · 14 years ago
  88. cdd5fc9 #11490: EACCES can also mean command not found by R David Murray · 14 years ago
  89. 2c8c62e Issue 11131: Fix sign of zero result on plus and minus operations in ROUND_FLOOR rounding mode. by Mark Dickinson · 14 years ago
  90. 3ae8113 Reverted bug fixes for #11444 (fc4d045e3170) and #11424 (b9d76846bb1c), which should not have been made in this branch. by Vinay Sajip · 14 years ago
  91. 923e6d2 Whitespace normalization. by Vinay Sajip · 14 years ago
  92. 44b740f #Issue 11424: merged fix from 2.6. by Vinay Sajip · 14 years ago
  93. 8dd2a40 Issue #11424: Fix bug in determining child loggers. by Vinay Sajip · 14 years ago
  94. d6f3a3e Issue #11391: Writing to a mmap object created with by Antoine Pitrou · 14 years ago
  95. faa9ad2 Add updated .hgeol file and fix newlines in the 2.7 branch. by Georg Brandl · 14 years ago
  96. 4db2c25 Add .hgeol file and fix newlines in the 2.5 branch. by Georg Brandl · 14 years ago
  97. 680e6eb Merged revisions 88735 via svnmerge from by Eli Bendersky · 14 years ago
  98. 2262766 Merged revisions 88691 via svnmerge from by Antoine Pitrou · 14 years ago
  99. 370d85c Python 2 can encode/decode surrogates to utf-8. Add a test for this. by Ezio Melotti · 14 years ago
  100. 8ef3907 Merged revisions 88671 via svnmerge from by Antoine Pitrou · 14 years ago