1. 075050f test_threaded_import must clean up after itself by Antoine Pitrou · 13 years ago
  2. f26ad71 test_os needs to reap threads by Antoine Pitrou · 13 years ago
  3. afed6ec Merge from 3.2 by Antoine Pitrou · 13 years ago
  4. f7f5475 Use test.script_helper in test_pydoc by Antoine Pitrou · 13 years ago
  5. a6e81a2 test_pydoc needs to cleanup after itself by Antoine Pitrou · 13 years ago
  6. 707f228 Try harder to reap dangling threads in test.support.reap_threads(). by Antoine Pitrou · 13 years ago
  7. e720725 merge heads by Benjamin Peterson · 13 years ago
  8. 620b2c8 comment which is not applicable anymore by Benjamin Peterson · 13 years ago
  9. 428bc6c Issue #12573: Add resource checks for dangling Thread and Process objects. by Antoine Pitrou · 13 years ago
  10. c081c0c Issue #12573: Add resource checks for dangling Thread and Process objects. by Antoine Pitrou · 13 years ago
  11. 91fe815 Merge by Antoine Pitrou · 13 years ago
  12. b8298a0 Merge by Antoine Pitrou · 13 years ago
  13. 9b43b6e Issue #11603: Fix a crash when __str__ is rebound as __repr__. by Antoine Pitrou · 13 years ago
  14. ff35050 Issue #11603: Fix a crash when __str__ is rebound as __repr__. by Antoine Pitrou · 13 years ago
  15. 8cdc40e Issue #11603: Fix a crash when __str__ is rebound as __repr__. by Antoine Pitrou · 13 years ago
  16. 2ca3ffb merge 3.2 by Benjamin Peterson · 13 years ago
  17. 5805919 merge heads by Benjamin Peterson · 13 years ago
  18. 1a41d7d merge heads by Benjamin Peterson · 13 years ago
  19. e92cd0c merge 3.2 (#11627) by Benjamin Peterson · 13 years ago
  20. 5afa03a catch nasty exception classes with __new__ that doesn't return a exception (closes #11627) by Benjamin Peterson · 13 years ago
  21. 874d65a Issue #11321: Fix a crash with multiple imports of the _pickle module when by Antoine Pitrou · 13 years ago
  22. 8391cf4 Issue #11321: Fix a crash with multiple imports of the _pickle module when by Antoine Pitrou · 13 years ago
  23. 8f62905 Make sure to reap worker threads and processes at the end of test_concurrent_futures by Antoine Pitrou · 13 years ago
  24. 9470ab4 Make sure to reap worker threads and processes at the end of test_concurrent_futures by Antoine Pitrou · 13 years ago
  25. 5c1190b Remove duplicate "numbered" options for toctrees. by Georg Brandl · 13 years ago
  26. af5bacf Always use repr for regrtest resources names by Éric Araujo · 13 years ago
  27. eb39294 Silence 2to3 warnings in packaging tests by Éric Araujo · 13 years ago
  28. dccf985 Fix :file: constructs in packaging.database docs by Éric Araujo · 13 years ago
  29. fe95848 Clear packaging.database caches in place by Éric Araujo · 13 years ago
  30. ecf4fda Py_BuildValue("C") supports non-BMP characters on narrow build by Victor Stinner · 13 years ago
  31. a7878b7 Close #6755: Add get_wch() method to curses.window class by Victor Stinner · 13 years ago
  32. d33344a Add cgi.closelog() function to close the log file by Victor Stinner · 13 years ago
  33. f64f9e9 Merge - Issue #12502: asyncore: fix polling loop with AF_UNIX sockets. by Charles-François Natali · 13 years ago
  34. 1f0ccfa Merge - Issue #12502: asyncore: fix polling loop with AF_UNIX sockets. by Charles-François Natali · 13 years ago
  35. e228130 Issue #12502: asyncore: fix polling loop with AF_UNIX sockets. by Charles-François Natali · 13 years ago
  36. b6ffa79 test that TestCase doesn't get cycles by Benjamin Peterson · 13 years ago
  37. 31f4beb add a contextmanager to disable the gc by Benjamin Peterson · 13 years ago
  38. c917494 merge 3.2 by Benjamin Peterson · 13 years ago
  39. eef80b6 this should be an identity test by Benjamin Peterson · 13 years ago
  40. bc18838 (merge 3.2) Issue #12250: test_socketserver uses a timeout of 60 seconds by Victor Stinner · 13 years ago
  41. e73d49d Merge with 3.2. by Ezio Melotti · 13 years ago
  42. 5702ae6 Issue #12250: test_socketserver uses a timeout of 60 seconds instead of 20 by Victor Stinner · 13 years ago
  43. 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
  44. d77e2ea merge 3.2 by Benjamin Peterson · 13 years ago
  45. 6e18e04 carefully cleanup pointer cache after creating struct pointers by Benjamin Peterson · 13 years ago
  46. bf9c021 Closes #12536: Unused logger removed from lib2to3. by Vinay Sajip · 13 years ago
  47. 07b3537 Issue #12549: Correct test_platform to not fail when OS X returns 'x86_64' by Ned Deily · 13 years ago
  48. 58e3350 Issue #12549: Correct test_platform to not fail when OS X returns 'x86_64' by Ned Deily · 13 years ago
  49. cb41cda Issue #12550: regrtest displays the Python traceback on SIGALRM or SIGUSR1 by Victor Stinner · 13 years ago
  50. a9a9dab Issue #12550: Add chain optional argument to faulthandler.register() by Victor Stinner · 13 years ago
  51. d93da2b (merge 3.2) Close #4376: ctypes now supports nested structures in a endian by Victor Stinner · 13 years ago
  52. 6636121 Close #4376: ctypes now supports nested structures in a endian different than by Victor Stinner · 13 years ago
  53. 90ce72d Raise ValueError when attempting to set the _CHUNK_SIZE attribute of a TextIOWrapper to a huge value, not TypeError. by Antoine Pitrou · 13 years ago
  54. cb4ae81 Raise ValueError when attempting to set the _CHUNK_SIZE attribute of a TextIOWrapper to a huge value, not TypeError. by Antoine Pitrou · 13 years ago
  55. 8442124 Make it clear that PyNumber_AsSsize_t() returns -1 on error. by Antoine Pitrou · 13 years ago
  56. fd06047 Make it clear that PyNumber_AsSsize_t() returns -1 on error. by Antoine Pitrou · 13 years ago
  57. 993409d Merge doc change from 3.2. by Georg Brandl · 13 years ago
  58. 325eb47 Clarify that PyErr_NewException creates an exception *class*, not instance. by Georg Brandl · 13 years ago
  59. 3c14b4e #12547: Fix import and output in nntplib example. Initial patch by July Tikhonov. by Ezio Melotti · 13 years ago
  60. 0850638 merge 3.2 (#12544) by Benjamin Peterson · 13 years ago
  61. 34b2b26 this can be done without a custom dict (also fixes #12544) by Benjamin Peterson · 13 years ago
  62. 093c8e4 Issue #12149: Update the method cache after a type's dictionnary gets by Antoine Pitrou · 13 years ago
  63. 84f1b17 Issue #12149: Update the method cache after a type's dictionnary gets by Antoine Pitrou · 13 years ago
  64. 126edb5 Use infinitive, not 3rd person of present tense. by Antoine Pitrou · 13 years ago
  65. b3593ca Use infinitive, not 3rd person of present tense. by Antoine Pitrou · 13 years ago
  66. f08310f Issue #12343: Add some notes on behaviour of non-blocking SSL sockets. by Antoine Pitrou · 13 years ago
  67. 6f5dcb1 Issue #12343: Add some notes on behaviour of non-blocking SSL sockets. by Antoine Pitrou · 13 years ago
  68. e1d2103 Mention logging.captureWarnings in the warnings module doc. by Antoine Pitrou · 13 years ago
  69. cdddf2b Mention logging.captureWarnings in the warnings module doc. by Antoine Pitrou · 13 years ago
  70. 966a399 Dummy merge by Antoine Pitrou · 13 years ago
  71. 462d1b3 Move sys.subversion at the right place in alphabetical order, and informally deprecate it. by Antoine Pitrou · 13 years ago
  72. 87fd76e Issue #12326: document the recommended idiom for checking sys.platform on Unix systems. by Antoine Pitrou · 13 years ago
  73. a83cdaa Issue #12326: document the recommended idiom for checking sys.platform on Unix systems. by Antoine Pitrou · 13 years ago
  74. d3b41c6 Fix syntax in packaging docs and update suspicious ignore file. by Georg Brandl · 13 years ago
  75. 6c0929b Fix markup and remove character unsupported by latex in 3.3 whatsnew doc. by Georg Brandl · 13 years ago
  76. f514e61 Dummy-merge 3.2.1 release changes into default. by Georg Brandl · 13 years ago
  77. 00ebeb5 Merge 3.2.1 release clone into main repo. by Georg Brandl · 13 years ago
  78. bb9c7d0 Post-release steps for 3.2.1. by Georg Brandl · 13 years ago
  79. 7179bf1 Added tag v3.2.1 for changeset ac1f7e5c0510 by Georg Brandl · 13 years ago
  80. cd0dc16 Bump version to 3.2.1. by Georg Brandl · 13 years ago
  81. 13d7db1 Skip network tests when getaddrinfo() returns EAI_AGAIN, meaning a temporary by Antoine Pitrou · 13 years ago
  82. 4875c46 Skip network tests when getaddrinfo() returns EAI_AGAIN, meaning a temporary by Antoine Pitrou · 13 years ago
  83. 9163c47 Skip network tests when getaddrinfo() returns EAI_AGAIN, meaning a temporary by Antoine Pitrou · 13 years ago
  84. 6000120 Add comment by Antoine Pitrou · 13 years ago
  85. 71a28a9 Rebind locally the globals which can be looked up at shutdown by Antoine Pitrou · 13 years ago
  86. 3700920 Issue #11863: Remove support for legacy systems deprecated in Python 3.2 by Antoine Pitrou · 13 years ago
  87. 022ae22 Issue #11863: remove unused file Python/thread_wince.h by Antoine Pitrou · 13 years ago
  88. 910789f merge heads by Benjamin Peterson · 13 years ago
  89. ae10c06 add patchlevel to version string by Benjamin Peterson · 13 years ago
  90. 4a183b4 Avoid failing in test_robotparser when mueblesmoraleda.com is flaky and by Antoine Pitrou · 13 years ago
  91. 95531ea Avoid failing in test_robotparser when mueblesmoraleda.com is flaky and by Antoine Pitrou · 13 years ago
  92. 88fcf1b Avoid failing in test_urllibnet.test_bad_address when some overzealous by Antoine Pitrou · 13 years ago
  93. 3aba498 Avoid failing in test_urllibnet.test_bad_address when some overzealous by Antoine Pitrou · 13 years ago
  94. 72fff04 Avoid failing in test_urllibnet.test_bad_address when some overzealous by Antoine Pitrou · 13 years ago
  95. 7128f95 Issue #12440: When testing whether some bits in SSLContext.options can be by Antoine Pitrou · 13 years ago
  96. b9ac25d Issue #12440: When testing whether some bits in SSLContext.options can be by Antoine Pitrou · 13 years ago
  97. 4468e55 Close file handles in a timely manner in packaging.database (#12504). by Éric Araujo · 13 years ago
  98. ce5fe83 Factor out code used by packaging commands for HTTP requests (#12169). by Éric Araujo · 13 years ago
  99. 6e2e3b9 Issue #12423: Fix os.abort() documentation by Victor Stinner · 13 years ago
  100. cd9f120 Revert 76452b892838 as per http://mail.python.org/pipermail/python-dev/2011-July/112243.html. by Georg Brandl · 13 years ago