summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Issue #17206: test.regrtest and test.script_helper enable faulthandler moduleVictor Stinner2013-06-252-2/+3
* #11390: fix test failures due to readline and windows lineneds.R David Murray2013-06-251-22/+30
* Issue 18111: Add a default argument to min() and max()Raymond Hettinger2013-06-251-0/+28
* Issue #18081: Workaround "./python -m test_idle test_logging" failureVictor Stinner2013-06-242-3/+6
* Merge #18179: reflow paragraphs.R David Murray2013-06-231-22/+23
|\
| * #18179: reflow paragraphs.R David Murray2013-06-231-22/+23
* | Merge #18179: document the local_hostname parameter.R David Murray2013-06-231-4/+7
|\ \ | |/
| * #18179: document the local_hostname parameter.R David Murray2013-06-231-4/+7
| * Merge headsSerhiy Storchaka2013-06-232-13/+65
| |\
* | | #11390: convert doctest CLI to argparse and add -o and -f options.R David Murray2013-06-232-9/+254
* | | Merge headsSerhiy Storchaka2013-06-232-13/+65
|\ \ \
| * \ \ Merged fix for issue #18260 from 3.3Łukasz Langa2013-06-232-13/+65
| |\ \ \ | | | |/ | | |/|
| | * | Fixed issue #18260: configparser TypeError on source name specified as bytesŁukasz Langa2013-06-232-13/+65
* | | | Issue #18184: PyUnicode_FromFormat() and PyUnicode_FromFormatV() now raiseSerhiy Storchaka2013-06-231-0/+2
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | Issue #18184: PyUnicode_FromFormat() and PyUnicode_FromFormatV() now raiseSerhiy Storchaka2013-06-231-0/+2
| |/
* | Solaris' /dev/null is a symlink. The device test now uses stat instead of lst...Christian Heimes2013-06-231-4/+7
|\ \ | |/
| * Solaris' /dev/null is a symlink. The device test now uses stat instead of lst...Christian Heimes2013-06-231-4/+7
* | (Merge 3.3) Issue #18137: Detect integer overflow on precision inVictor Stinner2013-06-231-0/+17
|\ \ | |/
| * Issue #18137: Detect integer overflow on precision in float.__format__() andVictor Stinner2013-06-231-0/+17
* | #18151 Merge from 3.3Terry Jan Reedy2013-06-222-24/+98
|\ \ | |/
| * #18151, part 2: Silence debug build resource warning for each file opened byTerry Jan Reedy2013-06-222-24/+99
* | Issue #11016: Add C implementation of the stat module as _statChristian Heimes2013-06-222-20/+43
* | Merge from 3.3Andrew Kuchling2013-06-221-0/+9
|\ \ | |/
| * #18113: avoid segfault if Py_XDECREF triggers code that calls set_panel_userp...Andrew Kuchling2013-06-221-0/+9
* | BSD: block devices are goneChristian Heimes2013-06-221-1/+1
|\ \ | |/
| * BSD: block devices are goneChristian Heimes2013-06-221-1/+1
* | Fix test_stat on BSD, /dev/da0 and /dev/ad0 are linksChristian Heimes2013-06-211-1/+2
|\ \ | |/
| * Fix test_stat on BSD, /dev/da0 and /dev/ad0 are linksChristian Heimes2013-06-211-1/+2
* | Add tests for untested features of the 'stat' module (part of issue #11016)Christian Heimes2013-06-211-13/+132
|\ \ | |/
| * Add tests for untested features of the 'stat' module (part of issue #11016)Christian Heimes2013-06-211-13/+132
* | Issue #18202: Fix minor bugs and cleanup test_source_encoding.py.Serhiy Storchaka2013-06-191-12/+13
|\ \ | |/
| * Issue #18202: Fix minor bugs and cleanup test_coding.py.Serhiy Storchaka2013-06-191-17/+15
* | Issue #17222: fix a mix-up in some exception messages.Brett Cannon2013-06-171-2/+2
* | (Merge 3.3) test_faulthandler: use _sigsegv() instead of _read_null()Victor Stinner2013-06-171-5/+5
|\ \ | |/
| * test_faulthandler: use _sigsegv() instead of _read_null()Victor Stinner2013-06-171-5/+5
* | (Merge 3.3) Issue #18238: Skip test_signal.test_sigwaitinfo_interrupted() on AIXVictor Stinner2013-06-171-0/+4
|\ \ | |/
| * Issue #18238: Skip test_signal.test_sigwaitinfo_interrupted() on AIXVictor Stinner2013-06-171-0/+4
* | Issue #18228: Use locale.setlocale(name, None) instead ofVictor Stinner2013-06-171-2/+2
* | Issue #18228: Fix locale test of test.regrtest.saved_test_environmentVictor Stinner2013-06-171-2/+3
* | (Merge 3.3) regrtest.py: Fix another typo in the usage of the faulthandler mo...Victor Stinner2013-06-171-1/+1
|\ \ | |/
| * regrtest.py: Fix another typo in the usage of the faulthandler moduleVictor Stinner2013-06-171-1/+1
* | (Merge 3.3) regrtest.py: Fix typo in the usage of the faulthandler moduleVictor Stinner2013-06-171-3/+3
|\ \ | |/
| * regrtest.py: Fix typo in the usage of the faulthandler moduleVictor Stinner2013-06-171-3/+3
* | merge headsChristian Heimes2013-06-172-0/+32
|\ \
| * \ Merge headsSerhiy Storchaka2013-06-171-2/+16
| |\ \
| * \ \ Issue #18167: cgi.FieldStorage no more fails to handle multipart/form-dataSerhiy Storchaka2013-06-172-0/+32
| |\ \ \ | | | |/ | | |/|
| | * | Issue #18167: cgi.FieldStorage no more fails to handle multipart/form-dataSerhiy Storchaka2013-06-172-0/+32
* | | | Issue #18147: Add diagnostic functions to ssl.SSLContext().Christian Heimes2013-06-171-0/+57
| |_|/ |/| |
* | | Issue #18207: Fix test_ssl for some versions of OpenSSL that ignore secondsChristian Heimes2013-06-171-2/+16
|/ /
* | Issue #18223: Refactor test_tarfile.Serhiy Storchaka2013-06-172-383/+347
|\ \ | |/