1. b206a80 Fix #10854. Make use of the new path and name attributes on ImportError by Brian Curtin · 12 years ago
  2. d15e6a3 Issue #14589: Update certificate chain for sha256.tbs-internet.com, fixing a test failure in test_ssl. by Antoine Pitrou · 12 years ago
  3. aa292f9 Issue #14589: Update certificate chain for sha256.tbs-internet.com, fixing a test failure in test_ssl. by Antoine Pitrou · 12 years ago
  4. 0db176f Issue #14386: Expose the dict_proxy internal type as types.MappingProxyType by Victor Stinner · 12 years ago
  5. da4210f Issue #13496: Merge from 3.2 by Mark Dickinson · 12 years ago
  6. a13b109 Issue 13496: Fix bisect.bisect overflow bug for large collections. by Mark Dickinson · 12 years ago
  7. 69c6352 Issue #10576: Add a progress callback to gcmodule by Kristján Valur Jónsson · 12 years ago
  8. afbdc13 Fix an import race condition. by Brett Cannon · 12 years ago
  9. 73def61 Try to fix a sporadic test failure from what is probably a caching race condition. by Brett Cannon · 12 years ago
  10. fd07415 Issue #2377: Make importlib the implementation of __import__(). by Brett Cannon · 12 years ago
  11. 79ec55e Issue #1559549: Add 'name' and 'path' attributes to ImportError. by Brett Cannon · 12 years ago
  12. f50b38a Merge #14399: zipfile now correctly handles comments added to empty zipfiles. by R David Murray · 12 years ago
  13. 51804e9 #14399: zipfile now correctly handles comments added to empty zipfiles. by R David Murray · 12 years ago
  14. 80a133b code improvement. 'as cm' not required when not used. Review comment by Georg Brandl by Senthil Kumaran · 12 years ago
  15. ea16980 #14508: make gprof2html script runnable under python3 by R David Murray · 12 years ago
  16. 690598a merge to default - Issue 10484 - Incorporate improvements to CGI module - Suggested by Glenn Linderman. Refactor code and tests by Senthil Kumaran · 12 years ago
  17. d70846b 3.2 - Issue 10484 - Incorporate improvements to CGI module - Suggested by Glenn Linderman. Refactor code and tests by Senthil Kumaran · 12 years ago
  18. 08bd4aa use assertWarns instead of check_warnings - Issue14341 by Senthil Kumaran · 12 years ago
  19. d05853d merge - fix the incorrect changes made for PATH_INFO value - Issue10484 by Senthil Kumaran · 12 years ago
  20. dbb369d 3.2- fix the incorrect changes made for PATH_INFO value - Issue10484 by Senthil Kumaran · 12 years ago
  21. 75d9aca Rename test_ file that is really a support file to remove test_ prefix. by R David Murray · 12 years ago
  22. 78fc25c #14533: if a test has no test_main, use loadTestsFromModule. by R David Murray · 12 years ago
  23. b019ee7 #12537: in mailbox avoid depending on knowledge of email package internals by R David Murray · 12 years ago
  24. c988e24 Remove redundancy in listing of all mailbox classes in test_mailbox. by R David Murray · 12 years ago
  25. c0aa9ee Fix the patch for issue #7978: select() raises select.error before 3.3, not OSError. by Antoine Pitrou · 12 years ago
  26. 0ec2c07 Fix flakiness in test_socketserver by Antoine Pitrou · 12 years ago
  27. f18d6f3 Fix flakiness in test_socketserver by Antoine Pitrou · 12 years ago
  28. c9e8e3c Issue #7978: socketserver now restarts the select() call when EINTR is returned. by Antoine Pitrou · 12 years ago
  29. b0a9c66 Issue #7978: socketserver now restarts the select() call when EINTR is returned. by Antoine Pitrou · 12 years ago
  30. f998810 Merge: Make test_mailbox runnable via python -m unittest. by R David Murray · 12 years ago
  31. 317c8d2 Make test_mailbox runnable via python -m unittest. by R David Murray · 12 years ago
  32. 52a11f1 Issue #14310: Catch testing errors when trying to create unsupported socket by Kristján Valur Jónsson · 12 years ago
  33. 10f383a Issue #14310: inter-process socket duplication for windows by Kristján Valur Jónsson · 12 years ago
  34. 83c02ee merge by Brett Cannon · 12 years ago
  35. b2e5818 Set a time threshold in test_asyncore.capture_server so that tests don't by Kristján Valur Jónsson · 12 years ago
  36. 3861a32 Merge #14492: fix some bugs in Tools/scripts/pdeps.py. by R David Murray · 12 years ago
  37. d3af634 #14492: fix some bugs in Tools/scripts/pdeps.py. by R David Murray · 12 years ago
  38. ff3eca0 Allow printing a leading '-' and the maximum number of exponent digits by Stefan Krah · 12 years ago
  39. 0774e9b Raise InvalidOperation if exponents of zeros are clamped during exact by Stefan Krah · 12 years ago
  40. b5ebf271 Merge: test_tools fix: don't import analyze_dxp if no _thread module by R David Murray · 12 years ago
  41. ca60b36 test_tools fix: don't import analyze_dxp if no _thread module by R David Murray · 12 years ago
  42. ce98062 Merge #14490, #14491: add 'sundry'-style import tests for Tools/scripts. by R David Murray · 12 years ago
  43. 54ac832 #14490, #14491: add 'sundry'-style import tests for Tools/scripts. by R David Murray · 12 years ago
  44. 8ac95ee Fix test_site from modifying sysconfig._CONFIG_VARS. by Brett Cannon · 12 years ago
  45. ebf37a2 Fixes and enhancements to _elementtree: by Eli Bendersky · 12 years ago
  46. 5c73e8e Issue #14482: Raise a ValueError, not a NameError, when trying to create by Antoine Pitrou · 12 years ago
  47. 6d20cba Issue #14482: Raise a ValueError, not a NameError, when trying to create by Antoine Pitrou · 12 years ago
  48. 31668b8 Issue #14288: Serialization support for builtin iterators. by Kristján Valur Jónsson · 12 years ago
  49. 30d7947 Expose clock_settime() as time.clock_settime() by Victor Stinner · 12 years ago
  50. cbb290a merge 3.2 by Benjamin Peterson · 12 years ago
  51. 6215444 remove uneeded line by Benjamin Peterson · 12 years ago
  52. 9d28010 Testing the implicit initialization of the thread local context on first by Stefan Krah · 12 years ago
  53. dba1b40 merge 3.2 by Benjamin Peterson · 12 years ago
  54. e900096 prevent writing to stderr from messing up the exception state (closes #14474) by Benjamin Peterson · 12 years ago
  55. 38548ad Whitespace. by Stefan Krah · 12 years ago
  56. 5100171 Clear the context flags if a context is initialized from the DefaultContext. by Stefan Krah · 12 years ago
  57. 93bba8f Issue #14151: Raise a ValueError, not a NameError, when trying to create by Antoine Pitrou · 12 years ago
  58. 709176f Issue #14151: Raise a ValueError, not a NameError, when trying to create by Antoine Pitrou · 12 years ago
  59. 0261d75 Removing the test of Element that causes ref-leak in GC (issue #14464). by Eli Bendersky · 12 years ago
  60. 8315f96 Issue #13872: socket.detach() now marks the socket closed (as mirrored in the socket repr()). by Antoine Pitrou · 12 years ago
  61. 70deb3d Issue #13872: socket.detach() now marks the socket closed (as mirrored in the socket repr()). by Antoine Pitrou · 12 years ago
  62. 8b34b53 Issue #14406: Fix a race condition when using `concurrent.futures.wait(return_when=ALL_COMPLETED)`. by Antoine Pitrou · 12 years ago
  63. f70401e Issue #14406: Fix a race condition when using `concurrent.futures.wait(return_when=ALL_COMPLETED)`. by Antoine Pitrou · 12 years ago
  64. a5e8220 Fix the tests of GC collection in ET.Element according to Benjamin's recommendations by Eli Bendersky · 12 years ago
  65. 0192ba3 Issue #14065: Added cyclic GC support to ET.Element by Eli Bendersky · 12 years ago
  66. 8640743 Issue #14442: Add missing errno import in test_smtplib. by Ross Lagerwall · 12 years ago
  67. fe17b2b Raise MemoryError instead of InvalidOperation/MallocError for compatibility by Stefan Krah · 12 years ago
  68. 9384c7d Issue #13902: Fix a random test_threading failure on FreeBSD 6 buildbots (due by Charles-François Natali · 12 years ago
  69. 8e6fe64 Issue #13902: Fix a random test_threading failure on FreeBSD 6 buildbots (due by Charles-François Natali · 12 years ago
  70. 55bce63 Issue #14154: Reimplement the bigmem test memory watchdog as a subprocess. by Charles-François Natali · 12 years ago
  71. c7ea19f attempt to fix asyncore buildbot failure by Giampaolo Rodola' · 12 years ago
  72. a3481e7 attempt to fix asyncore buildbot failure by Giampaolo Rodola' · 12 years ago
  73. b6405ef Use the same exception hierarchy as decimal.py. FloatOperation now also by Stefan Krah · 12 years ago
  74. 4164ac1 merge by Giampaolo Rodola' · 12 years ago
  75. 466a54f fix failing asyncore test as per http://bugs.python.org/issue10340#msg156586 by Giampaolo Rodola' · 12 years ago
  76. 396e8fc Issue #13782: streamline argument type-checking in ET.Element by Eli Bendersky · 12 years ago
  77. 42243c4 #14380: Make actual default match docs, fix __init__ order. by R David Murray · 12 years ago
  78. 8680bcc #14380: Have MIMEText defaults to utf-8 when passed non-ASCII unicode by R David Murray · 12 years ago
  79. 3539ef3 merge 79422b3684f1 in 3.3 branch (issue 10340) by Giampaolo Rodola' · 12 years ago
  80. 350c94b fix #10340: properly handle EINVAL on OSX and also avoid to call handle_connect() in case of a disconnetected socket which is not meant to connect. by Giampaolo Rodola' · 12 years ago
  81. 98ba753 merge 3.2 (#14378) by Benjamin Peterson · 12 years ago
  82. a4e4e35 check by equality for __future__ not identity (closes #14378) by Benjamin Peterson · 12 years ago
  83. d5d17eb Issue #14204: The ssl module now has support for the Next Protocol Negotiation extension, if available in the underlying OpenSSL library. by Antoine Pitrou · 12 years ago
  84. 65e32d1 merge heads by Benjamin Peterson · 12 years ago
  85. 1919b7e Issue #7652: Integrate the decimal floating point libmpdec library to speed by Stefan Krah · 12 years ago
  86. 1b1a8e7 correctly lookup __trunc__ in int() constructor by Benjamin Peterson · 12 years ago
  87. 669b755 #14269: smtpd now conforms to the RFC and requires HELO before MAIL. by R David Murray · 12 years ago
  88. 83a9f48 Issue #14328: Add keyword-only parameters to PyArg_ParseTupleAndKeywords. by Larry Hastings · 12 years ago
  89. 4ca5661 all OSErrors should indicate there are no extended attributes (closes #14358) by Benjamin Peterson · 12 years ago
  90. 0863d71 Merge #14333: fix test_queue so it can be run via standard unittest test discovery. by R David Murray · 12 years ago
  91. c6bfce9 #14333: fix test_queue so it can be run via standard unittest test discovery. by R David Murray · 12 years ago
  92. 96384b9 make extra arguments to object.__init__/__new__ to errors in most cases (finishes #1683368) by Benjamin Peterson · 12 years ago
  93. 80e22b5 Merge #11686: add missing entries to email __all__ lists. by R David Murray · 12 years ago
  94. 7104c72 #12788: fix error in test_policy when run under refleak detection by R David Murray · 12 years ago
  95. de39454 merge 3.2 (#14334) by Benjamin Peterson · 12 years ago
  96. 16d84ac check to make sure the attribute is a string (#14334) by Benjamin Peterson · 12 years ago
  97. 6e33525 fix trailing whitespace by Eli Bendersky · 12 years ago
  98. 2b71140 Add a test that makes sure TreeBuilder can be passed element_factory in the by Eli Bendersky · 12 years ago
  99. 209d70e closes issue10484 - Fix the http.server's cgi PATH_INFO handling problem by Senthil Kumaran · 12 years ago
  100. be3f851 closes issue10484 - Fix the http.server's cgi PATH_INFO handling problem by Senthil Kumaran · 12 years ago