summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
...
| * | Refactor recently added bugfix into more testable code by using aGregory P. Smith2013-02-031-12/+29
* | | Issue #16698: merge from 3.3Ned Deily2013-02-021-0/+7
|\ \ \ | |/ /
| * | Issue #16698: merge from 3.2Ned Deily2013-02-021-0/+7
| |\ \ | | |/
| | * Issue #16698: Skip posix test_getgroups when built with OS XNed Deily2013-02-021-0/+7
* | | Issue #15633: httplib.HTTPResponse is now mark closed when the server sends l...Antoine Pitrou2013-02-021-3/+34
|\ \ \ | |/ /
| * | Issue #15633: httplib.HTTPResponse is now mark closed when the server sends l...Antoine Pitrou2013-02-021-3/+34
| |\ \ | | |/
| | * Issue #15633: httplib.HTTPResponse is now mark closed when the server sends l...Antoine Pitrou2013-02-021-3/+15
* | | Back out fix for issue #13886; it introduced a new bug in interactive readlin...Nadeem Vawda2013-02-021-7/+0
|\ \ \ | |/ /
| * | Back out fix for issue #13886; it introduced a new bug in interactive readlin...Nadeem Vawda2013-02-021-7/+0
| |\ \ | | |/
| | * Back out fix for issue #13886; it introduced a new bug in interactive readlin...Nadeem Vawda2013-02-021-7/+0
* | | Fix the test for issue #6972.Serhiy Storchaka2013-02-021-5/+17
|\ \ \ | |/ /
| * | Fix the test for issue #6972.Serhiy Storchaka2013-02-021-5/+17
| |\ \ | | |/
| | * Fix the test for issue #6972.Serhiy Storchaka2013-02-021-5/+17
* | | Fix tests for issue #11159.Serhiy Storchaka2013-02-021-0/+16
|\ \ \ | |/ /
| * | Fix tests for issue #11159.Serhiy Storchaka2013-02-021-0/+16
| |\ \ | | |/
| | * Fix tests for issue #11159.Serhiy Storchaka2013-02-021-0/+16
* | | Issue #11159: Add tests for testing SAX parser support of non-ascii file names.Serhiy Storchaka2013-02-021-0/+44
|\ \ \ | |/ /
| * | Issue #11159: Add tests for testing SAX parser support of non-ascii file names.Serhiy Storchaka2013-02-021-0/+44
| |\ \ | | |/
| | * Issue #11159: Add tests for testing SAX parser support of non-ascii file names.Serhiy Storchaka2013-02-021-0/+44
| * | mergeBrett Cannon2013-02-011-9/+77
| |\ \
* | \ \ mergeBrett Cannon2013-02-011-9/+77
|\ \ \ \
| * \ \ \ Fixes Issue #6972: The zipfile module no longer overwrites files outside ofGregory P. Smith2013-02-011-9/+77
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | Fixes Issue #6972: The zipfile module no longer overwrites files outside ofGregory P. Smith2013-02-011-9/+77
| | |\ \ \ | | | | |/ | | | |/|
| | | * | Fixes Issue #6972: The zipfile module no longer overwrites files outside ofGregory P. Smith2013-02-011-9/+77
* | | | | Merge w/ 3.3 more fixes thanks to issue #17098Brett Cannon2013-02-011-0/+9
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Issue #17098: Be more stringent of setting __loader__ on early importedBrett Cannon2013-02-011-0/+6
* | | | | merge with 3.3Brett Cannon2013-02-011-7/+10
|\ \ \ \ \ | |/ / / / | | / / / | |/ / / |/| | |
| * | | Add a test for fix of issue #17098Brett Cannon2013-02-011-1/+12
| |/ /
* | | Issue #17041: Fix doctesting when Python is configured with theSerhiy Storchaka2013-01-312-2/+4
|\ \ \ | |/ /
| * | Issue #17041: Fix doctesting when Python is configured with theSerhiy Storchaka2013-01-312-2/+4
| |\ \ | | |/
| | * Issue #17041: Fix doctesting when Python is configured with theSerhiy Storchaka2013-01-312-2/+4
* | | Added test to ensure localized calendar methods return strings and not bytes.Serhiy Storchaka2013-01-311-3/+13
|\ \ \ | |/ /
| * | Added test to ensure localized calendar methods return strings and not bytes.Serhiy Storchaka2013-01-311-3/+13
| |\ \ | | |/
| | * Added test to ensure localized calendar methods return strings and not bytes.Serhiy Storchaka2013-01-311-3/+13
* | | Issue #4844: ZipFile now raises BadZipFile when opens a ZIP file with anSerhiy Storchaka2013-01-311-0/+14
|\ \ \ | |/ /
| * | Issue #4844: ZipFile now raises BadZipFile when opens a ZIP file with anSerhiy Storchaka2013-01-311-0/+14
| |\ \ | | |/
| | * Issue #4844: ZipFile now raises BadZipFile when opens a ZIP file with anSerhiy Storchaka2013-01-311-0/+14
| | * Issue #13590: OS X Xcode 4 - improve support for universal extension modulesNed Deily2013-01-312-6/+290
* | | Issue #17071: Signature.bind() now works when one of the keyword arguments is...Antoine Pitrou2013-01-291-0/+10
|\ \ \ | |/ /
| * | Issue #17071: Signature.bind() now works when one of the keyword arguments is...Antoine Pitrou2013-01-291-0/+10
* | | Issue #12004: Fix an internal error in PyZipFile when writing an invalidSerhiy Storchaka2013-01-291-1/+25
|\ \ \ | |/ /
| * | Issue #12004: Fix an internal error in PyZipFile when writing an invalidSerhiy Storchaka2013-01-291-1/+25
| |\ \ | | |/
| | * Issue #12004: Fix an internal error in PyZipFile when writing an invalidSerhiy Storchaka2013-01-291-1/+24
* | | Add tests for raw-unicode-escape codec.Serhiy Storchaka2013-01-291-0/+50
|\ \ \ | |/ /
| * | Add tests for raw-unicode-escape codec.Serhiy Storchaka2013-01-291-0/+50
| |\ \ | | |/
| | * Add tests for raw-unicode-escape codec.Serhiy Storchaka2013-01-291-0/+51
* | | Clean up escape-decode decoder tests.Serhiy Storchaka2013-01-291-36/+40
|\ \ \ | |/ /
| * | Clean up escape-decode decoder tests.Serhiy Storchaka2013-01-291-36/+40
| |\ \ | | |/
| | * Clean up escape-decode decoder tests.Serhiy Storchaka2013-01-291-36/+40
* | | Issue #16979: Fix error handling bugs in the unicode-escape-decode decoder.Serhiy Storchaka2013-01-292-2/+86
|\ \ \ | |/ /