1. a5fd24e Add a reverse() method to collections.deque(). by Raymond Hettinger · 16 years ago
  2. 0b3263b Fix variants of deque.extend: d.extend(d) d+=d d.extendleft(d) by Raymond Hettinger · 16 years ago
  3. d4e31a4 Skip new imaplib SSL tests if ssl is not available. by R. David Murray · 16 years ago
  4. 93321f3 Issue 5949: fixed IMAP4_SSL hang when the IMAP server response is by R. David Murray · 16 years ago
  5. 29dcdab Make test_pipes a little bit more robust. by Antoine Pitrou · 16 years ago
  6. 8c54e78 Fix the transient refleaks in test_zipimport_support. by Antoine Pitrou · 16 years ago
  7. a4a04d1 fix test_parser from tokenizer tweak by Benjamin Peterson · 16 years ago
  8. 820b0ea Issue 7431: use TESTFN in test_linecache instead of trying to create a by R. David Murray · 16 years ago
  9. 30b3b35 Issue #7333: The `posix` module gains an `initgroups()` function providing by Antoine Pitrou · 16 years ago
  10. f2bf0d2 Issue #4482: Add tests for special float value formatting. by Eric Smith · 16 years ago
  11. d728871 #7419: Fix a crash on Windows in locale.setlocale() when the category by Amaury Forgeot d'Arc · 16 years ago
  12. e09f45a Issue 7410: deepcopy of itertools.count resets the count by Raymond Hettinger · 16 years ago
  13. c4ab833 Issue #3382: Make '%F' and float.__format__('F') convert results to upper case. Much of the patch came from Mark Dickinson. by Eric Smith · 16 years ago
  14. d16f57b Issue #1515: Enable use of deepcopy() with instance methods. Patch by Robert Collins. by Antoine Pitrou · 16 years ago
  15. 50ea456 Issue #6508: Add posix.{getresuid,getresgid,setresuid,setresgid}. by Martin v. Löwis · 16 years ago
  16. acbe3bd Issue #6845: Add restart support for binary upload in ftplib. The by Antoine Pitrou · 16 years ago
  17. 2dab865 When open_urlresource() fails, HTTPException is another possible error by Antoine Pitrou · 16 years ago
  18. bcfaf80 Issue #5788: `datetime.timedelta` objects get a new `total_seconds()` method returning by Antoine Pitrou · 16 years ago
  19. 8b2d713 Issue 7128: Removed reference to the non-existent copyreg module. by Alexandre Vassalotti · 16 years ago
  20. 3e53549 Issue #7117: Update float formatting testcases to match those in py3k. by Mark Dickinson · 16 years ago
  21. 9a03f2f comment out test added in r76438, which caused refleaks by Jesse Noller · 16 years ago
  22. bce7837 round(0, "ermintrude") succeeded instead of producing a TypeError. Fix this. by Mark Dickinson · 16 years ago
  23. 9dd5e16 Issue #7117, continued: Remove substitution of %g-style formatting for by Mark Dickinson · 16 years ago
  24. 18cfada Remove restriction on precision when formatting floats. This is the by Mark Dickinson · 16 years ago
  25. 5c456e6 Fix for issue1488943 - difflib.Differ() doesn't always add hints for tab by Senthil Kumaran · 16 years ago
  26. 12adc65 Add a testcase that checks if the TarFile constructor successfully by Lars Gustäbel · 16 years ago
  27. dd866d5 Issue #6123: Fix opening empty archives and files. by Lars Gustäbel · 16 years ago
  28. 814d02d issue6615: Additional test for logging support in multiprocessing by Jesse Noller · 16 years ago
  29. c4920e8 Issue #7272: Add configure test to detect whether sem_open works by Mark Dickinson · 16 years ago
  30. 99a5023 improve several corner cases related with argument names in parenthesis by Benjamin Peterson · 16 years ago
  31. dc3c239 #5037 proxy __unicode__ correctly by Benjamin Peterson · 16 years ago
  32. bd15a06 Issue #7117, continued: Change round implementation to use the correctly-rounded by Mark Dickinson · 16 years ago
  33. 815521f Correctly escape arbitrary error message text in the runpy unit tests by Nick Coghlan · 16 years ago
  34. 4b953ba Allow for backslashes in file paths passed to the regex engine by Nick Coghlan · 16 years ago
  35. 4976e32 Account for another cache when hunting ref leaks by Nick Coghlan · 16 years ago
  36. ccd5e02 Issue #2054: ftplib now provides an FTP_TLS class to do secure FTP using by Antoine Pitrou · 16 years ago
  37. d5b34d4 Issue #4969: The mimetypes module now reads the MIME database from by Antoine Pitrou · 16 years ago
  38. 009ae86 Avoid signed overflow in some xrange calculations, and extend by Mark Dickinson · 16 years ago
  39. 49868cb Issue #6816: expose the zipfile and directory execution mechanism to Python code via the runpy module. Also consolidated some script execution functionality in the test harness into a helper module and removed some implementation details from the runpy module documentation. by Nick Coghlan · 16 years ago
  40. 4653b8c Remove 'g' from regrtest getopt argument string, since there's no by R. David Murray · 16 years ago
  41. da82689 Issue 7324: add a sanity check to regrtest argument parsing to by R. David Murray · 16 years ago
  42. 7f7eea6 Issue #7312 (new feature): Add a -F flag to run the selected tests in by R. David Murray · 16 years ago
  43. e36199b fix several compile() issues by translating newlines in the tokenizer by Benjamin Peterson · 16 years ago
  44. 310c9fe Issue #7295: Do not use a hardcoded file name in test_tarfile. by Antoine Pitrou · 16 years ago
  45. 0734c63 Issue #7197: Allow unittest.TextTestRunner objects to be pickled and by Antoine Pitrou · 16 years ago
  46. c579b35 Add extra information to a test_signal failure message to aid diagnosis of buildbot failure. by Mark Dickinson · 16 years ago
  47. a8fd66d Issue #7251: Break out round tests for large values into a separate by Mark Dickinson · 16 years ago
  48. d7158d4 Issue #7282: Fix a memory leak when an RLock was used in a thread other by Antoine Pitrou · 16 years ago
  49. 0025330 Kill a small potential leak in test_threading. by Antoine Pitrou · 16 years ago
  50. 2733d88 Add test for runpy.run_module package execution and use something other than logging as the example of a non-executable package by Nick Coghlan · 16 years ago
  51. c98efe0 Issue #7270: Add some dedicated unit tests for multi-thread synchronization by Antoine Pitrou · 16 years ago
  52. 323b9da Issue #7211: Allow 64-bit values for the `ident` and `data` fields of kevent by Antoine Pitrou · 16 years ago
  53. 4ac6b93 Make test_shutil clean up after itself by Antoine Pitrou · 16 years ago
  54. b3c169b Try to make test_wsgiref less fragile against environment changes by other tests by Antoine Pitrou · 16 years ago
  55. c6714bd Add acceptance of long ints to test_memoryio.py by Antoine Pitrou · 16 years ago
  56. 28e463d enable test_parser in lib2to3 by Benjamin Peterson · 16 years ago
  57. aed6c45 add space by Benjamin Peterson · 16 years ago
  58. d8b16ab Fix and improve some assertions in test_site by Antoine Pitrou · 16 years ago
  59. 84ee9e2 Use a custom timeout in test_support.open_urlresource. by Antoine Pitrou · 16 years ago
  60. e4c6b16 This should finally fix #6896. Let's watch the buildbots. by Antoine Pitrou · 16 years ago
  61. 8844153 test_normalization should skip and not crash when the resource isn't available by Antoine Pitrou · 16 years ago
  62. fa7dadd Fix exception handling in itertools.izip_longest(). by Raymond Hettinger · 16 years ago
  63. 235d942 Hum, test skipping when the URL isn't reachable hadn't been applied to trunk. by Antoine Pitrou · 16 years ago
  64. 0da5cb8 Use richer assertions in test_mailbox (for better failure messages). by Antoine Pitrou · 16 years ago
  65. 0b9e3a5 Improved test for a deprecation warning. by Eric Smith · 16 years ago
  66. 4b841d9 Issue #7042: Use a better mechanism for testing timers in test_signal. by Mark Dickinson · 16 years ago
  67. b2e31a1 add some checks for evaluation order with parenthesis #7210 by Benjamin Peterson · 16 years ago
  68. 161df94 Try to fix transient refleaks in test_pydoc. by Antoine Pitrou · 16 years ago
  69. 3c96858 Try to fix transient refleaks in test_xmlrpc. by Antoine Pitrou · 16 years ago
  70. 643e85d Try to fix transient refleaks in test_asynchat. by Antoine Pitrou · 16 years ago
  71. 61d5f6f Fix transient refleaks in test_docxmlrpc. by Antoine Pitrou · 16 years ago
  72. 59c44f3 Issue #7222: Make thread "reaping" more reliable so that reference by Antoine Pitrou · 16 years ago
  73. 93c2171 Fix constant name. by Georg Brandl · 16 years ago
  74. 4045e88 Use constants instead of magic integers for test result. Do not re-run with --verbose3 for environment changing tests. by Georg Brandl · 16 years ago
  75. 6f39001 Issue #7233: Fix Decimal.shift and Decimal.rotate methods for by Mark Dickinson · 16 years ago
  76. 0c67312 Issue #7233: A number of two-argument Decimal methods were failing to by Mark Dickinson · 16 years ago
  77. 783b877 Fix duplicate test numbers in extra.decTest by Mark Dickinson · 16 years ago
  78. ea0e3b0 do a backport of r75928 by Benjamin Peterson · 16 years ago
  79. d913864 Remove variable that is no longer used. by R. David Murray · 16 years ago
  80. 4e1be94 Make sure every run of test_intern() interns a new string, otherwise that test fails e.g. when some other test in test_builtin fails and it is rerun in verbose mode. by Georg Brandl · 16 years ago
  81. 53e9fa4 Test long inputs to float by Mark Dickinson · 16 years ago
  82. 8aea050 Reduce the probability of refleaks in test_socketserver. by Antoine Pitrou · 16 years ago
  83. d24cab8 Issue #7218: Fix test_site for win32 by Tarek Ziadé · 16 years ago
  84. 26a93c0 test expect base classes by Benjamin Peterson · 16 years ago
  85. 8319170 Reformat the regrtest command-line option help and group the options into sections. by Georg Brandl · 16 years ago
  86. 71a015a Add a regrtest option to re-run in verbose mode immediately after a test fails, and use that option on the buildbots. by Georg Brandl · 16 years ago
  87. cb17010 Try to fix transient refleaks in test_distutils. by Antoine Pitrou · 16 years ago
  88. fce3207 Fix transient refleaks in test_urllib2_localnet. by Antoine Pitrou · 16 years ago
  89. bb0bb30 Suppress transient refleaks in test_threading. by Antoine Pitrou · 16 years ago
  90. a763c06 Suppress transient refleaks in test_smtplib. by Antoine Pitrou · 16 years ago
  91. 0df2c73 Suppress transient refleaks in test_file2k. by Antoine Pitrou · 16 years ago
  92. e171edc Fix transient refleak in test_sys. by Antoine Pitrou · 16 years ago
  93. 85bd587 (Hopefully) suppress transient refleaks in test_httpservers. by Antoine Pitrou · 16 years ago
  94. f829d1f Suppress transient refleaks in test_asyncore by Antoine Pitrou · 16 years ago
  95. dd62966 Issue #7205: Fix a possible deadlock when using a BZ2File object from several threads at once. by Antoine Pitrou · 16 years ago
  96. 7582ec3 use 'is' instead of id() by Benjamin Peterson · 16 years ago
  97. c04c7c5 Issue #7117: Use PyOS_string_to_double instead of PyOS_ascii_strtod in by Mark Dickinson · 16 years ago
  98. 8568b19 Issue #7117: Use PyOS_string_to_double instead of PyOS_ascii_strtod in by Mark Dickinson · 16 years ago
  99. 828b398 Skip readline tests if readline module is not available. by Mark Dickinson · 16 years ago
  100. da8652d9 Issue #7117 (backport py3k float repr) continued: by Mark Dickinson · 16 years ago