1. e9a56e8 Tweaked timed rollover test to allow for test-time delays. by Vinay Sajip · 14 years ago
  2. 0372e10 Improved coverage and fixed bug in HTTPHandler with POST requests. by Vinay Sajip · 14 years ago
  3. 9cc432d Merge #8158: add missing 'description' description to optparse docstring. by R David Murray · 14 years ago
  4. 3ef4419 Merge #8158: add missing 'description' description to optparse docstring. by R David Murray · 14 years ago
  5. fc5ed80 #8158: add missing 'description' description to optparse docstring. by R David Murray · 14 years ago
  6. 3f06469 #11335: Merge from 3.2: Fix memory leak after key function failure in sort by Daniel Stutzbach · 14 years ago
  7. eda70b8 #11335: Fix memory leak after key function failure in sort by Daniel Stutzbach · 14 years ago
  8. fc20b0c Issue #1856: Avoid crashes and lockups when daemon threads run while the by Antoine Pitrou · 14 years ago
  9. 0d5e52d Issue #1856: Avoid crashes and lockups when daemon threads run while the by Antoine Pitrou · 14 years ago
  10. 2c173ba #11985: merge with 3.2. by Ezio Melotti · 14 years ago
  11. e548f5a #11985: merge with 3.1. by Ezio Melotti · 14 years ago
  12. f16898b #11985: update docstring of platform.python_implementation. by Ezio Melotti · 14 years ago
  13. 4e86d5b Replace open(filename, 'rU') by open(filename, 'r') by Victor Stinner · 14 years ago
  14. 35b300c Issue #8407: signal.pthread_sigmask() returns a set instead of a list by Victor Stinner · 14 years ago
  15. 6fd49e1 Issue #11998, issue #8407: workaround _tkinter issue in test_signal by Victor Stinner · 14 years ago
  16. 55b5fa7 regrtest: dump all threads on a crash, not only the current thread by Victor Stinner · 14 years ago
  17. 5bc7a44 test_math.py: Use correct signs on zeros for expected fmod results. by Mark Dickinson · 14 years ago
  18. 0cc28b7 Remove an unused import and an unused local definition from test_math.py. by Mark Dickinson · 14 years ago
  19. e7a2430 Fix __hash__ in functools.cmp_to_key() to work with collections.Hashable. by Raymond Hettinger · 14 years ago
  20. 003be52 Fix __hash__ in functools.cmp_to_key() to work with collections.Hashable. by Raymond Hettinger · 14 years ago
  21. f44ce87 Issue #8407: disable faulthandler timeout thread on all platforms by Victor Stinner · 14 years ago
  22. 441f935 Fix typo in name of private function by Antoine Pitrou · 14 years ago
  23. b87a56a Fix typo in name of private function by Antoine Pitrou · 14 years ago
  24. d0e516d Issue #8407: pthread_sigmask() checks immediatly if signal handlers have been by Victor Stinner · 14 years ago
  25. 2d4a91e Issue #8407: Fix pthread_sigmask() tests on Mac OS X by Victor Stinner · 14 years ago
  26. a5ac2ce Backport 3.3 fixes and cleans ups. by Raymond Hettinger · 14 years ago
  27. 4409493 Relax %Y test. by Alexander Belopolsky · 14 years ago
  28. 89da349 Issue #11930: Remove year >= 1000 limitation from datetime.strftime. by Alexander Belopolsky · 14 years ago
  29. 81b9656 Backport code cleanup for namedtuples. by Raymond Hettinger · 14 years ago
  30. 09a98a9 merge by Alexander Belopolsky · 14 years ago
  31. 03163ac Issue #11930: Remove deprecated time.accept2dyear. by Alexander Belopolsky · 14 years ago
  32. 59bec36 (Merge 3.2) logging: don't define QueueListener if Python has no thread support by Victor Stinner · 14 years ago
  33. cafa2ef logging: don't define QueueListener if Python has no thread support by Victor Stinner · 14 years ago
  34. 714b8dc Improved thread interlocks in tests. by Vinay Sajip · 14 years ago
  35. 314b92b Updated docstrings. by Vinay Sajip · 14 years ago
  36. 477a6eb Merge: I was right, hardconding the localhost IP doesn't work in linux-vserver. by R David Murray · 14 years ago
  37. b912c5a I was right, hardconding the localhost IP doesn't work in linux-vserver. by R David Murray · 14 years ago
  38. 7367d08 Added tests to improve coverage. by Vinay Sajip · 14 years ago
  39. fadeeff (Merge 3.2) Issue #11277: mmap.mmap() calls fcntl(fd, F_FULLFSYNC) on Mac OS X by Victor Stinner · 14 years ago
  40. 8108e96 (Merge 3.1) Issue #11277: mmap.mmap() calls fcntl(fd, F_FULLFSYNC) on Mac OS X by Victor Stinner · 14 years ago
  41. a6cd0cf Issue #11277: mmap calls fcntl(fd, F_FULLFSYNC) on Mac OS X to get around a by Victor Stinner · 14 years ago
  42. 6a534e7 (Merge 3.2) Issue #9756: When calling a method descriptor or a slot wrapper by Victor Stinner · 14 years ago
  43. d956131 (Merge 3.1) Issue #9756: When calling a method descriptor or a slot wrapper by Victor Stinner · 14 years ago
  44. 3249dec Issue #9756: When calling a method descriptor or a slot wrapper descriptor, the by Victor Stinner · 14 years ago
  45. 571e8fd regrtest: add the name of the failing test on a child error (-j option) by Victor Stinner · 14 years ago
  46. c90e19d Close #11958: Fix FTP tests for IPv6, bind to "::1" instead of "localhost". by Victor Stinner · 14 years ago
  47. 48006cf Fix test. by Ezio Melotti · 14 years ago
  48. a463d25 Improved test coverage. by Vinay Sajip · 14 years ago
  49. de19e08 Updated usage of boolean values. by Vinay Sajip · 14 years ago
  50. 312cc0d Updated usage of boolean values. by Vinay Sajip · 14 years ago
  51. a929335 Issue #8407, issue #11859: Add signal.pthread_sigmask() function to fetch by Victor Stinner · 14 years ago
  52. d5c355c Issue #11223: Replace threading._info() by sys.thread_info by Victor Stinner · 14 years ago
  53. 4a0afa2 Wrap the correct test with the skip decorator for the issue10761. by Senthil Kumaran · 14 years ago
  54. be5dbeb merge from 3.1 by Senthil Kumaran · 14 years ago
  55. f108f82 Wrap the testskip decorator for the proper test to resolve bb failure. by Senthil Kumaran · 14 years ago
  56. 5d9deaa whitespace fix by Brian Curtin · 14 years ago
  57. b8f8b4e merge by Brian Curtin · 14 years ago
  58. 08fd8d9 merge by Brian Curtin · 14 years ago
  59. 8b8e7f4 Further fix #7838. CREATE_NEW_CONSOLE was exposed, but none of the by Brian Curtin · 14 years ago
  60. 82710c5 Merged minor cleanups from 3.2. by Łukasz Langa · 14 years ago
  61. 5c7419d Removed debugging leftovers. by Łukasz Langa · 14 years ago
  62. 4d27d9e __class__ of a __class__ check worked only by chance. by Łukasz Langa · 14 years ago
  63. 75da860 TestChainMap was not previously used. Minor corrections applied. by Łukasz Langa · 14 years ago
  64. 09db87b Merge by Antoine Pitrou · 14 years ago
  65. 31b8959 Add WSANO_DATA to possible errors triggered by getaddrinfo (Windows) by Antoine Pitrou · 14 years ago
  66. f664345 Implement #11832. Add an option to start regrtest and wait for input by Brian Curtin · 14 years ago
  67. 390ea0f Add WSANO_DATA to possible errors triggered by getaddrinfo (Windows) by Antoine Pitrou · 14 years ago
  68. 5aefa66 Fix whitespace by Antoine Pitrou · 14 years ago
  69. 15399c3 Issue #11811: ssl.get_server_certificate() is now IPv6-compatible. Patch by Antoine Pitrou · 14 years ago
  70. 9c39f3c Issue #11811: Factor out detection of IPv6 support on the current host by Antoine Pitrou · 14 years ago
  71. 70eb79c Merged solution for #11324 from 3.2. by Łukasz Langa · 14 years ago
  72. 1aa422f Closes #11324: ConfigParser(interpolation=None) doesn't work. by Łukasz Langa · 14 years ago
  73. 7fe1d51 Improved test_logging coverage. by Vinay Sajip · 14 years ago
  74. e812bf7 Merged styling updates for #11670 from 3.2. by Łukasz Langa · 14 years ago
  75. ba702da Style updates for the #11670 solution after post-commit review by Ezio Melotti: by Łukasz Langa · 14 years ago
  76. 2ea7270 merge from 3.2 by Senthil Kumaran · 14 years ago
  77. c20566c merge from 3.1 by Senthil Kumaran · 14 years ago
  78. e3bdcf4 skip the extractall test on platforms where os.symlink is not available. by Senthil Kumaran · 14 years ago
  79. 50c7562 Merged solution for #11858 from 3.2. by Łukasz Langa · 14 years ago
  80. e698cd5 Closes #11858: configparser.ExtendedInterpolation and section case. by Łukasz Langa · 14 years ago
  81. 7274828 merge from 3.2 by Senthil Kumaran · 14 years ago
  82. 8a410d3 merge from 3.1 by Senthil Kumaran · 14 years ago
  83. 123932f Add tests for tarfile extractall feature when with symlinks by Senthil Kumaran · 14 years ago
  84. 60811c2 #11926: merge with 3.2. by Ezio Melotti · 14 years ago
  85. 44aad85 #11926: merge with 3.1. by Ezio Melotti · 14 years ago
  86. b185a04 #11926: add missing keywords to help("keywords"). by Ezio Melotti · 14 years ago
  87. 3c1d067 #11938: merge with 3.2. by Ezio Melotti · 14 years ago
  88. 75cbd73 #11938: Fix duplicated test name in test_inspect. Patch by Andreas Stührk. by Ezio Melotti · 14 years ago
  89. 29050d7 Merged #11670 from 3.2 by Łukasz Langa · 14 years ago
  90. daab1c8 Closes #11670: configparser read_file now iterates over f. by Łukasz Langa · 14 years ago
  91. 0abb8b7 Merge 3.2 by Éric Araujo · 14 years ago
  92. 7fb624f Branch merge by Éric Araujo · 14 years ago
  93. 944d16c Merge 3.1 by Éric Araujo · 14 years ago
  94. 19acb88 Branch merge by Éric Araujo · 14 years ago
  95. 9a42793 Branch merge by Éric Araujo · 14 years ago
  96. 6bba65c Use correct Unix socket for syslogd on OS X. by Vinay Sajip · 14 years ago
  97. dbeb274 test_logging: handle syslogd connection failure. by Vinay Sajip · 14 years ago
  98. 5a35b06 test_logging coverage improvements. by Vinay Sajip · 14 years ago
  99. 86a96ce Re-enabled time test in test_logging. by Vinay Sajip · 14 years ago
  100. 9490af2 #11763: merge with 3.2. by Ezio Melotti · 14 years ago