- 1743db5 Merge by Antoine Pitrou · 14 years ago
- 0831676 Issue #13637: "a2b" functions in the binascii module now accept ASCII-only unicode strings. by Antoine Pitrou · 14 years ago
- 29b15d1 Followup to issue #11867: Use socketpair(), since FreeBSD < 8 doesn't really by Charles-François Natali · 14 years ago
- bf38315 Followup to issue #11867: Use socketpair(), since FreeBSD < 8 doesn't really by Charles-François Natali · 14 years ago
- 8691bff Fix for buggy test by Antoine Pitrou · 14 years ago
- 8abdb8a Issue #13634: Add support for querying and disabling SSL compression. by Antoine Pitrou · 14 years ago
- 2fa2281 (bug #8684) fix 'fedora without thread buildbot' as per http://bugs.python.org/issue8684 by Giampaolo Rodola' · 14 years ago
- 923df6f Issue #13627: Add support for SSL Elliptic Curve-based Diffie-Hellman by Antoine Pitrou · 14 years ago
- d130195 Issue #5424: add tests for inet_ntoa, inet_ntop, inet_aton and inet_pton. by Antoine Pitrou · 14 years ago
- 7ded21e Issue #5424: add tests for inet_ntoa, inet_ntop, inet_aton and inet_pton. by Antoine Pitrou · 14 years ago
- b01c32d Issue #13453: Try to increase some socket timeouts to make some buildbots stop by Charles-François Natali · 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
- d974393 (Merge 3.2) Issue #13628: python-gdb.py is now able to retrieve more frames in by Victor Stinner · 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
- 6db4944 Issue #13635: Add ssl.OP_CIPHER_SERVER_PREFERENCE, so that SSL servers by Antoine Pitrou · 14 years ago
- bfaa79a Issue #11867: Make test_mailbox.test_lock_conflict deterministic (and fix a by Charles-François Natali · 14 years ago
- 78ed83d Issue #11867: Make test_mailbox.test_lock_conflict deterministic (and fix a by Charles-François Natali · 14 years ago
- ca9afca #13576: merge with 3.2. by Ezio Melotti · 14 years ago
- 62f3d03 #13576: add tests about the handling of (possibly broken) condcoms. by Ezio Melotti · 14 years ago
- a699a2d Merge 3.2 by Michael Foord · 14 years ago
- a51623b Fix inspect.getattr_static to work on modules (again). Closes issue 11813. by Michael Foord · 14 years ago
- 7bfe899 Followup to #7502: add __hash__ method and tests. by Antoine Pitrou · 14 years ago
- 165b128 Followup to #7502: add __hash__ method and tests. by Antoine Pitrou · 14 years ago
- 92d4acb Issue #7502: Fix equality comparison for DocTestCase instances. by Antoine Pitrou · 14 years ago
- a742526 Merge by Antoine Pitrou · 14 years ago
- 2bc801c Issue #7502: Fix equality comparison for DocTestCase instances. by Antoine Pitrou · 14 years ago
- 0f694d7 Merge by Antoine Pitrou · 14 years ago
- fb0901c In the test SSL server, also output the cipher name by Antoine Pitrou · 14 years ago
- b055bf6 Issue #11870: threading: Properly reinitialize threads internal locks and by Charles-François Natali · 14 years ago
- 6d5f9e7 Issue #11870: threading: Properly reinitialize threads internal locks and by Charles-François Natali · 14 years ago
- 3c4dcea Issue #8035: urllib: Fix a bug where the client could remain stuck after a by Charles-François Natali · 14 years ago
- cf53ae2 Issue #8035: urllib: Fix a bug where the client could remain stuck after a by Charles-François Natali · 14 years ago
- f8eac00 Issue #13623: Fix a performance regression introduced by issue #12170 in by Victor Stinner · 14 years ago
- e85488c Mention that level can be an int or str in the setLevel docstring. by Gregory P. Smith · 14 years ago
- 1637487 Skip test if the path is too long for a AF_UNIX socket by Antoine Pitrou · 14 years ago
- 6ec29e2 Issue #8373: The filesystem path of AF_UNIX sockets now uses the filesystem by Antoine Pitrou · 14 years ago
- ca81bf7 fix this test to actually test something (closes #13606) by Benjamin Peterson · 14 years ago
- 9c49036 (Merge 3.2) Issue #13545: Fix platform.libc_version() is the SO version is missing by Victor Stinner · 14 years ago
- 8744881 Issue #13545: Fix platform.libc_version() is the SO version is missing by Victor Stinner · 14 years ago
- bfebb7b improve abstract property support (closes #11610) by Benjamin Peterson · 14 years ago
- e0e2735 Fix OSError.__init__ and OSError.__new__ so that each of them can be by Antoine Pitrou · 14 years ago
- 96ff084 Issue #13593: updating the importlib utility decorators for __qualname__. by Meador Inge · 14 years ago
- d7afeee Issue #13591: import_module potentially imports a module twice. by Meador Inge · 14 years ago
- 416f12d Issue #13591: import_module potentially imports a module twice. by Meador Inge · 14 years ago
- 1b0b6ae Issue #4625: If IDLE cannot write to its recent file or breakpoint by Ned Deily · 14 years ago
- f505b74 Issue #4625: If IDLE cannot write to its recent file or breakpoint by Ned Deily · 14 years ago
- 77e1bfc Issue #13453: Fix a race condition in test_poplib. by Charles-François Natali · 14 years ago
- 83ef254 Issue #13453: Fix a race condition in test_poplib. by Charles-François Natali · 14 years ago
- 556ba04 Fix #13449: add 'blocking' parameter to sched.scheduler.run() so that the scheduler can be used in non-blocking applications by Giampaolo Rodola' · 14 years ago
- 73520d5 Fix #8684: make sched.scheduler class thread-safe by Giampaolo Rodola' · 14 years ago
- a23d65c Merge 3.2 by Alexandre Vassalotti · 14 years ago
- 3bfc65a Issue #13505: Make pickling of bytes object compatible with Python 2. by Alexandre Vassalotti · 14 years ago
- aa6c1d2 Issue #13575: there is only one class type. by Florent Xicluna · 14 years ago
- 9d57481 Issue #13577: various kinds of descriptors now have a __qualname__ attribute. by Antoine Pitrou · 14 years ago
- ff7f64c Issue #13544: Add __qualname__ to functools.WRAPPER_ASSIGNMENTS. by Meador Inge · 14 years ago
- 836e9aa fix #13563: make use of with statement in ftplib.py where needed by Giampaolo Rodola' · 14 years ago
- 313b2ad Fix imports in xml.dom. by Florent Xicluna · 14 years ago
- 0a9dd2f Issue #5689: Add support for lzma compression to the tarfile module. by Lars Gustäbel · 14 years ago
- ce2af33 merge 3.2 by Benjamin Peterson · 14 years ago
- b870aa1 we're always going to have gc by Benjamin Peterson · 14 years ago
- d3a345a merge 3.2 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
- 10a6ddb Issue #11886: Fix also test_time for the non-DST timezone name (EST/AEST) by Victor Stinner · 14 years ago
- 1635e9c Issue #13453: Catch EAI_FAIL in support.transient_internet. by Charles-François Natali · 14 years ago
- 13859bf Issue #13453: Catch EAI_FAIL in support.transient_internet. by Charles-François Natali · 14 years ago
- 7f1c15b Fix comment in difflib. by Florent Xicluna · 14 years ago
- 6731775 Issue #13248: turn 3.2's PendingDeprecationWarning into 3.3's DeprecationWarning (cgi, importlib, nntplib, smtpd). by Florent Xicluna · 14 years ago
- 1b7458b Closes #2979: add parameter 'use_builtin_types' to the SimpleXMLRPCServer. by Florent Xicluna · 14 years ago
- e3b4715 Write tests for invalid characters (U+00110000) by Victor Stinner · 14 years ago
- 7f54f75 Issue #13441: Enable the workaround for Solaris locale bug by Victor Stinner · 14 years ago
- 69291c4 Issue #13441: Skip some locales (e.g. cs_CZ and hu_HU) on Solaris to workaround by Victor Stinner · 14 years ago
- 5446bba Issue #13441: Don't test the hu_HU locale on Solaris to workaround a mbstowcs() by Victor Stinner · 14 years ago
- 7061413 Issue #13441: Log the locale when localeconv() fails by Victor Stinner · 14 years ago
- bc9f0c6 (Merge 3.2) Issue #11886: workaround an OS bug (time zone data) in test_time by Victor Stinner · 14 years ago
- 0cd4790 Issue #11886: workaround an OS bug (time zone data) in test_time by Victor Stinner · 14 years ago
- 96e7677 #13531: merge with 3.2. by Ezio Melotti · 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
- 3be637e Issue #8641: Update IDLE 3 syntax coloring to recognize b".." and not u"..". by Ned Deily · 14 years ago
- 2f0ad74 Issue #8641: Update IDLE 3 syntax coloring to recognize b".." and not u"..". by Ned Deily · 14 years ago
- 4ce6aa4 Fix dangling whitespace by Antoine Pitrou · 14 years ago
- 38d9643 Issue #13464: Add a readinto() method to http.client.HTTPResponse. by Antoine Pitrou · 14 years ago
- 0f64922 MERGE: Close #13500: Hitting EOF gets cmd.py into a infinite EOF on return loop by Jesus Cea · 14 years ago
- a9837d8 Close #13500: Hitting EOF gets cmd.py into a infinite EOF on return loop by Jesus Cea · 14 years ago
- bb44b73 Remove no longer needed work-around for bz2 file object support. by Lars Gustäbel · 14 years ago
- 45fb082 Merge with 3.2: Correctly detect bzip2 compressed streams with blocksizes other than 900k. by Lars Gustäbel · 14 years ago
- ed1ac58 Correctly detect bzip2 compressed streams with blocksizes other than 900k. by Lars Gustäbel · 14 years ago
- 9c3895f Corrected order of parameters to HTTPError in test_urllib2.py. by Jason R. Coombs · 14 years ago
- 7ff21d7 Pass positional arguments - HTTPError is not accepting keyword arguments. Reference #13211 and #12555. by Jason R. Coombs · 14 years ago
- 0612e8c Merged fix for #13211 from 3.2 by Jason R. Coombs · 14 years ago
- 5645850 Issue #13439: Merge branch 3.2 by Petri Lehtinen · 14 years ago
- 9aa20af Issue #13439: Fix many errors in turtle docstrings. by Petri Lehtinen · 14 years ago
- b3d188f #8414: merge with 3.2. by Ezio Melotti · 14 years ago
- 6cc5bf7 #8414: add more tests for "assert". Initial patch by Gregory Nofi. by Ezio Melotti · 14 years ago
- 44ae4a2 Make error handling in BZ2File.{readable,seekable,writable,fileno} consistent with TextIOWrapper. by Nadeem Vawda · 14 years ago
- 3ff069e Issue #6715: Add module for compression using the LZMA algorithm. by Nadeem Vawda · 14 years ago
- c8e0320 Merge 3.2 by Éric Araujo · 14 years ago
- a74f8ef Fix inspect.getmodule to use a copy of sys.modules for iteration (#13487). by Éric Araujo · 14 years ago
- e1886bf Fix instructions on how to rebuild some modules by Éric Araujo · 14 years ago
- ff91306 Add a regrtest cleanup check for shutil registries by Éric Araujo · 14 years ago
- a2b89e3 Fix last remaining references to ex-devguide by Éric Araujo · 14 years ago