summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Collapse)AuthorAgeFilesLines
* Refactor recently added bugfix into more testable code by using aGregory P. Smith2013-02-031-12/+29
|\ | | | | | | | | method for windows file name sanitization. Splits the unittest up into several based on platform.
| * Refactor recently added bugfix into more testable code by using aGregory P. Smith2013-02-031-12/+29
| | | | | | | | | | method for windows file name sanitization. Splits the unittest up into several based on platform.
* | 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
| | | | | | | | | | | | deployment target prior to 10.6.
* | | Issue #15633: httplib.HTTPResponse is now mark closed when the server sends ↵Antoine Pitrou2013-02-021-3/+34
|\ \ \ | |/ / | | | | | | less than the advertised Content-Length.
| * | Issue #15633: httplib.HTTPResponse is now mark closed when the server sends ↵Antoine Pitrou2013-02-021-3/+34
| |\ \ | | |/ | | | | | | less than the advertised Content-Length.
| | * Issue #15633: httplib.HTTPResponse is now mark closed when the server sends ↵Antoine Pitrou2013-02-021-3/+15
| | | | | | | | | | | | less than the advertised Content-Length.
* | | Back out fix for issue #13886; it introduced a new bug in interactive ↵Nadeem Vawda2013-02-021-7/+0
|\ \ \ | |/ / | | | | | | readline use.
| * | Back out fix for issue #13886; it introduced a new bug in interactive ↵Nadeem Vawda2013-02-021-7/+0
| |\ \ | | |/ | | | | | | readline use.
| | * Back out fix for issue #13886; it introduced a new bug in interactive ↵Nadeem Vawda2013-02-021-7/+0
| | | | | | | | | | | | readline use.
* | | Fix the test for issue #6972.Serhiy Storchaka2013-02-021-5/+17
|\ \ \ | |/ / | | | | | | Remove trailing dots on Windows.
| * | Fix the test for issue #6972.Serhiy Storchaka2013-02-021-5/+17
| |\ \ | | |/ | | | | | | Remove trailing dots on Windows.
| | * Fix the test for issue #6972.Serhiy Storchaka2013-02-021-5/+17
| | | | | | | | | | | | Remove trailing dots on Windows.
* | | 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
| |\ \ \ \ | | | |/ / | | |/| | | | | | | its destination path when extracting malicious zip files.
| | * | | Fixes Issue #6972: The zipfile module no longer overwrites files outside ofGregory P. Smith2013-02-011-9/+77
| | |\ \ \ | | | | |/ | | | |/| | | | | | its destination path when extracting malicious zip files.
| | | * | Fixes Issue #6972: The zipfile module no longer overwrites files outside ofGregory P. Smith2013-02-011-9/+77
| | | | | | | | | | | | | | | | | | | | its destination path when extracting malicious zip files.
* | | | | 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
| | | | | | | | | | | | | | | | | | | | modules. Also made test more rigorous.
* | | | | 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
|\ \ \ | |/ / | | | | | | --without-doc-strings.
| * | Issue #17041: Fix doctesting when Python is configured with theSerhiy Storchaka2013-01-312-2/+4
| |\ \ | | |/ | | | | | | --without-doc-strings.
| | * Issue #17041: Fix doctesting when Python is configured with theSerhiy Storchaka2013-01-312-2/+4
| | | | | | | | | | | | --without-doc-strings.
* | | 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
|\ \ \ | |/ / | | | | | | | | | incomplete "End of Central Directory" record. Original patch by Guilherme Polo and Alan McIntyre.
| * | Issue #4844: ZipFile now raises BadZipFile when opens a ZIP file with anSerhiy Storchaka2013-01-311-0/+14
| |\ \ | | |/ | | | | | | | | | incomplete "End of Central Directory" record. Original patch by Guilherme Polo and Alan McIntyre.
| | * Issue #4844: ZipFile now raises BadZipFile when opens a ZIP file with anSerhiy Storchaka2013-01-311-0/+14
| | | | | | | | | | | | | | | incomplete "End of Central Directory" record. Original patch by Guilherme Polo and Alan McIntyre.
| | * Issue #13590: OS X Xcode 4 - improve support for universal extension modulesNed Deily2013-01-312-6/+290
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In particular, fix extension module build failures when trying to use 32-bit-only installer Pythons on systems with Xcode 4 (currently OS X 10.8, 10.7, and optionally 10.6). * Backport 3.3.0 fixes to 3.2 branch (for release in 3.2.4) * Since Xcode 4 removes ppc support, extension module builds now check for ppc compiler support and by default remove ppc and ppc64 archs when they are not available. * Extension module builds now revert to using system installed headers and libs (/usr and /System/Library) if the SDK used to build the interpreter is not installed or has moved. * Try to avoid building extension modules with deprecated and problematic Apple llvm-gcc compiler. If original compiler is not available, use clang instead by default.
* | | Issue #17071: Signature.bind() now works when one of the keyword arguments ↵Antoine Pitrou2013-01-291-0/+10
|\ \ \ | |/ / | | | | | | is named self.
| * | Issue #17071: Signature.bind() now works when one of the keyword arguments ↵Antoine Pitrou2013-01-291-0/+10
| | | | | | | | | | | | is named ``self``.
* | | Issue #12004: Fix an internal error in PyZipFile when writing an invalidSerhiy Storchaka2013-01-291-1/+25
|\ \ \ | |/ / | | | | | | Python file. Patch by Ben Morgan.
| * | Issue #12004: Fix an internal error in PyZipFile when writing an invalidSerhiy Storchaka2013-01-291-1/+25
| |\ \ | | |/ | | | | | | Python file. Patch by Ben Morgan.
| | * Issue #12004: Fix an internal error in PyZipFile when writing an invalidSerhiy Storchaka2013-01-291-1/+24
| | | | | | | | | | | | Python file. Patch by Ben Morgan.
* | | 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
| | |