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