summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Issue #23681: The -b option now affects comparisons of bytes with int.Serhiy Storchaka2015-03-205-22/+53
* Issue #23681: Fixed Python 2 to 3 poring bugs.Serhiy Storchaka2015-03-206-15/+13
|\
| * Issue #23681: Fixed Python 2 to 3 poring bugs.Serhiy Storchaka2015-03-205-14/+12
* | Issue #23700: NamedTemporaryFile iterator closed underlied file object inSerhiy Storchaka2015-03-201-3/+5
|\ \ | |/
| * Issue #23700: NamedTemporaryFile iterator closed underlied file object inSerhiy Storchaka2015-03-201-3/+5
* | Issue #23715: Fix test_script_helperVictor Stinner2015-03-201-2/+2
* | Issue #23696: Remove test on ZipImportError.__context__ because the context isVictor Stinner2015-03-201-1/+0
* | Issue #23715: Fix test_eintr, skip tests on signal.sigwaitinfo() andVictor Stinner2015-03-201-0/+4
* | Issue #23715: Enhance test.script_helper to investigate test_eintr failureVictor Stinner2015-03-201-4/+23
* | Issue #23715: signal.sigwaitinfo() and signal.sigtimedwait() are now retriedVictor Stinner2015-03-205-56/+99
* | Issue #23708: Save/restore errno in _Py_read() and _Py_write()Victor Stinner2015-03-201-15/+21
* | Fix compiler warnings: comparison between signed and unsigned numbersVictor Stinner2015-03-202-2/+2
* | Issue #23708: Split assertion expression in two assertions in _Py_read() andVictor Stinner2015-03-201-2/+4
* | Issue #23696: Chain ZipImportError to the OSErrorVictor Stinner2015-03-202-2/+9
* | Issue #23709, #23001: ossaudiodev now uses Py_ssize_t for sizes instead of intVictor Stinner2015-03-201-6/+7
* | Issue #23001: Fix typoVictor Stinner2015-03-201-1/+1
* | Issue #22826: The result of open() in Tools/freeze/bkfile.py is now betterSerhiy Storchaka2015-03-204-87/+59
* | Issue #23001: Few functions in modules mmap, ossaudiodev, socket, ssl, andSerhiy Storchaka2015-03-2014-101/+193
* | Issue #23646: Fix test_threading on WindowsVictor Stinner2015-03-201-1/+1
* | Cleanup pytime.c: add XXX_TO_YYY constants (ex: SEC_TO_US)Victor Stinner2015-03-201-13/+19
* | Issue #23646: Enhance precision of time.sleep() and socket timeout whenVictor Stinner2015-03-205-15/+27
* | Issue #23709: The ossaudiodev module now retries read/write when interrupted byVictor Stinner2015-03-191-28/+22
* | Issue #23686: Update OS X 10.5 installer build to use OpenSSL 1.0.2a.Ned Deily2015-03-193-12/+12
|\ \ | |/
| * Issue #23686: Update OS X 10.5 installer build to use OpenSSL 1.0.2a.Ned Deily2015-03-193-12/+12
* | MergeAntoine Pitrou2015-03-197-199/+219
|\ \
| * | Issue #23708: Fix _Py_read() compilation error on WindowsVictor Stinner2015-03-191-1/+1
| * | Issue #23707: On UNIX, os.urandom() now calls the Python signal handler whenVictor Stinner2015-03-191-19/+11
| * | Issue #23708: select.devpoll now retries its internal write() when interruptedVictor Stinner2015-03-191-7/+3
| * | Issue #22181: Fix dev_urandom_noraise(), try calling py_getrandom() beforeVictor Stinner2015-03-191-4/+4
| * | Issue #23708: Add _Py_read() and _Py_write() functions to factorize code handleVictor Stinner2015-03-195-169/+201
* | | Issue #23632: Memoryviews now allow tuple indexing (including for multi-dimen...Antoine Pitrou2015-03-194-51/+195
|/ /
* | Issue #22181: The availability of the getrandom() is now checked in configure,Victor Stinner2015-03-195-140/+73
* | Issue #23646: If time.sleep() is interrupted by a signal, the sleep is nowVictor Stinner2015-03-195-66/+101
* | Fixed Misc/NEWS entry for issue #23136.Serhiy Storchaka2015-03-191-1/+1
|\ \ | |/
| * Fixed Misc/NEWS entry for issue #23136.Serhiy Storchaka2015-03-191-1/+1
* | Issue #23136: _strptime now uniformly handles all days in week 0, includingSerhiy Storchaka2015-03-193-5/+26
|\ \ | |/
| * Issue #23136: _strptime now uniformly handles all days in week 0, includingSerhiy Storchaka2015-03-193-5/+26
* | Issue #23700: Iterator of NamedTemporaryFile now keeps a reference toSerhiy Storchaka2015-03-193-1/+19
|\ \ | |/
| * Issue #23700: Iterator of NamedTemporaryFile now keeps a reference toSerhiy Storchaka2015-03-193-1/+19
* | merge 3.4Benjamin Peterson2015-03-191-2/+2
|\ \ | |/
| * wrap properlyBenjamin Peterson2015-03-191-2/+2
* | null merge from 3.4Ethan Furman2015-03-190-0/+0
|\ \ | |/
| * issue23673Ethan Furman2015-03-194-9/+48
* | issue23673Ethan Furman2015-03-196-30/+63
* | Issue #22903: The fake test case created by unittest.loader when it fails imp...Antoine Pitrou2015-03-183-10/+37
|\ \ | |/
| * Issue #22903: The fake test case created by unittest.loader when it fails imp...Antoine Pitrou2015-03-183-9/+32
* | Issue #23353: improve exceptions tests for generatorsAntoine Pitrou2015-03-181-0/+46
|\ \ | |/
| * Issue #23353: improve exceptions tests for generatorsAntoine Pitrou2015-03-181-0/+46
* | Removed unintentional trailing spaces in non-external and non-generated C files.Serhiy Storchaka2015-03-1825-56/+56
* | Restored backward compatibility of pickling http.cookies.Morsel. It wasSerhiy Storchaka2015-03-182-0/+32