summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | Fix whitespaceAntoine Pitrou2011-07-151-1/+0
* | | test_threaded_import must clean up after itselfAntoine Pitrou2011-07-152-9/+16
* | | test_os needs to reap threadsAntoine Pitrou2011-07-151-0/+1
* | | Merge from 3.2Antoine Pitrou2011-07-152-27/+39
|\ \ \ | |/ / | | / | |/ |/|
| * Use test.script_helper in test_pydocAntoine Pitrou2011-07-151-11/+13
| * test_pydoc needs to cleanup after itselfAntoine Pitrou2011-07-151-13/+16
| * Try harder to reap dangling threads in test.support.reap_threads().Antoine Pitrou2011-07-152-6/+15
* | merge headsBenjamin Peterson2011-07-156-2/+59
|\ \
| * \ Issue #12573: Add resource checks for dangling Thread and Process objects.Antoine Pitrou2011-07-154-1/+47
| |\ \ | | |/
| | * Issue #12573: Add resource checks for dangling Thread and Process objects.Antoine Pitrou2011-07-154-1/+47
| | * MergeAntoine Pitrou2011-07-153-1/+12
| | |\
| * | \ MergeAntoine Pitrou2011-07-153-1/+12
| |\ \ \
| | * \ \ Issue #11603: Fix a crash when __str__ is rebound as __repr__.Antoine Pitrou2011-07-153-1/+12
| | |\ \ \ | | | | |/ | | | |/|
| | | * | Issue #11603: Fix a crash when __str__ is rebound as __repr__.Antoine Pitrou2011-07-153-1/+12
| | | |\ \
| | | | * | Issue #11603: Fix a crash when __str__ is rebound as __repr__.Antoine Pitrou2011-07-153-1/+12
| | | | * | Issue #12502: asyncore: fix polling loop with AF_UNIX sockets.Charles-François Natali2011-07-142-2/+6
* | | | | | comment which is not applicable anymoreBenjamin Peterson2011-07-151-1/+0
|/ / / / /
* | | | | merge 3.2Benjamin Peterson2011-07-150-0/+0
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | merge headsBenjamin Peterson2011-07-153-9/+18
| |\ \ \ \ | | | |/ / | | |/| |
* | | | | merge headsBenjamin Peterson2011-07-155-13/+18
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Issue #11321: Fix a crash with multiple imports of the _pickle module whenAntoine Pitrou2011-07-152-0/+5
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | Issue #11321: Fix a crash with multiple imports of the _pickle module whenAntoine Pitrou2011-07-152-0/+5
| * | | | Make sure to reap worker threads and processes at the end of test_concurrent_...Antoine Pitrou2011-07-151-9/+13
| |\ \ \ \ | | |/ / /
| | * | | Make sure to reap worker threads and processes at the end of test_concurrent_...Antoine Pitrou2011-07-151-9/+13
| * | | | Remove duplicate "numbered" options for toctrees.Georg Brandl2011-07-152-4/+0
* | | | | merge 3.2 (#11627)Benjamin Peterson2011-07-153-0/+19
|\ \ \ \ \ | |/ / / / |/| | / / | | |/ / | |/| |
| * | | catch nasty exception classes with __new__ that doesn't return a exception (c...Benjamin Peterson2011-07-153-0/+19
| |/ /
| * | Merge - Issue #12502: asyncore: fix polling loop with AF_UNIX sockets.Charles-François Natali2011-07-142-2/+6
* | | Always use repr for regrtest resources namesÉric Araujo2011-07-151-3/+3
* | | Silence 2to3 warnings in packaging testsÉric Araujo2011-07-151-4/+8
* | | Fix :file: constructs in packaging.database docsÉric Araujo2011-07-151-2/+2
* | | Clear packaging.database caches in placeÉric Araujo2011-07-151-6/+5
* | | Py_BuildValue("C") supports non-BMP characters on narrow buildVictor Stinner2011-07-141-5/+0
* | | Close #6755: Add get_wch() method to curses.window classVictor Stinner2011-07-145-0/+53
* | | Add cgi.closelog() function to close the log fileVictor Stinner2011-07-143-8/+13
* | | Merge - Issue #12502: asyncore: fix polling loop with AF_UNIX sockets.Charles-François Natali2011-07-142-2/+6
* | | test that TestCase doesn't get cyclesBenjamin Peterson2011-07-141-0/+9
* | | add a contextmanager to disable the gcBenjamin Peterson2011-07-141-0/+10
* | | merge 3.2Benjamin Peterson2011-07-141-1/+1
|\ \ \ | |/ /
| * | this should be an identity testBenjamin Peterson2011-07-141-1/+1
* | | (merge 3.2) Issue #12250: test_socketserver uses a timeout of 60 secondsVictor Stinner2011-07-141-2/+1
|\ \ \ | |/ /
| * | Issue #12250: test_socketserver uses a timeout of 60 seconds instead of 20Victor Stinner2011-07-141-2/+1
* | | Merge with 3.2.Ezio Melotti2011-07-141-1/+7
|\ \ \ | |/ /
| * | Restore the global state of the log vars, so that test_cgi can be run twice w...Ezio Melotti2011-07-141-1/+7
* | | merge 3.2Benjamin Peterson2011-07-141-12/+12
|\ \ \ | |/ /
| * | carefully cleanup pointer cache after creating struct pointersBenjamin Peterson2011-07-141-12/+12
* | | Closes #12536: Unused logger removed from lib2to3.Vinay Sajip2011-07-131-3/+1
* | | Issue #12549: Correct test_platform to not fail when OS X returns 'x86_64'Ned Deily2011-07-134-4/+5
|\ \ \ | |/ /
| * | Issue #12549: Correct test_platform to not fail when OS X returns 'x86_64'Ned Deily2011-07-134-4/+5
* | | Issue #12550: regrtest displays the Python traceback on SIGALRM or SIGUSR1Victor Stinner2011-07-131-1/+11