summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ \ | |/ /
| * | Issue #17098: Make sure every module has __loader__ defined.Brett Cannon2013-02-011-3/+5
* | | 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-312-6/+33
|\ \ \ | |/ /
| * | Issue #4844: ZipFile now raises BadZipFile when opens a ZIP file with anSerhiy Storchaka2013-01-312-6/+33
| |\ \ | | |/
| | * Issue #4844: ZipFile now raises BadZipFile when opens a ZIP file with anSerhiy Storchaka2013-01-312-6/+33
| | * Issue #13590: OS X Xcode 4 - improve support for universal extension modulesNed Deily2013-01-319-369/+847
* | | MergeMichael Foord2013-01-292-1/+47
|\ \ \ | |/ /
| * | MergeMichael Foord2013-01-292-1/+47
| |\ \ | | |/
| | * Closes issue 15505. unittest.installHandler and non-callable signal handlers.Michael Foord2013-01-292-1/+47
* | | Issue #17071: Signature.bind() now works when one of the keyword arguments is...Antoine Pitrou2013-01-292-4/+14
|\ \ \ | |/ /
| * | Issue #17071: Signature.bind() now works when one of the keyword arguments is...Antoine Pitrou2013-01-292-4/+14
* | | Issue #12004: Fix an internal error in PyZipFile when writing an invalidSerhiy Storchaka2013-01-292-2/+26
|\ \ \ | |/ /
| * | Issue #12004: Fix an internal error in PyZipFile when writing an invalidSerhiy Storchaka2013-01-292-2/+26
| |\ \ | | |/
| | * Issue #12004: Fix an internal error in PyZipFile when writing an invalidSerhiy Storchaka2013-01-292-2/+25
* | | Add tests for raw-unicode-escape codec.Serhiy Storchaka2013-01-291-0/+50
|\ \ \ | |/ /