1. b6ffa79 test that TestCase doesn't get cycles by Benjamin Peterson · 14 years ago
  2. 31f4beb add a contextmanager to disable the gc by Benjamin Peterson · 14 years ago
  3. c917494 merge 3.2 by Benjamin Peterson · 14 years ago
  4. eef80b6 this should be an identity test by Benjamin Peterson · 14 years ago
  5. bc18838 (merge 3.2) Issue #12250: test_socketserver uses a timeout of 60 seconds by Victor Stinner · 14 years ago
  6. e73d49d Merge with 3.2. by Ezio Melotti · 14 years ago
  7. 5702ae6 Issue #12250: test_socketserver uses a timeout of 60 seconds instead of 20 by Victor Stinner · 14 years ago
  8. 7ebb706 Restore the global state of the log vars, so that test_cgi can be run twice without failures. by Ezio Melotti · 14 years ago
  9. d77e2ea merge 3.2 by Benjamin Peterson · 14 years ago
  10. 6e18e04 carefully cleanup pointer cache after creating struct pointers by Benjamin Peterson · 14 years ago
  11. bf9c021 Closes #12536: Unused logger removed from lib2to3. by Vinay Sajip · 14 years ago
  12. 07b3537 Issue #12549: Correct test_platform to not fail when OS X returns 'x86_64' by Ned Deily · 14 years ago
  13. 58e3350 Issue #12549: Correct test_platform to not fail when OS X returns 'x86_64' by Ned Deily · 14 years ago
  14. cb41cda Issue #12550: regrtest displays the Python traceback on SIGALRM or SIGUSR1 by Victor Stinner · 14 years ago
  15. a9a9dab Issue #12550: Add chain optional argument to faulthandler.register() by Victor Stinner · 14 years ago
  16. d93da2b (merge 3.2) Close #4376: ctypes now supports nested structures in a endian by Victor Stinner · 14 years ago
  17. 6636121 Close #4376: ctypes now supports nested structures in a endian different than by Victor Stinner · 14 years ago
  18. 90ce72d Raise ValueError when attempting to set the _CHUNK_SIZE attribute of a TextIOWrapper to a huge value, not TypeError. by Antoine Pitrou · 14 years ago
  19. cb4ae81 Raise ValueError when attempting to set the _CHUNK_SIZE attribute of a TextIOWrapper to a huge value, not TypeError. by Antoine Pitrou · 14 years ago
  20. 8442124 Make it clear that PyNumber_AsSsize_t() returns -1 on error. by Antoine Pitrou · 14 years ago
  21. fd06047 Make it clear that PyNumber_AsSsize_t() returns -1 on error. by Antoine Pitrou · 14 years ago
  22. 993409d Merge doc change from 3.2. by Georg Brandl · 14 years ago
  23. 325eb47 Clarify that PyErr_NewException creates an exception *class*, not instance. by Georg Brandl · 14 years ago
  24. 3c14b4e #12547: Fix import and output in nntplib example. Initial patch by July Tikhonov. by Ezio Melotti · 14 years ago
  25. 0850638 merge 3.2 (#12544) by Benjamin Peterson · 14 years ago
  26. 34b2b26 this can be done without a custom dict (also fixes #12544) by Benjamin Peterson · 14 years ago
  27. 093c8e4 Issue #12149: Update the method cache after a type's dictionnary gets by Antoine Pitrou · 14 years ago
  28. 84f1b17 Issue #12149: Update the method cache after a type's dictionnary gets by Antoine Pitrou · 14 years ago
  29. 126edb5 Use infinitive, not 3rd person of present tense. by Antoine Pitrou · 14 years ago
  30. b3593ca Use infinitive, not 3rd person of present tense. by Antoine Pitrou · 14 years ago
  31. f08310f Issue #12343: Add some notes on behaviour of non-blocking SSL sockets. by Antoine Pitrou · 14 years ago
  32. 6f5dcb1 Issue #12343: Add some notes on behaviour of non-blocking SSL sockets. by Antoine Pitrou · 14 years ago
  33. e1d2103 Mention logging.captureWarnings in the warnings module doc. by Antoine Pitrou · 14 years ago
  34. cdddf2b Mention logging.captureWarnings in the warnings module doc. by Antoine Pitrou · 14 years ago
  35. 966a399 Dummy merge by Antoine Pitrou · 14 years ago
  36. 462d1b3 Move sys.subversion at the right place in alphabetical order, and informally deprecate it. by Antoine Pitrou · 14 years ago
  37. 87fd76e Issue #12326: document the recommended idiom for checking sys.platform on Unix systems. by Antoine Pitrou · 14 years ago
  38. a83cdaa Issue #12326: document the recommended idiom for checking sys.platform on Unix systems. by Antoine Pitrou · 14 years ago
  39. d3b41c6 Fix syntax in packaging docs and update suspicious ignore file. by Georg Brandl · 14 years ago
  40. 6c0929b Fix markup and remove character unsupported by latex in 3.3 whatsnew doc. by Georg Brandl · 14 years ago
  41. f514e61 Dummy-merge 3.2.1 release changes into default. by Georg Brandl · 14 years ago
  42. 00ebeb5 Merge 3.2.1 release clone into main repo. by Georg Brandl · 14 years ago
  43. bb9c7d0 Post-release steps for 3.2.1. by Georg Brandl · 14 years ago
  44. 7179bf1 Added tag v3.2.1 for changeset ac1f7e5c0510 by Georg Brandl · 14 years ago
  45. cd0dc16 Bump version to 3.2.1. by Georg Brandl · 14 years ago
  46. 13d7db1 Skip network tests when getaddrinfo() returns EAI_AGAIN, meaning a temporary by Antoine Pitrou · 14 years ago
  47. 4875c46 Skip network tests when getaddrinfo() returns EAI_AGAIN, meaning a temporary by Antoine Pitrou · 14 years ago
  48. 9163c47 Skip network tests when getaddrinfo() returns EAI_AGAIN, meaning a temporary by Antoine Pitrou · 14 years ago
  49. 6000120 Add comment by Antoine Pitrou · 14 years ago
  50. 71a28a9 Rebind locally the globals which can be looked up at shutdown by Antoine Pitrou · 14 years ago
  51. 3700920 Issue #11863: Remove support for legacy systems deprecated in Python 3.2 by Antoine Pitrou · 14 years ago
  52. 022ae22 Issue #11863: remove unused file Python/thread_wince.h by Antoine Pitrou · 14 years ago
  53. 910789f merge heads by Benjamin Peterson · 14 years ago
  54. ae10c06 add patchlevel to version string by Benjamin Peterson · 14 years ago
  55. 4a183b4 Avoid failing in test_robotparser when mueblesmoraleda.com is flaky and by Antoine Pitrou · 14 years ago
  56. 95531ea Avoid failing in test_robotparser when mueblesmoraleda.com is flaky and by Antoine Pitrou · 14 years ago
  57. 88fcf1b Avoid failing in test_urllibnet.test_bad_address when some overzealous by Antoine Pitrou · 14 years ago
  58. 3aba498 Avoid failing in test_urllibnet.test_bad_address when some overzealous by Antoine Pitrou · 14 years ago
  59. 72fff04 Avoid failing in test_urllibnet.test_bad_address when some overzealous by Antoine Pitrou · 14 years ago
  60. 7128f95 Issue #12440: When testing whether some bits in SSLContext.options can be by Antoine Pitrou · 14 years ago
  61. b9ac25d Issue #12440: When testing whether some bits in SSLContext.options can be by Antoine Pitrou · 14 years ago
  62. 4468e55 Close file handles in a timely manner in packaging.database (#12504). by Éric Araujo · 14 years ago
  63. ce5fe83 Factor out code used by packaging commands for HTTP requests (#12169). by Éric Araujo · 14 years ago
  64. 6e2e3b9 Issue #12423: Fix os.abort() documentation by Victor Stinner · 14 years ago
  65. cd9f120 Revert 76452b892838 as per http://mail.python.org/pipermail/python-dev/2011-July/112243.html. by Georg Brandl · 14 years ago
  66. 8a3b988 Issue #8716: Instead of relying on Aqua Tk exceptions to detect lack of by Ned Deily · 14 years ago
  67. f6cbdc2 Issue #8716: Instead of relying on Aqua Tk exceptions to detect lack of by Ned Deily · 14 years ago
  68. 692e26b Normalize whitespace for #11512 fix. by Brian Curtin · 14 years ago
  69. 6a4ffd7 Fix #11512. Add an initial test suite for the cgitb, providing 75% coverage. by Brian Curtin · 14 years ago
  70. 7f53a50 Issue #12459: time.sleep() now raises a ValueError if the sleep length is by Victor Stinner · 14 years ago
  71. 5351a1f (merge 3.2) Issue #12493: skip test_communicate_eintr() if signal.SIGALRM is missing by Victor Stinner · 14 years ago
  72. 1848db8 Issue #12493: skip test_communicate_eintr() if signal.SIGALRM is missing by Victor Stinner · 14 years ago
  73. d7772bc (merge 3.2) Issue #12451: pydoc: html_getfile() now uses tokenize.open() to by Victor Stinner · 14 years ago
  74. 91e0877 Issue #12451: pydoc: html_getfile() now uses tokenize.open() to support Python by Victor Stinner · 14 years ago
  75. 5b1261d (merge 3.2) Issue #12493: subprocess: communicate() handles EINTR by Victor Stinner · 14 years ago
  76. 2cfb6f3 Issue #12493: subprocess: communicate() handles EINTR by Victor Stinner · 14 years ago
  77. d9fc85d (merge 3.2) Issue #9611, #9015: FileIO.read() clamps the length to INT_MAX on Windows. by Victor Stinner · 14 years ago
  78. c655a72 Issue #9611, #9015: FileIO.read() clamps the length to INT_MAX on Windows. by Victor Stinner · 14 years ago
  79. 9797e29 merge 3.2 by Benjamin Peterson · 14 years ago
  80. bb4a747 start out this branch always with filename NULL by Benjamin Peterson · 14 years ago
  81. 368ff10 Issue #12497: Install test/data to prevent failures of the various codecmaps by Ned Deily · 14 years ago
  82. e2d5190 Issue #12497: Install test/data to prevent failures of the various codecmaps by Ned Deily · 14 years ago
  83. 4bd3e5d Issue #12496: Install test/capath directory to prevent test_connect_capath by Ned Deily · 14 years ago
  84. 8215f5d Issue #12496: Install test/capath directory to prevent test_connect_capath by Ned Deily · 14 years ago
  85. 5dd470e Issue #12469: fix signal order check of test_signal by Victor Stinner · 14 years ago
  86. 68757ac Issue #12469: test_signal checks wakeup signals order, except on freebsd6 by Victor Stinner · 14 years ago
  87. 87e78ce Issue #12469: partial revert of 024827a9db64, freebsd6 thread initialization by Victor Stinner · 14 years ago
  88. 8fbfc12 merge from 3.2 by Senthil Kumaran · 14 years ago
  89. 3aac179 Fix whitespace nit in datetime and os rst files. by Senthil Kumaran · 14 years ago
  90. 276a58b Merge from 3.2 . Replace the term members with correct and appropriate terminology. Initial patch by Adam Woodbeck. by Senthil Kumaran · 14 years ago
  91. a6bac95 issue10403 - Let's not use members anymore. Use 'attribute' where it denotes attribute and 'methods' where it denotes methods. Context should clarify usage. by Senthil Kumaran · 14 years ago
  92. 1945f93 Merge with 3.2. by Georg Brandl · 14 years ago
  93. bfd1edd Merge 3.2.1 release clone changes into main 3.2 branch after 3.2.1rc2 release. by Georg Brandl · 14 years ago
  94. 0a01f13 Issue #12469: replace assertions by explicit if+raise by Victor Stinner · 14 years ago
  95. d554cdf (merge 3.2) Issue #12469: Run wakeup and pending signal tests in a subprocess by Victor Stinner · 14 years ago
  96. e40b3aa Issue #12469: Run "wakeup" signal tests in subprocess to run the test in a by Victor Stinner · 14 years ago
  97. b575289 Issue #12452: Plist and Dict are now deprecated by Victor Stinner · 14 years ago
  98. 99b9538 Issue #9642: Uniformize the tests on the availability of the mbcs codec by Victor Stinner · 14 years ago
  99. 9122fdd Issue #9642: Fix the definition of time.clock() on Windows by Victor Stinner · 14 years ago
  100. d64e8a7 Issue #9642: Fix filesystem encoding initialization: use the ANSI code page on by Victor Stinner · 14 years ago