summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | Factor out code used by packaging commands for HTTP requests (#12169).Éric Araujo2011-07-087-139/+93
* | | Issue #12016: Multibyte CJK decoders now resynchronize fasterVictor Stinner2011-07-076-57/+96
* | | Closes #12391: temporary files are now cleaned up.Vinay Sajip2011-07-071-7/+5
* | | Revert 76452b892838 as per http://mail.python.org/pipermail/python-dev/2011-J...Georg Brandl2011-07-061-4/+4
* | | Issue #8716: Instead of relying on Aqua Tk exceptions to detect lack ofNed Deily2011-07-061-25/+35
|\ \ \ | |/ /
| * | Issue #8716: Instead of relying on Aqua Tk exceptions to detect lack ofNed Deily2011-07-061-25/+35
* | | Normalize whitespace for #11512 fix.Brian Curtin2011-07-061-7/+7
* | | Fix #11512. Add an initial test suite for the cgitb, providing 75% coverage.Brian Curtin2011-07-061-0/+55
* | | Issue #12459: time.sleep() now raises a ValueError if the sleep length isVictor Stinner2011-07-051-0/+2
* | | (merge 3.2) Issue #12493: skip test_communicate_eintr() if signal.SIGALRM is ...Victor Stinner2011-07-051-0/+2
|\ \ \ | |/ /
| * | Issue #12493: skip test_communicate_eintr() if signal.SIGALRM is missingVictor Stinner2011-07-051-0/+2
* | | (merge 3.2) Issue #12451: pydoc: html_getfile() now uses tokenize.open() toVictor Stinner2011-07-051-1/+1
|\ \ \ | |/ /
| * | Issue #12451: pydoc: html_getfile() now uses tokenize.open() to support PythonVictor Stinner2011-07-051-1/+1
* | | (merge 3.2) Issue #12493: subprocess: communicate() handles EINTRVictor Stinner2011-07-052-3/+19
|\ \ \ | |/ /
| * | Issue #12493: subprocess: communicate() handles EINTRVictor Stinner2011-07-052-3/+19
* | | Issue #12497: Install test/data to prevent failures of the various codecmapsNed Deily2011-07-051-1/+1
|\ \ \ | |/ /
| * | Issue #12497: Install test/data to prevent failures of the various codecmapsNed Deily2011-07-051-1/+1
| * | Merge 3.2.1 release clone changes into main 3.2 branch after 3.2.1rc2 release.Georg Brandl2011-07-043-5/+5
| |\ \ | | |/
| | * Issue #12467: warnings: fix a race condition if a warning is emitted atVictor Stinner2011-07-041-0/+12
| | * Bump to 3.2.1rc2.Georg Brandl2011-07-032-2/+2
| | * Update pydoc topics.Georg Brandl2011-07-031-3/+3
* | | Issue #12469: fix signal order check of test_signalVictor Stinner2011-07-041-5/+6
* | | Issue #12469: test_signal checks wakeup signals order, except on freebsd6Victor Stinner2011-07-041-4/+4
* | | Issue #12469: partial revert of 024827a9db64, freebsd6 thread initializationVictor Stinner2011-07-041-3/+0
* | | Issue #12469: replace assertions by explicit if+raiseVictor Stinner2011-07-041-16/+32
* | | (merge 3.2) Issue #12469: Run wakeup and pending signal tests in a subprocessVictor Stinner2011-07-041-238/+256
|\ \ \ | |/ /
| * | Issue #12469: Run "wakeup" signal tests in subprocess to run the test in aVictor Stinner2011-07-041-37/+68
| * | Issue #12429: Skip interrupted write tests on FreeBSD <= 7Victor Stinner2011-07-041-0/+2