- 6d0d24e Issue #13817: After fork(), reinit the ad-hoc TLS implementation earlier to fix by Charles-François Natali · 14 years ago
- 03c29f9 Issue #1813: Revert workaround for a glibc bug on the Fedora buildbot. by Stefan Krah · 14 years ago
- 1334884 Issue #13848: open() and the FileIO constructor now check for NUL characters in the file name. by Antoine Pitrou · 14 years ago
- 3cd4607 remove tests from really old regex module by Benjamin Peterson · 14 years ago
- 75ff65e Issue #13806: The size check in audioop decompression functions was too strict and could reject valid compressed data. by Antoine Pitrou · 14 years ago
- eba63c4 Issue #13895: fix test_ssl hanging under Ubuntu by Antoine Pitrou · 14 years ago
- 6b671b2 Issue #13894: Skip test_threading.CRLockTests if _CRLock isn't available. Patch by Charles-François Natali · 14 years ago
- eced82e Fix intermittent test_ssl failure. by Antoine Pitrou · 14 years ago
- 84a0fbf Issue #13812: When a multiprocessing Process child raises an exception, flush stderr after printing the exception traceback. by Antoine Pitrou · 14 years ago
- 33d15f7 Port import fixes from 2.7. by Antoine Pitrou · 14 years ago
- dd21f68 Port remaining test fixes, and fix test_importlib too. by Antoine Pitrou · 14 years ago
- 05f29b7 Make test work under 32-bit systems, and when invoked through Lib/test/regrtest.py by Antoine Pitrou · 14 years ago
- 2be60af Issue #11235: Fix OverflowError when trying to import a source file whose modification time doesn't fit in a 32-bit timestamp. by Antoine Pitrou · 14 years ago
- 5311c1d Issue #13772: In os.symlink() under Windows, do not try to guess the link by Antoine Pitrou · 14 years ago
- 886455c Fix a unittest error seen on NetBSD 5. by Gregory P. Smith · 14 years ago
- 8facece Fixes issue #8052: The posix subprocess module's close_fds behavior was by Gregory P. Smith · 14 years ago
- 3800ea9 Fix Issue6631 - Disallow relative file paths in urllib urlopen by Senthil Kumaran · 14 years ago
- 0028908 #13760: picklability tests for configparser exceptions by Łukasz Langa · 14 years ago
- 0c60381 Add part of test_inspect test from 2.7 by Antoine Pitrou · 14 years ago
- 892b0b9 Issue #13781: Fix GzipFile to work with os.fdopen()'d file objects. by Nadeem Vawda · 14 years ago
- 2f828f2 Test running of code in a sub-interpreter (prelude to issue #6531). by Antoine Pitrou · 14 years ago
- 03757ec Issue #13589: Fix some serialization primitives in the aifc module. by Antoine Pitrou · 14 years ago
- b0ae0ac Issue #13786: Remove unimplemented 'trace' long option from regrtest.py. by Meador Inge · 14 years ago
- 3f55e59 Issue #13725: regrtest does not recognize -d flag. by Meador Inge · 14 years ago
- 3ffd7ca Fix issue13726: -S accepts an argument just as --start. by Senthil Kumaran · 14 years ago
- c5c5a14 Fix Issue #13642: Unquote before b64encoding user:password during Basic Authentication. by Senthil Kumaran · 14 years ago
- 9bbcb25 Adding the -o option for Issue13726 by Senthil Kumaran · 14 years ago
- bcfe56d Issue13726 - Fix the ambiguous -S flag in regrtest. It is -o/--slow for printing the 10 slowest test. by Senthil Kumaran · 14 years ago
- bbf5361 test_strlit was never run by Antoine Pitrou · 14 years ago
- f7bfff0 Remove unused certificate from the test directory. by Antoine Pitrou · 14 years ago
- ee91e09 #11906 Make test_argparse work interactively by removing extra space by Terry Jan Reedy · 14 years ago
- 66e2fb6 Issue #12364: Fix a hang in concurrent.futures.ProcessPoolExecutor. by Ross Lagerwall · 14 years ago
- ded0348 Issue #13502: threading: Fix a race condition in Event.wait() that made it by Charles-François Natali · 14 years ago
- cdf6cd9 Closes #13699. Skipped two tests if Python is optimised. by Vinay Sajip · 14 years ago
- 6497aa3 Issue13696 - Fix 302 Redirection for Relative urls. by Senthil Kumaran · 14 years ago
- a8d7037 merge 3.1 by Benjamin Peterson · 14 years ago
- b462da8 fix this to not depend on dictionary order by Benjamin Peterson · 14 years ago
- 8f85f90 Issue #13636: Weak ciphers are now disabled by default in the ssl module by Antoine Pitrou · 14 years ago
- 366999a Issue #9975: socket: Fix incorrect use of flowinfo and scope_id. Patch by by Charles-François Natali · 14 years ago
- 70efbef Issue #13594: various fixes to aifc module; patch by Oleg Plakhotnyuk by Sandro Tosi · 14 years ago
- bdd5354 Issue #13680: add lowecase compression type to write header; patch by Oleg Plakhotnyuk by Sandro Tosi · 14 years ago
- 0e61350 propgate error in other conditions by Benjamin Peterson · 14 years ago
- 3ba95f8 Metaclasses with metaclasses with a __dict__ descriptor can no longer trigger code execution with inspect.getattr_static. by Michael Foord · 14 years ago
- 65a3f4b Use context managers in test_ssl to simplify test writing. by Antoine Pitrou · 14 years ago
- 28f8bee Issue #13645: fix test_import failure when run immediately after test_coding. by Antoine Pitrou · 14 years ago
- 86a8a9a Issue #1785: Fix inspect and pydoc with misbehaving descriptors. by Antoine Pitrou · 14 years ago
- bf38315 Followup to issue #11867: Use socketpair(), since FreeBSD < 8 doesn't really by Charles-François Natali · 14 years ago
- 7ded21e Issue #5424: add tests for inet_ntoa, inet_ntop, inet_aton and inet_pton. by Antoine Pitrou · 14 years ago
- 4ce2f36 Issue #13453: Try to increase some socket timeouts to make some buildbots stop by Charles-François Natali · 14 years ago
- d208416 Issue #13628: python-gdb.py is now able to retrieve more frames in the Python by Victor Stinner · 14 years ago
- 78ed83d Issue #11867: Make test_mailbox.test_lock_conflict deterministic (and fix a by Charles-François Natali · 14 years ago
- 62f3d03 #13576: add tests about the handling of (possibly broken) condcoms. by Ezio Melotti · 14 years ago
- a51623b Fix inspect.getattr_static to work on modules (again). Closes issue 11813. by Michael Foord · 14 years ago
- 165b128 Followup to #7502: add __hash__ method and tests. by Antoine Pitrou · 14 years ago
- 2bc801c Issue #7502: Fix equality comparison for DocTestCase instances. by Antoine Pitrou · 14 years ago
- 83ef254 Issue #13453: Fix a race condition in test_poplib. by Charles-François Natali · 14 years ago
- 3bfc65a Issue #13505: Make pickling of bytes object compatible with Python 2. by Alexandre Vassalotti · 14 years ago
- b870aa1 we're always going to have gc by Benjamin Peterson · 14 years ago
- 964561b you can't get resource.error if you can't import resource by Benjamin Peterson · 14 years ago
- 13859bf Issue #13453: Catch EAI_FAIL in support.transient_internet. by Charles-François Natali · 14 years ago
- 0cd4790 Issue #11886: workaround an OS bug (time zone data) in test_time by Victor Stinner · 14 years ago
- eb58794 #13531: add a test for defaultdict with a non-callable arg. Patch by Mike Cheng. by Ezio Melotti · 14 years ago
- ed1ac58 Correctly detect bzip2 compressed streams with blocksizes other than 900k. by Lars Gustäbel · 14 years ago
- aa204db Issue #13211: Add .reason attribute to HTTPError to implement parent class (URLError) interface. by Jason R. Coombs · 14 years ago
- 6cc5bf7 #8414: add more tests for "assert". Initial patch by Gregory Nofi. by Ezio Melotti · 14 years ago
- ff91306 Add a regrtest cleanup check for shutil registries by Éric Araujo · 14 years ago
- f1c141b Fix resource warning in test_xmlrpc_net by Antoine Pitrou · 14 years ago
- 5a88c38 Issue #13434: skip the time.xmlrpc.com test, and reenable the buildbot test. by Antoine Pitrou · 14 years ago
- 11942a5 Issue #7111: Python can now be run without a stdin, stdout or stderr stream. by Antoine Pitrou · 14 years ago
- 22b9b37 Issue #12618: py_compile cannot create files in current directory by Meador Inge · 14 years ago
- 7be8f68 Issue #13415: Skip test_os.test_unset_error on FreeBSD and OS X. by Charles-François Natali · 14 years ago
- d7c8fbf Issue #13444: When stdout has been closed explicitly, we should not attempt to flush it at shutdown and print an error. by Antoine Pitrou · 14 years ago
- fb36b3f Issue #12618: fix py_compile unit tests to handle different drives on Windows by Meador Inge · 14 years ago
- 6f16660 Issue #12618: create unit tests for the py_compile module by Meador Inge · 14 years ago
- 11e3813 Issue #13380: add an internal function for resetting the ctypes caches by Meador Inge · 14 years ago
- 4558bad Issue #12856: Ensure child processes do not inherit the parent's random seed for filename generation in the tempfile module. by Antoine Pitrou · 14 years ago
- b3f8268 Issue #13436: Fix unsetenv() test on Windows by Victor Stinner · 14 years ago
- 896f471 Merge branch 3.2 by Victor Stinner · 14 years ago
- 60b385e Issue #13415: os.unsetenv() doesn't ignore errors anymore. by Victor Stinner · 14 years ago
- 58e8761 Issue #13436: Fix a bogus error message when an AST object was passed by Amaury Forgeot d'Arc · 14 years ago
- 3be0095 Issue #12156: Skip test_multiprocessing on systems which don't support enough by Charles-François Natali · 14 years ago
- ab1d16b Issue #13093: Fix error handling on PyUnicode_EncodeDecimal() by Victor Stinner · 14 years ago
- 58fcf9f Issue #13322: Fix BufferedWriter.write() to ensure that BlockingIOError is by Antoine Pitrou · 14 years ago
- a04b39b Close #13401: Skip TestFileTypeW of test_argparse if the current user is root by Victor Stinner · 14 years ago
- 7f78ddc #11112: Fix typo in a base class in test_socket. by Ezio Melotti · 14 years ago
- 15cb489 #13358: HTMLParser now calls handle_data only once for each CDATA. by Ezio Melotti · 14 years ago
- 8008f2a #4147: minidom's toprettyxml no longer adds whitespace around a text node when it is the only child of an element. Initial patch by Dan Kenigsberg. by Ezio Melotti · 14 years ago
- 5418ee0 Issue #13333: The UTF-7 decoder now accepts lone surrogates by Antoine Pitrou · 14 years ago
- c2fe577 #1745761, #755670, #13357, #12629, #1200313: improve attribute handling in HTMLParser. by Ezio Melotti · 14 years ago
- b245ed1 Group tests about attributes in a separate class. by Ezio Melotti · 14 years ago
- 7abe61f Restore smtpd.DEBUGSTREAM at the end of test_smtpd. (backport of 6b9f547e92d8) by Antoine Pitrou · 14 years ago
- c153cd3 Update mailbox.Maildir tests by Petri Lehtinen · 14 years ago
- 992d9e0 Fix few typos. by Florent Xicluna · 14 years ago
- 69d44fd test_import: test_execute_bit_not_copied() was actually a no-op: fix it. by Charles-François Natali · 14 years ago
- bc91b46 Partial patch for issue #11812: Take care of test_telnetlib.py by Jesus Cea · 14 years ago
- c241df8 Solved a potential deadlock in test_telnetlib.py. Related to issue #11812 by Jesus Cea · 14 years ago
- 3bd5638 Closes #13361: Raise correct exception type. by Vinay Sajip · 14 years ago
- 61b787e Closes #13661: Check added for type of logger name. by Vinay Sajip · 14 years ago
- ebfaabd Revert "Accept None as start and stop parameters for list.index() and tuple.index()" by Petri Lehtinen · 14 years ago
- 1ce4b14 Skip early if stdin and stdout are not ttys by Antoine Pitrou · 14 years ago