Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/v3.7.5
/
Modules
tag
dc8ada53cff5e8e8f9c20587ab6afc2152b2888f
tagger
Ned Deily <nad@python.org>
Mon Oct 14 22:37:59 2019
object
5c02a39a0b31a330e06b4d6f44835afb205dc7cc
Python 3.7.5
1c61f2c
bpo-38368: Added fix for ctypes crash when handling arrays in structs/unions. (GH-16589) (GH-16672)
by Vinay Sajip
· 6 years ago
8e4622e
[3.7] closes bpo-38174: Update vendored expat library to 2.2.8. (GH-16407)
by Benjamin Peterson
· 6 years ago
d015714
[3.7] bpo-22273: Changed conditions for ctypes array-in-struct handling. (GH-16381) (GH-16400)
by Vinay Sajip
· 6 years ago
16c0f6d
bpo-22273: Update ctypes to correctly handle arrays in small structur… (GH-15839) (GH-16369)
by Miss Islington (bot)
· 6 years ago
80cb055
bpo-38185: Fixed case-insensitive string comparison in sqlite3.Row indexing. (GH-16190)
by Miss Islington (bot)
· 6 years ago
4ac1be2
bpo-38175: Fix a memory leak in comparison of sqlite3.Row objects. (GH-16155)
by Miss Islington (bot)
· 6 years ago
c55f695
[3.7] bpo-33936: Don't call obsolete init methods with OpenSSL 1.1.0+ (GH-16140) (GH-16200)
by Miss Islington (bot)
· 6 years ago
e857fe6
[3.7] bpo-38168: Fix a possbile refleak in setint() of mmapmodule.c (GH-16136) (GH-16175)
by Miss Islington (bot)
· 6 years ago
a3c53a1
bpo-21872: fix lzma library decompresses data incompletely (GH-14048)
by Miss Islington (bot)
· 6 years ago
197ac1a
closes bpo-38127: _ctypes: PyObject_IsSubclass() should be checked for failure. (GH-16011)
by Miss Islington (bot)
· 6 years ago
4fbe0ee
Fix calling order of PyEval_InitThreads. (GH-5833)
by Miss Islington (bot)
· 6 years ago
61f34f9
bpo-34720: Fix test_importlib.test_bad_traverse for AIX (GH-14238)
by Michael Felt
· 6 years ago
b4fb2c2
bpo-35941: Fix performance regression in SSL certificate code (GH-12610)
by Steve Dower
· 6 years ago
328cfde
bpo-37649: Fix exec_prefix check (GH-14897)
by Miss Islington (bot)
· 6 years ago
472f37a
bpo-37702: Fix SSL's certificate-store leak on Windows (GH-15632)
by Miss Islington (bot)
· 6 years ago
1af2c0e
bpo-37445: Include FORMAT_MESSAGE_IGNORE_INSERTS in FormatMessageW() calls (GH-14462)
by Miss Islington (bot)
· 6 years ago
5190b71
bpo-34410: Fix a crash in the tee iterator when re-enter it. (GH-15625)
by Miss Islington (bot)
· 6 years ago
021e5db
bpo-36946:Fix possible signed integer overflow when handling slices. (GH-15639)
by Miss Islington (bot)
· 6 years ago
6b50c10
bpo-37372: Fix error unpickling datetime.time objects from Python 2 with seconds>=24. (GH-14307)
by Miss Islington (bot)
· 6 years ago
1bf672f
bpo-36205: Fix the rusage implementation of time.process_time() (GH-15538)
by Miss Islington (bot)
· 6 years ago
1b1796d
[3.7] bpo-37915: Fix comparison between tzinfo objects and timezone objects (GH-15390) (GH-15417)
by Pablo Galindo
· 6 years ago
ed44b84
bpo-37642: Update acceptable offsets in timezone (GH-14878) (#15226)
by Paul Ganssle
· 6 years ago
2b9b707
Replace usage of the obscure PEM_read_bio_X509_AUX with the more standard PEM_read_bio_X509 (GH-15303)
by Miss Islington (bot)
· 6 years ago
1581d9c
bpo-21131: Fix faulthandler.register(chain=True) stack (GH-15276)
by Miss Islington (bot)
· 6 years ago
b0b178a
bpo-37811: FreeBSD, OSX: fix poll(2) usage in sockets module (GH-15202)
by Miss Islington (bot)
· 6 years ago
7eef81e
bpo-37738: Fix curses addch(str, color_pair) (GH-15071) (GH-15273)
by Victor Stinner
· 6 years ago
6ed20e5
[3.7] bpo-37685: Fixed comparisons of datetime.timedelta and datetime.timezone. (GH-14996) (GH-15104)
by Serhiy Storchaka
· 6 years ago
35d9c37
bpo-37695: Correct unget_wch error message. (GH-14986)
by Miss Islington (bot)
· 6 years ago
83cec02
[3.7] Fix typos in docs, comments and test assert messages (GH-14872). (#14901)
by Kyle Stanley
· 6 years ago
f3130fa
Put pyexpatns.h include back. bpo-37437 (GH-14539)
by Miss Islington (bot)
· 6 years ago
cf76174
[3.7] bpo-37428: Don't set PHA verify flag on client side (GH-14421) (GH-14493)
by Miss Islington (bot)
· 6 years ago
87cc668
closes bpo-37437: Update vendorized expat to 2.2.7. (GH-14436)
by Miss Islington (bot)
· 6 years ago
65e1872
closes bpo-37420: Handle errors during iteration in os.sched_setaffinity. (GH-14414)
by Miss Islington (bot)
· 6 years ago
742b16e
bpo-32627: Fix compile error when conflicting `_uuid` headers included (GH-11751)
by Miss Islington (bot)
· 6 years ago
b296743
Fix name of '\0'. (GH-14222)
by Miss Islington (bot)
· 6 years ago
6a433f5
bpo-36779: time.tzname returns empty string on Windows if default cod… (GH-13073)
by Miss Islington (bot)
· 6 years ago
b4c8ef7
bpo-35070: test_getgrouplist may fail on macOS if too many groups (GH-13071)
by Miss Islington (bot)
· 6 years ago
d561f84
bpo-31829: Make protocol 0 pickles be loadable in text mode in Python 2. (GH-11859)
by Miss Islington (bot)
· 6 years ago
534136a
bpo-29505: Fuzz json module, enforce size limit on int(x) fuzz (GH-13991)
by Miss Islington (bot)
· 6 years ago
30fd7a4
closes bpo-35184: Fix XML_POOR_ENTROPY option that breaks makesetup parsing of pyexpat line in Setup. (GH-13064)
by Miss Islington (bot)
· 6 years ago
6692d35
bpo-29505: Fix interpreter in fuzzing targets to be relocatable (GH-13907)
by Miss Islington (bot)
· 6 years ago
e36ed47
[3.7] bpo-37170: Fix the cast on error in PyLong_AsUnsignedLongLongMask() (GH-13860) (GH-13896)
by Zackery Spytz
· 6 years ago
8f0bbbd
bpo-37188: Fix a divide-by-zero in arrays of size-0 objects (GH-13881) (#13882)
by Miss Islington (bot)
· 6 years ago
fefdc00
Fix the error handling in bytesio_sizeof(). (GH-10459)
by Miss Islington (bot)
· 6 years ago
1062cf7
bpo-36856: Handle possible overflow in faulthandler_stack_overflow (GH-13205)
by Miss Islington (bot)
· 6 years ago
310f414
bpo-23395: Fix PyErr_SetInterrupt if the SIGINT signal is ignored or not handled (GH-7778)
by Miss Islington (bot)
· 6 years ago
791e5fc
bpo-36965: Fix includes in main.c on Windows with non-MSC compilers (GH-13421) (GH-13471)
by Erik Janssens
· 6 years ago
740a7cd
bpo-36908: 'This module is always available' isn't helpful. (GH-13297)
by Miss Islington (bot)
· 6 years ago
f02d1a4
bpo-36946: Fix possible signed integer overflow when handling slices. (GH-13375)
by Miss Islington (bot)
· 6 years ago
aa73841
bpo-35926: Add support for OpenSSL 1.1.1b on Windows (GH-11779)
by Steve Dower
· 6 years ago
5f5b187
bpo-36734: Fix compilation of faulthandler.c on HP-UX (GH-12970)
by Miss Islington (bot)
· 6 years ago
f5972cc
bpo-2091: Fix typo in exception message (GH-12987)
by Miss Islington (bot)
· 6 years ago
c0f6f53
bpo-18372: Add missing PyObject_GC_Track() calls in the pickle module (GH-8505)
by Miss Islington (bot)
· 6 years ago
8a9a6b4
[3.7] bpo-9566: Fix compiler warnings on Windows (GH-12920)
by Victor Stinner
· 6 years ago
1100ae8
bpo-36523: Add docstring to io.IOBase.writelines (GH-12683)
by Marcin Niemira
· 6 years ago
8b30ee8
bpo-36650: Fix handling of empty keyword args in C version of lru_cache. (GH-12881) (GH-12888)
by Miss Islington (bot)
· 6 years ago
9e23f0a
[3.7] bpo-36389: _PyObject_IsFreed() now also detects uninitialized memory (GH-12770) (GH-12788)
by Victor Stinner
· 6 years ago
513d142
[3.7] bpo-36440: include node names in ParserError messages, instead of numeric IDs (GH-12565) (GH-12671)
by Pablo Galindo
· 6 years ago
9c08eeb
bpo-36504: Fix signed integer overflow in _ctypes.c's PyCArrayType_new(). (GH-12660)
by Miss Islington (bot)
· 6 years ago
8384670
bpo-20844: open script file with "rb" mode (GH-12616)
by Inada Naoki
· 6 years ago
5e23395
bpo-36150: Fix possible assertion failures due to _ctypes.c's PyCData_reduce(). (GH-12106) (GH-12642)
by Miss Islington (bot)
· 6 years ago
e9868c5
bpo-35941: Fix ssl certificate enumeration for windows (GH-12486)
by Miss Islington (bot)
· 6 years ago
20fde53
bpo-36436: Fix _testcapi.pymem_buffer_overflow() (GH-12560)
by Miss Islington (bot)
· 6 years ago
e0fe25b
bpo-36430: Fix a possible reference leak in itertools.count(). (GH-12551)
by Miss Islington (bot)
· 6 years ago
fa27870
bpo-36421: Fix a possible double decref in _ctypes.c's PyCArrayType_new(). (GH-12530)
by Miss Islington (bot)
· 6 years ago
00eb97b
bpo-36256: Fix bug in parsermodule when parsing if statements (GH-12488)
by Miss Islington (bot)
· 6 years ago
ef10f88
Fix compiler warning in call_readline() (GH-10820) (GH-12452)
by Victor Stinner
· 6 years ago
f7959a9
bpo-36236: Handle removed cwd at Python init (GH-12450)
by Victor Stinner
· 6 years ago
935250d
bpo-36356: pymain_free() calls _PyRuntime_Finalize() (GH-12436)
by Victor Stinner
· 6 years ago
783bed4
[3.7] bpo-36254: Fix invalid uses of %d in format strings in C. (GH-12264). (GH-12322)
by Serhiy Storchaka
· 6 years ago
e4be205
bpo-36251: Fix format strings used in match_repr() and stdprinter_repr(). (GH-12252)
by Miss Islington (bot)
· 6 years ago
42c6493
bpo-36209: Fix typo on hashlib error message (GH-12194)
by Miss Islington (bot)
· 6 years ago
a59d33a
bpo-36179: Fix ref leaks in _hashopenssl (GH-12158)
by Miss Islington (bot)
· 6 years ago
e5897b6
bpo-28441: Ensure `.exe` suffix in `sys.executable` on MinGW and Cygwin (GH-4348)
by Miss Islington (bot)
· 6 years ago
4e6646f
bpo-36106: Resolve sinpi name clash with libm (IEEE-754 violation). (GH-12027)
by Miss Islington (bot)
· 6 years ago
0b3019a
bpo-24643: Fix "GH-define timezone _timezone" clashes on Windows (GH-12019)
by Miss Islington (bot)
· 6 years ago
8efa328
fix _abc.c compile error on Cygwin (GH-8445)
by Miss Islington (bot)
· 6 years ago
3129432
bpo-34572: change _pickle unpickling to use import rather than retrieving from sys.modules (GH-9047) (GH-11921)
by Miss Islington (bot)
· 7 years ago
0e379d4
bpo-34294: re module, fix wrong capturing groups in rare cases. (GH-11546)
by Miss Islington (bot)
· 7 years ago
a01065a
bpo-35942: Improve the error message if __fspath__ returns invalid types in path_converter (GH-11831)
by Miss Islington (bot)
· 7 years ago
e208935
closes bpo-35991: Fix a potential double free in Modules/_randommodule.c. (GH-11849)
by Miss Islington (bot)
· 7 years ago
00cc0fe
[3.7] Remove stray quote in os.replace docstring. (GH-11835)
by Benjamin Peterson
· 7 years ago
7c78393
lru_cache: Add more comments. Fix comment typos. Clarify a comment. (GH-11795) (GH-11798)
by Miss Islington (bot)
· 7 years ago
63a69ef
bpo-29734: nt._getfinalpathname handle leak (GH-740)
by Miss Islington (bot)
· 7 years ago
533a9b4
Consistently move the misses update to just before the user function call (GH-11715) (GH-11716)
by Miss Islington (bot)
· 7 years ago
10354cb
bpo-35847: RISC-V needs CTYPES_PASS_BY_REF_HACK (GH-11694)
by Miss Islington (bot)
· 7 years ago
b2b023c
bpo-35780: Fix errors in lru_cache() C code (GH-11623) (GH-11682)
by Miss Islington (bot)
· 7 years ago
f71e743
bpo-35720: Fixing a memory leak in pymain_parse_cmdline_impl() (GH-11528)
by Miss Islington (bot)
· 7 years ago
be5de95
bpo-35746: Fix segfault in ssl's cert parser (GH-11569)
by Miss Islington (bot)
· 7 years ago
26122de
bpo-35066: _dateime.datetime.strftime copies trailing '%' (GH-10692)
by Miss Islington (bot)
· 7 years ago
059997d
bpo-32710: Fix _overlapped.Overlapped memory leaks (GH-11489)
by Miss Islington (bot)
· 7 years ago
88ad48b
bpo-32710: Fix leak in Overlapped_WSASend() (GH-11469)
by Miss Islington (bot)
· 7 years ago
6d04bc9
closes bpo-35643: Fix a SyntaxWarning: invalid escape sequence in Modules/_sha3/cleanup.py (GH-11411)
by Miss Islington (bot)
· 7 years ago
efcf08d
[3.7] bpo-35214: Annotate posix calls for clang MSan. (GH-11389) (GH-11391)
by Gregory P. Smith
· 7 years ago
d823443
bpo-35550: Fix incorrect Solaris define guards (GH-11275)
by Miss Islington (bot)
· 7 years ago
a144fee
bpo-28503: Use crypt_r() when available instead of crypt() (GH-11373) (GH-11376)
by Miss Islington (bot)
· 7 years ago
01b9664
bpo-35214: MSan workarounds for socket, time, and test_faulthandler. (GH-11375) (GH-11378)
by Miss Islington (bot)
· 7 years ago
4b6caac
bpo-35529: Fix a reference counting bug in PyCFuncPtr_FromDll(). (GH-11229)
by Miss Islington (bot)
· 7 years ago
60c919b
bpo-35502: Fix reference leaks in ElementTree.TreeBuilder. (GH-11170)
by Miss Islington (bot)
· 7 years ago
cb27284
bpo-35504: Fix segfaults and SystemErrors when deleting certain attrs. (GH-11175)
by Miss Islington (bot)
· 7 years ago
Next »