summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
* Issue #13645: pyc files now contain the size of the corresponding sourceAntoine Pitrou2012-01-132-6/+16
* Implement PEP 380 - 'yield from' (closes #11682)Nick Coghlan2012-01-135-45/+39
* Issue #13748: Raw bytes literals can now be written with the `rb` prefix as w...Antoine Pitrou2012-01-122-4/+25
* test_strlit was never runAntoine Pitrou2012-01-121-3/+5
|\
| * test_strlit was never runAntoine Pitrou2012-01-121-3/+5
* | use full unicode mappings for upper/lower/title case (#12736)Benjamin Peterson2012-01-113-2/+46
* | Remove unused certificate from the test directory.Antoine Pitrou2012-01-101-31/+0
|\ \ | |/
| * Remove unused certificate from the test directory.Antoine Pitrou2012-01-101-31/+0
* | Issue #13757: Change os.fdlistdir() so that it duplicates the passed fileCharles-François Natali2012-01-101-8/+2
* | Merge with 3.2Terry Jan Reedy2012-01-091-4/+6
|\ \ | |/
| * #11906 Make test_argparse work interactively by removing extra spaceTerry Jan Reedy2012-01-091-4/+6
* | Issue #12760: Add a create mode to open(). Patch by David Townshend.Charles-François Natali2012-01-091-0/+13
* | provide a common method to check for RETR_DATA validity, first checking the e...Giampaolo Rodola'2012-01-091-8/+10
* | Issue #13739: In os.listdir(), rewind the directory stream (so that listdir()Charles-François Natali2012-01-081-2/+10
* | Merge with 3.2 for #12364.Ross Lagerwall2012-01-081-0/+6
|\ \ | |/
| * Issue #12364: Fix a hang in concurrent.futures.ProcessPoolExecutor.Ross Lagerwall2012-01-081-0/+6
* | Closes #13732: now use os.linesep instead of a literal newline.Vinay Sajip2012-01-071-3/+4
* | Issue #13502: threading: Fix a race condition in Event.wait() that made itCharles-François Natali2012-01-071-0/+16
|\ \ | |/
| * Issue #13502: threading: Fix a race condition in Event.wait() that made itCharles-François Natali2012-01-071-0/+16
| * Closes #13699. Skipped two tests if Python is optimised.Vinay Sajip2012-01-051-0/+4
* | Issue #9993: When the source and destination are on different filesystems,Antoine Pitrou2012-01-061-0/+43
* | Issue #13713: fix a regression in HTTP chunked reading after 806cfe39f729Antoine Pitrou2012-01-041-15/+49
* | 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-041-3/+50
* | merge from 3.2Senthil Kumaran2012-01-041-0/+13
|\ \ | |/
| * Issue13696 - Fix 302 Redirection for Relative urls.Senthil Kumaran2012-01-041-0/+13
* | 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-031-1/+21
|\ \ \ | |/ /
| * | Issue #13636: Weak ciphers are now disabled by default in the ssl moduleAntoine Pitrou2012-01-031-1/+21
* | | use io.SEEK_* constants instead of os.SEEK_* where an IO stream is seeked, le...Eli Bendersky2012-01-031-2/+3
* | | 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-011-0/+23
|\ \ \ | |/ /
| * | Issue #13594: various fixes to aifc module; patch by Oleg PlakhotnyukSandro Tosi2012-01-011-0/+23
* | | merge with 3.2Sandro Tosi2012-01-011-0/+11
|\ \ \ | |/ /
| * | Issue #13680: add lowecase compression type to write header; patch by Oleg Pl...Sandro Tosi2012-01-011-0/+11
* | | Issue #12715: Add an optional symlinks argument to shutil functions (copyfile...Antoine Pitrou2011-12-291-0/+219
* | | 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
* | | Issue #13577: Built-in methods and functions now have a __qualname__.Antoine Pitrou2011-12-231-1/+27
* | | 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-222-0/+33
* | | MergeMichael Foord2011-12-221-0/+17
|\ \ \ | |/ /
| * | Metaclasses with metaclasses with a __dict__ descriptor can no longer trigger...Michael Foord2011-12-221-0/+17