1. dac7de3 Issue #12587: Correct faulty test file and reference in test_tokenize. by Ned Deily · 13 years ago
  2. 2ea6fcc Issue #12587: Correct faulty test file and reference in test_tokenize. by Ned Deily · 13 years ago
  3. 7b561ec Issue #12571: Add a plat-linux3 directory mirroring the plat-linux2 directory, by Antoine Pitrou · 13 years ago
  4. c57ed91 Issue #12571: Add a plat-linux3 directory mirroring the plat-linux2 directory, by Antoine Pitrou · 13 years ago
  5. 4c14bba #7484: simplify quoteaddr: if parseaddr throws an error it is a bug. by R David Murray · 13 years ago
  6. da7af4d Merge #7484: no more <> around addresses in VRFY or EXPN by R David Murray · 13 years ago
  7. 4634676 #7484: no more <> around addresses in VRFY or EXPN by R David Murray · 13 years ago
  8. c12469d Merge from 3.2. by Eric V. Smith · 13 years ago
  9. 12ebefc Closes #12579. Positional fields with str.format_map() now raise a ValueError instead of SystemError. by Eric V. Smith · 13 years ago
  10. bd9c655 merge heads by Benjamin Peterson · 13 years ago
  11. 76f7f4d excise the remains of STOP_CODE, which hasn't done anything useful for years by Benjamin Peterson · 13 years ago
  12. 52a7d98 Make warnings accept a callable for showwarnings instead of by Brett Cannon · 13 years ago
  13. e151d21 Mark itertools tests of tuple reuse as being specific to CPython. by Alex Gaynor · 13 years ago
  14. 0b44795 Close the call queue in concurrent.futures.ProcessPoolExecutor when by Antoine Pitrou · 13 years ago
  15. 7dc35f6 merge heads by Benjamin Peterson · 13 years ago
  16. 0bd152c remove ast.__version__ (closes #12273) by Benjamin Peterson · 13 years ago
  17. dc19c24 Silence spurious "broken pipe" tracebacks when shutting down a ProcessPoolExecutor. by Antoine Pitrou · 13 years ago
  18. d06a065 Fix potential resource leaks in concurrent.futures.ProcessPoolExecutor by Antoine Pitrou · 13 years ago
  19. db53595 test_packaging should clean up after itself (but it doesn't really) by Antoine Pitrou · 13 years ago
  20. 9e42a4d Fix whitespace by Antoine Pitrou · 13 years ago
  21. 075050f test_threaded_import must clean up after itself by Antoine Pitrou · 13 years ago
  22. f26ad71 test_os needs to reap threads by Antoine Pitrou · 13 years ago
  23. afed6ec Merge from 3.2 by Antoine Pitrou · 13 years ago
  24. f7f5475 Use test.script_helper in test_pydoc by Antoine Pitrou · 13 years ago
  25. a6e81a2 test_pydoc needs to cleanup after itself by Antoine Pitrou · 13 years ago
  26. 707f228 Try harder to reap dangling threads in test.support.reap_threads(). by Antoine Pitrou · 13 years ago
  27. 428bc6c Issue #12573: Add resource checks for dangling Thread and Process objects. by Antoine Pitrou · 13 years ago
  28. c081c0c Issue #12573: Add resource checks for dangling Thread and Process objects. by Antoine Pitrou · 13 years ago
  29. 91fe815 Merge by Antoine Pitrou · 13 years ago
  30. b8298a0 Merge by Antoine Pitrou · 13 years ago
  31. 9b43b6e Issue #11603: Fix a crash when __str__ is rebound as __repr__. by Antoine Pitrou · 13 years ago
  32. ff35050 Issue #11603: Fix a crash when __str__ is rebound as __repr__. by Antoine Pitrou · 13 years ago
  33. 8cdc40e Issue #11603: Fix a crash when __str__ is rebound as __repr__. by Antoine Pitrou · 13 years ago
  34. 5805919 merge heads by Benjamin Peterson · 13 years ago
  35. 1a41d7d merge heads by Benjamin Peterson · 13 years ago
  36. e92cd0c merge 3.2 (#11627) by Benjamin Peterson · 13 years ago
  37. 5afa03a catch nasty exception classes with __new__ that doesn't return a exception (closes #11627) by Benjamin Peterson · 13 years ago
  38. 8f62905 Make sure to reap worker threads and processes at the end of test_concurrent_futures by Antoine Pitrou · 13 years ago
  39. 9470ab4 Make sure to reap worker threads and processes at the end of test_concurrent_futures by Antoine Pitrou · 13 years ago
  40. af5bacf Always use repr for regrtest resources names by Éric Araujo · 13 years ago
  41. eb39294 Silence 2to3 warnings in packaging tests by Éric Araujo · 13 years ago
  42. fe95848 Clear packaging.database caches in place by Éric Araujo · 13 years ago
  43. d33344a Add cgi.closelog() function to close the log file by Victor Stinner · 13 years ago
  44. f64f9e9 Merge - Issue #12502: asyncore: fix polling loop with AF_UNIX sockets. by Charles-François Natali · 13 years ago
  45. 1f0ccfa Merge - Issue #12502: asyncore: fix polling loop with AF_UNIX sockets. by Charles-François Natali · 13 years ago
  46. e228130 Issue #12502: asyncore: fix polling loop with AF_UNIX sockets. by Charles-François Natali · 13 years ago
  47. b6ffa79 test that TestCase doesn't get cycles by Benjamin Peterson · 13 years ago
  48. 31f4beb add a contextmanager to disable the gc by Benjamin Peterson · 13 years ago
  49. c917494 merge 3.2 by Benjamin Peterson · 13 years ago
  50. eef80b6 this should be an identity test by Benjamin Peterson · 13 years ago
  51. bc18838 (merge 3.2) Issue #12250: test_socketserver uses a timeout of 60 seconds by Victor Stinner · 13 years ago
  52. e73d49d Merge with 3.2. by Ezio Melotti · 13 years ago
  53. 5702ae6 Issue #12250: test_socketserver uses a timeout of 60 seconds instead of 20 by Victor Stinner · 13 years ago
  54. 7ebb706 Restore the global state of the log vars, so that test_cgi can be run twice without failures. by Ezio Melotti · 13 years ago
  55. d77e2ea merge 3.2 by Benjamin Peterson · 13 years ago
  56. 6e18e04 carefully cleanup pointer cache after creating struct pointers by Benjamin Peterson · 13 years ago
  57. bf9c021 Closes #12536: Unused logger removed from lib2to3. by Vinay Sajip · 13 years ago
  58. 07b3537 Issue #12549: Correct test_platform to not fail when OS X returns 'x86_64' by Ned Deily · 13 years ago
  59. 58e3350 Issue #12549: Correct test_platform to not fail when OS X returns 'x86_64' by Ned Deily · 13 years ago
  60. cb41cda Issue #12550: regrtest displays the Python traceback on SIGALRM or SIGUSR1 by Victor Stinner · 13 years ago
  61. a9a9dab Issue #12550: Add chain optional argument to faulthandler.register() by Victor Stinner · 13 years ago
  62. d93da2b (merge 3.2) Close #4376: ctypes now supports nested structures in a endian by Victor Stinner · 13 years ago
  63. 6636121 Close #4376: ctypes now supports nested structures in a endian different than by Victor Stinner · 13 years ago
  64. 0850638 merge 3.2 (#12544) by Benjamin Peterson · 13 years ago
  65. 34b2b26 this can be done without a custom dict (also fixes #12544) by Benjamin Peterson · 13 years ago
  66. 093c8e4 Issue #12149: Update the method cache after a type's dictionnary gets by Antoine Pitrou · 13 years ago
  67. 84f1b17 Issue #12149: Update the method cache after a type's dictionnary gets by Antoine Pitrou · 13 years ago
  68. 00ebeb5 Merge 3.2.1 release clone into main repo. by Georg Brandl · 13 years ago
  69. cd0dc16 Bump version to 3.2.1. by Georg Brandl · 13 years ago
  70. 13d7db1 Skip network tests when getaddrinfo() returns EAI_AGAIN, meaning a temporary by Antoine Pitrou · 13 years ago
  71. 4875c46 Skip network tests when getaddrinfo() returns EAI_AGAIN, meaning a temporary by Antoine Pitrou · 13 years ago
  72. 9163c47 Skip network tests when getaddrinfo() returns EAI_AGAIN, meaning a temporary by Antoine Pitrou · 13 years ago
  73. 6000120 Add comment by Antoine Pitrou · 13 years ago
  74. 71a28a9 Rebind locally the globals which can be looked up at shutdown by Antoine Pitrou · 13 years ago
  75. 4a183b4 Avoid failing in test_robotparser when mueblesmoraleda.com is flaky and by Antoine Pitrou · 13 years ago
  76. 95531ea Avoid failing in test_robotparser when mueblesmoraleda.com is flaky and by Antoine Pitrou · 13 years ago
  77. 88fcf1b Avoid failing in test_urllibnet.test_bad_address when some overzealous by Antoine Pitrou · 13 years ago
  78. 3aba498 Avoid failing in test_urllibnet.test_bad_address when some overzealous by Antoine Pitrou · 13 years ago
  79. 72fff04 Avoid failing in test_urllibnet.test_bad_address when some overzealous by Antoine Pitrou · 13 years ago
  80. 7128f95 Issue #12440: When testing whether some bits in SSLContext.options can be by Antoine Pitrou · 13 years ago
  81. b9ac25d Issue #12440: When testing whether some bits in SSLContext.options can be by Antoine Pitrou · 13 years ago
  82. 4468e55 Close file handles in a timely manner in packaging.database (#12504). by Éric Araujo · 13 years ago
  83. ce5fe83 Factor out code used by packaging commands for HTTP requests (#12169). by Éric Araujo · 13 years ago
  84. f6cbdc2 Issue #8716: Instead of relying on Aqua Tk exceptions to detect lack of by Ned Deily · 13 years ago
  85. 1848db8 Issue #12493: skip test_communicate_eintr() if signal.SIGALRM is missing by Victor Stinner · 13 years ago
  86. 91e0877 Issue #12451: pydoc: html_getfile() now uses tokenize.open() to support Python by Victor Stinner · 13 years ago
  87. 2cfb6f3 Issue #12493: subprocess: communicate() handles EINTR by Victor Stinner · 13 years ago
  88. e2d5190 Issue #12497: Install test/data to prevent failures of the various codecmaps by Ned Deily · 13 years ago
  89. bfd1edd Merge 3.2.1 release clone changes into main 3.2 branch after 3.2.1rc2 release. by Georg Brandl · 13 years ago
  90. e40b3aa Issue #12469: Run "wakeup" signal tests in subprocess to run the test in a by Victor Stinner · 13 years ago
  91. 4479841 Issue #12429: Skip interrupted write tests on FreeBSD <= 7 by Victor Stinner · 13 years ago
  92. cd1aa0d Issue #12429: Skip interrupted write tests on FreeBSD <= 7 by Victor Stinner · 13 years ago
  93. 4143535 Issue #8716: Avoid crashes caused by Aqua Tk on OSX when attempting to run by Ned Deily · 13 years ago
  94. 9ebe08d Fix closes issue12471 - wrong TypeError message when '%i' format spec was used. by Senthil Kumaran · 13 years ago
  95. c8763b9 Fix closes issue issue12470 - check for utime for the skipUnless condition. by Senthil Kumaran · 13 years ago
  96. 0c2dba5 Fix closes issue issue12470 - check for utime for the skipUnless condition. by Senthil Kumaran · 13 years ago
  97. b1b25f0 Issue #12467: warnings: fix a race condition if a warning is emitted at by Victor Stinner · 13 years ago
  98. 8b0508e Issue #12467: warnings: fix a race condition if a warning is emitted at by Victor Stinner · 13 years ago
  99. 80dffef Fix closes issue12438 - idlelib.PyShell's showformatwarning method was passing an incorrect arg. by Senthil Kumaran · 13 years ago
  100. aa90e7c Fix closes issue12438 - idlelib.PyShell's showformatwarning method was passing an incorrect arg. by Senthil Kumaran · 13 years ago