summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
...
| | * Do not raise self.skipTest().Serhiy Storchaka2013-02-041-2/+1
* | | Temporarily disable test_from_dll in test_returnfuncptrs.py for Windows.Serhiy Storchaka2013-02-041-1/+4
|\ \ \ | |/ /
| * | Temporarily disable test_from_dll in test_returnfuncptrs.py for Windows.Serhiy Storchaka2013-02-041-1/+4
| |\ \ | | |/
| | * Temporarily disable test_from_dll in test_returnfuncptrs.py for Windows.Serhiy Storchaka2013-02-041-1/+4
* | | Issue #6083: Fix multiple segmentation faults occured when PyArg_ParseTupleSerhiy Storchaka2013-02-043-2/+65
|\ \ \ | |/ /
| * | Issue #6083: Fix multiple segmentation faults occured when PyArg_ParseTupleSerhiy Storchaka2013-02-043-0/+65
| |\ \ | | |/
| | * Issue #6083: Fix multiple segmentation faults occured when PyArg_ParseTupleSerhiy Storchaka2013-02-043-0/+65
* | | merge 3.3 (#5289)Benjamin Peterson2013-02-041-0/+29
|\ \ \ | |/ /
| * | fix find_library on Solaris (closes #5289)Benjamin Peterson2013-02-041-0/+29
* | | merge w/ 3.3Brett Cannon2013-02-031-6/+0
|\ \ \ | |/ /
| * | Way too many places create modules temporarily that never setBrett Cannon2013-02-031-6/+0
| * | mergeBrett Cannon2013-02-031-0/+24
| |\ \
* | \ \ 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
| | |\ \ \ | | | | |/ | | | |/|
| | | * | Issue #17106: Fix a segmentation fault in io.TextIOWrapper when an underlyingSerhiy Storchaka2013-02-031-0/+24
* | | | | mergeBrett Cannon2013-02-031-0/+4
|\ \ \ \ \ | |/ / / / |/| | | / | | |_|/ | |/| |
| * | | 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-032-19/+48
|\ \ \ | |/ /
| * | Refactor recently added bugfix into more testable code by using aGregory P. Smith2013-02-032-19/+48
* | | Issue #17015: When it has a spec, a Mock object now inspects its signature wh...Antoine Pitrou2013-02-023-85/+273
* | | 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
| | * Simplify code in HTTPResponse.read()Antoine Pitrou2013-02-021-4/+1
* | | Issue #15633: httplib.HTTPResponse is now mark closed when the server sends l...Antoine Pitrou2013-02-022-8/+44
|\ \ \ | |/ /
| * | Issue #15633: httplib.HTTPResponse is now mark closed when the server sends l...Antoine Pitrou2013-02-022-8/+44
| |\ \ | | |/
| | * Issue #15633: httplib.HTTPResponse is now mark closed when the server sends l...Antoine Pitrou2013-02-022-4/+24
* | | 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-022-6/+21
|\ \ \ | |/ /
| * | Fix the test for issue #6972.Serhiy Storchaka2013-02-022-6/+21
| |\ \ | | |/
| | * Fix the test for issue #6972.Serhiy Storchaka2013-02-022-6/+21
* | | 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-012-20/+93
| |\ \
* | \ \ mergeBrett Cannon2013-02-012-20/+93
|\ \ \ \
| * \ \ \ Fixes Issue #6972: The zipfile module no longer overwrites files outside ofGregory P. Smith2013-02-012-20/+93
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | Fixes Issue #6972: The zipfile module no longer overwrites files outside ofGregory P. Smith2013-02-012-20/+93
| | |\ \ \ | | | | |/ | | | |/|
| | | * | Fixes Issue #6972: The zipfile module no longer overwrites files outside ofGregory P. Smith2013-02-012-20/+93
* | | | | Merge w/ 3.3 more fixes thanks to issue #17098Brett Cannon2013-02-012-2/+14
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Issue #17098: Be more stringent of setting __loader__ on early importedBrett Cannon2013-02-012-2/+11
* | | | | merge with 3.3Brett Cannon2013-02-011-7/+10
|\ \ \ \ \ | |/ / / / | | / / / | |/ / / |/| | |
| * | | Add a test for fix of issue #17098Brett Cannon2013-02-011-1/+12
| |/ /
* | | Issue #17098: all modules should have __loader__Brett Cannon2013-02-011-3/+5
|\ \ \ | |/ /