1. e73afad Issue #12039: Now suppress spurious select.error raised on FreeBSD when the server (an asyncore.dispatcher) is closed. by Vinay Sajip · 13 years ago
  2. f223116 Update incorrect comment. by Vinay Sajip · 13 years ago
  3. 606c3f5 Issue #12041: Make test_wait3 more robust. by Antoine Pitrou · 13 years ago
  4. 60ccd82 Improved Windows test coverage. by Vinay Sajip · 13 years ago
  5. 5fffaab Merge with 3.2. by Ezio Melotti · 13 years ago
  6. 219a5dc Merge with 3.1. by Ezio Melotti · 13 years ago
  7. f9756c2 Some more tests were incorrectly marked as C specific. by Ezio Melotti · 13 years ago
  8. c7ae19b Issue #3709: a flush_headers method to BaseHTTPRequestHandler which manages the by Senthil Kumaran · 13 years ago
  9. 87cf220 Issue #11743: Rewrite multiprocessing connection classes in pure Python. by Antoine Pitrou · 13 years ago
  10. df77e3d Issue #11188: In log2 tests, create powers of 2 using ldexp(1, n) instead of the less reliable 2.0**n. by Mark Dickinson · 13 years ago
  11. 2cffff9 Fix nonunique test ids in math_testcases.txt. by Mark Dickinson · 13 years ago
  12. 7c038b4 merge 11164 by Martin v. Löwis · 13 years ago
  13. 867754e merge 11164 by Martin v. Löwis · 13 years ago
  14. 2f48d89 Stop trying to use _xmlplus in the xml module. Closes #11164. by Martin v. Löwis · 13 years ago
  15. 37c02c9 #11910: merge with 3.2. by Ezio Melotti · 13 years ago
  16. 19f7ca2 #11910: merge with 3.1. by Ezio Melotti · 13 years ago
  17. fd69abb Some tests were incorrectly marked as C specific. by Ezio Melotti · 13 years ago
  18. 8269a44 #11910: Fix test_heapq to skip the C tests when _heapq is missing. by Ezio Melotti · 13 years ago
  19. 3843de3 #11910: merge with 3.2. by Ezio Melotti · 13 years ago
  20. 313fa9d #11910: merge with 3.1. by Ezio Melotti · 13 years ago
  21. 199e085 #11910: change import_fresh_module to return None when one of the "fresh" modules can not be imported. by Ezio Melotti · 13 years ago
  22. fa0e3d5 Issue #11888: Add log2 function to math module. Patch written by Mark Dickinson. by Victor Stinner · 13 years ago
  23. 3de4919 Issue #12012: ssl.PROTOCOL_SSLv2 becomes optional by Victor Stinner · 13 years ago
  24. 3a0792d merge 3.2 by Benjamin Peterson · 13 years ago
  25. 31dc373 merge 3.1 by Benjamin Peterson · 13 years ago
  26. 262c582 put import_fresh_module in __all__ by Benjamin Peterson · 13 years ago
  27. 845f152 Refactor buggy test to correctly use the msg argument of assertRaises. by Ezio Melotti · 13 years ago
  28. 3a7f0f0 Issue #8407: Remove debug code from test_signal by Victor Stinner · 13 years ago
  29. d49b1f1 Issue #8407: The signal handler writes the signal number as a single byte by Victor Stinner · 13 years ago
  30. b3e7219 Issue #8407: Add pthread_kill(), sigpending() and sigwait() functions to the by Victor Stinner · 13 years ago
  31. 2407ce1 Merge by Antoine Pitrou · 13 years ago
  32. 6ef5dfd Merge by Antoine Pitrou · 13 years ago
  33. 4d1cd0a Merge by Antoine Pitrou · 13 years ago
  34. d7f12f3 Merge: Issue #11927: SMTP_SSL now uses port 465 by default as documented. by Antoine Pitrou · 13 years ago
  35. 5bcc50c Merge: Issue #11927: SMTP_SSL now uses port 465 by default as documented. by Antoine Pitrou · 13 years ago
  36. c1d5206 Issue #11927: SMTP_SSL now uses port 465 by default as documented. Patch by Kasun Herath. by Antoine Pitrou · 13 years ago
  37. fde86ff merge by Giampaolo Rodola' · 13 years ago
  38. ffc235c merge with 3.2 by Giampaolo Rodola' · 13 years ago
  39. 24befa8 merge with 3.1 by Giampaolo Rodola' · 13 years ago
  40. 0b5c21f #12002 - ftplib's abort() method raises TypeError by Giampaolo Rodola' · 13 years ago
  41. 8b7664d #5421: merge with 3.2. by Ezio Melotti · 13 years ago
  42. 4c1aebd #5421: merge with 3.1. by Ezio Melotti · 13 years ago
  43. 63e4230 #5421: add tests. by Ezio Melotti · 13 years ago
  44. 842e567 reverting 9688977ef567 committed by accident by Giampaolo Rodola' · 13 years ago
  45. fd28502 Closed resource leak in SysLogHandler. by Vinay Sajip · 13 years ago
  46. 9c18778 #12017: merge with 3.2. by Ezio Melotti · 13 years ago
  47. 06383ee #12017: merge with 3.1. by Ezio Melotti · 13 years ago
  48. dbf0454 test_ftplib.py: change client default timeout from 10 to 2. Hanging for 10 seconds is way too much when we expect a server response which never comes in. by Giampaolo Rodola' · 13 years ago
  49. b28e094 test_ftplib.py: change client default timeout from 10 to 2. Hanging for 10 seconds is way too much when we expect a server response which never comes in. by Giampaolo Rodola' · 13 years ago
  50. a55efb3 #11072- applying http://bugs.python.org/review/11072/show suggestions by Giampaolo Rodola' · 13 years ago
  51. da91d18 Merge: Fix potential resource leak in test_mmap. by Nadeem Vawda · 13 years ago
  52. b0b0579 Merge: Fix potential resource leak in test_mmap. by Nadeem Vawda · 13 years ago
  53. 7420b70 Fix potential resource leak in test_mmap. by Nadeem Vawda · 13 years ago
  54. ce79230 Merge: #11277: Fix tests - crash will not trigger if the file is closed and reopened. by Nadeem Vawda · 13 years ago
  55. 044dfad Merge: #11277: Fix tests - crash will not trigger if the file is closed and reopened. by Nadeem Vawda · 13 years ago
  56. 909f6d2 Issue #11277: Fix tests - crash will not trigger if the file is closed and reopened. by Nadeem Vawda · 13 years ago
  57. 02e6569 Merge: #11277: Add tests for mmap crash when using large sparse files on OS X. by Nadeem Vawda · 13 years ago
  58. c2bb073 Merge: #11277: Add tests for mmap crash when using large sparse files on OS X. by Nadeem Vawda · 13 years ago
  59. ced1056 Issue #11277: Add tests for mmap crash when using large sparse files on OS X. by Nadeem Vawda · 13 years ago
  60. 7bba62f faulthandler: dump all threads by default by Victor Stinner · 13 years ago
  61. 46070eb #11999: sync based on comparing mtimes, not mtime to system clock by R David Murray · 13 years ago
  62. 94b8ee3 #11999: sync based on comparing mtimes, not mtime to system clock by R David Murray · 13 years ago
  63. caed7fe #11999: sync based on comparing mtimes, not mtime to system clock by R David Murray · 13 years ago
  64. a6bbbe4 Refined rollover test for slow test machines. by Vinay Sajip · 13 years ago
  65. d78def9 Issue #11072: added MLSD command (RFC-3659) support to ftplib. by Giampaolo Rodola' · 13 years ago
  66. 0872816 Issue #8808: The IMAP4_SSL constructor now allows passing an SSLContext by Antoine Pitrou · 13 years ago
  67. ff9bfca Issue #12000: When a SSL certificate has a subjectAltName without any by Antoine Pitrou · 13 years ago
  68. 1c86b44 Issue #12000: When a SSL certificate has a subjectAltName without any by Antoine Pitrou · 13 years ago
  69. 136148e merge from 3.2 by Ronald Oussoren · 13 years ago
  70. 78349b0 merge from 3.1 by Ronald Oussoren · 13 years ago
  71. f51738b Fix for issue 10684: Folders get deleted when trying to change case with shutil.move (case insensitive file systems only) by Ronald Oussoren · 13 years ago
  72. 89c8862 Close handler opened in test. by Vinay Sajip · 13 years ago
  73. 1c7b7f7 Userlist.copy() wasn't returning a UserList. by Raymond Hettinger · 13 years ago
  74. 28338fb Added additional output to help diagnose buildbot failures. by Vinay Sajip · 13 years ago
  75. b596dc7 Merge: Use shared testing facilities in test_threading by Antoine Pitrou · 13 years ago
  76. c4d7864 Use shared testing facilities in test_threading by Antoine Pitrou · 13 years ago
  77. a4433ee Merge: #11873: Improve test regex so random directory names don't cause test to fail by R David Murray · 13 years ago
  78. 66a18fd #11873: Improve test regex so random directory names don't cause test to fail by R David Murray · 13 years ago
  79. 7ceb180 Merge #11647 update from 3.2 by Nick Coghlan · 13 years ago
  80. 0ded3e3 Issue #11647: allow contextmanager objects to be used as decorators as described in the docs. Initial patch by Ysj Ray. by Nick Coghlan · 13 years ago
  81. e9a56e8 Tweaked timed rollover test to allow for test-time delays. by Vinay Sajip · 13 years ago
  82. 0372e10 Improved coverage and fixed bug in HTTPHandler with POST requests. by Vinay Sajip · 13 years ago
  83. 3f06469 #11335: Merge from 3.2: Fix memory leak after key function failure in sort by Daniel Stutzbach · 13 years ago
  84. eda70b8 #11335: Fix memory leak after key function failure in sort by Daniel Stutzbach · 13 years ago
  85. fc20b0c Issue #1856: Avoid crashes and lockups when daemon threads run while the by Antoine Pitrou · 13 years ago
  86. 0d5e52d Issue #1856: Avoid crashes and lockups when daemon threads run while the by Antoine Pitrou · 13 years ago
  87. 4e86d5b Replace open(filename, 'rU') by open(filename, 'r') by Victor Stinner · 13 years ago
  88. 35b300c Issue #8407: signal.pthread_sigmask() returns a set instead of a list by Victor Stinner · 13 years ago
  89. 6fd49e1 Issue #11998, issue #8407: workaround _tkinter issue in test_signal by Victor Stinner · 13 years ago
  90. 55b5fa7 regrtest: dump all threads on a crash, not only the current thread by Victor Stinner · 13 years ago
  91. 5bc7a44 test_math.py: Use correct signs on zeros for expected fmod results. by Mark Dickinson · 13 years ago
  92. 0cc28b7 Remove an unused import and an unused local definition from test_math.py. by Mark Dickinson · 13 years ago
  93. e7a2430 Fix __hash__ in functools.cmp_to_key() to work with collections.Hashable. by Raymond Hettinger · 13 years ago
  94. 003be52 Fix __hash__ in functools.cmp_to_key() to work with collections.Hashable. by Raymond Hettinger · 13 years ago
  95. f44ce87 Issue #8407: disable faulthandler timeout thread on all platforms by Victor Stinner · 13 years ago
  96. d0e516d Issue #8407: pthread_sigmask() checks immediatly if signal handlers have been by Victor Stinner · 13 years ago
  97. 2d4a91e Issue #8407: Fix pthread_sigmask() tests on Mac OS X by Victor Stinner · 13 years ago
  98. a5ac2ce Backport 3.3 fixes and cleans ups. by Raymond Hettinger · 13 years ago
  99. 4409493 Relax %Y test. by Alexander Belopolsky · 13 years ago
  100. 89da349 Issue #11930: Remove year >= 1000 limitation from datetime.strftime. by Alexander Belopolsky · 13 years ago