summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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-023-23/+233
|\ \ | |/
| * Issue #16840: Tkinter now supports 64-bit integers added in Tcl 8.4 andSerhiy Storchaka2015-04-023-23/+248
* | (Merge 3.4) Issue #23834: Fix socket.sendto(), use the C Py_ssize_t type toVictor Stinner2015-04-021-0/+3
|\ \ | |/
| * Issue #23834: Fix socket.sendto(), use the C Py_ssize_t type to store theVictor Stinner2015-04-022-1/+5
* | Merge 3.4 (_posixsubprocess)Victor Stinner2015-04-021-6/+6
|\ \ | |/
| * Issue #23851: close() must not be retried when it fails with EINTRVictor Stinner2015-04-021-6/+6
* | Issue #23618: Ooops, remove abort() added for debug purposeVictor Stinner2015-04-021-1/+0
* | Issue #23618: Fix sock_connect_impl(), set the socket error codeVictor Stinner2015-04-021-1/+7
* | Merge 3.4 (test_exceptions)Victor Stinner2015-04-021-5/+8
|\ \ | |/
| * Issue #22977: Fix test_exceptionsVictor Stinner2015-04-021-5/+8
* | Issue #23648: Complete the list of modified functions for the PEP 475Victor Stinner2015-04-021-1/+31
* | Issue #23618: socket.socket.connect() now waits until the connection completesVictor Stinner2015-04-024-124/+198
* | Issue #23618: Document EINTR changes in socket documentationVictor Stinner2015-04-024-5/+56
* | Issue #23618: Don't declare recvmsg/sendmsg helper functions on WindowsVictor Stinner2015-04-021-7/+6
* | 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-023-6/+36
|\ \ | |/
| * Issue #21526: Tkinter now supports new boolean type in Tcl 8.5.Serhiy Storchaka2015-04-023-15/+51
* | Issue #22977: Fixed formatting Windows error messages on Wine.Serhiy Storchaka2015-04-023-3/+14
|\ \ | |/
| * Issue #22977: Fixed formatting Windows error messages on Wine.Serhiy Storchaka2015-04-023-3/+14
* | 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 #23834: Fix sock_call(), set deadline_initialized to recompute the timeoutVictor Stinner2015-04-021-0/+1
* | Issue #23834: Modify socket.sendall() to reuse sock_call() withVictor Stinner2015-04-011-29/+21
* | Issue #23834: Add sock_call() helper functionVictor Stinner2015-04-011-256/+323
* | Issue #23836: Fix the faulthandler module to handle reentrant callsVictor Stinner2015-04-012-40/+48
* | Issue #23836: Use _Py_write_noraise() to retry on EINTR in _Py_DumpTraceback()Victor Stinner2015-04-011-8/+20
* | Issue #23836: Use _Py_write_noraise() to retry on EINTR in child_exec() ofVictor Stinner2015-04-011-9/+10
* | Issue #23836: Use _Py_write_noraise() to retry on EINTR in trip_signal() ofVictor Stinner2015-04-011-3/+4
* | Issue #23836: Document functions releasing the GIL in fileutils.cVictor Stinner2015-04-011-3/+5
* | Issue #23836: Add _Py_write_noraise() functionVictor Stinner2015-04-012-48/+88
* | merge 3.4Benjamin Peterson2015-04-011-1/+2
|\ \ | |/
| * remove assignment in conditionalBenjamin Peterson2015-04-011-1/+2
* | Issue #22117, issue #23485: Fix _PyTime_AsMilliseconds() andVictor Stinner2015-04-013-17/+123
* | Check deques against common sequence tests (except for slicing).Raymond Hettinger2015-04-011-0/+16
* | What's New in Python 3.5: mention signal.set_wakeup_fd() enhancement on WindowsVictor Stinner2015-04-011-0/+3
* | 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-013-7/+25
|\ \ | |/
| * Issue #23838: linecache now clears the cache and returns an empty result onSerhiy Storchaka2015-04-013-4/+24
* | It wasn't a typo, it is the mnemonic (AT=@).R David Murray2015-04-011-1/+1
* | Issue #23799: Added test.support.start_threads() for running and cleaning upSerhiy Storchaka2015-04-019-78/+75
|\ \ | |/
| * Issue #23799: Added test.support.start_threads() for running and cleaning upSerhiy Storchaka2015-04-019-80/+77
* | Issue #23618: Fix EINTR handling on WindowsVictor Stinner2015-04-011-2/+2