1. d93da2b (merge 3.2) Close #4376: ctypes now supports nested structures in a endian by Victor Stinner · 13 years ago
  2. 6636121 Close #4376: ctypes now supports nested structures in a endian different than by Victor Stinner · 13 years ago
  3. 0850638 merge 3.2 (#12544) by Benjamin Peterson · 13 years ago
  4. 34b2b26 this can be done without a custom dict (also fixes #12544) by Benjamin Peterson · 13 years ago
  5. 093c8e4 Issue #12149: Update the method cache after a type's dictionnary gets by Antoine Pitrou · 13 years ago
  6. 84f1b17 Issue #12149: Update the method cache after a type's dictionnary gets by Antoine Pitrou · 13 years ago
  7. 00ebeb5 Merge 3.2.1 release clone into main repo. by Georg Brandl · 13 years ago
  8. cd0dc16 Bump version to 3.2.1. by Georg Brandl · 13 years ago
  9. 13d7db1 Skip network tests when getaddrinfo() returns EAI_AGAIN, meaning a temporary by Antoine Pitrou · 13 years ago
  10. 4875c46 Skip network tests when getaddrinfo() returns EAI_AGAIN, meaning a temporary by Antoine Pitrou · 13 years ago
  11. 9163c47 Skip network tests when getaddrinfo() returns EAI_AGAIN, meaning a temporary by Antoine Pitrou · 13 years ago
  12. 6000120 Add comment by Antoine Pitrou · 13 years ago
  13. 71a28a9 Rebind locally the globals which can be looked up at shutdown by Antoine Pitrou · 13 years ago
  14. 4a183b4 Avoid failing in test_robotparser when mueblesmoraleda.com is flaky and by Antoine Pitrou · 13 years ago
  15. 95531ea Avoid failing in test_robotparser when mueblesmoraleda.com is flaky and by Antoine Pitrou · 13 years ago
  16. 88fcf1b Avoid failing in test_urllibnet.test_bad_address when some overzealous by Antoine Pitrou · 13 years ago
  17. 3aba498 Avoid failing in test_urllibnet.test_bad_address when some overzealous by Antoine Pitrou · 13 years ago
  18. 72fff04 Avoid failing in test_urllibnet.test_bad_address when some overzealous by Antoine Pitrou · 13 years ago
  19. 7128f95 Issue #12440: When testing whether some bits in SSLContext.options can be by Antoine Pitrou · 13 years ago
  20. b9ac25d Issue #12440: When testing whether some bits in SSLContext.options can be by Antoine Pitrou · 13 years ago
  21. 4468e55 Close file handles in a timely manner in packaging.database (#12504). by Éric Araujo · 13 years ago
  22. ce5fe83 Factor out code used by packaging commands for HTTP requests (#12169). by Éric Araujo · 13 years ago
  23. f6cbdc2 Issue #8716: Instead of relying on Aqua Tk exceptions to detect lack of by Ned Deily · 13 years ago
  24. 1848db8 Issue #12493: skip test_communicate_eintr() if signal.SIGALRM is missing by Victor Stinner · 13 years ago
  25. 91e0877 Issue #12451: pydoc: html_getfile() now uses tokenize.open() to support Python by Victor Stinner · 13 years ago
  26. 2cfb6f3 Issue #12493: subprocess: communicate() handles EINTR by Victor Stinner · 13 years ago
  27. e2d5190 Issue #12497: Install test/data to prevent failures of the various codecmaps by Ned Deily · 13 years ago
  28. bfd1edd Merge 3.2.1 release clone changes into main 3.2 branch after 3.2.1rc2 release. by Georg Brandl · 13 years ago
  29. e40b3aa Issue #12469: Run "wakeup" signal tests in subprocess to run the test in a by Victor Stinner · 13 years ago
  30. 4479841 Issue #12429: Skip interrupted write tests on FreeBSD <= 7 by Victor Stinner · 13 years ago
  31. cd1aa0d Issue #12429: Skip interrupted write tests on FreeBSD <= 7 by Victor Stinner · 13 years ago
  32. 4143535 Issue #8716: Avoid crashes caused by Aqua Tk on OSX when attempting to run by Ned Deily · 13 years ago
  33. 9ebe08d Fix closes issue12471 - wrong TypeError message when '%i' format spec was used. by Senthil Kumaran · 13 years ago
  34. c8763b9 Fix closes issue issue12470 - check for utime for the skipUnless condition. by Senthil Kumaran · 13 years ago
  35. 0c2dba5 Fix closes issue issue12470 - check for utime for the skipUnless condition. by Senthil Kumaran · 13 years ago
  36. b1b25f0 Issue #12467: warnings: fix a race condition if a warning is emitted at by Victor Stinner · 13 years ago
  37. 8b0508e Issue #12467: warnings: fix a race condition if a warning is emitted at by Victor Stinner · 13 years ago
  38. 80dffef Fix closes issue12438 - idlelib.PyShell's showformatwarning method was passing an incorrect arg. by Senthil Kumaran · 13 years ago
  39. aa90e7c Fix closes issue12438 - idlelib.PyShell's showformatwarning method was passing an incorrect arg. by Senthil Kumaran · 13 years ago
  40. 7079240 Fix closes issue12432 - remove the unused sys from glob.py by Senthil Kumaran · 13 years ago
  41. e975af6 Issue #12451: pydoc: importfile() now opens the Python script in binary mode, by Victor Stinner · 13 years ago
  42. 6c47102 Issue #12451: runpy: run_path() now opens the Python script in binary mode, by Victor Stinner · 13 years ago
  43. bbdc08e Issue #12451: xml.dom.pulldom: parse() now opens files in binary mode instead by Victor Stinner · 13 years ago
  44. ac91341 never retain a generator's caller's exception state on the generator after a yield/return by Benjamin Peterson · 13 years ago
  45. d2ed630 merge heads by Benjamin Peterson · 13 years ago
  46. 83195c3 restore a generator's caller's exception state both on yield and (last) return by Benjamin Peterson · 13 years ago
  47. d4fa7ed Bump to 3.2.1rc2. by Georg Brandl · 13 years ago
  48. fa76ceb Update pydoc topics. by Georg Brandl · 13 years ago
  49. 2cded9c Issue #12016: Multibyte CJK decoders now resynchronize faster by Victor Stinner · 13 years ago
  50. 0bec35d Closes #12391: temporary files are now cleaned up. by Vinay Sajip · 13 years ago
  51. cd9f120 Revert 76452b892838 as per http://mail.python.org/pipermail/python-dev/2011-July/112243.html. by Georg Brandl · 13 years ago
  52. 8a3b988 Issue #8716: Instead of relying on Aqua Tk exceptions to detect lack of by Ned Deily · 13 years ago
  53. 692e26b Normalize whitespace for #11512 fix. by Brian Curtin · 13 years ago
  54. 6a4ffd7 Fix #11512. Add an initial test suite for the cgitb, providing 75% coverage. by Brian Curtin · 13 years ago
  55. 7f53a50 Issue #12459: time.sleep() now raises a ValueError if the sleep length is by Victor Stinner · 13 years ago
  56. 5351a1f (merge 3.2) Issue #12493: skip test_communicate_eintr() if signal.SIGALRM is missing by Victor Stinner · 13 years ago
  57. d7772bc (merge 3.2) Issue #12451: pydoc: html_getfile() now uses tokenize.open() to by Victor Stinner · 13 years ago
  58. 5b1261d (merge 3.2) Issue #12493: subprocess: communicate() handles EINTR by Victor Stinner · 13 years ago
  59. 368ff10 Issue #12497: Install test/data to prevent failures of the various codecmaps by Ned Deily · 13 years ago
  60. 5dd470e Issue #12469: fix signal order check of test_signal by Victor Stinner · 13 years ago
  61. 68757ac Issue #12469: test_signal checks wakeup signals order, except on freebsd6 by Victor Stinner · 13 years ago
  62. 87e78ce Issue #12469: partial revert of 024827a9db64, freebsd6 thread initialization by Victor Stinner · 13 years ago
  63. 0a01f13 Issue #12469: replace assertions by explicit if+raise by Victor Stinner · 13 years ago
  64. d554cdf (merge 3.2) Issue #12469: Run wakeup and pending signal tests in a subprocess by Victor Stinner · 13 years ago
  65. b575289 Issue #12452: Plist and Dict are now deprecated by Victor Stinner · 13 years ago
  66. efa384a Issue #8716: Avoid crashes caused by Aqua Tk on OSX when attempting to run by Ned Deily · 13 years ago
  67. bc9d8f8 merge from 3.2 by Senthil Kumaran · 13 years ago
  68. cc78c44 merge from 3.2 by Senthil Kumaran · 13 years ago
  69. 5a21e83 (merge 3.2) Issue #12467: warnings: fix a race condition if a warning is by Victor Stinner · 13 years ago
  70. 10cdc63 Merge from 3.2. 'idle_formatwarning' is the correct method name. by Senthil Kumaran · 13 years ago
  71. ad1013c merge from 3.2 by Senthil Kumaran · 13 years ago
  72. 5f9a995 (merge 3.2) Issue #12451: pydoc: importfile() now opens the Python script in by Victor Stinner · 13 years ago
  73. 7d8c8a0 (merge 3.2) Issue #12451: runpy: run_path() now opens the Python script in by Victor Stinner · 13 years ago
  74. 3663aba (merge 3.2) Issue #12451: xml.dom.pulldom: parse() now opens files in binary by Victor Stinner · 13 years ago
  75. 536feac merge 3.2 by Benjamin Peterson · 13 years ago
  76. 7b7099c merge 3.2 (#12475) by Benjamin Peterson · 13 years ago
  77. aeaeefa Remove mention of medical condition from the test suite. by Georg Brandl · 13 years ago
  78. 1c405b3 Followup to 51c1f2cedb96 (and issue #12456): by Antoine Pitrou · 13 years ago
  79. db4120b merge #12147: make send_message correctly handle Sender and Resent- headers. by R David Murray · 13 years ago
  80. ac4e5ab #12147: make send_message correctly handle Sender and Resent- headers. by R David Murray · 13 years ago
  81. 020436b Issue #12456: fix a possible hang on shutdown of a concurrent.futures.ProcessPoolExecutor. by Antoine Pitrou · 13 years ago
  82. 65897a3 Closes #12291 for 3.3 - merged fix from 3.2. by Vinay Sajip · 13 years ago
  83. 5bdae3b Closes #12291: Fixed bug which was found when doing multiple loads from one stream. by Vinay Sajip · 13 years ago
  84. 2ee6188 Clean up NEWS entry and tests for shutil.disk_usage (#12442) by Éric Araujo · 13 years ago
  85. 723585b Merge issue #12352: Fix a deadlock in multiprocessing.Heap when a block is by Charles-François Natali · 13 years ago
  86. a4a0406 Merge issue #12352: Fix a deadlock in multiprocessing.Heap when a block is by Charles-François Natali · 13 years ago
  87. 778db49 Issue #12352: Fix a deadlock in multiprocessing.Heap when a block is freed by by Charles-François Natali · 13 years ago
  88. 7ae4448 merge #11873: another try at fixing the regex, courtesy of Victor Stinner by R David Murray · 13 years ago
  89. ee1a7cb #11873: another try at fixing the regex, courtesy of Victor Stinner by R David Murray · 13 years ago
  90. 296b96c merge #11873: fix test regex so it covers windows os.sep as well. by R David Murray · 13 years ago
  91. a3bb2f5 #11873: fix test regex so it covers windows os.sep as well. by R David Murray · 13 years ago
  92. 19e5bcd (merge 3.2) Issue #12363: increase the timeout of siginterrupt() tests by Victor Stinner · 13 years ago
  93. dfde0d4 Issue #12363: increase the timeout of siginterrupt() tests by Victor Stinner · 13 years ago
  94. 8d64248 Issue #12363: improve siginterrupt() tests by Victor Stinner · 13 years ago
  95. 2555b0a (merge 3.2) Issue #11870: Skip test_threading.test_2_join_in_forked_process() by Victor Stinner · 13 years ago
  96. 26d3186 Issue #11870: Skip test_threading.test_2_join_in_forked_process() on platforms by Victor Stinner · 13 years ago
  97. 210e7ca Issue #12442: add shutil.disk_usage() by Giampaolo Rodola' · 13 years ago
  98. 59929d9 (merge 3.2) test_os: remove now useless TemporaryFileTests testcase by Victor Stinner · 13 years ago
  99. bef7fdf test_os: remove now useless TemporaryFileTests testcase by Victor Stinner · 13 years ago
  100. 4497445 (merge 3.2) test_os: add TemporaryFileTests to the testcase list by Victor Stinner · 13 years ago