- b70091a Issue #20014: array.array() now accepts unicode typecodes. Based on patch by by Serhiy Storchaka · 10 years ago
- f465e0f merge 2.7.10 release branch by Benjamin Peterson · 10 years ago
- 5863a39 deque is not varsized, so using Py_SIZE is nonsensical (closes #24162) by Benjamin Peterson · 10 years ago
- 3aee092 Defend against a mutation during comparison by Raymond Hettinger · 10 years ago
- 72c0141 ensure .keywords is always a dict by Benjamin Peterson · 10 years ago
- 36691ef fix libffi compilation on FreeBSD (#23042) by Benjamin Peterson · 10 years ago
- 101b054 Issue #20274: When calling a _sqlite.Connection, it now complains if passed by Larry Hastings · 10 years ago
- 79f2c5b Defer deleted item decref until after the deque is restored to a consistent state. by Raymond Hettinger · 10 years ago
- 89543dd Issues #24099, #24100, and #24101: Fix free-after-use bug in heapq. by Raymond Hettinger · 10 years ago
- 3a34a72 remove extern definition, since it's in a header file (closes #24058) by Benjamin Peterson · 10 years ago
- 656ffdb Issue #16840. Turn off bignum support in tkinter with with Tcl earlier than 8.5.8 by Serhiy Storchaka · 10 years ago
- 02d0298 Issue #16840: Turn on support of bignums only in final release of Tcl 8.5. by Serhiy Storchaka · 10 years ago
- 9aa16d9 Issue #23842: os.major(), os.minor() and os.makedev() now support ints again. by Serhiy Storchaka · 10 years ago
- 9e7ece2 - Use PLATDIR for the platform directory everywhere (refactoring only) by doko@ubuntu.com · 10 years ago
- 4612954 Issue #21859: Corrected FileIO docstrings. by Serhiy Storchaka · 10 years ago
- 9c5a8d4 remove extra arguments in arg parsing format codes (closes #23875) by Benjamin Peterson · 10 years ago
- f29bc70 Issue #15133: _tkinter.tkapp.getboolean() now supports long and Tcl_Obj and by Serhiy Storchaka · 10 years ago
- 37943b0 Issue #23338: Fixed formatting ctypes error messages on Cygwin. by Serhiy Storchaka · 10 years ago
- c77c5b5 Issue #16840: Tkinter now supports 64-bit integers added in Tcl 8.4 and by Serhiy Storchaka · 10 years ago
- 31c7e4f Issue #23834: Fix socket.sendto(), use the C long type to store the result of by Victor Stinner · 10 years ago
- cba6b5d Issue #21526: Tkinter now supports new boolean type in Tcl 8.5. by Serhiy Storchaka · 10 years ago
- a5a44ab remove assignment in conditional by Benjamin Peterson · 10 years ago
- 96d8012 Issue #23785: Fixed memory leak in TextIOWrapper.tell() in rare circumstances. by Serhiy Storchaka · 10 years ago
- aa64c46 Issue #23781: Add private helper function _PyErr_ReplaceException() that by Serhiy Storchaka · 10 years ago
- f95a57f Issue #21802: The reader in BufferedRWPair now is closed even when closing by Serhiy Storchaka · 10 years ago
- 72ef961 expose X509_V_FLAG_TRUSTED_FIRST by Benjamin Peterson · 10 years ago
- b1ebba5 enable X509_V_FLAG_TRUSTED_FIRST when possible (closes #23476) by Benjamin Peterson · 10 years ago
- 34c8d98 Issue #23576: Avoid stalling in SSL reads when EOF has been reached in the SSL layer but the underlying connection hasn't been closed. by Antoine Pitrou · 10 years ago
- b027c6c fix possible overflow bugs in unicodedata (closes #23367) by Benjamin Peterson · 10 years ago
- b8285d9 Issue #22113: struct.pack_into() now supports new buffer protocol (in by Serhiy Storchaka · 10 years ago
- 021d55f Issue #23215: Multibyte codecs with custom error handlers that ignores errors by Serhiy Storchaka · 10 years ago
- 3173f7c Issue #5700: io.FileIO() called flush() after closing the file. by Serhiy Storchaka · 10 years ago
- a2269d0 Issue #23446: Use PyMem_New instead of PyMem_Malloc to avoid possible integer by Serhiy Storchaka · 10 years ago
- 4068b01 Issue #23392: Added tests for marshal C API that works with FILE*. by Serhiy Storchaka · 11 years ago
- 42aa9c0 Issues #23363, #23364, #23365, #23366: Fixed itertools overflow tests. by Serhiy Storchaka · 11 years ago
- dda9121 check for overflows in permutations() and product() (closes #23363, closes #23364) by Benjamin Peterson · 11 years ago
- 17845c1 check for overflow in combinations_with_replacement (closes #23365) by Benjamin Peterson · 11 years ago
- 021dec1 detect overflow in combinations (closes #23366) by Benjamin Peterson · 11 years ago
- 0a7fc53 Issue #23370: Fix off-by-one error for non-contiguous buffers. by Stefan Krah · 11 years ago
- 5606cd9 Issue #23349: Fix off-by-one error in PyBuffer_ToContiguous(). Initial patch by Stefan Krah · 11 years ago
- a99e48c ifdef our way to compatibility with old openssl (closes #23335) by Benjamin Peterson · 11 years ago
- f4bb231 disable ALPN on LibreSSL, which has a large version number, but not ALPN support (closes #23329) by Benjamin Peterson · 11 years ago
- aa70758 prefer server alpn ordering over the client's by Benjamin Peterson · 11 years ago
- b10bfbe pep 466 backport of alpn (#20188) by Benjamin Peterson · 11 years ago
- c3edc19 Issue #23248: Update ssl error codes from latest OpenSSL git master. by Antoine Pitrou · 11 years ago
- e8c9e14 Issue #23181: More "codepoint" -> "code point". by Serhiy Storchaka · 11 years ago
- 2098d61 Issue #23098: 64-bit dev_t is now supported in the os module. by Serhiy Storchaka · 11 years ago
- 07f9047 fix instances of consecutive articles (closes #23221) by Benjamin Peterson · 11 years ago
- a024f80 Issue #21902: Replace incorrect 'hyperbolic arc sine' (etc.) with 'inverse hyperbolic sine' (etc.). Remove meaningless reference to radians. by Mark Dickinson · 11 years ago
- 7c90667 Issue #21356: Make ssl.RAND_egd() optional to support LibreSSL. The by Victor Stinner · 11 years ago
- 53ae614 allow more operations to work on detached streams (closes #23093) by Benjamin Peterson · 11 years ago
- daa491b merge 2.7.9 release branch by Benjamin Peterson · 11 years ago
- 60766c4 allow ssl module to compile if openssl doesn't support SSL 3 (closes #22935) by Benjamin Peterson · 11 years ago
- 0f8f784 Removed duplicated words in in comments and docs. by Serhiy Storchaka · 11 years ago
- 31aa69e allow hostname to be passed to SSLContext even if OpenSSL doesn't support SNI (closes #22921) by Benjamin Peterson · 11 years ago
- 069bdcb Issue #22821: Fixed fcntl() with integer argument on 64-bit big-endian by Serhiy Storchaka · 11 years ago
- 9dcab59 fix test where sizeof(long) != sizeof(int) by Benjamin Peterson · 11 years ago
- 31221a7 Issue #20160: broken ctypes calling convention on MSVC / 64-bit Windows (large structs). Patch by mattip by Steve Dower · 11 years ago
- 06c1497 Issue #22773: fix failing test with old readline versions due to issue #19884. by Antoine Pitrou · 11 years ago
- 93c4133 allow keyfile argument to be None (closes #22787) by Benjamin Peterson · 11 years ago
- 55bf20a #13096: Fix segfault in CTypes POINTER handling of large values. by R David Murray · 11 years ago
- 3d1f2d3 make _socket.socket weakrefable (closes #22569) by Benjamin Peterson · 11 years ago
- fe3c80b Closes #19342: improve docstrings in grp module. by Georg Brandl · 11 years ago
- 2f33456 fix sslwrap_simple (closes #22523) by Benjamin Peterson · 11 years ago
- bc4ece5 allow longs as indexes to group() (closes #22530) by Benjamin Peterson · 11 years ago
- 1c873bf clear BufferedRWPair weakrefs on deallocation (closes #22517) by Benjamin Peterson · 11 years ago
- b5dc3dc Issue #21860: Correct docstrings of FileIO.seek() and FileIO.truncate() methods. by Berker Peksag · 11 years ago
- 0aa6562 Issue #21147: sqlite3 now raises an exception if the request contains a null by Serhiy Storchaka · 11 years ago
- 17c0178 Issue #21951: Fixed a crash in Tkinter on AIX when called Tcl command with by Serhiy Storchaka · 11 years ago
- 1c09c0e Issue #21951: Use attemptckalloc() instead of ckalloc() in Tkinter. by Serhiy Storchaka · 11 years ago
- 77a64bf - Issue #22381: Update zlib to 1.2.8. by doko@ubuntu.com · 11 years ago
- e98205d Issue #20421: Add a .version() method to SSL sockets exposing the actual protocol version in use. by Alex Gaynor · 11 years ago
- 0062d1e PEP 466: backport hashlib algorithm constants (closes #21307) by Benjamin Peterson · 11 years ago
- 876473e fix load_verify_locations on unicode paths (closes #22244) by Benjamin Peterson · 11 years ago
- e373754 don't segfault when trying to fdopen() a fd for a dir (closes #22259) by Benjamin Peterson · 11 years ago
- 7ed3e29 fix error message for invalid curve name by Benjamin Peterson · 11 years ago
- b47b54c Backed out changeset 7c19f1f792c6 by Benjamin Peterson · 11 years ago
- 64c1215 don't call rl_initialize when stdout is not a tty by Benjamin Peterson · 11 years ago
- cbb144a PyUnicode -> PyString and PyLong -> PyInt by Benjamin Peterson · 11 years ago
- daeb925 backport many ssl features from Python 3 (closes #21308) by Benjamin Peterson · 11 years ago
- cbee972 Issue #15696: Add a __sizeof__ implementation for mmap objects on Windows. by Serhiy Storchaka · 11 years ago
- f880bff Removed useless Py_LIMITED_API checks. by Serhiy Storchaka · 11 years ago
- baa84b8 - Issue #22176: Update the ctypes module's libffi to v3.1. This release by doko@ubuntu.com · 11 years ago
- 501da1d Issue #21975: Fixed crash when using uninitialized sqlite3.Row (in particular by Serhiy Storchaka · 11 years ago
- 04fa704 Issue #21580: Now Tkinter correctly handles binary "data" and "maskdata" by Serhiy Storchaka · 11 years ago
- 0a649c7 Fix repr(_socket.socket) on Windows 64-bit: don't fail with OverflowError by Victor Stinner · 11 years ago
- 465db3c socketmodule.c: backport INVALID_SOCKET from Python 3.5 to simplify the code by Victor Stinner · 11 years ago
- 1d9457d Issue #19884, readline: calling rl_variable_bind ("enable-meta-key", "off") by Victor Stinner · 11 years ago
- 63a4747 Issue #19884: readline: Disable the meta modifier key if stdout is not a by Victor Stinner · 11 years ago
- 5d93f40 Call PyErr_NoMemory() when PyMem_Malloc() fails. by Serhiy Storchaka · 11 years ago
- a830501 properly decref the return value of close() by Benjamin Peterson · 11 years ago
- f6b3c84 Issue #21090: io.FileIO.readall() does not ignore I/O errors anymore. Before, by Victor Stinner · 11 years ago
- 58ad245 Issue #19145: Fix handling of negative values for a "times" keyword argument to itertools.repeat()> by Raymond Hettinger · 11 years ago
- 05b0a1b Issue #21310: Fixed possible resource leak in failed open(). by Serhiy Storchaka · 11 years ago
- 48f2e99 backport hashlib.pbkdf2_hmac per PEP 466 (closes #21304) by Benjamin Peterson · 11 years ago
- 529a639 Fixed possible integer overflow in getint, getdouble and getboolean too (issue #21552). by Serhiy Storchaka · 11 years ago
- 2a0220b Issue #21552: Fixed possible integer overflow of too long string lengths in by Serhiy Storchaka · 11 years ago
- 30080fd Issue #10203: sqlite3.Row now truly supports sequence protocol. In particular by Serhiy Storchaka · 11 years ago
- d3d2363 support pep 3118 format strings for ctypes objects with nontrivial shapes (closes #10744) by Benjamin Peterson · 11 years ago
- 8c16605 use logical rather than bit and by Benjamin Peterson · 11 years ago