summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* gh-105332: [Enum] Fix unpickling flags in edge-cases (GH-105348)Nikita Sobolev2023-06-081-0/+1
* gh-104310: Rename the New Function in importlib.util (gh-105255)Eric Snow2023-06-081-0/+7
* GH-105229: Remove remaining two-codeunit superinstructions (GH-105326)Mark Shannon2023-06-081-0/+3
* gh-104635: Eliminate redundant STORE_FAST instructions in the compiler (gh-10...Dong-hee Na2023-06-071-0/+2
* GH-104996: Defer joining of `pathlib.PurePath()` arguments. (GH-104999)Barney Gale2023-06-071-0/+2
* gh-105435: Fix spurious NEWLINE token if file ends with comment without a new...Pablo Galindo Salgado2023-06-071-0/+2
* gh-105375: Improve error handling in sqlite3 collation callback (#105412)Erlend E. Aasland2023-06-071-0/+2
* gh-105390: Correctly raise TokenError instead of SyntaxError for tokenize err...Pablo Galindo Salgado2023-06-071-0/+3
* gh-104692: Include commoninstall as a prerequisite for bininstall (#104693)Jeffery To2023-06-071-0/+6
* GH-102613: Fast recursive globbing in `pathlib.Path.glob()` (GH-104512)Barney Gale2023-06-061-0/+4
* gh-105382: Remove urllib.request cafile parameter (#105384)Victor Stinner2023-06-061-0/+3
* gh-105376: Remove logging.Logger.warn() method (#105377)Victor Stinner2023-06-061-0/+4
* gh-104783: Remove locale.resetlocale() function (#104784)Victor Stinner2023-06-061-0/+2
* gh-105259: Ensure we don't show newline characters for trailing NEWLINE token...Pablo Galindo Salgado2023-06-061-0/+2
* gh-105268: Remove _PyGC_FINALIZED() macro (#105350)Victor Stinner2023-06-061-0/+3
* gh-90005: Don't link with libbsd if not needed (#105236)Erlend E. Aasland2023-06-061-0/+1
* gh-105292: Add option to make traceback.TracebackException.format_exception_o...Irit Katriel2023-06-061-0/+2
* gh-102304: Fix Py_INCREF() stable ABI in debug mode (#104763)Victor Stinner2023-06-061-9/+0
* gh-102304: doc: Add links to Stable ABI and Limited C API (#105345)Victor Stinner2023-06-062-2/+2
* gh-104399: Use newer libtommath APIs when necessary (GH-104407)Christopher Chavez2023-06-061-0/+4
* gh-105324: Fix tokenize module main function for stdin (#105325)Pablo Galindo Salgado2023-06-051-0/+2
* gh-89412: Add missing attributes (added in 3.10) to traceback module docs (#1...Jakub Kuczys2023-06-051-0/+2
* gh-105280: Ensure `isinstance([], collections.abc.Mapping)` always evaluates ...Alex Waygood2023-06-051-0/+4
* gh-105237: Allow calling `issubclass(X, typing.Protocol)` again (#105239)Alex Waygood2023-06-051-0/+2
* gh-105164: Detect annotations inside match blocks (#105177)Jelle Zijlstra2023-06-051-0/+2
* GH-105229: Replace some superinstructions with single instruction equivalent....Mark Shannon2023-06-051-0/+1
* gh-103558: Add coverage tests for argparse (#103570)Tian Gao2023-06-051-0/+1
* gh-98963: Restore the ability to have a dict-less property. (#105262)Gregory P. Smith2023-06-051-0/+4
* gh-80480: array: Add 'w' typecode. (#105242)Inada Naoki2023-06-041-0/+1
* gh-104690 Disallow thread creation and fork at interpreter finalization (#104...chgnrdv2023-06-041-0/+6
* gh-105080: Fixed inconsistent signature on derived classes (#105217)Tian Gao2023-06-021-0/+1
* GH-102404, GH-100956: Document how to do a WASI build (GH-105251)Brett Cannon2023-06-021-0/+2
* gh-105194: Fix format specifier escaped characters in f-strings (#105231)Pablo Galindo Salgado2023-06-021-0/+2
* GH-104584: Plugin optimizer API (GH-105100)Mark Shannon2023-06-021-0/+2
* GH-105162: Account for `INSTRUMENTED_RESUME` in gen.close/throw. (GH-105187)Mark Shannon2023-06-021-0/+2
* gh-104799: Default missing lists in AST to the empty list (#104834)Jelle Zijlstra2023-06-021-0/+4
* gh-85275: Remove old buffer APIs (#105137)Inada Naoki2023-06-022-0/+8
* GH-89886: Bump to GNU Autoconf v2.71 (#104925)Erlend E. Aasland2023-06-011-0/+2
* gh-103142: Upgrade binary builds and CI to OpenSSL 1.1.1u (#105174)Gregory P. Smith2023-06-011-0/+2
* gh-105145: Deprecate Py_GetPath() function (#105179)Victor Stinner2023-06-011-0/+11
* gh-105182: Remove PyEval_AcquireLock() and PyEval_InitThreads() (#105183)Victor Stinner2023-06-014-8/+8
* gh-105107: Remove PyCFunction_Call() function (#105181)Victor Stinner2023-06-012-0/+2
* gh-105145: Remove old functions to config Python init (#105154)Victor Stinner2023-06-012-0/+27
* gh-105156: Deprecate the old Py_UNICODE type in C API (#105157)Victor Stinner2023-06-011-0/+4
* gh-105172: Fixed functools.lru_cache typed argument docstring. (GH-105173)Bar Harel2023-05-311-0/+2
* gh-103464: Add checks for arguments of pdb commands (GH-103465)Tian Gao2023-05-311-0/+1
* gh-105146: Update links at end of Windows installer (uninstall/repair) (GH-10...Steve Dower2023-05-311-0/+2
* gh-105148: make _PyASTOptimizeState internal to ast_opt.c (#105149)Irit Katriel2023-05-311-0/+3
* gh-105144: Runtime-checkable protocols: move all 'sanity checks' to `_Protoco...Alex Waygood2023-05-311-0/+5
* gh-105111: remove deprecated macros Py_TRASHCAN_SAFE_BEGIN and Py_TRASHCAN_SA...Irit Katriel2023-05-311-0/+3