summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* #3566: Clean up handling of remote server disconnects.R David Murray2015-04-053-9/+112
* merge 3.4 (#23872)Benjamin Peterson2015-04-051-1/+1
|\
| * fix extended command syntax (closes #23872)Benjamin Peterson2015-04-051-1/+1
* | Issue #23466: Fixed expected error message in test_format.Serhiy Storchaka2015-04-041-1/+1
* | Fixed test_enum for issue #15582.Serhiy Storchaka2015-04-041-0/+4
* | Issue #15133: _tkinter.tkapp.getboolean() now supports Tcl_Obj and alwaysSerhiy Storchaka2015-04-044-8/+40
|\ \ | |/
| * Issue #15133: _tkinter.tkapp.getboolean() now supports Tcl_Obj and alwaysSerhiy Storchaka2015-04-044-8/+40
* | Issue #22831: Use "with" to avoid possible fd leaks.Serhiy Storchaka2015-04-0410-120/+107
* | Open files in binary mode to avoid newlines transformation.Serhiy Storchaka2015-04-041-4/+4
|\ \ | |/
| * Open files in binary mode to avoid newlines transformation.Serhiy Storchaka2015-04-041-4/+4
* | Issue #10590: xml.sax.parseString() now supports string argument.Serhiy Storchaka2015-04-042-3/+12
* | Issue #23825: Fixed test_idle under -OO.Serhiy Storchaka2015-04-041-7/+12
|\ \ | |/
| * Issue #23825: Fixed test_idle under -OO.Serhiy Storchaka2015-04-041-7/+12
* | Issue #15582: inspect.getdoc() now follows inheritance chains.Serhiy Storchaka2015-04-033-3/+107
* | Issue #23466: Raised OverflowError if %c argument is out of range.Serhiy Storchaka2015-04-031-6/+6
* | Escaped backslashes in docstrings.Serhiy Storchaka2015-04-037-13/+13
|\ \ | |/
| * Escaped backslashes in docstrings.Serhiy Storchaka2015-04-037-13/+13
* | Issue #22351. MockSslTests tests in test_nntplib now are reported if skipped.Serhiy Storchaka2015-04-031-9/+10
|\ \ | |/
| * Issue #22351. MockSslTests tests in test_nntplib now are reported if skipped.Serhiy Storchaka2015-04-031-9/+10
* | Issue #22117: Add a new _PyTime_FromSeconds() functionVictor Stinner2015-04-031-0/+7
* | Merge 3.4 (test_nntplib)Victor Stinner2015-04-031-9/+10
|\ \ | |/
| * Issue #22351: Fix test_nntplib if the ssl module is missingVictor Stinner2015-04-031-9/+10
* | Issue #10590: Added tests for xml.sax.parse() and xml.sax.parseString().Serhiy Storchaka2015-04-021-1/+123
|\ \ | |/
| * Issue #10590: Added tests for xml.sax.parse() and xml.sax.parseString().Serhiy Storchaka2015-04-021-1/+123
* | Issue #2175: SAX parsers now support a character stream of InputSource object.Serhiy Storchaka2015-04-024-6/+49
* | Issue #2175: Added tests for xml.sax.saxutils.prepare_input_source().Serhiy Storchaka2015-04-024-10/+82
|\ \ | |/
| * Issue #2175: Added tests for xml.sax.saxutils.prepare_input_source().Serhiy Storchaka2015-04-024-10/+82
* | Issue #16840: Fixed test_tcl for Tcl < 8.5.Serhiy Storchaka2015-04-021-4/+4
|\ \ | |/
| * Issue #16840: Fixed test_tcl for Tcl < 8.5.Serhiy Storchaka2015-04-021-4/+4
* | Issue #21526: Skip test_booleans on Tcl < 8.5.Serhiy Storchaka2015-04-021-0/+1
|\ \ | |/
| * Issue #21526: Skip test_booleans on Tcl < 8.5.Serhiy Storchaka2015-04-021-0/+1
* | Issue #16840: Tkinter now supports 64-bit integers added in Tcl 8.4 andSerhiy Storchaka2015-04-021-7/+37
|\ \ | |/
| * Issue #16840: Tkinter now supports 64-bit integers added in Tcl 8.4 andSerhiy Storchaka2015-04-021-7/+39
* | Merge 3.4 (test_exceptions)Victor Stinner2015-04-021-5/+8
|\ \ | |/
| * Issue #22977: Fix test_exceptionsVictor Stinner2015-04-021-5/+8
* | Issue #21526: Fixed the test_booleans test for wantobjects = 0.Serhiy Storchaka2015-04-021-2/+6
|\ \ | |/
| * Issue #21526: Fixed the test_booleans test for wantobjects = 0.Serhiy Storchaka2015-04-021-2/+6
* | Issue #21526: Fixed support of new boolean type in Tcl 8.5.Serhiy Storchaka2015-04-021-0/+15
|\ \ | |/
| * Issue #21526: Tkinter now supports new boolean type in Tcl 8.5.Serhiy Storchaka2015-04-021-0/+15
* | Issue #22977: Fixed formatting Windows error messages on Wine.Serhiy Storchaka2015-04-021-1/+9
|\ \ | |/
| * Issue #22977: Fixed formatting Windows error messages on Wine.Serhiy Storchaka2015-04-021-1/+9
* | merge 3.4 (#23844)Benjamin Peterson2015-04-023-10/+8
|\ \ | |/
| * replace 512 bit dh key with a 2014 bit one (closes #23844)Benjamin Peterson2015-04-023-10/+8
* | Issue #22117, issue #23485: Fix _PyTime_AsMilliseconds() andVictor Stinner2015-04-011-4/+72
* | Check deques against common sequence tests (except for slicing).Raymond Hettinger2015-04-011-0/+16
* | Issue #23821: Fixed test_pdb failure under -O.Serhiy Storchaka2015-04-011-11/+15
|\ \ | |/
| * Issue #23821: Fixed test_pdb failure under -O.Serhiy Storchaka2015-04-011-11/+15
* | Issue #23838: linecache now clears the cache and returns an empty result onSerhiy Storchaka2015-04-012-7/+22
|\ \ | |/
| * Issue #23838: linecache now clears the cache and returns an empty result onSerhiy Storchaka2015-04-012-4/+21
* | Issue #23799: Added test.support.start_threads() for running and cleaning upSerhiy Storchaka2015-04-018-78/+72
|\ \ | |/