| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #23753: Move _Py_wstat() from Python/fileutils.c to Modules/getpath.c | Victor Stinner | 2015-03-24 | 1 | -0/+17 |
|
|
* | Issue #23753: Python doesn't support anymore platforms without stat() or | Victor Stinner | 2015-03-24 | 2 | -24/+0 |
|
|
* | Improve and fix-up comments. | Raymond Hettinger | 2015-03-24 | 1 | -25/+46 |
|
|
* | Issue 23744: Minor speed-up for deque.__bool__(). | Raymond Hettinger | 2015-03-24 | 1 | -1/+24 |
|
|
* | Merge 3.4 (faulthandler ICC) | Victor Stinner | 2015-03-23 | 1 | -1/+8 |
|\ |
|
| * | Issue #23654: Fix faulthandler._stack_overflow() for the Intel C Compiler (ICC) | Victor Stinner | 2015-03-23 | 1 | -1/+8 |
|
|
* | | Issue #21526: Tkinter now supports new boolean type in Tcl 8.5. | Serhiy Storchaka | 2015-03-22 | 1 | -8/+12 |
|
|
* | | Issue #23571: _Py_CheckFunctionResult() now gives the name of the function | Victor Stinner | 2015-03-21 | 1 | -0/+22 |
|
|
* | | Minor nit. Make the rotate() success/fail tests consistent. | Raymond Hettinger | 2015-03-21 | 1 | -3/+3 |
|
|
* | | For safety, wait to decref deleted values until the deque state has been rest... | Raymond Hettinger | 2015-03-21 | 1 | -4/+4 |
|
|
* | | Fix minor formatting nits and remove unnecessary comment. | Raymond Hettinger | 2015-03-21 | 1 | -4/+3 |
|
|
* | | Issue 23704: Add index(), copy(), and insert() to deques. Register deques a... | Raymond Hettinger | 2015-03-21 | 1 | -0/+91 |
|
|
* | | Issue 23705: Improve the performance of __contains__ checks for deques. | Raymond Hettinger | 2015-03-20 | 1 | -1/+33 |
|
|
* | | Issue #22832: Tweaked parameter names for fcntl module to better match | Serhiy Storchaka | 2015-03-20 | 2 | -43/+41 |
|
|
* | | Issue #23715: signal.sigwaitinfo() and signal.sigtimedwait() are now retried | Victor Stinner | 2015-03-20 | 1 | -26/+47 |
|
|
* | | Fix compiler warnings: comparison between signed and unsigned numbers | Victor Stinner | 2015-03-20 | 1 | -1/+1 |
|
|
* | | Issue #23696: Chain ZipImportError to the OSError | Victor Stinner | 2015-03-20 | 1 | -1/+5 |
|
|
* | | Issue #23709, #23001: ossaudiodev now uses Py_ssize_t for sizes instead of int | Victor Stinner | 2015-03-20 | 1 | -6/+7 |
|
|
* | | Issue #23001: Fix typo | Victor Stinner | 2015-03-20 | 1 | -1/+1 |
|
|
* | | Issue #23001: Few functions in modules mmap, ossaudiodev, socket, ssl, and | Serhiy Storchaka | 2015-03-20 | 5 | -75/+111 |
|
|
* | | Issue #23646: Fix test_threading on Windows | Victor Stinner | 2015-03-20 | 1 | -1/+1 |
|
|
* | | Issue #23646: Enhance precision of time.sleep() and socket timeout when | Victor Stinner | 2015-03-20 | 2 | -3/+3 |
|
|
* | | Issue #23709: The ossaudiodev module now retries read/write when interrupted by | Victor Stinner | 2015-03-19 | 1 | -28/+22 |
|
|
* | | Issue #23708: select.devpoll now retries its internal write() when interrupted | Victor Stinner | 2015-03-19 | 1 | -7/+3 |
|
|
* | | Issue #23708: Add _Py_read() and _Py_write() functions to factorize code handle | Victor Stinner | 2015-03-19 | 2 | -152/+36 |
|
|
* | | Issue #23646: If time.sleep() is interrupted by a signal, the sleep is now | Victor Stinner | 2015-03-19 | 1 | -51/+56 |
|
|
* | | Removed unintentional trailing spaces in non-external and non-generated C files. | Serhiy Storchaka | 2015-03-18 | 9 | -25/+25 |
|
|
* | | Merge 3.4 (tracemalloc typo) | Victor Stinner | 2015-03-18 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | _tracemalloc.c: Fix typo | Victor Stinner | 2015-03-18 | 1 | -1/+1 |
|
|
* | | Fix compiler warning in mmapmodule.c (compare signed/unsigned integers) | Victor Stinner | 2015-03-18 | 1 | -1/+1 |
|
|
* | | Issue #19428: Handle PyMarshal_Read*() errors in run_pyc_file() | Victor Stinner | 2015-03-18 | 1 | -0/+3 |
|
|
* | | Issue #23694: Enhance _Py_fopen(), it now raises an exception on error | Victor Stinner | 2015-03-18 | 2 | -10/+4 |
|
|
* | | Issue #23694: Enhance _Py_open(), it now raises exceptions | Victor Stinner | 2015-03-17 | 5 | -21/+9 |
|
|
* | | Issue #23685: Fix usage of PyMODINIT_FUNC in _json, _scproxy, nis, pyexpat | Victor Stinner | 2015-03-17 | 5 | -15/+5 |
|
|
* | | Revert changeset d927047b1d8eb87738676980a24930d053ba2150 | Victor Stinner | 2015-03-17 | 1 | -69/+49 |
|
|
* | | test | Victor Stinner | 2015-03-12 | 1 | -49/+69 |
|
|
* | | Issue #23641: Cleaned out legacy dunder names from tests and docs. | Serhiy Storchaka | 2015-03-12 | 2 | -2/+2 |
|\ \
| |/ |
|
| * | Issue #23641: Cleaned out legacy dunder names from tests and docs. | Serhiy Storchaka | 2015-03-12 | 2 | -2/+2 |
|
|
* | | Issue #23566: enable(), register(), dump_traceback() and dump_traceback_later() | Victor Stinner | 2015-03-12 | 1 | -21/+35 |
|
|
* | | Issue #23524: Change back to using Windows errors for _Py_fstat instead of th... | Steve Dower | 2015-03-08 | 2 | -2/+8 |
|
|
* | | Issue #22524: Fix os.scandir() for platforms which don't have a d_type field in | Victor Stinner | 2015-03-08 | 1 | -11/+27 |
|
|
* | | Issue #22524: New os.scandir() function, part of the PEP 471: "os.scandir() | Victor Stinner | 2015-03-08 | 1 | -20/+798 |
|
|
* | | Issue #23571: PyObject_Call(), PyCFunction_Call() and call_function() now | Victor Stinner | 2015-03-06 | 2 | -8/+0 |
|
|
* | | Issue #23524: Replace _PyVerify_fd function with calling _set_thread_local_in... | Steve Dower | 2015-03-06 | 2 | -89/+5 |
|
|
* | | Fix regression introduced by changeset 7c6e3358221a that caused compile | Ned Deily | 2015-03-05 | 1 | -2/+2 |
|
|
* | | Fixed GCC version testing. | Serhiy Storchaka | 2015-03-05 | 1 | -2/+2 |
|
|
* | | Fix "GCC diagnostic" in socketmodule.c | Victor Stinner | 2015-03-05 | 1 | -2/+2 |
|
|
* | | merge 3.4 | Benjamin Peterson | 2015-03-05 | 1 | -0/+4 |
|\ \
| |/ |
|
| * | expose X509_V_FLAG_TRUSTED_FIRST | Benjamin Peterson | 2015-03-05 | 1 | -0/+4 |
|
|
* | | merge 3.4 (#23476) | Benjamin Peterson | 2015-03-05 | 1 | -0/+9 |
|\ \
| |/ |
|