- e0e2735 Fix OSError.__init__ and OSError.__new__ so that each of them can be by Antoine Pitrou · 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
- 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
- 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
- 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
- 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
- 38d9643 Issue #13464: Add a readinto() method to http.client.HTTPResponse. by Antoine Pitrou · 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
- 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
- ff91306 Add a regrtest cleanup check for shutil registries by Éric Araujo · 14 years ago
- 1439c77 Merge test_xmlrpc_net fixes (issue #13434) by Antoine Pitrou · 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
- 39a73a4 Issue #7111: Python can now be run without a stdin, stdout or stderr stream. 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
- 31b798d Issue #12618: py_compile cannot create files in current directory by Meador Inge · 14 years ago
- 22b9b37 Issue #12618: py_compile cannot create files in current directory by Meador Inge · 14 years ago
- d1b097f Issue #13415: test_curses skips unencodable characters by Victor Stinner · 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
- 756c6ec Issue #13415: Help to locate curses.h when _curses module is linked to ncursesw by Victor Stinner · 14 years ago
- 5604ef3 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
- 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
- 59ff2c5 Issue #12618: fix py_compile unit tests to handle different drives on Windows by Meador Inge · 14 years ago
- fb36b3f Issue #12618: fix py_compile unit tests to handle different drives on Windows by Meador Inge · 14 years ago
- 6a5dcd4 sched.py: fix test_queue by making sure that queue property returns an orderd list of upcoming events by Giampaolo Rodola' · 14 years ago
- 2966f10 Issue #13415: Skip test_os.test_unset_error on FreeBSD < 7 and OS X < 10.6 by Charles-François Natali · 14 years ago
- 261a6d7 Issue #12618: create unit tests for the py_compile module by Meador Inge · 14 years ago
- 6f16660 Issue #12618: create unit tests for the py_compile module by Meador Inge · 14 years ago
- 4bc45b7 Issue #13380: add an internal function for resetting the ctypes caches by Meador Inge · 14 years ago
- 11e3813 Issue #13380: add an internal function for resetting the ctypes caches by Meador Inge · 14 years ago
- 4d09873 Some libcs' snprintf may output a leading minus sign when %p-formatting by Antoine Pitrou · 14 years ago
- 0fdfceb Issue #12567: The curses module uses Unicode functions for Unicode arguments by Victor Stinner · 14 years ago
- c248476 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
- 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
- 6345be9 Close #13093: PyUnicode_EncodeDecimal() doesn't support error handlers by Victor Stinner · 14 years ago
- 86a36b5 PEP 3155 / issue #13448: Qualified name for classes and functions. by Antoine Pitrou · 14 years ago
- 0e86a58 Issue #9957: SpooledTemporaryFile.truncate() now accepts an optional size parameter, as other file-like objects. by Antoine Pitrou · 14 years ago
- 9329029 (Merge 3.2) Issue #13436: Fix unsetenv() test on Windows by Victor Stinner · 14 years ago
- b3f8268 Issue #13436: Fix unsetenv() test on Windows by Victor Stinner · 14 years ago
- cbbd562 Merge branch default by Victor Stinner · 14 years ago
- 896f471 Merge branch 3.2 by Victor Stinner · 14 years ago
- 6517095 (Merge 3.2) Issue #13415: os.unsetenv() doesn't ignore errors anymore. by Victor Stinner · 14 years ago
- 942d5ba Merge branch 3.2 by Amaury Forgeot d'Arc · 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
- 221ef67 Issue #12156: Skip test_multiprocessing on systems which don't support enough by Charles-François Natali · 14 years ago
- 3be0095 Issue #12156: Skip test_multiprocessing on systems which don't support enough by Charles-François Natali · 14 years ago
- be55d99 Fix 13245: by Giampaolo Rodola' · 14 years ago
- b84d723 (Merge 3.2) Issue #13093: Fix error handling on PyUnicode_EncodeDecimal() by Victor Stinner · 14 years ago
- ab1d16b Issue #13093: Fix error handling on PyUnicode_EncodeDecimal() by Victor Stinner · 14 years ago
- c814a38 Add a test on str.__getnewargs__() by Victor Stinner · 14 years ago
- 42bf775 Rewrite PyUnicode_EncodeDecimal() to use the new Unicode API by Victor Stinner · 14 years ago
- ce4a9da Issue #13411: memoryview objects are now hashable when the underlying object is hashable. by Antoine Pitrou · 14 years ago
- 7fe601c Issue #13322: Fix BufferedWriter.write() to ensure that BlockingIOError is by Antoine Pitrou · 14 years ago
- 58fcf9f Issue #13322: Fix BufferedWriter.write() to ensure that BlockingIOError is by Antoine Pitrou · 14 years ago
- 41dde32 Issue #13441: Reenable strxfrm() tests on Solaris by Victor Stinner · 14 years ago
- 0293db6 Issue #13441: Disable temporary localeconv() tests on Solaris by Victor Stinner · 14 years ago
- a1c03b0 Issue #13441: Disable temporary strxfrm() tests on Solaris by Victor Stinner · 14 years ago
- 242b6ea (Merge 3.2) Close #13401: Skip TestFileTypeW of test_argparse if the current user is root by Victor Stinner · 14 years ago
- a04b39b Close #13401: Skip TestFileTypeW of test_argparse if the current user is root by Victor Stinner · 14 years ago
- 4a7abe7 #11112: merge with 3.2. by Ezio Melotti · 14 years ago
- 7f78ddc #11112: Fix typo in a base class in test_socket. by Ezio Melotti · 14 years ago
- 304261e #13358: merge with 3.2. by Ezio Melotti · 14 years ago
- 15cb489 #13358: HTMLParser now calls handle_data only once for each CDATA. by Ezio Melotti · 14 years ago
- def4728 #4147: merge with 3.2. 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
- adc417c #13406: fix more deprecation warnings and move the deprecation of unicode-internal earlier in the code. by Ezio Melotti · 14 years ago
- f7c5ae2 Issue #13374: Deprecate os.getcwdb() on Windows by Victor Stinner · 14 years ago
- 345379a #13406: correct the error message in check_warnings too. by Ezio Melotti · 14 years ago