| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Refactor recently added bugfix into more testable code by using a | Gregory P. Smith | 2013-02-03 | 1 | -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 a | Gregory P. Smith | 2013-02-03 | 1 | -12/+29 |
| | | | | | | | | | | | method for windows file name sanitization. Splits the unittest up into several based on platform. | ||||
| * | | Issue #16698: merge from 3.3 | Ned Deily | 2013-02-02 | 1 | -0/+7 |
| |\ \ | |/ | |||||
| | * | Issue #16698: merge from 3.2 | Ned Deily | 2013-02-02 | 1 | -0/+7 |
| | |\ | |||||
| | | * | Issue #16698: Skip posix test_getgroups when built with OS X | Ned Deily | 2013-02-02 | 1 | -0/+7 |
| | | | | | | | | | | | | | deployment target prior to 10.6. | ||||
| * | | | Issue #15633: httplib.HTTPResponse is now mark closed when the server sends ↵ | Antoine Pitrou | 2013-02-02 | 1 | -3/+34 |
| |\ \ \ | |/ / | | | | | | | less than the advertised Content-Length. | ||||
| | * | | Issue #15633: httplib.HTTPResponse is now mark closed when the server sends ↵ | Antoine Pitrou | 2013-02-02 | 1 | -3/+34 |
| | |\ \ | | |/ | | | | | | | less than the advertised Content-Length. | ||||
| | | * | Issue #15633: httplib.HTTPResponse is now mark closed when the server sends ↵ | Antoine Pitrou | 2013-02-02 | 1 | -3/+15 |
| | | | | | | | | | | | | | less than the advertised Content-Length. | ||||
| * | | | Back out fix for issue #13886; it introduced a new bug in interactive ↵ | Nadeem Vawda | 2013-02-02 | 1 | -7/+0 |
| |\ \ \ | |/ / | | | | | | | readline use. | ||||
| | * | | Back out fix for issue #13886; it introduced a new bug in interactive ↵ | Nadeem Vawda | 2013-02-02 | 1 | -7/+0 |
| | |\ \ | | |/ | | | | | | | readline use. | ||||
| | | * | Back out fix for issue #13886; it introduced a new bug in interactive ↵ | Nadeem Vawda | 2013-02-02 | 1 | -7/+0 |
| | | | | | | | | | | | | | readline use. | ||||
| * | | | Fix the test for issue #6972. | Serhiy Storchaka | 2013-02-02 | 1 | -5/+17 |
| |\ \ \ | |/ / | | | | | | | Remove trailing dots on Windows. | ||||
| | * | | Fix the test for issue #6972. | Serhiy Storchaka | 2013-02-02 | 1 | -5/+17 |
| | |\ \ | | |/ | | | | | | | Remove trailing dots on Windows. | ||||
| | | * | Fix the test for issue #6972. | Serhiy Storchaka | 2013-02-02 | 1 | -5/+17 |
| | | | | | | | | | | | | | Remove trailing dots on Windows. | ||||
| * | | | Fix tests for issue #11159. | Serhiy Storchaka | 2013-02-02 | 1 | -0/+16 |
| |\ \ \ | |/ / | |||||
| | * | | Fix tests for issue #11159. | Serhiy Storchaka | 2013-02-02 | 1 | -0/+16 |
| | |\ \ | | |/ | |||||
| | | * | Fix tests for issue #11159. | Serhiy Storchaka | 2013-02-02 | 1 | -0/+16 |
| | | | | |||||
| * | | | Issue #11159: Add tests for testing SAX parser support of non-ascii file names. | Serhiy Storchaka | 2013-02-02 | 1 | -0/+44 |
| |\ \ \ | |/ / | |||||
| | * | | Issue #11159: Add tests for testing SAX parser support of non-ascii file names. | Serhiy Storchaka | 2013-02-02 | 1 | -0/+44 |
| | |\ \ | | |/ | |||||
| | | * | Issue #11159: Add tests for testing SAX parser support of non-ascii file names. | Serhiy Storchaka | 2013-02-02 | 1 | -0/+44 |
| | | | | |||||
| | * | | merge | Brett Cannon | 2013-02-01 | 1 | -9/+77 |
| | |\ \ | |||||
| * | \ \ | merge | Brett Cannon | 2013-02-01 | 1 | -9/+77 |
| |\ \ \ \ | |||||
| | * \ \ \ | Fixes Issue #6972: The zipfile module no longer overwrites files outside of | Gregory P. Smith | 2013-02-01 | 1 | -9/+77 |
| | |\ \ \ \ | | | |/ / | | |/| | | | | | | | its destination path when extracting malicious zip files. | ||||
| | | * | | | Fixes Issue #6972: The zipfile module no longer overwrites files outside of | Gregory P. Smith | 2013-02-01 | 1 | -9/+77 |
| | | |\ \ \ | | | | |/ | | | |/| | | | | | | its destination path when extracting malicious zip files. | ||||
| | | | * | | Fixes Issue #6972: The zipfile module no longer overwrites files outside of | Gregory P. Smith | 2013-02-01 | 1 | -9/+77 |
| | | | | | | | | | | | | | | | | | | | | | its destination path when extracting malicious zip files. | ||||
| * | | | | | Merge w/ 3.3 more fixes thanks to issue #17098 | Brett Cannon | 2013-02-01 | 1 | -0/+9 |
| |\ \ \ \ \ | | |_|_|/ | |/| | | | |||||
| | * | | | | Issue #17098: Be more stringent of setting __loader__ on early imported | Brett Cannon | 2013-02-01 | 1 | -0/+6 |
| | | | | | | | | | | | | | | | | | | | | | modules. Also made test more rigorous. | ||||
| * | | | | | merge with 3.3 | Brett Cannon | 2013-02-01 | 1 | -7/+10 |
| |\ \ \ \ \ | |/ / / / | | / / / | |/ / / |/| | | | |||||
| | * | | | Add a test for fix of issue #17098 | Brett Cannon | 2013-02-01 | 1 | -1/+12 |
| | |/ / | |||||
| * | | | Issue #17041: Fix doctesting when Python is configured with the | Serhiy Storchaka | 2013-01-31 | 2 | -2/+4 |
| |\ \ \ | |/ / | | | | | | | --without-doc-strings. | ||||
| | * | | Issue #17041: Fix doctesting when Python is configured with the | Serhiy Storchaka | 2013-01-31 | 2 | -2/+4 |
| | |\ \ | | |/ | | | | | | | --without-doc-strings. | ||||
| | | * | Issue #17041: Fix doctesting when Python is configured with the | Serhiy Storchaka | 2013-01-31 | 2 | -2/+4 |
| | | | | | | | | | | | | | --without-doc-strings. | ||||
| * | | | Added test to ensure localized calendar methods return strings and not bytes. | Serhiy Storchaka | 2013-01-31 | 1 | -3/+13 |
| |\ \ \ | |/ / | |||||
| | * | | Added test to ensure localized calendar methods return strings and not bytes. | Serhiy Storchaka | 2013-01-31 | 1 | -3/+13 |
| | |\ \ | | |/ | |||||
| | | * | Added test to ensure localized calendar methods return strings and not bytes. | Serhiy Storchaka | 2013-01-31 | 1 | -3/+13 |
| | | | | |||||
| * | | | Issue #4844: ZipFile now raises BadZipFile when opens a ZIP file with an | Serhiy Storchaka | 2013-01-31 | 1 | -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 an | Serhiy Storchaka | 2013-01-31 | 1 | -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 an | Serhiy Storchaka | 2013-01-31 | 1 | -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 modules | Ned Deily | 2013-01-31 | 2 | -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 Pitrou | 2013-01-29 | 1 | -0/+10 |
| |\ \ \ | |/ / | | | | | | | is named self. | ||||
| | * | | Issue #17071: Signature.bind() now works when one of the keyword arguments ↵ | Antoine Pitrou | 2013-01-29 | 1 | -0/+10 |
| | | | | | | | | | | | | | is named ``self``. | ||||
| * | | | Issue #12004: Fix an internal error in PyZipFile when writing an invalid | Serhiy Storchaka | 2013-01-29 | 1 | -1/+25 |
| |\ \ \ | |/ / | | | | | | | Python file. Patch by Ben Morgan. | ||||
| | * | | Issue #12004: Fix an internal error in PyZipFile when writing an invalid | Serhiy Storchaka | 2013-01-29 | 1 | -1/+25 |
| | |\ \ | | |/ | | | | | | | Python file. Patch by Ben Morgan. | ||||
| | | * | Issue #12004: Fix an internal error in PyZipFile when writing an invalid | Serhiy Storchaka | 2013-01-29 | 1 | -1/+24 |
| | | | | | | | | | | | | | Python file. Patch by Ben Morgan. | ||||
| * | | | Add tests for raw-unicode-escape codec. | Serhiy Storchaka | 2013-01-29 | 1 | -0/+50 |
| |\ \ \ | |/ / | |||||
| | * | | Add tests for raw-unicode-escape codec. | Serhiy Storchaka | 2013-01-29 | 1 | -0/+50 |
| | |\ \ | | |/ | |||||
| | | * | Add tests for raw-unicode-escape codec. | Serhiy Storchaka | 2013-01-29 | 1 | -0/+51 |
| | | | | |||||
| * | | | Clean up escape-decode decoder tests. | Serhiy Storchaka | 2013-01-29 | 1 | -36/+40 |
| |\ \ \ | |/ / | |||||
| | * | | Clean up escape-decode decoder tests. | Serhiy Storchaka | 2013-01-29 | 1 | -36/+40 |
| | |\ \ | | |/ | |||||
| | | * | Clean up escape-decode decoder tests. | Serhiy Storchaka | 2013-01-29 | 1 | -36/+40 |
| | | | | |||||
