- 7079240 Fix closes issue12432 - remove the unused sys from glob.py by Senthil Kumaran · 13 years ago
- e975af6 Issue #12451: pydoc: importfile() now opens the Python script in binary mode, by Victor Stinner · 13 years ago
- 6c47102 Issue #12451: runpy: run_path() now opens the Python script in binary mode, by Victor Stinner · 13 years ago
- bbdc08e Issue #12451: xml.dom.pulldom: parse() now opens files in binary mode instead by Victor Stinner · 13 years ago
- ac91341 never retain a generator's caller's exception state on the generator after a yield/return by Benjamin Peterson · 13 years ago
- d2ed630 merge heads by Benjamin Peterson · 13 years ago
- 83195c3 restore a generator's caller's exception state both on yield and (last) return by Benjamin Peterson · 13 years ago
- d4fa7ed Bump to 3.2.1rc2. by Georg Brandl · 13 years ago
- fa76ceb Update pydoc topics. by Georg Brandl · 13 years ago
- 2cded9c Issue #12016: Multibyte CJK decoders now resynchronize faster by Victor Stinner · 13 years ago
- 0bec35d Closes #12391: temporary files are now cleaned up. by Vinay Sajip · 13 years ago
- cd9f120 Revert 76452b892838 as per http://mail.python.org/pipermail/python-dev/2011-July/112243.html. by Georg Brandl · 13 years ago
- 8a3b988 Issue #8716: Instead of relying on Aqua Tk exceptions to detect lack of by Ned Deily · 13 years ago
- 692e26b Normalize whitespace for #11512 fix. by Brian Curtin · 13 years ago
- 6a4ffd7 Fix #11512. Add an initial test suite for the cgitb, providing 75% coverage. by Brian Curtin · 13 years ago
- 7f53a50 Issue #12459: time.sleep() now raises a ValueError if the sleep length is by Victor Stinner · 13 years ago
- 5351a1f (merge 3.2) Issue #12493: skip test_communicate_eintr() if signal.SIGALRM is missing by Victor Stinner · 13 years ago
- d7772bc (merge 3.2) Issue #12451: pydoc: html_getfile() now uses tokenize.open() to by Victor Stinner · 13 years ago
- 5b1261d (merge 3.2) Issue #12493: subprocess: communicate() handles EINTR by Victor Stinner · 13 years ago
- 368ff10 Issue #12497: Install test/data to prevent failures of the various codecmaps by Ned Deily · 13 years ago
- 5dd470e Issue #12469: fix signal order check of test_signal by Victor Stinner · 13 years ago
- 68757ac Issue #12469: test_signal checks wakeup signals order, except on freebsd6 by Victor Stinner · 13 years ago
- 87e78ce Issue #12469: partial revert of 024827a9db64, freebsd6 thread initialization by Victor Stinner · 13 years ago
- 0a01f13 Issue #12469: replace assertions by explicit if+raise by Victor Stinner · 13 years ago
- d554cdf (merge 3.2) Issue #12469: Run wakeup and pending signal tests in a subprocess by Victor Stinner · 13 years ago
- b575289 Issue #12452: Plist and Dict are now deprecated by Victor Stinner · 13 years ago
- efa384a Issue #8716: Avoid crashes caused by Aqua Tk on OSX when attempting to run by Ned Deily · 13 years ago
- bc9d8f8 merge from 3.2 by Senthil Kumaran · 13 years ago
- cc78c44 merge from 3.2 by Senthil Kumaran · 13 years ago
- 5a21e83 (merge 3.2) Issue #12467: warnings: fix a race condition if a warning is by Victor Stinner · 13 years ago
- 10cdc63 Merge from 3.2. 'idle_formatwarning' is the correct method name. by Senthil Kumaran · 13 years ago
- ad1013c merge from 3.2 by Senthil Kumaran · 13 years ago
- 5f9a995 (merge 3.2) Issue #12451: pydoc: importfile() now opens the Python script in by Victor Stinner · 13 years ago
- 7d8c8a0 (merge 3.2) Issue #12451: runpy: run_path() now opens the Python script in by Victor Stinner · 13 years ago
- 3663aba (merge 3.2) Issue #12451: xml.dom.pulldom: parse() now opens files in binary by Victor Stinner · 13 years ago
- 536feac merge 3.2 by Benjamin Peterson · 13 years ago
- 7b7099c merge 3.2 (#12475) by Benjamin Peterson · 13 years ago
- aeaeefa Remove mention of medical condition from the test suite. by Georg Brandl · 13 years ago
- 1c405b3 Followup to 51c1f2cedb96 (and issue #12456): by Antoine Pitrou · 13 years ago
- db4120b merge #12147: make send_message correctly handle Sender and Resent- headers. by R David Murray · 13 years ago
- ac4e5ab #12147: make send_message correctly handle Sender and Resent- headers. by R David Murray · 13 years ago
- 020436b Issue #12456: fix a possible hang on shutdown of a concurrent.futures.ProcessPoolExecutor. by Antoine Pitrou · 13 years ago
- 65897a3 Closes #12291 for 3.3 - merged fix from 3.2. by Vinay Sajip · 13 years ago
- 5bdae3b Closes #12291: Fixed bug which was found when doing multiple loads from one stream. by Vinay Sajip · 13 years ago
- 2ee6188 Clean up NEWS entry and tests for shutil.disk_usage (#12442) by Éric Araujo · 13 years ago
- 723585b Merge issue #12352: Fix a deadlock in multiprocessing.Heap when a block is by Charles-François Natali · 13 years ago
- a4a0406 Merge issue #12352: Fix a deadlock in multiprocessing.Heap when a block is by Charles-François Natali · 13 years ago
- 778db49 Issue #12352: Fix a deadlock in multiprocessing.Heap when a block is freed by by Charles-François Natali · 13 years ago
- 7ae4448 merge #11873: another try at fixing the regex, courtesy of Victor Stinner by R David Murray · 13 years ago
- ee1a7cb #11873: another try at fixing the regex, courtesy of Victor Stinner by R David Murray · 13 years ago
- 296b96c merge #11873: fix test regex so it covers windows os.sep as well. by R David Murray · 13 years ago
- a3bb2f5 #11873: fix test regex so it covers windows os.sep as well. by R David Murray · 13 years ago
- 19e5bcd (merge 3.2) Issue #12363: increase the timeout of siginterrupt() tests by Victor Stinner · 13 years ago
- dfde0d4 Issue #12363: increase the timeout of siginterrupt() tests by Victor Stinner · 13 years ago
- 8d64248 Issue #12363: improve siginterrupt() tests by Victor Stinner · 13 years ago
- 2555b0a (merge 3.2) Issue #11870: Skip test_threading.test_2_join_in_forked_process() by Victor Stinner · 13 years ago
- 26d3186 Issue #11870: Skip test_threading.test_2_join_in_forked_process() on platforms by Victor Stinner · 13 years ago
- 210e7ca Issue #12442: add shutil.disk_usage() by Giampaolo Rodola' · 13 years ago
- 59929d9 (merge 3.2) test_os: remove now useless TemporaryFileTests testcase by Victor Stinner · 13 years ago
- bef7fdf test_os: remove now useless TemporaryFileTests testcase by Victor Stinner · 13 years ago
- 4497445 (merge 3.2) test_os: add TemporaryFileTests to the testcase list by Victor Stinner · 13 years ago
- 98b3722 test_os: add TemporaryFileTests to the testcase list by Victor Stinner · 13 years ago
- bf81622 Issue #12451: Add support.create_empty_file() by Victor Stinner · 13 years ago
- 61600cb Issue #12407: Explicitly skip test_capi.EmbeddingTest under Windows. by Antoine Pitrou · 13 years ago
- 71cbafb Issue #12407: Explicitly skip test_capi.EmbeddingTest under Windows. by Antoine Pitrou · 13 years ago
- 5de1532 Issue 12139: ftplib - remove 'post CCC' test to fix various buildot failures due to dummy test server not properly handling SSL shutdown(), see http://bugs.python.org/msg139499 by Giampaolo Rodola' · 13 years ago
- 938f635 Issue #12451: Open the test file in binary mode in test_bz2, the text file is by Victor Stinner · 13 years ago
- 2f655b7 (merge 3.2) Issue #12451: Open files in binary mode in some tests when the text by Victor Stinner · 13 years ago
- a6d2c76 Issue #12451: Open files in binary mode in some tests when the text file is not by Victor Stinner · 13 years ago
- 3909da7 (merge 3.2) Issue #12451: The XInclude default loader of xml.etree now decodes by Victor Stinner · 13 years ago
- eaf399e Issue #12451: The XInclude default loader of xml.etree now decodes files from by Victor Stinner · 13 years ago
- a0b12a1 (merge 3.2) Issue #12451: doctest.debug_script() doesn't create a temporary by Victor Stinner · 13 years ago
- 12b8d14 Issue #12451: doctest.debug_script() doesn't create a temporary file anymore to by Victor Stinner · 13 years ago
- 319672e (merge 3.2) Issue #12451: pydoc.synopsis() now reads the encoding cookie if by Victor Stinner · 13 years ago
- e6c910e Issue #12451: pydoc.synopsis() now reads the encoding cookie if available, to by Victor Stinner · 13 years ago
- 0b5e049 (merge 3.2) Issue #12451: distutils now opens the setup script in binary mode by Victor Stinner · 13 years ago
- dc9b1ea Issue #12451: distutils now opens the setup script in binary mode to read the by Victor Stinner · 13 years ago
- 7f86811 Issue #12400: test_cprofile now restores correctly the previous sys.stderr by Victor Stinner · 13 years ago
- 7248850 Issue #12400: test_faulthandler now uses sys.__stderr__ by Victor Stinner · 13 years ago
- e15bfeb (merge 3.2) Issue #12400: regrtest.runtest() uses stream.seek(0) before .truncate() by Victor Stinner · 13 years ago
- fcc2a21 Issue #12400: regrtest.runtest() uses stream.seek(0) before .truncate() by Victor Stinner · 13 years ago
- e6db144 (merge 3.2) Issue #12400: test_zipimport_support doesn't restore original by Victor Stinner · 13 years ago
- 592f679 Issue #12400: test_zipimport_support doesn't restore original sys.stdout anymore by Victor Stinner · 13 years ago
- fa832de (merge 3.2) Issue #12400: runtest() truncates the StringIO stream before a new by Victor Stinner · 13 years ago
- 85b3a49 Issue #12400: runtest() truncates the StringIO stream before a new test by Victor Stinner · 13 years ago
- 68416f0 (merge 3.2) Issue #12400: Add missing import (os) to test_kqueue by Victor Stinner · 13 years ago
- 125b2ba Issue #12400: Add missing import (os) to test_kqueue by Victor Stinner · 13 years ago
- 05d34fc Issue #12400: test.support.run_doctest() doesn't change sys.stdout anymore by Victor Stinner · 13 years ago
- bddc4d4 Issue #12400: test.support.run_doctest() doesn't change sys.stdout anymore by Victor Stinner · 13 years ago
- ba08905 (merge 3.2) Issue #12400: regrtest, force verbose mode to True with option -W by Victor Stinner · 13 years ago
- ea95de7 Issue #12400: regrtest, force verbose mode to True with option -W by Victor Stinner · 13 years ago
- d71bd9a (merge 3.2) Issue #12400: runtest() reuses the same io.StringIO instance for by Victor Stinner · 13 years ago
- 8313d6a Issue #12400: runtest() reuses the same io.StringIO instance for all calls by Victor Stinner · 13 years ago
- 7348c6b (merge 3.2) Issue #12400: don't use sys.stderr in test_kqueue because it may be by Victor Stinner · 13 years ago
- 46b2091 Issue #12400: don't use sys.stderr in test_kqueue because it may be replaced by by Victor Stinner · 13 years ago
- 7e32f3a Issue #12400: fix test_faulthandler if regrtest captures sys.stderr by Victor Stinner · 13 years ago
- 0b8f0c2 (merge 3.2) Issue #12400: remove unused import by Victor Stinner · 13 years ago
- bd98f93 Issue #12400: remove unused variable by Victor Stinner · 13 years ago
- 565dbad Issue #12400: oops, remove debug code... by Victor Stinner · 13 years ago
- e2185d7 (merge 3.2) Issue #12400: regrtest -W doesn't rerun the tests twice anymore, by Victor Stinner · 13 years ago