summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* | 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-132-1/+2
|\ \ | |/
| * Issue #12549: Correct test_platform to not fail when OS X returns 'x86_64'Ned Deily2011-07-132-1/+2
* | Issue #12550: regrtest displays the Python traceback on SIGALRM or SIGUSR1Victor Stinner2011-07-131-1/+11
* | Issue #12550: Add chain optional argument to faulthandler.register()Victor Stinner2011-07-131-3/+28
* | (merge 3.2) Close #4376: ctypes now supports nested structures in a endianVictor Stinner2011-07-132-18/+36
|\ \ | |/
| * Close #4376: ctypes now supports nested structures in a endian different thanVictor Stinner2011-07-132-18/+36
* | merge 3.2 (#12544)Benjamin Peterson2011-07-131-22/+3
|\ \ | |/
| * this can be done without a custom dict (also fixes #12544)Benjamin Peterson2011-07-131-22/+3
* | Issue #12149: Update the method cache after a type's dictionnary getsAntoine Pitrou2011-07-121-1/+18
|\ \ | |/
| * Issue #12149: Update the method cache after a type's dictionnary getsAntoine Pitrou2011-07-121-1/+18
| * Merge 3.2.1 release clone into main repo.Georg Brandl2011-07-092-2/+2
| |\
| | * Bump version to 3.2.1.v3.2.1Georg Brandl2011-07-092-2/+2
| | * Skip network tests when getaddrinfo() returns EAI_AGAIN, meaning a temporaryAntoine Pitrou2011-07-091-0/+1
| | * Avoid failing in test_urllibnet.test_bad_address when some overzealousAntoine Pitrou2011-07-081-0/+8
| | * Issue #12429: Skip interrupted write tests on FreeBSD <= 7Victor Stinner2011-07-041-0/+2
| | * Fix closes issue issue12470 - check for utime for the skipUnless condition.Senthil Kumaran2011-07-041-1/+1
| | * Fix closes issue12438 - idlelib.PyShell's showformatwarning method was passi...Senthil Kumaran2011-07-041-1/+1
* | | Skip network tests when getaddrinfo() returns EAI_AGAIN, meaning a temporaryAntoine Pitrou2011-07-091-0/+1
|\ \ \ | |/ /
| * | Skip network tests when getaddrinfo() returns EAI_AGAIN, meaning a temporaryAntoine Pitrou2011-07-091-0/+1
* | | Add commentAntoine Pitrou2011-07-081-0/+2
* | | Rebind locally the globals which can be looked up at shutdownAntoine Pitrou2011-07-082-7/+11
* | | Avoid failing in test_robotparser when mueblesmoraleda.com is flaky andAntoine Pitrou2011-07-081-2/+17
|\ \ \ | |/ /
| * | Avoid failing in test_robotparser when mueblesmoraleda.com is flaky andAntoine Pitrou2011-07-081-2/+17
* | | Avoid failing in test_urllibnet.test_bad_address when some overzealousAntoine Pitrou2011-07-081-0/+8
|\ \ \ | |/ /
| * | Avoid failing in test_urllibnet.test_bad_address when some overzealousAntoine Pitrou2011-07-081-0/+8
* | | Issue #12440: When testing whether some bits in SSLContext.options can beAntoine Pitrou2011-07-082-1/+3
|\ \ \ | |/ /
| * | Issue #12440: When testing whether some bits in SSLContext.options can beAntoine Pitrou2011-07-082-1/+3
* | | Close file handles in a timely manner in packaging.database (#12504).Éric Araujo2011-07-082-7/+7