summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
* #17076: Make copying of xattrs more permissive of missing FS supportHynek Schlawack2013-02-051-0/+11
* #16811: Fix folding of headers with no value in provisional policies.R David Murray2013-02-041-0/+45
* Issue #17089: Expat parser now correctly works with string input not only whenSerhiy Storchaka2013-02-041-36/+43
|\
| * Issue #17089: Expat parser now correctly works with string input not only whenSerhiy Storchaka2013-02-041-36/+43
| * Fix test_tools hangs on Windows. Patch by Jeremy Kloth.Serhiy Storchaka2013-02-041-1/+1
| * Issue #16903: Popen.communicate() on Unix now accepts strings whenSerhiy Storchaka2013-02-041-2/+29
* | Do not raise self.skipTest().Serhiy Storchaka2013-02-041-2/+1
|\ \ | |/
| * Do not raise self.skipTest().Serhiy Storchaka2013-02-041-2/+1
* | Issue #6083: Fix multiple segmentation faults occured when PyArg_ParseTupleSerhiy Storchaka2013-02-042-0/+37
|\ \ | |/
| * Issue #6083: Fix multiple segmentation faults occured when PyArg_ParseTupleSerhiy Storchaka2013-02-042-0/+37
* | Way too many places create modules temporarily that never setBrett Cannon2013-02-031-6/+0
* | mergeBrett Cannon2013-02-031-0/+24
|\ \
| * \ Issue #17106: Fix a segmentation fault in io.TextIOWrapper when an underlyingSerhiy Storchaka2013-02-031-0/+24
| |\ \ | | |/
| | * Issue #17106: Fix a segmentation fault in io.TextIOWrapper when an underlyingSerhiy Storchaka2013-02-031-0/+24
* | | pyexpat/xml.parsers.expat create their errors and model modules fromBrett Cannon2013-02-031-0/+4
|/ /
* | Refactor recently added bugfix into more testable code by using aGregory P. Smith2013-02-031-12/+29
* | 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/+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
* | 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
* | 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
|\ \
| * \ 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
* | | Issue #17098: Be more stringent of setting __loader__ on early importedBrett Cannon2013-02-011-0/+6
* | | 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
* | 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 #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 #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/+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
* | 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-282-3/+3
|\ \ | |/