| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #14260: The groupindex attribute of regular expression pattern object | Serhiy Storchaka | 2015-03-29 | 1 | -1/+14 |
|
|
* | Removed unintentional trailing spaces in text files. | Serhiy Storchaka | 2015-03-29 | 1 | -1/+1 |
|
|
* | Issue #22117: Add the new _PyTime_ROUND_FLOOR rounding method for the datetime | Victor Stinner | 2015-03-28 | 2 | -3/+4 |
|
|
* | Issue #22117: Use the _PyTime_t API for time.clock_settime() | Victor Stinner | 2015-03-28 | 1 | -5/+5 |
|
|
* | Issue #22117: Use the new _PyTime_t API in the select module | Victor Stinner | 2015-03-28 | 1 | -39/+20 |
|
|
* | Issue #22117: The thread module uses the new _PyTime_t timestamp API | Victor Stinner | 2015-03-28 | 1 | -75/+64 |
|
|
* | Issue #22117: Fix ssl to use _PyTime_t API on sock_timeout | Victor Stinner | 2015-03-28 | 1 | -11/+14 |
|
|
* | Issue #22117: The socket module uses _PyTime_t timestamp for timeouts | Victor Stinner | 2015-03-28 | 2 | -91/+124 |
|
|
* | Issue #22117: Write unit tests for _PyTime_AsTimeval() | Victor Stinner | 2015-03-28 | 2 | -1/+35 |
|
|
* | Issue #23618, #22117: refactor socketmodule.c | Victor Stinner | 2015-03-27 | 1 | -83/+113 |
|
|
* | Issue #22117: The signal modules uses the new _PyTime_t API | Victor Stinner | 2015-03-27 | 2 | -14/+33 |
|
|
* | Issue #22117: The gc module now uses _PyTime_t timestamp | Victor Stinner | 2015-03-27 | 1 | -6/+6 |
|
|
* | Issue #22117: time.time() now uses the new _PyTime_t API | Victor Stinner | 2015-03-27 | 1 | -3/+5 |
|
|
* | Issue #22117: time.monotonic() now uses the new _PyTime_t API | Victor Stinner | 2015-03-27 | 2 | -4/+21 |
|
|
* | Issue #22117: Fix rounding in _PyTime_FromSecondsObject() | Victor Stinner | 2015-03-27 | 2 | -1/+18 |
|
|
* | Issue #22117: Add a new Python timestamp format _PyTime_t to pytime.h | Victor Stinner | 2015-03-27 | 1 | -21/+17 |
|
|
* | Issue #22364: Improved some re error messages using regex for hints. | Serhiy Storchaka | 2015-03-25 | 1 | -3/+3 |
|
|
* | Closes #9445: Removes detection of GetFinalPathNameByHandle | Steve Dower | 2015-03-21 | 1 | -50/+6 |
|
|
* | Issue #23765: Remove IsBadStringPtr calls in ctypes | Steve Dower | 2015-03-25 | 1 | -20/+4 |
|
|
* | Fix typo | Raymond Hettinger | 2015-03-25 | 1 | -1/+1 |
|
|
* | Minor code and comment cleanups. | Raymond Hettinger | 2015-03-25 | 1 | -21/+18 |
|
|
* | Issue #21802: The reader in BufferedRWPair now is closed even when closing | Serhiy Storchaka | 2015-03-24 | 1 | -4/+10 |
|\ |
|
| * | Issue #21802: The reader in BufferedRWPair now is closed even when closing | Serhiy Storchaka | 2015-03-24 | 1 | -4/+10 |
|
|
* | | 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 |
|
|