summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Issue #13502: threading: Fix a race condition in Event.wait() that made itCharles-François Natali2012-01-072-3/+20
|\
| * Issue #13502: threading: Fix a race condition in Event.wait() that made itCharles-François Natali2012-01-072-3/+20
* | Issue #9993: When the source and destination are on different filesystems,Antoine Pitrou2012-01-062-2/+52
* | Merge from 3.2: Issue #12926: Fix a bug in tarfile's link extraction.Lars Gustäbel2012-01-051-6/+0
|\ \ | |/
| * Issue #12926: Fix a bug in tarfile's link extraction.Lars Gustäbel2012-01-051-6/+0
| * Closes #13699. Skipped two tests if Python is optimised.Vinay Sajip2012-01-051-0/+4
* | Issue #13713: fix a regression in HTTP chunked reading after 806cfe39f729Antoine Pitrou2012-01-042-17/+51
* | convince regrtest.py we aren't modifying _CONFIG_VARSBenjamin Peterson2012-01-041-2/+3
* | Closes #13699. Skipped two tests if Python is optimised.Vinay Sajip2012-01-041-0/+4
* | Refactored logging rotating handlers for improved flexibility.Vinay Sajip2012-01-042-17/+106
* | merge from 3.2Senthil Kumaran2012-01-042-2/+15
|\ \ | |/
| * Issue13696 - Fix 302 Redirection for Relative urls.Senthil Kumaran2012-01-042-2/+15
* | merge 3.2Benjamin Peterson2012-01-031-4/+4
|\ \ | |/
| * merge 3.1Benjamin Peterson2012-01-031-4/+4
| |\
| | * fix this to not depend on dictionary orderBenjamin Peterson2012-01-031-4/+4
* | | Issue #13636: Weak ciphers are now disabled by default in the ssl moduleAntoine Pitrou2012-01-032-3/+32
|\ \ \ | |/ /
| * | Issue #13636: Weak ciphers are now disabled by default in the ssl moduleAntoine Pitrou2012-01-032-3/+31
* | | use io.SEEK_* constants instead of os.SEEK_* where an IO stream is seeked, le...Eli Bendersky2012-01-032-6/+8
* | | Mock the rename failure a bit betterAntoine Pitrou2012-01-021-1/+2
* | | Issue #9975: socket: Fix incorrect use of flowinfo and scope_id. Patch byCharles-François Natali2012-01-021-0/+7
|\ \ \ | |/ /
| * | Issue #9975: socket: Fix incorrect use of flowinfo and scope_id. Patch byCharles-François Natali2012-01-021-0/+7
* | | merge with 3.2Sandro Tosi2012-01-012-17/+41
|\ \ \ | |/ /
| * | Issue #13594: various fixes to aifc module; patch by Oleg PlakhotnyukSandro Tosi2012-01-012-17/+41
* | | Issue #13640: add application/vnd.apple.mpegurl MIME type; (partial) patch by...Sandro Tosi2012-01-011-0/+2
* | | merge with 3.2Sandro Tosi2012-01-012-10/+13
|\ \ \ | |/ /
| * | Issue #13680: add lowecase compression type to write header; patch by Oleg Pl...Sandro Tosi2012-01-012-10/+13
* | | Fix no-op tests in importlib.Antoine Pitrou2011-12-301-0/+4
|\ \ \ | |/ /
| * | Fix no-op tests in importlib.Antoine Pitrou2011-12-301-0/+4
* | | Issue #12715: Add an optional symlinks argument to shutil functions (copyfile...Antoine Pitrou2011-12-292-26/+294
* | | Limit test scope to those platforms that can save the target filenames. Refer...Jason R. Coombs2011-12-281-0/+17
* | | don't fail if CLOEXEC doesn't existBenjamin Peterson2011-12-271-2/+3
* | | merge 3.2Benjamin Peterson2011-12-271-0/+1
|\ \ \ | |/ /
| * | propgate error in other conditionsBenjamin Peterson2011-12-271-0/+1
* | | add a flags parameter to select.epollBenjamin Peterson2011-12-271-0/+2
* | | Ported some test cases from 2.7 for #11638Jason R. Coombs2011-12-261-2/+21
* | | Issue #13565: Increase multiprocessing's server socket backlog, to avoidCharles-François Natali2011-12-231-1/+1
|\ \ \ | |/ /
| * | Issue #13565: Increase multiprocessing's server socket backlog, to avoidCharles-François Natali2011-12-231-1/+1
* | | Issue #13577: Built-in methods and functions now have a __qualname__.Antoine Pitrou2011-12-231-1/+27
* | | merge from 3.2. Minor code style improvements in http.server suggested in Is...Senthil Kumaran2011-12-231-6/+3
|\ \ \ | |/ /
| * | Minor code style improvements in http.server suggested in Issue13294.Senthil Kumaran2011-12-231-6/+3
* | | Forgot the data file for Diffie-Hellman tests.Antoine Pitrou2011-12-221-0/+9
* | | Issue #13626: Add support for SSL Diffie-Hellman key exchange, through theAntoine Pitrou2011-12-223-1/+34
* | | MergeMichael Foord2011-12-222-4/+22
|\ \ \ | |/ /
| * | Metaclasses with metaclasses with a __dict__ descriptor can no longer trigger...Michael Foord2011-12-222-4/+22
* | | Use context managers in test_ssl to simplify test writing.Antoine Pitrou2011-12-211-83/+43
|\ \ \ | |/ /
| * | Use context managers in test_ssl to simplify test writing.Antoine Pitrou2011-12-211-68/+35
* | | Issue #13645: fix test_import failure when run immediately after test_coding.Antoine Pitrou2011-12-211-1/+2
|\ \ \ | |/ /
| * | Issue #13645: fix test_import failure when run immediately after test_coding.Antoine Pitrou2011-12-211-1/+2
* | | Issue 13620 - Support chrome browser in webbrowser.py module.Senthil Kumaran2011-12-211-0/+17
* | | Issue #12708: Add starmap() and starmap_async() methods (similar to itertools...Antoine Pitrou2011-12-213-3/+50