summaryrefslogtreecommitdiffstats
path: root/Python
Commit message (Expand)AuthorAgeFilesLines
* Set line number of END_ASYNC_FOR so that it doesn't show in traces. (GH-27255)Mark Shannon2021-07-201-0/+6
* bpo-44472: Fix ltrace functionality when exceptions are raised (GH-26822) (#2...Miss Islington (bot)2021-07-121-0/+3
* bpo-41180: Replace marshal code.__new__ audit event with marshal.load[s] and ...Steve Dower2021-06-301-10/+20
* bpo-44441: _PyImport_Fini2() resets PyImport_Inittab (GH-26874) (GH-26878)Victor Stinner2021-06-231-0/+3
* bpo-41299: Reduce lag in Windows threading timeouts by using a higher precisi...Miss Islington (bot)2021-06-111-4/+10
* [3.9] bpo-11105: Do not crash when compiling recursive ASTs (GH-20594) (GH-26...Batuhan Taskaya2021-06-031-0/+700
* [3.9] bpo-43667: Fix broken Unicode encoding in non-UTF locales on Solaris (G...Jakub KulĂ­k2021-05-211-0/+106
* bpo-28146: Fix a confusing error message in str.format() (GH-24213)Miss Islington (bot)2021-05-131-2/+8
* bpo-44070: No longer eagerly makes import filenames absolute, except for exte...Steve Dower2021-05-101-1829/+1830
* bpo-42800: Add audit events for f_code and tb_frame (GH-24182)Steve Dower2021-05-031-1/+1
* bpo-43105: Importlib now resolves relative paths when creating module spec ob...Steve Dower2021-04-071-2687/+2777
* [3.9] bpo-43710: Rollback the 3.9 bpo-42500 fix, it broke the ABI in 3.9.3 (#...Gregory P. Smith2021-04-044-16/+16
* bpo-43660: Fix crash when displaying exceptions with custom values for sys.st...Miss Islington (bot)2021-03-291-1/+2
* [3.9] bpo-43517: Fix false positive in detection of circular imports (GH-2489...Antoine Pitrou2021-03-201-1/+1
* bpo-35883: Py_DecodeLocale() escapes invalid Unicode characters (GH-24843)Miss Islington (bot)2021-03-171-39/+79
* bpo-43499: Silence compiler warnings about using legacy C API on Windows (GH-...Serhiy Storchaka2021-03-162-0/+9
* bpo-42500: Fix recursion in or after except (GH-23568) (#24501)Mark Shannon2021-03-024-16/+16
* bpo-42780: Fix set_inheritable() for O_PATH file descriptors on Linux (GH-241...cptpcrd2021-01-211-0/+7
* Bring Python into the new year. (GH-24036)Miss Islington (bot)2021-01-011-1/+1
* bpo-26564: fix obsolete comment in traceback.c (GH-23819)Miss Islington (bot)2020-12-171-1/+2
* bpo-32381: Fix PyRun_SimpleFileExFlags() encoding (GH-23642) (GH-23692)Victor Stinner2020-12-081-92/+132
* bpo-42536: GC track recycled tuples (GH-23623) (GH-23651)Brandt Bucher2020-12-071-0/+5
* bpo-42521: Add note about 'Python -d' only working on debug builds (GH-23607)Miss Islington (bot)2020-12-021-1/+2
* [3.9] bpo-41100: Support macOS 11 and Apple Silicon (GH-22855) (GH-23295)Ronald Oussoren2020-11-222-13/+60
* [3.9] bpo-40998: Fix a refleak in create_filter() (GH-23365) (GH-23369)Christian Heimes2020-11-181-2/+5
* bpo-40998: Address compiler warnings found by ubsan (GH-20929)Miss Islington (bot)2020-11-181-4/+3
* [3.9] bpo-39934: Account for control blocks in 'except' in compiler. (GH-2239...Irit Katriel2020-11-171-8/+11
* bpo-41686: Always create the SIGINT event on Windows (GH-23344) (GH-23347)Victor Stinner2020-11-171-25/+2
* bpo-42296: On Windows, fix CTRL+C regression (GH-23257)Miss Islington (bot)2020-11-131-5/+33
* bpo-42057: Fix peephole optimizer (GH-22802)Inada Naoki2020-10-221-1/+1
* bpo-38324: Fix test__locale.py Windows failures (GH-20529)Miss Skeleton (bot)2020-10-201-2/+13
* bpo-41894: Fix UnicodeDecodeError while loading native module (GH-22466)Miss Skeleton (bot)2020-10-153-8/+25
* bpo-41993: Fix possible issues in remove_module() (GH-22631) (GH-22647)Miss Skeleton (bot)2020-10-141-10/+13
* bpo-41819: Fix compiler warning in init_dump_ascii_wstr() (GH-22332)Miss Islington (bot)2020-09-211-1/+1
* [3.9] bpo-41631: _ast module uses again a global state (GH-21961) (GH-22258)Pablo Galindo2020-09-152-253/+23
* Fix compiler warnings in init_dump_ascii_wstr() (GH-22150)Miss Islington (bot)2020-09-091-1/+1
* bpo-41525: Make the Python program help ASCII-only (GH-21836)Miss Islington (bot)2020-09-091-1/+1
* bpo-41531: Fix compilation of dict literals with more than 0xFFFF elements (G...Miss Islington (bot)2020-09-041-1/+1
* closes bpo-41533: Fix a potential memory leak when allocating a stack (GH-21847)Miss Islington (bot)2020-09-041-0/+3
* bpo-41681: Fix for `f-string/str.format` error description when using 2 `,` i...Miss Islington (bot)2020-09-011-2/+4
* bpo-41524: fix pointer bug in PyOS_mystr{n}icmp (GH-21845) (GH-21978)Miss Islington (bot)2020-08-301-7/+11
* [3.9] bpo-41194: Convert _ast extension to PEP 489 (GH-21807)Victor Stinner2020-08-101-150/+176
* Fix -Wstrict-prototypes warning in thread_pthread.h. (GH-21477)Miss Islington (bot)2020-07-151-1/+1
* [3.9] bpo-41218: Only mark async code with CO_COROUTINE. (GH-21357) (GH-21362)Pablo Galindo2020-07-061-4/+6
* bpo-29778: Ensure python3.dll is loaded from correct locations when Python is...Miss Islington (bot)2020-07-062-48/+0
* bpo-21222: Fix improperly merged change so that final hooks are called before...Steve Dower2020-07-031-2/+2
* bpo-41162: Clear audit hooks later during finalization (GH-21222)Steve Dower2020-07-031-3/+7
* bpo-41180: Audit code.__new__ when unmarshalling (GH-21271)Miss Islington (bot)2020-07-031-0/+6
* [3.9] bpo-41194: The _ast module cannot be loaded more than once (GH-21290) (...Victor Stinner2020-07-031-2006/+1900
* [3.9] bpo-35975: Only use cf_feature_version if PyCF_ONLY_AST in cf_flags (#2...Guido van Rossum2020-06-282-2/+3