summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
...
| * | 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
|\ \ \ | |/ /
| * | Issue #16979: Fix error handling bugs in the unicode-escape-decode decoder.Serhiy Storchaka2013-01-292-2/+86
| |\ \ | | |/
| | * Issue #16979: Fix error handling bugs in the unicode-escape-decode decoder.Serhiy Storchaka2013-01-292-2/+87
* | | Fix skip conditions in some docstings tests.Serhiy Storchaka2013-01-281-2/+2
|\ \ \ | |/ /
| * | Fix skip conditions in some docstings tests.Serhiy Storchaka2013-01-282-3/+3
| |\ \ | | |/
| | * Fix skip conditions in some docstings tests.Serhiy Storchaka2013-01-282-3/+3
* | | Tweak a comment to be in line with Python 3Brett Cannon2013-01-271-1/+1
* | | Issue #17041: Fix testing when Python is configured with theSerhiy Storchaka2013-01-273-25/+43
|\ \ \ | |/ /
| * | Issue #17041: Fix testing when Python is configured with theSerhiy Storchaka2013-01-273-25/+43
| |\ \ | | |/
| | * Issue #17041: Fix testing when Python is configured with theSerhiy Storchaka2013-01-274-17/+44
* | | Issue #13886: Fix input() to not strip out supposedly-invalid input bytes.Nadeem Vawda2013-01-271-0/+7
|\ \ \ | |/ /
| * | Issue #13886: Fix input() to not strip out supposedly-invalid input bytes.Nadeem Vawda2013-01-271-0/+7
| |\ \ | | |/
| | * Issue #13886: Fix input() to not strip out supposedly-invalid input bytes.Nadeem Vawda2013-01-271-0/+7
* | | Issue #16772: in int(x, base), non-integer bases must have an __index__ method.Mark Dickinson2013-01-271-0/+17
* | | Merge typo fixes from 3.3.Ezio Melotti2013-01-273-3/+3
|\ \ \ | |/ /