- b4b6056 Issue #2489: Fix bug in _copy loop that could consume 100% cpu on EOF. by Gregory P. Smith · 13 years ago
- 65d36da #13987: HTMLParser is now able to handle malformed start tags. by Ezio Melotti · 13 years ago
- d2307cb #13987: HTMLParser is now able to handle EOFs in the middle of a construct. by Ezio Melotti · 13 years ago
- 369cbd7 Fix an index, add more tests, avoid raising errors for unknown declarations, and clean up comments. by Ezio Melotti · 14 years ago
- f117443 #13993: HTMLParser is now able to handle broken end tags. by Ezio Melotti · 14 years ago
- 4b92cc3 #13960: HTMLParser is now able to handle broken comments. by Ezio Melotti · 14 years ago
- ebf691d Skip test_threading.test_reinit_tls_after_fork() on platforms where fork() by Charles-François Natali · 14 years ago
- 2c8bf04 Issue #10881: Fix test_site failures with OS X framework builds. by Ned Deily · 14 years ago
- 60be6f8 Fix failing test on big-endian machines (issue #13806). by Antoine Pitrou · 14 years ago
- 22d2711 Issue #13861: Prevent test_apropos* test case failures in test_pydoc. by Ned Deily · 14 years ago
- 6dce7d6 Merge. by Charles-François Natali · 14 years ago
- fe6f9d0 Document absoluteness of sys.executable by Petri Lehtinen · 14 years ago
- e0e88b0 Issue #13817: After fork(), reinit the ad-hoc TLS implementation earlier to fix by Charles-François Natali · 14 years ago
- da6db4f Issue #1813: backport changeset that reverts a glibc workaround for the by Stefan Krah · 14 years ago
- caa0f61 remove tests from really old regex module by Benjamin Peterson · 14 years ago
- 88c51e8 Issue #13806: The size check in audioop decompression functions was too strict and could reject valid compressed data. by Antoine Pitrou · 14 years ago
- 7a55684 Fix intermittent test_ssl failure. by Antoine Pitrou · 14 years ago
- 6f25d75 Remove debug output, fix assert (hopefully) and exercise signedness issues a bit more. by Antoine Pitrou · 14 years ago
- 6e16f53 Skip test failure under OpenIndiana by Antoine Pitrou · 14 years ago
- e3668e9 Make test work under 32-bit systems, and when invoked through Lib/test/regrtest.py by Antoine Pitrou · 14 years ago
- d1c818a 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
- 58c6062 Fix Issue6631 - Disallow relative files paths in urllib*.open() by Senthil Kumaran · 14 years ago
- 631c258 Fixes #13760: picklability of ConfigParser exceptions by Łukasz Langa · 14 years ago
- d7664de Issue #13781: Fix GzipFile to work with os.fdopen()'d file objects. by Nadeem Vawda · 14 years ago
- e09bc1e Revert part of 13f56cd8dec1 (issue #1785) to avoid breaking getmembers() with unbound methods. by Antoine Pitrou · 14 years ago
- 3b6a314 Issue #13589: Fix some serialization primitives in the aifc module. by Antoine Pitrou · 14 years ago
- 9e08390 Remove unused certificate from the test directory. by Antoine Pitrou · 14 years ago
- bcd833f - Issue #13642: Unquote before b64encoding user:password during Basic by Senthil Kumaran · 14 years ago
- cfe6deb #11906 Make test_argparse work interactively by removing extra space by Terry Jan Reedy · 14 years ago
- 5fc58c6 fix this to not depend on dictionary order by Benjamin Peterson · 14 years ago
- d76088d Issue #13636: Weak ciphers are now disabled by default in the ssl module by Antoine Pitrou · 14 years ago
- 3aa59e3 Issue #9975: socket: Fix incorrect use of flowinfo and scope_id. Patch by by Charles-François Natali · 14 years ago
- c32d5cb propgate error in other conditions by Benjamin Peterson · 14 years ago
- 7d4d074 Issue #13639: Accept unicode filenames in tarfile.open(mode="w|gz"). by Lars Gustäbel · 14 years ago
- 5b95eb9 Use context managers in test_ssl to simplify test writing. by Antoine Pitrou · 14 years ago
- 17c0713 Fix test_import failure when run multiple times. (2.7-only) by Antoine Pitrou · 14 years ago
- b8572a1 Issue #1785: Fix inspect and pydoc with misbehaving descriptors. by Antoine Pitrou · 14 years ago
- 8366b84 Followup to issue #11867: Use socketpair(), since FreeBSD < 8 doesn't really by Charles-François Natali · 14 years ago
- 3b81807 Issue #13453: Try to increase some socket timeouts to make some buildbots stop by Charles-François Natali · 14 years ago
- 99cff3f Issue #13628: python-gdb.py is now able to retrieve more frames in the Python by Victor Stinner · 14 years ago
- 52aa260 Issue #11867: Make test_mailbox.test_lock_conflict deterministic (and fix a by Charles-François Natali · 14 years ago
- 6b7003a #13576: add tests about the handling of (possibly broken) condcoms. by Ezio Melotti · 14 years ago
- 6c3f4a8 Followup to #7502: add __hash__ method and tests. by Antoine Pitrou · 14 years ago
- 7a3d8ae Issue #7502: Fix equality comparison for DocTestCase instances. by Antoine Pitrou · 14 years ago
- 27b154e Issue #13453: Fix a race condition in test_poplib. by Charles-François Natali · 14 years ago
- f537702 Issue #13573: The csv.writer now uses the repr() for floats rather than str(). by Raymond Hettinger · 14 years ago
- 8b59c23 you can't get resource.error if you can't import resource by Benjamin Peterson · 14 years ago
- 97c9428 Issue #13453: Catch EAI_FAIL in support.transient_internet. by Charles-François Natali · 14 years ago
- 77cd258 Implemented suggested improvements for pdb test by Éric Araujo by Jason R. Coombs · 14 years ago
- 0de2aae Issue #11886: workaround an OS bug (time zone data) in test_time by Victor Stinner · 14 years ago
- 4988ca5 #13531: add a test for defaultdict with a non-callable arg. Patch by Mike Cheng. by Ezio Melotti · 14 years ago
- 4bf21e2 Issue #13546: Fixed an overflow issue that could crash the intepreter when by Amaury Forgeot d'Arc · 14 years ago
- 9a38863 Correctly detect bzip2 compressed streams with blocksizes other than 900k. by Lars Gustäbel · 14 years ago
- 974d863 Issue #13211: Add .reason attribute to HTTPError to implement parent class (URLError) interface. by Jason R. Coombs · 14 years ago
- ab731a3 #8414: add more tests for "assert". Initial patch by Gregory Nofi. by Ezio Melotti · 14 years ago
- 27bc4d0 Issue #13415: Skip test_os.test_unset_error on FreeBSD and OS X. by Charles-François Natali · 14 years ago
- 710671a Issue #12618: fix py_compile unit tests to handle different drives on Windows by Meador Inge · 14 years ago
- 8974940 Issue #12618: create unit tests for the py_compile module by Meador Inge · 14 years ago
- 0e30317 Issue #13380: add an internal function for resetting the ctypes caches by Meador Inge · 14 years ago
- a5d5bb9 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
- 091b6ef Issue #13436: Fix unsetenv() test on Windows by Victor Stinner · 14 years ago
- 53853c3 Issue #13415: os.unsetenv() doesn't ignore errors anymore. by Victor Stinner · 14 years ago
- 6392d7f Issue #12156: Skip test_multiprocessing on systems which don't support enough by Charles-François Natali · 14 years ago
- 975134e Issue #13093: Fix error handling on PyUnicode_EncodeDecimal() by Victor Stinner · 14 years ago
- 5aa7df3 Issue #13322: Fix BufferedWriter.write() to ensure that BlockingIOError is by Antoine Pitrou · 14 years ago
- 9d38b0d Close #13401: Skip TestFileTypeW of test_argparse if the current user is root by Victor Stinner · 14 years ago
- 169ed59 #11112: Fix typo in a base class in test_socket. by Ezio Melotti · 14 years ago
- 00dc60b #13358: HTMLParser now calls handle_data only once for each CDATA. by Ezio Melotti · 14 years ago
- 93bbb6a #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
- 5d032c0 PDB now will properly escape backslashes in the names of modules it executes. Fixes #7750 by Jason R. Coombs · 14 years ago
- 3040254 Issue #13333: The UTF-7 decoder now accepts lone surrogates by Antoine Pitrou · 14 years ago
- 16ed868 Issue #7732: Try to fix the a failing test on Windows by Victor Stinner · 14 years ago
- 0f1571c #1745761, #755670, #13357, #12629, #1200313: improve attribute handling in HTMLParser. by Ezio Melotti · 14 years ago
- 7459291 Group tests about attributes in a separate class. by Ezio Melotti · 14 years ago
- ab42abd Update mailbox.Maildir tests by Petri Lehtinen · 14 years ago
- cb65f32 Partial patch for issue #11812: Take care of test_telnetlib.py by Jesus Cea · 14 years ago
- 71094b5 Solved a potential deadlock in test_telnetlib.py. Related to issue #11812 by Jesus Cea · 14 years ago
- 53703d9 Closes #13361: Raise correct exception type. by Vinay Sajip · 14 years ago
- 74ab344 Closes #13661: Check added for type of logger name. by Vinay Sajip · 14 years ago
- 3b9d92a Revert "Accept None as start and stop parameters for list.index() and tuple.index()" by Petri Lehtinen · 14 years ago
- 030aa35 Silence a couple of warnings. by Ezio Melotti · 14 years ago
- b22c3fe Fix another callable warning. by Ezio Melotti · 14 years ago
- 152d61a Fix tests now that the callable warning is gone. by Ezio Melotti · 14 years ago
- 819d8d4 Accept None as start and stop parameters for list.index() and tuple.index() by Petri Lehtinen · 14 years ago
- 49aa72e Fix Maildir initialization so that maildir contents are read correctly. by Petri Lehtinen · 14 years ago
- 5f761d7 Issue #13140: Fix the daemon_threads attribute of ThreadingMixIn. by Florent Xicluna · 14 years ago
- 09f8714 Issue #13308: Fix test_httpservers failures when run as root. by Charles-François Natali · 14 years ago
- b82cbc3 Fix merge in changeset e1dde980a92c. by Florent Xicluna · 14 years ago
- 0965ee2 Issue #2892: preserve iterparse events in case of SyntaxError by Florent Xicluna · 14 years ago
- 7e82b27 #670664: Fix HTMLParser to correctly handle the content of ``<script>...</script>`` and ``<style>...</style>``. by Ezio Melotti · 14 years ago
- 1aacd7b Issue #13304: Skip test case if user site-packages disabled (-s or by Ned Deily · 14 years ago
- cf9943d Backout redundant changeset 1de4d92cd6a4 by Antoine Pitrou · 14 years ago
- 87e5855 Port to 2.7 - issue 10817 - Fix urlretrieve function to raise by Senthil Kumaran · 14 years ago
- 39aec01 test_protocol_sslv2(): Skip this test if ssl.PROTOCOL_SSLv2 is not by Barry Warsaw · 14 years ago
- 6361ea2 Remove unstable SSL tests in the absence of ssl.OP_NO_{SSLv2,SSLv3,TLSv1} by Antoine Pitrou · 14 years ago
- e96102b bring is_integer into tested existence by Benjamin Peterson · 14 years ago
- be83698 - Issue #13218: Fix test_ssl failures on Debian/Ubuntu. by Barry Warsaw · 14 years ago
- 7789f27 adjust for change in assert bytecode by Benjamin Peterson · 14 years ago
- 78fc705 add a test for an assertion with tuple msg by Benjamin Peterson · 14 years ago
- 6d089df Issue #10860: Skip the new test if HTTPS is not available by Petri Lehtinen · 14 years ago