8722 Commits (cb39d1f466eeecbec969f50a5df609eb0a863084)

Author SHA1 Message Date
Larry Hastings 89964c48d1 Issue #23944: Argument Clinic now wraps long impl prototypes at column 78. 11 years ago
Berker Peksag 4882cacab6 Issue #23943: Fix typos. Patch by Piotr Kasprzyk. 11 years ago
Zachary Ware 8ef887ce47 Issue #20586: Argument Clinic now ensures signatures on functions without docstrings. 11 years ago
Larry Hastings a6cc551502 Issue #22631: Added Linux-specific socket constant CAN_RAW_FD_FRAMES. 11 years ago
doko@ubuntu.com 1345d20193 - Use PLATDIR for the platform directory everywhere (refactoring only) 11 years ago
Brett Cannon f299abdafa Issue #23731: Implement PEP 488. 11 years ago
Antoine Pitrou 85e3ee749c Issue #22982: Improve BOM handling when seeking to multiple positions of a writable text file. 11 years ago
Antoine Pitrou 25f85d4bd5 Issue #23309: Avoid a deadlock at shutdown if a daemon thread is aborted 11 years ago
Zachary Ware 4c9c848159 Issue #17202: Add .bat to .hgeol to force them to CRLF. 11 years ago
Benjamin Peterson 5646de47e1 make DirEntryType and ScandirIteratorType static (closes #23918) 11 years ago
Steve Dower f737703671 Issue #23668: Regenerates posixmodule.c.h for new ifdefs 11 years ago
Steve Dower a1c7e727c8 Issue #23668: Suppresses invalid parameter handler around chsize calls. 11 years ago
Steve Dower 8fc8980c96 Issue #23524: Replace _PyVerify_fd function with calls to _set_thread_local_invalid_parameter_handler. 11 years ago
Serhiy Storchaka 3d2279f9a8 Issue #21859: Corrected FileIO docstrings. 11 years ago
Serhiy Storchaka b817b77a8c Replaced "string" with "bytes object" in docstrings of binary I/O objects. 11 years ago
Benjamin Peterson 43b842775f remove extra arguments in arg parsing format codes (closes #23875) 11 years ago
Serhiy Storchaka 9a6e201f7d Issue #15133: _tkinter.tkapp.getboolean() now supports Tcl_Obj and always 11 years ago
Serhiy Storchaka 2e229e025c Issue #23338: Fixed formatting ctypes error messages on Cygwin. 11 years ago
Serhiy Storchaka ea134da929 Issue #16840: Tkinter now supports 64-bit integers added in Tcl 8.4 and 11 years ago
Victor Stinner 8e44aa5ae4 Issue #23834: Fix socket.sendto(), use the C Py_ssize_t type to store the 11 years ago
Victor Stinner e7c749238e Issue #23851: close() must not be retried when it fails with EINTR 11 years ago
Serhiy Storchaka f7de3dd02d Issue #21526: Tkinter now supports new boolean type in Tcl 8.5. 11 years ago
Benjamin Peterson 4fd929b431 remove assignment in conditional 11 years ago
Serhiy Storchaka bfe1824d08 Issue #18473: Fixed 2to3 and 3to2 compatible pickle mappings. 11 years ago
Serhiy Storchaka 04d09ebd39 Issue #23785: Fixed memory leak in TextIOWrapper.tell() in rare circumstances. 11 years ago
Serhiy Storchaka 7665be6087 Issue #21802: The reader in BufferedRWPair now is closed even when closing 11 years ago
Victor Stinner 19276f184f Issue #23654: Fix faulthandler._stack_overflow() for the Intel C Compiler (ICC) 11 years ago
Steve Dower fe0a41aae4 Issue #23668: Adds support for os.truncate and os.ftruncate on Windows 11 years ago
doko@ubuntu.com 6433e9efde - Modules/Setup.dist: remove time extension duplicate, introduced by the fix for #5309. 11 years ago
Victor Stinner ced1174525 Issue #23618: Fix internal_select() for negative timeout (blocking socket) when 11 years ago
Victor Stinner 88ed640fc7 Issue #23834: Fix the default socket timeout 11 years ago
Victor Stinner 146907081c Issue #23853: Methods of SSL socket don't reset the socket timeout anymore each 11 years ago
Victor Stinner 222dfc7d94 Issue #22117: Fix sock_call_ex() for non-blocking socket 11 years ago
Victor Stinner 8912d1418e Issue #23853: socket.socket.sendall() does no more reset the socket timeout 11 years ago
Victor Stinner 9001d8089c Issue #23834: Fix initial value of the socket timeout 11 years ago
Serhiy Storchaka a4c6badfdd Issue #23501: #include "clinic/posixmodule.c.h" was in the section skipped on Windows. 11 years ago
Benjamin Peterson 1a6292194b fix refleak in deque_concat 11 years ago
Serhiy Storchaka 04e6dba7dc Fixed the array module broken in issue #23492. 11 years ago
Serhiy Storchaka 92e8af67a8 Issue #23492: Argument Clinic now generates argument parsing code with 11 years ago
Serhiy Storchaka 1009bf18b3 Issue #23501: Argumen Clinic now generates code into separate files by default. 11 years ago
Larry Hastings 0759f84d62 Issue #23500: Argument Clinic is now smarter about generating the "#ifndef" 11 years ago
Serhiy Storchaka 45ec3288d0 Removed trailing whitespaces in miscalenous files. 11 years ago
Victor Stinner 4e3cfa46dc Issue #23853: Cleanup _ssl.c 11 years ago
Victor Stinner 10550cdb8a Issue #23834: Simplify timeout handling 11 years ago
Victor Stinner 13019fdef3 Issue #22117: Add a new _PyTime_FromSeconds() function 11 years ago
Victor Stinner a135cb8143 Issue #23618: Ooops, remove abort() added for debug purpose 11 years ago
Victor Stinner 38aec7525e Issue #23618: Fix sock_connect_impl(), set the socket error code 11 years ago
Victor Stinner 81c41dbfcc Issue #23618: socket.socket.connect() now waits until the connection completes 11 years ago
Victor Stinner 35bee932e4 Issue #23618: Don't declare recvmsg/sendmsg helper functions on Windows 11 years ago
Victor Stinner ff444e828e Issue #23834: Fix sock_call(), set deadline_initialized to recompute the timeout 11 years ago