summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Issue #12551: Provide a get_channel_binding() method on SSL sockets so asAntoine Pitrou2011-07-202-0/+110
* #665194: support roundtripping RFC2822 date stamps in the email.utils moduleR David Murray2011-07-203-8/+102
* Fix test_multiprocessing failure under Windows.Antoine Pitrou2011-07-201-2/+2
* Issue #12587: Correct faulty test file and reference in test_tokenize.Ned Deily2011-07-192-2/+2
|\
| * Issue #12587: Correct faulty test file and reference in test_tokenize.Ned Deily2011-07-192-2/+2
* | Issue #12571: Add a plat-linux3 directory mirroring the plat-linux2 directory,Antoine Pitrou2011-07-195-0/+1083
|\ \ | |/
| * Issue #12571: Add a plat-linux3 directory mirroring the plat-linux2 directory,Antoine Pitrou2011-07-195-0/+1083
* | #7484: simplify quoteaddr: if parseaddr throws an error it is a bug.R David Murray2011-07-191-14/+8
* | Merge #7484: no more <> around addresses in VRFY or EXPNR David Murray2011-07-192-11/+33
|\ \ | |/
| * #7484: no more <> around addresses in VRFY or EXPNR David Murray2011-07-192-11/+33
* | Merge from 3.2.Eric V. Smith2011-07-181-0/+5
|\ \ | |/
| * Closes #12579. Positional fields with str.format_map() now raise a ValueError...Eric V. Smith2011-07-181-0/+5
| * Close the call queue in concurrent.futures.ProcessPoolExecutor whenAntoine Pitrou2011-07-161-0/+1
* | merge headsBenjamin Peterson2011-07-182-12/+23
|\ \
| * | Make warnings accept a callable for showwarnings instead ofBrett Cannon2011-07-181-6/+8
| * | Mark itertools tests of tuple reuse as being specific to CPython.Alex Gaynor2011-07-171-6/+15
* | | excise the remains of STOP_CODE, which hasn't done anything useful for yearsBenjamin Peterson2011-07-182-2/+1
|/ /
* | merge headsBenjamin Peterson2011-07-169-48/+82
|\ \
| * | Silence spurious "broken pipe" tracebacks when shutting down a ProcessPoolExe...Antoine Pitrou2011-07-152-6/+14
| * | Fix potential resource leaks in concurrent.futures.ProcessPoolExecutorAntoine Pitrou2011-07-152-2/+6
| * | test_packaging should clean up after itself (but it doesn't really)Antoine Pitrou2011-07-151-6/+9
| * | 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-151-6/+13
* | | remove ast.__version__ (closes #12273)Benjamin Peterson2011-07-161-1/+0
|/ /
* | Issue #12573: Add resource checks for dangling Thread and Process objects.Antoine Pitrou2011-07-153-1/+45
|\ \ | |/
| * Issue #12573: Add resource checks for dangling Thread and Process objects.Antoine Pitrou2011-07-153-1/+45
| * MergeAntoine Pitrou2011-07-151-0/+8
| |\
| * \ merge headsBenjamin Peterson2011-07-151-9/+13
| |\ \
* | \ \ MergeAntoine Pitrou2011-07-151-0/+8
|\ \ \ \
| * \ \ \ Issue #11603: Fix a crash when __str__ is rebound as __repr__.Antoine Pitrou2011-07-151-0/+8
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | Issue #11603: Fix a crash when __str__ is rebound as __repr__.Antoine Pitrou2011-07-151-0/+8
| | |\ \ \ | | | |_|/ | | |/| |
| | | * | Issue #11603: Fix a crash when __str__ is rebound as __repr__.Antoine Pitrou2011-07-151-0/+8
| | | * | Issue #12502: asyncore: fix polling loop with AF_UNIX sockets.Charles-François Natali2011-07-141-2/+4
* | | | | merge headsBenjamin Peterson2011-07-151-9/+13
|\ \ \ \ \ | |/ / / /
| * | | | 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
* | | | | merge 3.2 (#11627)Benjamin Peterson2011-07-151-0/+9
|\ \ \ \ \ | |/ / / / |/| | | / | | |_|/ | |/| |
| * | | catch nasty exception classes with __new__ that doesn't return a exception (c...Benjamin Peterson2011-07-151-0/+9
| |/ /
| * | Merge - Issue #12502: asyncore: fix polling loop with AF_UNIX sockets.Charles-François Natali2011-07-141-2/+4
* | | 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
* | | Clear packaging.database caches in placeÉric Araujo2011-07-151-6/+5
* | | Add cgi.closelog() function to close the log fileVictor Stinner2011-07-142-8/+11
* | | Merge - Issue #12502: asyncore: fix polling loop with AF_UNIX sockets.Charles-François Natali2011-07-141-2/+4
* | | test that TestCase doesn't get cyclesBenjamin Peterson2011-07-141-0/+9