summaryrefslogtreecommitdiffstats
path: root/Python
Commit message (Expand)AuthorAgeFilesLines
* gh-105435: Fix spurious NEWLINE token if file ends with comment without a new...Pablo Galindo Salgado2023-06-071-0/+11
* gh-105390: Correctly raise TokenError instead of SyntaxError for tokenize err...Pablo Galindo Salgado2023-06-071-7/+2
* gh-105259: Ensure we don't show newline characters for trailing NEWLINE token...Pablo Galindo Salgado2023-06-061-4/+6
* gh-103906: Remove immortal refcounting in compile/marshal.c (gh-103922)Dong-hee Na2023-06-052-7/+7
* gh-105164: Detect annotations inside match blocks (#105177)Jelle Zijlstra2023-06-051-0/+10
* GH-105229: Replace some superinstructions with single instruction equivalent....Mark Shannon2023-06-057-610/+639
* GH-104584: Allow optimizers to opt out of optimizing. (GH-105244)Mark Shannon2023-06-051-11/+18
* gh-103277: remove unused macros (#105247)Irit Katriel2023-06-031-19/+0
* gh-87092: avoid gcc warning on uninitialized struct field in assemble… (gh-...Dong-hee Na2023-06-021-0/+1
* gh-105214: Use named constants for MAKE_FUNCTION oparg (#105215)Jelle Zijlstra2023-06-025-289/+288
* GH-104584: Plugin optimizer API (GH-105100)Mark Shannon2023-06-028-358/+676
* gh-105184: document that marshal functions can fail and need to be checked wi...Irit Katriel2023-06-021-0/+4
* gh-104799: Default missing lists in AST to the empty list (#104834)Jelle Zijlstra2023-06-021-219/+365
* gh-92536: Remove PyUnicode_READY() calls (#105210)Victor Stinner2023-06-017-25/+1
* gh-92536: Argument Clinic no longer emits PyUnicode_READY() (#105208)Victor Stinner2023-06-014-34/+4
* gh-104341: Call _PyEval_ReleaseLock() with NULL When Finalizing the Current T...Eric Snow2023-06-013-8/+45
* gh-105140: remove unused arg of _PyErr_ChainStackItem (#105141)Irit Katriel2023-06-011-31/+7
* gh-105182: Remove PyEval_AcquireLock() and PyEval_InitThreads() (#105183)Victor Stinner2023-06-011-4/+9
* remove unused #includes of pycore_pymem.h (#105166)Irit Katriel2023-06-015-263/+259
* gh-105145: Remove old functions to config Python init (#105154)Victor Stinner2023-06-014-141/+20
* gh-105156: Deprecate the old Py_UNICODE type in C API (#105157)Victor Stinner2023-06-011-1/+1
* gh-105148: make _PyASTOptimizeState internal to ast_opt.c (#105149)Irit Katriel2023-05-313-17/+21
* gh-104909: Split BINARY_OP into micro-ops (#104910)Guido van Rossum2023-05-313-624/+753
* gh-104922: Make `PY_SSIZE_T_CLEAN` not mandatory again (#105051)Inada Naoki2023-05-313-171/+60
* gh-105042: Disable unmatched parens syntax error in python tokenize (#105061)Lysandros Nikolaou2023-05-301-1/+1
* gh-105069: Add a readline-like callable to the tokenizer to consume input ite...Pablo Galindo Salgado2023-05-302-22/+31
* gh-105035: fix super() calls on unusual types (e.g. meta-types) (#105094)Carl Meyer2023-05-302-221/+225
* gh-80064: Fix is_valid_wide_char() return type (#105099)Victor Stinner2023-05-301-1/+1
* gh-105017: Include CRLF lines in strings and column numbers (#105030)Marta Gómez Macías2023-05-281-2/+7
* gh-104976: Ensure trailing dedent tokens are emitted as the previous tokenize...Pablo Galindo Salgado2023-05-261-3/+23
* gh-104972: Ensure that line attributes in tokens in the tokenize module are c...Pablo Galindo Salgado2023-05-261-5/+4
* gh-104773: PEP 594: Remove the imghdr module (#104777)Victor Stinner2023-05-261-1/+0
* gh-104799: Move location of type_params AST fields (#104828)Jelle Zijlstra2023-05-261-163/+162
* GH-89091: raise `RuntimeWarning` for unawaited async generator methods (#104611)Kumar Aditya2023-05-261-0/+14
* gh-104773: PEP 594: Remove the chunk module (#104868)Victor Stinner2023-05-251-1/+0
* gh-104773: PEP 594: Remove the audioop module (#104937)Victor Stinner2023-05-251-1/+0
* gh-104773: PEP 594: Remove the aifc module (#104933)Victor Stinner2023-05-251-1/+0
* gh-104773: PEP 594: Remove the uu module (#104932)Victor Stinner2023-05-251-1/+0
* gh-104773: PEP 594: Remove the crypt module (#104908)Victor Stinner2023-05-251-2/+0
* gh-104773: Remove the msilib package (GH-104911)Zachary Ware2023-05-251-2/+0
* gh-104820: Fixes os.stat on Windows to better handle file systems that do not...Steve Dower2023-05-241-1/+2
* gh-104773: PEP 594: Remove the xdrlib module (#104900)Victor Stinner2023-05-241-1/+0
* gh-104773: PEP 594: Remove the nis module (#104897)Victor Stinner2023-05-241-1/+0
* gh-104773: PEP 594: Remove the nntplib module (#104894)Victor Stinner2023-05-241-1/+0
* gh-104773: PEP 594: Remove the spwd module (#104871)Victor Stinner2023-05-241-1/+0
* gh-104773: PEP 594: Remove the mailcap module (#104867)Victor Stinner2023-05-241-1/+0
* gh-104773: PEP 594: Remove the sunau module (#104863)Victor Stinner2023-05-241-1/+0
* gh-104773: PEP 594: Remove the ossaudiodev module (#104862)Victor Stinner2023-05-241-1/+0
* gh-104773: PEP 594: Remove the pipes module (#104848)Victor Stinner2023-05-241-1/+0
* gh-104825: Remove implicit newline in the line attribute in tokens emitted in...Pablo Galindo Salgado2023-05-241-0/+4