1. fd28502 Closed resource leak in SysLogHandler. by Vinay Sajip · 14 years ago
  2. 9c18778 #12017: merge with 3.2. by Ezio Melotti · 14 years ago
  3. 06383ee #12017: merge with 3.1. by Ezio Melotti · 14 years ago
  4. 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' · 14 years ago
  5. e9514b8 merge heads by Giampaolo Rodola' · 14 years ago
  6. 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' · 14 years ago
  7. 362b951 #12017: Fix segfault in json.loads() while decoding highly-nested objects using the C accelerations. by Ezio Melotti · 14 years ago
  8. b37cd39 Changed where socket close is called on connection failure. by Vinay Sajip · 14 years ago
  9. a55efb3 #11072- applying http://bugs.python.org/review/11072/show suggestions by Giampaolo Rodola' · 14 years ago
  10. 052a899 Merge. by Vinay Sajip · 14 years ago
  11. 2261b32 Close socket on connection failure. by Vinay Sajip · 14 years ago
  12. da91d18 Merge: Fix potential resource leak in test_mmap. by Nadeem Vawda · 14 years ago
  13. b0b0579 Merge: Fix potential resource leak in test_mmap. by Nadeem Vawda · 14 years ago
  14. 7420b70 Fix potential resource leak in test_mmap. by Nadeem Vawda · 14 years ago
  15. ce79230 Merge: #11277: Fix tests - crash will not trigger if the file is closed and reopened. by Nadeem Vawda · 14 years ago
  16. 044dfad Merge: #11277: Fix tests - crash will not trigger if the file is closed and reopened. by Nadeem Vawda · 14 years ago
  17. 909f6d2 Issue #11277: Fix tests - crash will not trigger if the file is closed and reopened. by Nadeem Vawda · 14 years ago
  18. 02e6569 Merge: #11277: Add tests for mmap crash when using large sparse files on OS X. by Nadeem Vawda · 14 years ago
  19. c2bb073 Merge: #11277: Add tests for mmap crash when using large sparse files on OS X. by Nadeem Vawda · 14 years ago
  20. ced1056 Issue #11277: Add tests for mmap crash when using large sparse files on OS X. by Nadeem Vawda · 14 years ago
  21. 7bba62f faulthandler: dump all threads by default by Victor Stinner · 14 years ago
  22. 46070eb #11999: sync based on comparing mtimes, not mtime to system clock by R David Murray · 14 years ago
  23. 94b8ee3 #11999: sync based on comparing mtimes, not mtime to system clock by R David Murray · 14 years ago
  24. caed7fe #11999: sync based on comparing mtimes, not mtime to system clock by R David Murray · 14 years ago
  25. a6bbbe4 Refined rollover test for slow test machines. by Vinay Sajip · 14 years ago
  26. d78def9 Issue #11072: added MLSD command (RFC-3659) support to ftplib. by Giampaolo Rodola' · 14 years ago
  27. 0872816 Issue #8808: The IMAP4_SSL constructor now allows passing an SSLContext by Antoine Pitrou · 14 years ago
  28. 45fd0c9 merge from 3.2 by Ronald Oussoren · 14 years ago
  29. 6355c16 ntpath.samefile fails to detect that "A.TXT" and "a.txt" refer to the same file on Windows XP. by Ronald Oussoren · 14 years ago
  30. ff9bfca Issue #12000: When a SSL certificate has a subjectAltName without any by Antoine Pitrou · 14 years ago
  31. 1c86b44 Issue #12000: When a SSL certificate has a subjectAltName without any by Antoine Pitrou · 14 years ago
  32. b4dc250 Issue #10775: assertRaises, assertRaisesRegex, assertWarns, and assertWarnsRegex now accept a keyword argument 'msg' when used as context managers. Initial patch by Winston Ewert. by Ezio Melotti · 14 years ago
  33. 136148e merge from 3.2 by Ronald Oussoren · 14 years ago
  34. 78349b0 merge from 3.1 by Ronald Oussoren · 14 years ago
  35. f51738b Fix for issue 10684: Folders get deleted when trying to change case with shutil.move (case insensitive file systems only) by Ronald Oussoren · 14 years ago
  36. 89c8862 Close handler opened in test. by Vinay Sajip · 14 years ago
  37. 1c7b7f7 Userlist.copy() wasn't returning a UserList. by Raymond Hettinger · 14 years ago
  38. 8cd2e5f Sync-up minor code edits with the default branch. by Raymond Hettinger · 14 years ago
  39. 28338fb Added additional output to help diagnose buildbot failures. by Vinay Sajip · 14 years ago
  40. 102d874 Sync-up minor code edits with the default branch. by Raymond Hettinger · 14 years ago
  41. 7c5dc91 Avoid codec spelling issues by just using the utf-8 default. by Raymond Hettinger · 14 years ago
  42. f90ba8a Avoid codec spelling issues by just using the utf-8 default. by Raymond Hettinger · 14 years ago
  43. b596dc7 Merge: Use shared testing facilities in test_threading by Antoine Pitrou · 14 years ago
  44. c4d7864 Use shared testing facilities in test_threading by Antoine Pitrou · 14 years ago
  45. a4433ee Merge: #11873: Improve test regex so random directory names don't cause test to fail by R David Murray · 14 years ago
  46. 66a18fd #11873: Improve test regex so random directory names don't cause test to fail by R David Murray · 14 years ago
  47. cb39518 Merge from 3.2 by Nick Coghlan · 14 years ago
  48. fdc2c55 Remove trailing whitespace by Nick Coghlan · 14 years ago
  49. 7ceb180 Merge #11647 update from 3.2 by Nick Coghlan · 14 years ago
  50. 0ded3e3 Issue #11647: allow contextmanager objects to be used as decorators as described in the docs. Initial patch by Ysj Ray. by Nick Coghlan · 14 years ago
  51. e9a56e8 Tweaked timed rollover test to allow for test-time delays. by Vinay Sajip · 14 years ago
  52. 0372e10 Improved coverage and fixed bug in HTTPHandler with POST requests. by Vinay Sajip · 14 years ago
  53. 9cc432d Merge #8158: add missing 'description' description to optparse docstring. by R David Murray · 14 years ago
  54. 3ef4419 Merge #8158: add missing 'description' description to optparse docstring. by R David Murray · 14 years ago
  55. fc5ed80 #8158: add missing 'description' description to optparse docstring. by R David Murray · 14 years ago
  56. 3f06469 #11335: Merge from 3.2: Fix memory leak after key function failure in sort by Daniel Stutzbach · 14 years ago
  57. eda70b8 #11335: Fix memory leak after key function failure in sort by Daniel Stutzbach · 14 years ago
  58. fc20b0c Issue #1856: Avoid crashes and lockups when daemon threads run while the by Antoine Pitrou · 14 years ago
  59. 0d5e52d Issue #1856: Avoid crashes and lockups when daemon threads run while the by Antoine Pitrou · 14 years ago
  60. 2c173ba #11985: merge with 3.2. by Ezio Melotti · 14 years ago
  61. e548f5a #11985: merge with 3.1. by Ezio Melotti · 14 years ago
  62. f16898b #11985: update docstring of platform.python_implementation. by Ezio Melotti · 14 years ago
  63. 4e86d5b Replace open(filename, 'rU') by open(filename, 'r') by Victor Stinner · 14 years ago
  64. 35b300c Issue #8407: signal.pthread_sigmask() returns a set instead of a list by Victor Stinner · 14 years ago
  65. 6fd49e1 Issue #11998, issue #8407: workaround _tkinter issue in test_signal by Victor Stinner · 14 years ago
  66. 55b5fa7 regrtest: dump all threads on a crash, not only the current thread by Victor Stinner · 14 years ago
  67. 5bc7a44 test_math.py: Use correct signs on zeros for expected fmod results. by Mark Dickinson · 14 years ago
  68. 0cc28b7 Remove an unused import and an unused local definition from test_math.py. by Mark Dickinson · 14 years ago
  69. e7a2430 Fix __hash__ in functools.cmp_to_key() to work with collections.Hashable. by Raymond Hettinger · 14 years ago
  70. 003be52 Fix __hash__ in functools.cmp_to_key() to work with collections.Hashable. by Raymond Hettinger · 14 years ago
  71. f44ce87 Issue #8407: disable faulthandler timeout thread on all platforms by Victor Stinner · 14 years ago
  72. 441f935 Fix typo in name of private function by Antoine Pitrou · 14 years ago
  73. b87a56a Fix typo in name of private function by Antoine Pitrou · 14 years ago
  74. d0e516d Issue #8407: pthread_sigmask() checks immediatly if signal handlers have been by Victor Stinner · 14 years ago
  75. 2d4a91e Issue #8407: Fix pthread_sigmask() tests on Mac OS X by Victor Stinner · 14 years ago
  76. a5ac2ce Backport 3.3 fixes and cleans ups. by Raymond Hettinger · 14 years ago
  77. 4409493 Relax %Y test. by Alexander Belopolsky · 14 years ago
  78. 89da349 Issue #11930: Remove year >= 1000 limitation from datetime.strftime. by Alexander Belopolsky · 14 years ago
  79. 81b9656 Backport code cleanup for namedtuples. by Raymond Hettinger · 14 years ago
  80. 09a98a9 merge by Alexander Belopolsky · 14 years ago
  81. 03163ac Issue #11930: Remove deprecated time.accept2dyear. by Alexander Belopolsky · 14 years ago
  82. 59bec36 (Merge 3.2) logging: don't define QueueListener if Python has no thread support by Victor Stinner · 14 years ago
  83. cafa2ef logging: don't define QueueListener if Python has no thread support by Victor Stinner · 14 years ago
  84. 714b8dc Improved thread interlocks in tests. by Vinay Sajip · 14 years ago
  85. 314b92b Updated docstrings. by Vinay Sajip · 14 years ago
  86. 477a6eb Merge: I was right, hardconding the localhost IP doesn't work in linux-vserver. by R David Murray · 14 years ago
  87. b912c5a I was right, hardconding the localhost IP doesn't work in linux-vserver. by R David Murray · 14 years ago
  88. 7367d08 Added tests to improve coverage. by Vinay Sajip · 14 years ago
  89. fadeeff (Merge 3.2) Issue #11277: mmap.mmap() calls fcntl(fd, F_FULLFSYNC) on Mac OS X by Victor Stinner · 14 years ago
  90. 8108e96 (Merge 3.1) Issue #11277: mmap.mmap() calls fcntl(fd, F_FULLFSYNC) on Mac OS X by Victor Stinner · 14 years ago
  91. a6cd0cf Issue #11277: mmap calls fcntl(fd, F_FULLFSYNC) on Mac OS X to get around a by Victor Stinner · 14 years ago
  92. 6a534e7 (Merge 3.2) Issue #9756: When calling a method descriptor or a slot wrapper by Victor Stinner · 14 years ago
  93. d956131 (Merge 3.1) Issue #9756: When calling a method descriptor or a slot wrapper by Victor Stinner · 14 years ago
  94. 3249dec Issue #9756: When calling a method descriptor or a slot wrapper descriptor, the by Victor Stinner · 14 years ago
  95. 571e8fd regrtest: add the name of the failing test on a child error (-j option) by Victor Stinner · 14 years ago
  96. c90e19d Close #11958: Fix FTP tests for IPv6, bind to "::1" instead of "localhost". by Victor Stinner · 14 years ago
  97. 48006cf Fix test. by Ezio Melotti · 14 years ago
  98. a463d25 Improved test coverage. by Vinay Sajip · 14 years ago
  99. de19e08 Updated usage of boolean values. by Vinay Sajip · 14 years ago
  100. 312cc0d Updated usage of boolean values. by Vinay Sajip · 14 years ago