summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
* | Merge 3.4 (tracemalloc typo)Victor Stinner2015-03-181-1/+1
|\ \ | |/
| * _tracemalloc.c: Fix typoVictor Stinner2015-03-181-1/+1
* | Fix compiler warning in mmapmodule.c (compare signed/unsigned integers)Victor Stinner2015-03-181-1/+1
* | Initialize variables to prevent GCC warningsVictor Stinner2015-03-183-18/+25
* | Fix compiler warning in dtoa.cVictor Stinner2015-03-181-2/+2
* | Issue #22181: On Linux, os.urandom() now uses the new getrandom() syscall ifVictor Stinner2015-03-182-6/+89
* | Merge 3.4 (linecache doc)Victor Stinner2015-03-182-4/+4
|\ \ | |/
| * Issue #11726: Fix linecache example in the docVictor Stinner2015-03-182-4/+4
* | Merge 3.4 (linecache doc)Victor Stinner2015-03-181-2/+5
|\ \ | |/
| * Issue #11726: clarify linecache doc: linecache is written to cache PythonVictor Stinner2015-03-181-2/+5
* | Issue #12155: Fix queue doc example to join threadsVictor Stinner2015-03-181-13/+23
* | Merge 3.4 (marshal doc)Victor Stinner2015-03-181-6/+15
|\ \ | |/
| * Issue #19428: Document that PyMarshal_ReadLongFromFile() andVictor Stinner2015-03-181-6/+15
* | Issue #19428: Handle PyMarshal_Read*() errors in run_pyc_file()Victor Stinner2015-03-182-2/+9
* | Merge 3.4 (asyncio)Victor Stinner2015-03-183-0/+5
|\ \ | |/
| * Issue #23456: Add missing @coroutine decorators in asyncioVictor Stinner2015-03-183-0/+5
* | Issue #23605: Fix os.walk(topdown=True), don't cache entry.is_symlink() becauseVictor Stinner2015-03-181-29/+51
* | Issue #23694: Handle EINTR in _Py_open() and _Py_fopen_obj()Victor Stinner2015-03-181-13/+40
* | Issue #2211: Updated the implementation of the http.cookies.Morsel class.Serhiy Storchaka2015-03-185-86/+299
* | Issue #23207: merged fix from 3.4.Vinay Sajip2015-03-182-1/+5
|\ \ | |/
| * Issue #23207: Improved kwarg validation.Vinay Sajip2015-03-182-1/+5
* | Issue #23694: Enhance _Py_fopen(), it now raises an exception on errorVictor Stinner2015-03-185-24/+44
* | Issue #23694: Enhance _Py_open(), it now raises exceptionsVictor Stinner2015-03-178-45/+71
* | Issue #23644: Fix issues with C++ when compiling Python extensionsVictor Stinner2015-03-172-12/+10
* | Fix patch attribution for issue 18983.Robert Collins2015-03-171-1/+1
* | Issue #18983: Allow selection of output units in timeit.Robert Collins2015-03-174-10/+55
* | Issue #23685: Fix usage of PyMODINIT_FUNC in _json, _scproxy, nis, pyexpatVictor Stinner2015-03-175-15/+5
* | Issue #22585: null mergeNed Deily2015-03-170-0/+0
|\ \ | |/
| * Issue #22585: make URandomFDTests test case actually runNed Deily2015-03-171-0/+1
* | Revert changeset d927047b1d8eb87738676980a24930d053ba2150Victor Stinner2015-03-174-99/+57
* | Issue #23682: Delete Python 2.2 mention from distutils documentation.Berker Peksag2015-03-171-14/+0
|\ \ | |/
| * Issue #23682: Delete Python 2.2 mention from distutils documentation.Berker Peksag2015-03-171-14/+0
* | merge 3.4 (#23679)Benjamin Peterson2015-03-161-2/+6
|\ \ | |/
| * versionchanged for rc4 removal (closes #23679)Benjamin Peterson2015-03-161-2/+6
* | Issue #23680: Reduce risk of race condition in check_interrupted_write() ofVictor Stinner2015-03-161-2/+2
* | Issue #23680: Reduce risk of race condition in check_interrupted_write_retry()Victor Stinner2015-03-161-1/+8
* | Issue #23571: Restore removed assert(!PyErr_Occurred()); inVictor Stinner2015-03-161-0/+7
* | Use non-zero and non-last positions in error handler tests.Serhiy Storchaka2015-03-161-30/+37
|\ \ | |/
| * Use non-zero and non-last positions in error handler tests.Serhiy Storchaka2015-03-161-24/+28
* | Issue #23585: make patchcheck will ensure the interpreter is built.Robert Collins2015-03-162-1/+5
* | Issue #23631: Fix traceback.format_list when a traceback has been mutated.Robert Collins2015-03-163-5/+21
* | Increased coverage of standard codec error handlers.Serhiy Storchaka2015-03-151-133/+197
|\ \ | |/
| * Increased coverage of standard codec error handlers.Serhiy Storchaka2015-03-151-76/+158
* | Issue #23549: Clarify confusion in heapq doc - accessing the mininmal elementEli Bendersky2015-03-151-2/+4
|\ \ | |/
| * Issue #23549: Clarify confusion in heapq doc - accessing the mininmal elementEli Bendersky2015-03-151-2/+4
* | Issue #23568: Add rdivmod support to MagicMock() objects.Berker Peksag2015-03-143-1/+21
|\ \ | |/
| * Issue #23568: Add rdivmod support to MagicMock() objects.Berker Peksag2015-03-143-1/+21