Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/v3.9.4
/
Python
tag
2477a4938c06327480078914db328fbccd73ce78
tagger
Łukasz Langa <lukasz@langa.pl>
Sun Apr 04 12:57:20 2021
object
1f2e3088f3c097b5bde69bbd63dfcd0852d31984
Python 3.9.4
c7b0fec
[3.9] bpo-43710: Rollback the 3.9 bpo-42500 fix, it broke the ABI in 3.9.3 (#25179)
by Gregory P. Smith
· 4 years, 5 months ago
ff4715a
bpo-43660: Fix crash when displaying exceptions with custom values for sys.stderr (GH-25075) (GH-25083)
by Miss Islington (bot)
· 4 years, 5 months ago
ac17ed6
[3.9] bpo-43517: Fix false positive in detection of circular imports (GH-24895) (GH-24948)
by Antoine Pitrou
· 4 years, 5 months ago
aa967ec
bpo-35883: Py_DecodeLocale() escapes invalid Unicode characters (GH-24843)
by Miss Islington (bot)
· 4 years, 5 months ago
651fc30
bpo-43499: Silence compiler warnings about using legacy C API on Windows (GH-24873)
by Serhiy Storchaka
· 4 years, 5 months ago
8b795ab
bpo-42500: Fix recursion in or after except (GH-23568) (#24501)
by Mark Shannon
· 4 years, 6 months ago
6893523
bpo-42780: Fix set_inheritable() for O_PATH file descriptors on Linux (GH-24172) (GH-24278)
by cptpcrd
· 4 years, 7 months ago
fa12749
Bring Python into the new year. (GH-24036)
by Miss Islington (bot)
· 4 years, 8 months ago
1c70d40
bpo-26564: fix obsolete comment in traceback.c (GH-23819)
by Miss Islington (bot)
· 4 years, 8 months ago
f0e42ae
bpo-32381: Fix PyRun_SimpleFileExFlags() encoding (GH-23642) (GH-23692)
by Victor Stinner
· 4 years, 8 months ago
60463e8
bpo-42536: GC track recycled tuples (GH-23623) (GH-23651)
by Brandt Bucher
· 4 years, 8 months ago
9b34f34
bpo-42521: Add note about 'Python -d' only working on debug builds (GH-23607)
by Miss Islington (bot)
· 4 years, 9 months ago
e8b1c03
[3.9] bpo-41100: Support macOS 11 and Apple Silicon (GH-22855) (GH-23295)
by Ronald Oussoren
· 4 years, 9 months ago
35bf8ea
[3.9] bpo-40998: Fix a refleak in create_filter() (GH-23365) (GH-23369)
by Christian Heimes
· 4 years, 9 months ago
994c68f
bpo-40998: Address compiler warnings found by ubsan (GH-20929)
by Miss Islington (bot)
· 4 years, 9 months ago
48a9c0e
[3.9] bpo-39934: Account for control blocks in 'except' in compiler. (GH-22395) (GH-23303)
by Irit Katriel
· 4 years, 9 months ago
05a5d69
bpo-41686: Always create the SIGINT event on Windows (GH-23344) (GH-23347)
by Victor Stinner
· 4 years, 9 months ago
e5729ae
bpo-42296: On Windows, fix CTRL+C regression (GH-23257)
by Miss Islington (bot)
· 4 years, 9 months ago
07a44d9
bpo-42057: Fix peephole optimizer (GH-22802)
by Inada Naoki
· 4 years, 10 months ago
c17ff5c
bpo-38324: Fix test__locale.py Windows failures (GH-20529)
by Miss Skeleton (bot)
· 4 years, 10 months ago
f07448b
bpo-41894: Fix UnicodeDecodeError while loading native module (GH-22466)
by Miss Skeleton (bot)
· 4 years, 10 months ago
391a544
bpo-41993: Fix possible issues in remove_module() (GH-22631) (GH-22647)
by Miss Skeleton (bot)
· 4 years, 10 months ago
7aa534c
bpo-41819: Fix compiler warning in init_dump_ascii_wstr() (GH-22332)
by Miss Islington (bot)
· 5 years ago
55e0836
[3.9] bpo-41631: _ast module uses again a global state (GH-21961) (GH-22258)
by Pablo Galindo
· 5 years ago
b2376f9
Fix compiler warnings in init_dump_ascii_wstr() (GH-22150)
by Miss Islington (bot)
· 5 years ago
11a82c7
bpo-41525: Make the Python program help ASCII-only (GH-21836)
by Miss Islington (bot)
· 5 years ago
d64d78b
bpo-41531: Fix compilation of dict literals with more than 0xFFFF elements (GH-21850) (GH-22107)
by Miss Islington (bot)
· 5 years ago
106c1df7
closes bpo-41533: Fix a potential memory leak when allocating a stack (GH-21847)
by Miss Islington (bot)
· 5 years ago
c16a2a1
bpo-41681: Fix for `f-string/str.format` error description when using 2 `,` in format specifier (GH-22036) (GH-22041)
by Miss Islington (bot)
· 5 years ago
901c2ea
bpo-41524: fix pointer bug in PyOS_mystr{n}icmp (GH-21845) (GH-21978)
by Miss Islington (bot)
· 5 years ago
d2bea26
[3.9] bpo-41194: Convert _ast extension to PEP 489 (GH-21807)
by Victor Stinner
· 5 years ago
f2f6759
Fix -Wstrict-prototypes warning in thread_pthread.h. (GH-21477)
by Miss Islington (bot)
· 5 years ago
6488a4a
[3.9] bpo-41218: Only mark async code with CO_COROUTINE. (GH-21357) (GH-21362)
by Pablo Galindo
· 5 years ago
4981fe3
bpo-29778: Ensure python3.dll is loaded from correct locations when Python is embedded (GH-21297)
by Miss Islington (bot)
· 5 years ago
941117a
bpo-21222: Fix improperly merged change so that final hooks are called before types are cleared (GH-21304)
by Steve Dower
· 5 years ago
e1d4fdc
bpo-41162: Clear audit hooks later during finalization (GH-21222)
by Steve Dower
· 5 years ago
1c77654
bpo-41180: Audit code.__new__ when unmarshalling (GH-21271)
by Miss Islington (bot)
· 5 years ago
f859927
[3.9] bpo-41194: The _ast module cannot be loaded more than once (GH-21290) (GH-21292)
by Victor Stinner
· 5 years ago
2a1ee1d
[3.9] bpo-35975: Only use cf_feature_version if PyCF_ONLY_AST in cf_flags (#21022)
by Guido van Rossum
· 5 years ago
dab533d
[3.9] bpo-41076: Pre-feed the parser with the f-string expression location (GH-21054) (GH-21190)
by Pablo Galindo
· 5 years ago
5193d0a
[3.9] bpo-41132: Use pymalloc allocator in the f-string parser (GH-21173) (GH-21183)
by Lysandros Nikolaou
· 5 years ago
7329c8c
bpo-41094: Fix decoding errors with audit when open files. (GH-21095)
by Miss Islington (bot)
· 5 years ago
f19ed6b
bpo-41061: Fix incorrect expressions in hashtable (GH-21028)
by Miss Islington (bot)
· 5 years ago
9fe5dec
bpo-41056: Fix reference to deallocated stack in pathconfig (Coverity) (GH-21013)
by Miss Islington (bot)
· 5 years ago
610a60c
bpo-36346: Add Py_DEPRECATED to deprecated unicode APIs (GH-20878)
by Inada Naoki
· 5 years ago
097b8b6
bpo-40985: Show correct SyntaxError text when last line has a LINECONT (GH-20888)
by Miss Islington (bot)
· 5 years ago
b498c7f
bpo-36020: Remove snprintf macro in pyerrors.h (GH-20889)
by Miss Islington (bot)
· 5 years ago
bab0833
bpo-40910: PyConfig_Clear() clears _orig_argv (GH-20886)
by Miss Islington (bot)
· 5 years ago
c932f5c
bpo-40957: Fix refleak in _Py_fopen_obj() (GH-20827)
by Miss Islington (bot)
· 5 years ago
94bb4b7
bpo-40834: Fix truncate when sending str object with channel (GH-20555)
by Miss Islington (bot)
· 5 years ago
ce5e6f0
[3.9] bpo-40924: Revert "bpo-39791 native hooks for importlib.resources.files (GH-20576)" (#20760)
by Łukasz Langa
· 5 years ago
8175064
bpo-40854: Allow overriding sys.platlibdir via PYTHONPLATLIBDIR env-var (GH-20605) (GH-20725)
by Victor Stinner
· 5 years ago
dedaac0
bpo-40910: Export Py_GetArgcArgv() function (GH-20721) (GH-20723)
by Victor Stinner
· 5 years ago
9cf1be4
bpo-39791 native hooks for importlib.resources.files (GH-20576)
by Miss Islington (bot)
· 5 years ago
90ee51f
bpo-40870: Invalidate usage of some constants with ast.Name (GH-20649)
by Miss Islington (bot)
· 5 years ago
6d62dc1
[3.9] bpo-40826: PyOS_InterruptOccurred() requires GIL (GH-20578) (GH-20618)
by Victor Stinner
· 5 years ago
20fe532
[3.9] Fix MSVC warnings in pythonrun.c (GH-20587) (GH-20592)
by Ammar Askar
· 5 years ago
410b730
Make sure that keyword arguments are merged into the arguments dictionary when dict unpacking and keyword arguments are interleaved. (GH-20553) (GH-20569)
by Miss Islington (bot)
· 5 years ago
ad088ca
bpo-40780: Fix failure of _Py_dg_dtoa to remove trailing zeros (GH-20435) (GH-20514)
by Miss Islington (bot)
· 5 years ago
bcbe5c5
bpo-40217: Ensure Py_VISIT(Py_TYPE(self)) is always called for PyType_FromSpec types (reverts GH-19414) (GH-20264)
by Miss Islington (bot)
· 5 years ago
9b83829
[3.9] bpo-40614: Respect feature version for f-string debug expressions (GH-20196) (GH-20464)
by Pablo Galindo
· 5 years ago
1a4e9e6
bpo-36290: Fix keytword collision handling in AST node constructors (GH-12382)
by Miss Islington (bot)
· 5 years ago
7f77ac4
bpo-40696: Fix a hang that can arise after gen.throw() (GH-20287)
by Miss Islington (bot)
· 5 years ago
9512ad7
[3.9] bpo-40514: Remove --with-experimental-isolated-subinterpreters in 3.9 (GH-20228)
by Victor Stinner
· 5 years ago
2135e10
bpo-40663: Correctly handle annotations with subscripts in ast_unparse.c (GH-20156)
by Batuhan Taskaya
· 5 years ago
98e42d1
bpo-35890: Use RegQueryInfoKeyW and CryptAcquireContextW explicitly (GH-19974)
by Minmin Gong
· 5 years ago
f660567
bpo-40650: Include winsock2.h in pytime.c, instead of a full windows.h (GH-20137)
by Minmin Gong
· 5 years ago
da742ba
bpo-31033: Improve the traceback for cancelled asyncio tasks (GH-19951)
by Chris Jerdonek
· 5 years ago
6a5d3ff
bpo-40636: Clarify the zip built-in docstring. (GH-20118)
by Gregory P. Smith
· 5 years ago
4a12d12
Fix typo in code comment in main_loop label. (GH-20068)
by Chris Jerdonek
· 5 years ago
15bc9ab
bpo-40612: Fix SyntaxError edge cases in traceback formatting (GH-20072)
by Guido van Rossum
· 5 years ago
16ab070
bpo-40334: Correctly identify invalid target in assignment errors (GH-20076)
by Pablo Galindo
· 5 years ago
d2dc827
bpo-40602: _Py_hashtable_set() reports rehash failure (GH-20077)
by Victor Stinner
· 5 years ago
a482dc5
bpo-40602: Write unit tests for _Py_hashtable_t (GH-20091)
by Victor Stinner
· 5 years ago
42bae3a
bpo-40602: Optimize _Py_hashtable_get_ptr() (GH-20066)
by Victor Stinner
· 5 years ago
5b0a303
bpo-40609: _Py_hashtable_t values become void* (GH-20065)
by Victor Stinner
· 5 years ago
d95bd42
bpo-40609: _tracemalloc allocates traces (GH-20064)
by Victor Stinner
· 5 years ago
2d0a3d6
bpo-40609: Add destroy functions to _Py_hashtable (GH-20062)
by Victor Stinner
· 5 years ago
f9b3b58
bpo-40609: Remove _Py_hashtable_t.key_size (GH-20060)
by Victor Stinner
· 5 years ago
f453221
bpo-40602: Add _Py_HashPointerRaw() function (GH-20056)
by Victor Stinner
· 5 years ago
4c9ea09
bpo-38787: Add PyCFunction_CheckExact() macro for exact type checks (GH-20024)
by scoder
· 5 years ago
7c6e970
bpo-40602: Optimize _Py_hashtable for pointer keys (GH-20051)
by Victor Stinner
· 5 years ago
74ea6b5
bpo-40593: Improve syntax errors for invalid characters in source code. (GH-20033)
by Serhiy Storchaka
· 5 years ago
d0919f0
bpo-40602: _Py_hashtable_new() uses PyMem_Malloc() (GH-20046)
by Victor Stinner
· 5 years ago
b617993
bpo-40602: Rename hashtable.h to pycore_hashtable.h (GH-20044)
by Victor Stinner
· 5 years ago
4804b5b
bpo-39465: Don't access directly _Py_Identifier members (GH-20043)
by Victor Stinner
· 5 years ago
091951a
bpo-40528: Improve and clear several aspects of the ASDL definition code for the AST (GH-19952)
by Batuhan Taskaya
· 5 years ago
2668a9a
bpo-40527: Fix command line argument parsing (GH-19955)
by Victor Stinner
· 5 years ago
7be4e35
bpo-40513: Per-interpreter GIL (GH-19943)
by Victor Stinner
· 5 years ago
0dd5e7a
bpo-40513: new_interpreter() init GIL earlier (GH-19942)
by Victor Stinner
· 5 years ago
e838a93
bpo-40522: _PyThreadState_Swap() sets autoTSSkey (GH-19939)
by Victor Stinner
· 5 years ago
299b8c6
Revert "bpo-40513: Per-interpreter signals pending (GH-19924)" (GH-19932)
by Victor Stinner
· 5 years ago
b0be6b3
bpo-29587: _PyErr_ChainExceptions() checks exception (GH-19902)
by Victor Stinner
· 5 years ago
4e30ed3
bpo-40513: Per-interpreter recursion_limit (GH-19929)
by Victor Stinner
· 5 years ago
c5fa364
bpo-40514: Add --with-experimental-isolated-subinterpreters (GH-19926)
by Victor Stinner
· 5 years ago
0b1e330
bpo-40513: Per-interpreter gil_drop_request (GH-19927)
by Victor Stinner
· 5 years ago
4e01946
bpo-40513: Per-interpreter signals pending (GH-19924)
by Victor Stinner
· 5 years ago
846d8b2
bpo-40246: Revert reporting of invalid string prefixes (GH-19888)
by Lysandros Nikolaou
· 5 years ago
f40bd46
bpo-40417: Fix deprecation warning in PyImport_ReloadModule (GH-19750)
by Robert Rouhani
· 5 years ago
64224a4
bpo-40412: Nullify inittab_copy during finalization (GH-19746)
by Gregory Szorc
· 5 years ago
Next »