- 702dada Always #define _PyLong_FromDev as we always need it to compile rather than by Gregory P. Smith · 10 years ago
- 498b1f6 asyncio, _overlapped.ConnectPipe(): release the GIL by Victor Stinner · 10 years ago
- 41063d2 asyncio, Tulip issue 204: Fix IocpProactor.recv() by Victor Stinner · 10 years ago
- 2b77c54 asyncio, Tulip issue 204: Fix IocpProactor.accept_pipe() by Victor Stinner · 10 years ago
- 7ffa2c5 Issue #23293, asyncio: Rewrite IocpProactor.connect_pipe() by Victor Stinner · 10 years ago
- d0a28de Issue #23095, asyncio: Rewrite _WaitHandleFuture.cancel() by Victor Stinner · 10 years ago
- b176d40 Issue #23280: Fix docstrings for binascii.(un)hexlify by Zachary Ware · 10 years ago
- 173ad83 Issue #23248: Update ssl error codes from latest OpenSSL git master. by Antoine Pitrou · 10 years ago
- d3faf43 Issue #23181: More "codepoint" -> "code point". by Serhiy Storchaka · 10 years ago
- b2653b3 Issue #23098: 64-bit dev_t is now supported in the os module. by Serhiy Storchaka · 10 years ago
- 82f34ad fix instances of consecutive articles (closes #23221) by Benjamin Peterson · 10 years ago
- dfe0b23 Issue #21902: Replace incorrect 'hyperbolic arc sine' (etc.) with 'inverse hyperbolic sine' (etc.). Remove meaningless reference to radians. by Mark Dickinson · 10 years ago
- b9fdb7a Issue 19548: update codecs module documentation by Nick Coghlan · 10 years ago
- fcfed19 Issue #21356: Make ssl.RAND_egd() optional to support LibreSSL. The by Victor Stinner · 10 years ago
- 10e76b6 allow more operations to work on detached streams (closes #23093) by Benjamin Peterson · 10 years ago
- 5bbd231 Issue #15513: Added a __sizeof__ implementation for pickle classes. by Serhiy Storchaka · 10 years ago
- e32467c allow ssl module to compile if openssl doesn't support SSL 3 (closes #22935) by Benjamin Peterson · 10 years ago
- b757c83 Issue #22581: Use more "bytes-like object" throughout the docs and comments. by Serhiy Storchaka · 10 years ago
- 56a6d85 Removed duplicated words in in comments and docs. by Serhiy Storchaka · 10 years ago
- 7243b57 don't require OpenSSL SNI to pass hostname to ssl functions (#22921) by Benjamin Peterson · 10 years ago
- 6c14f23 fix possible double free in TextIOWrapper.__init__ (closes #22849) by Benjamin Peterson · 10 years ago
- d915b08 Issue #22821: Fixed fcntl() with integer argument on 64-bit big-endian by Serhiy Storchaka · 10 years ago
- abd1c97 fix test where sizeof(long) != sizeof(int) by Benjamin Peterson · 10 years ago
- b7fa201 Issue #20160: broken ctypes calling convention on MSVC / 64-bit Windows (large structs) Patch by mattip by Steve Dower · 10 years ago
- 7e8b867 Issue #22773: fix failing test with old readline versions due to issue #19884. by Antoine Pitrou · 10 years ago
- e48ec21 Fix typo. by Georg Brandl · 10 years ago
- 817905b #13096: Fix segfault in CTypes POINTER handling of large values. by R David Murray · 10 years ago
- e1a7d9d Closes #22568: fix UTIME_TO_* macros in posixmodule for rare cases. by Georg Brandl · 10 years ago
- 682124c prevent passing NULL to memcpy (closes #22605) by Benjamin Peterson · 10 years ago
- fc6a90a Issue #22588: Fix typo in _testcapi.test_incref_decref_API() by Victor Stinner · 10 years ago
- 484df00 Issue #22568: Fix compilation of posixmodule.c with Open Watcom: rename "utime" by Victor Stinner · 10 years ago
- e2bd2a7 Issue #21715: Extracted shared complicated code in the _io module to new by Serhiy Storchaka · 10 years ago
- 0ddbf47 Issue #22462: Fix pyexpat's creation of a dummy frame to make it appear in exception tracebacks. by Antoine Pitrou · 10 years ago
- 8f437aa Issue #22290: Fix error handling in the _posixsubprocess module. by Victor Stinner · 10 years ago
- 41ea1f4 Closes #19342: improve docstrings in grp module. by Georg Brandl · 10 years ago
- 5083828 faulthandler: test_gil_released() now uses _sigsegv() instead of _read_null(), by Victor Stinner · 10 years ago
- 9db521c faulthandler: _sigsegv() and _sigabrt() don't accept parameters by Victor Stinner · 10 years ago
- d6b1769 Issue #22396: On 32-bit AIX platform, don't expose os.posix_fadvise() nor by Victor Stinner · 10 years ago
- c44eb73 merge 3.3 (#22517) by Benjamin Peterson · 10 years ago
- bbd0a32 clear BufferedRWPair weakrefs on deallocation (closes #22517) by Benjamin Peterson · 10 years ago
- b87630c Issue #21860: Correct docstrings of FileIO.seek() and FileIO.truncate() methods. by Berker Peksag · 10 years ago
- 8fad167 Issue #22166: clear codec caches in test_codecs by Nick Coghlan · 10 years ago
- ad24d62 Issue #17095: Temporarily revert getpath.c change that added the Modules by Ned Deily · 10 years ago
- 42d67af Issue #21147: sqlite3 now raises an exception if the request contains a null by Serhiy Storchaka · 10 years ago
- abf68ce Issue #21951: Fixed a crash in Tkinter on AIX when called Tcl command with by Serhiy Storchaka · 10 years ago
- 0794088 Issue #21951: Use attemptckalloc() instead of ckalloc() in Tkinter. by Serhiy Storchaka · 10 years ago
- 31a3ec3 Issue #22338: Fix a crash in the json module on memory allocation failure. by Victor Stinner · 10 years ago
- 1486799 Issue #22369: Change "context manager protocol" to "context management protocol". by Serhiy Storchaka · 10 years ago
- cf26115 Introduce and check for MPD_VERSION_HEX for precise management of builds by Stefan Krah · 10 years ago
- 298131a Issue #22090: Fix '%' formatting for infinities and NaNs. by Stefan Krah · 10 years ago
- 76b4765 Issue #15696: Add a __sizeof__ implementation for mmap objects on Windows. by Serhiy Storchaka · 10 years ago
- 3b48af0 - Issue #22176: Fix build failure on ARM with -Werror=declaration-after-statement by doko@ubuntu.com · 10 years ago
- 6a66f15 - Issue #22176: Add src/x86/win32.S for x86 libffi builds. by doko@ubuntu.com · 10 years ago
- 736a913 - Issue #22176: Update the ctypes module's libffi to v3.1. This release by doko@ubuntu.com · 10 years ago
- 4f06d60 Issue #22161: Conformed arguments type checks in ctype to actually supported by Serhiy Storchaka · 10 years ago
- 3d4b2d4 Issue #21975: Fixed crash when using uninitialized sqlite3.Row (in particular by Serhiy Storchaka · 10 years ago
- 74596a8 Issue #21580: Now Tkinter correctly handles bytes arguments passed to Tk. by Serhiy Storchaka · 10 years ago
- e0e6581 Issue #21704: Fix build error for _multiprocessing when semaphores by Richard Oudkerk · 10 years ago
- e254e53 Fix repr(_socket.socket) on Windows 64-bit: don't fail with OverflowError by Victor Stinner · 10 years ago
- 5a2146a Issue #22044: Fixed premature DECREF in call_tzinfo_method. by Raymond Hettinger · 10 years ago
- 92639cc Issue #19884, readline: calling rl_variable_bind ("enable-meta-key", "off") by Victor Stinner · 10 years ago
- a3c80ce Issue #19884: readline: Disable the meta modifier key if stdout is not a by Victor Stinner · 10 years ago
- b1ebfdd Call PyErr_NoMemory() when PyMem_Malloc() fails. by Serhiy Storchaka · 10 years ago
- cd75298 Issue #21781, _ssl: Fix asn1obj2py() on Windows 64-bit, "s#" format requires by Victor Stinner · 11 years ago
- e865128 properly decref the return value of close() by Benjamin Peterson · 11 years ago
- e10920f Issue #21090: io.FileIO.readall() does not ignore I/O errors anymore. Before, by Victor Stinner · 11 years ago
- f18f871 Issue #8677: make the zlib module "ssize_t clean" for parsing parameters by Victor Stinner · 11 years ago
- 65a3144 Closes #21780: make the unicodedata module "ssize_t clean" for parsing parameters by Victor Stinner · 11 years ago
- 2e57b4e Issue #21781: Make the ssl module "ssize_t clean" for parsing parameters. by Victor Stinner · 11 years ago
- 293f3f5 Closes #21892, #21893: Use PY_FORMAT_SIZE_T instead of %zi or %zu to format C by Victor Stinner · 11 years ago
- a6ec5ee Fix typo in socket.getaddrinfo() docstring. by Berker Peksag · 11 years ago
- 297d104 Issue #21858: Better handling of Python exceptions in the sqlite3 module. by Victor Stinner · 11 years ago
- 97d3555 Issue #19145: Fix handling of negative values for a "times" keyword argument to itertools.repeat()> by Raymond Hettinger · 11 years ago
- 76d3f14 PyErr_NormalizeException doesn't like being called with an exception set by Serhiy Storchaka · 11 years ago
- f10063e Issue #21310: Fixed possible resource leak in failed open(). by Serhiy Storchaka · 11 years ago
- 8a8f7f9 Issue #21677: Fixed chaining nonnormalized exceptions in io close() methods. by Serhiy Storchaka · 11 years ago
- 797bcb5 Issue #21639: Fix name of _testcapi test functions by Victor Stinner · 11 years ago
- b166191 Issue #17095: Fix Modules/Setup *shared* support. by Ned Deily · 11 years ago
- a26987a Fix the comment to not refer to the removed end_fd parameter. by Gregory P. Smith · 11 years ago
- d4dcb70 Don't restrict ourselves to a "max" fd when closing fds before exec() by Gregory P. Smith · 11 years ago
- 79851d7 Issue #21552: Fixed possible integer overflow of too long string lengths in by Serhiy Storchaka · 11 years ago
- 47a9813 Issue #10203: sqlite3.Row now truly supports sequence protocol. In particulr by Serhiy Storchaka · 11 years ago
- 5eb6b39 support pep 3118 format strings for ctypes objects with nontrivial shapes (closes #10744) by Benjamin Peterson · 11 years ago
- 429b59e Issue #20998: Fixed re.fullmatch() of repeated single character pattern by Serhiy Storchaka · 11 years ago
- e2d6690 Issue #21497: faulthandler functions now raise a better error if sys.stderr is by Victor Stinner · 11 years ago
- e1e04ad Backed out changeset 6ceedbd88b5f by Victor Stinner · 11 years ago
- b78c448 Issue #21488: Add support of keyword arguments for codecs.encode and codecs.decode by Victor Stinner · 11 years ago
- 23a192d use logical rather than bit and by Benjamin Peterson · 11 years ago
- 5fbc7b1 Issue #21435: Segfault in gc with cyclic trash by Tim Peters · 11 years ago
- c644e7c Issue #21396: Fix TextIOWrapper(..., write_through=True) to not force a flush() on the underlying binary stream. by Antoine Pitrou · 11 years ago
- 9147a96 Issue #21088: Bugfix for curses.window.addch() regression in 3.4.0. by Larry Hastings · 11 years ago
- c992608 Issue 21375: Fix possible Py_ssizet overflow in heapq. by Raymond Hettinger · 11 years ago
- 8fb74a3 Issue #21374: Fix pickling of DecimalTuple. by Stefan Krah · 11 years ago
- 26f82ef Issue #21321: itertools.islice() now releases the reference to the source iterator when the slice is exhausted. by Antoine Pitrou · 11 years ago
- 4a173bc Fixes for KFreeBSD and the Hurd: by doko@ubuntu.com · 11 years ago
- 7646620 #15840: make docs consistent by saying operations on closed files raise ValueError. by Andrew Kuchling · 11 years ago
- efeb9da Add conditional code for android's lack of definition of SYS_getdent64. by Gregory P. Smith · 11 years ago
- 70d92a9 merge 3.3 by Benjamin Peterson · 11 years ago
- 9beee04 merge 3.2 by Benjamin Peterson · 11 years ago
- 6ef2b36 disallow a negative idx parameter by Benjamin Peterson · 11 years ago