8824 Commits (391af751f2a19476cfaa53ddc35fd53aaa582e9c)

Author SHA1 Message Date
Victor Stinner 416f2e66ca Issue #23618: internal_connect_select() now waits also for error events 11 years ago
Victor Stinner e6951c6c8a Issue #23618: Refactor internal_select() to prepare socket.connect() for EINTR 11 years ago
Victor Stinner 391fa713f7 Issue #23618: Refactor the _socket module 11 years ago
Serhiy Storchaka 58e4134a1c Issue #23611: Serializing more "lookupable" objects (such as unbound methods 11 years ago
Serhiy Storchaka 72e731cc03 Issue #13583: sqlite3.Row now supports slice indexing. 11 years ago
Victor Stinner 45ca48b03d Issue #23485: select.devpoll.poll() is now retried when interrupted by a signal 11 years ago
Victor Stinner 4448c08451 Issue #23485: select.kqueue.control() is now retried when interrupted by a signal 11 years ago
Victor Stinner 41eba224de Issue #23485: select.epoll.poll() is now retried when interrupted by a signal 11 years ago
Victor Stinner 3c7d6e0693 Issue #23485: select.poll.poll() is now retried when interrupted by a signal 11 years ago
Victor Stinner 6aa446cf03 PEP 475: on EINTR, retry the function even if the timeout is equals to zero 11 years ago
Victor Stinner f70e1ca0fc Issue #23485: select.select() is now retried automatically with the recomputed 11 years ago
Victor Stinner e134a7fe36 Issue #23752: _Py_fstat() is now responsible to raise the Python exception 11 years ago
Serhiy Storchaka 7901b48a1f Issue #23171: csv.Writer.writerow() now supports arbitrary iterables. 11 years ago
Victor Stinner a695f83f0d Issue #22117: Remove _PyTime_ROUND_DOWN and _PyTime_ROUND_UP rounding methods 11 years ago
Victor Stinner 869e1778c0 Issue #22117: Replace usage of _PyTime_ROUND_UP with _PyTime_ROUND_CEILING 11 years ago
Victor Stinner bcdd777d3c Issue #22117: Add _PyTime_ROUND_CEILING rounding method for timestamps 11 years ago
Victor Stinner 520bddf79a Issue #23752: When built from an existing file descriptor, io.FileIO() now only 11 years ago
Victor Stinner ea9c0dd2c2 Issue #22117: Fix usage of _PyTime_AsTimeval() 11 years ago
Victor Stinner 160e819a1d Issue #23694: Fix usage of _Py_open() in the _posixsubprocess module 11 years ago
Victor Stinner e4a994d617 Issue #22117: Fix rounding of fromtimestamp() methods of datetime.datetime and 11 years ago
Victor Stinner dca028b86a Issue #22117: Fix os.utime(), it now rounds the timestamp towards minus 11 years ago
Victor Stinner 09e5cf28ae Issue #22117: Use the _PyTime_t API in _datetime.datetime() constructor 11 years ago
Serhiy Storchaka 07360df481 Issue #14260: The groupindex attribute of regular expression pattern object 11 years ago
Serhiy Storchaka bfbfc8deb2 Removed unintentional trailing spaces in text files. 11 years ago
Victor Stinner 02937aab13 Issue #22117: Add the new _PyTime_ROUND_FLOOR rounding method for the datetime 11 years ago
Victor Stinner b3b4544070 Issue #22117: Use the _PyTime_t API for time.clock_settime() 11 years ago
Victor Stinner c337838af7 Issue #22117: Use the new _PyTime_t API in the select module 11 years ago
Victor Stinner f5faad2bf0 Issue #22117: The thread module uses the new _PyTime_t timestamp API 11 years ago
Victor Stinner e245231fab Issue #22117: Fix ssl to use _PyTime_t API on sock_timeout 11 years ago
Victor Stinner 71694d5c8c Issue #22117: The socket module uses _PyTime_t timestamp for timeouts 11 years ago
Victor Stinner 95e9cef6f0 Issue #22117: Write unit tests for _PyTime_AsTimeval() 11 years ago
Victor Stinner b7df3144ef Issue #23618, #22117: refactor socketmodule.c 11 years ago
Victor Stinner 34dc0f46ae Issue #22117: The signal modules uses the new _PyTime_t API 11 years ago
Victor Stinner 7181dec3f1 Issue #22117: The gc module now uses _PyTime_t timestamp 11 years ago
Victor Stinner a47b881d86 Issue #22117: time.time() now uses the new _PyTime_t API 11 years ago
Victor Stinner 4bfb460d88 Issue #22117: time.monotonic() now uses the new _PyTime_t API 11 years ago
Victor Stinner 992c43fec9 Issue #22117: Fix rounding in _PyTime_FromSecondsObject() 11 years ago
Victor Stinner cb29f0177c Issue #22117: Add a new Python timestamp format _PyTime_t to pytime.h 11 years ago
Serhiy Storchaka 632a77e6a3 Issue #22364: Improved some re error messages using regex for hints. 11 years ago
Steve Dower 2ea51c98db Closes #9445: Removes detection of GetFinalPathNameByHandle 11 years ago
Steve Dower ef42dae7fa Issue #23765: Remove IsBadStringPtr calls in ctypes 11 years ago
Raymond Hettinger fef9c1b368 Fix typo 11 years ago
Raymond Hettinger 8dbbae2e52 Minor code and comment cleanups. 11 years ago
Victor Stinner 91afbb6088 Issue #23753: Move _Py_wstat() from Python/fileutils.c to Modules/getpath.c 11 years ago
Victor Stinner f329878e74 Issue #23753: Python doesn't support anymore platforms without stat() or 11 years ago
Raymond Hettinger 551350a79f Improve and fix-up comments. 11 years ago
Raymond Hettinger 0f1451c8c0 Issue 23744: Minor speed-up for deque.__bool__(). 11 years ago
Serhiy Storchaka f07a4b663d Issue #21526: Tkinter now supports new boolean type in Tcl 8.5. 11 years ago
Victor Stinner efde146b0c Issue #23571: _Py_CheckFunctionResult() now gives the name of the function 11 years ago
Raymond Hettinger 6921c13bbb Minor nit. Make the rotate() success/fail tests consistent. 11 years ago