summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* gh-101100: [Enum] Fix sphinx warnings in docs (GH-101122)Nikita Sobolev2023-01-201-12/+12
* gh-59956: Fix Function Groupings in pystate.c (gh-101172)Eric Snow2023-01-201-237/+352
* gh-101167: fix bug in the new test.support.requires_specialization decorator ...Irit Katriel2023-01-191-1/+2
* gh-101169: reduce the implementation of except* by one bytecode instruction (...Irit Katriel2023-01-191-16/+11
* gh-59956: Clarify GILState-related Code (gh-101161)Eric Snow2023-01-1910-250/+373
* gh-98831: register instructions have 0 pushes and pops (#101163)Irit Katriel2023-01-191-0/+1
* gh-100712: make it possible to disable specialization (for debugging) (#100713)Irit Katriel2023-01-1911-3/+87
* gh-100940: Change "char *str" to "const char *str" in KeywordToken: It is an...Stepfen Shawn2023-01-181-1/+1
* gh-100340: Allows -Wno-int-conversion for wasm (#100341)Kushal Das2023-01-184-0/+47
* GH-98831: Move assorted macros from ceval.h to a new header (#101116)Guido van Rossum2023-01-184-385/+364
* fix typo in 3.12 What's New (#101105)Tushar Sadhwani2023-01-181-1/+1
* Docs: improve sqlite3 placeholders example (#101092)Erlend E. Aasland2023-01-181-13/+12
* Fix typo and old link in wasm readme (#101096)Zac Hatfield-Dodds2023-01-181-2/+2
* GH-98831: Implement array support in cases generator (#100912)Guido van Rossum2023-01-176-177/+398
* gh-82052: Don't send partial UTF-8 sequences to the Windows API (GH-101103)Paul Moore2023-01-172-1/+17
* Fix typo in `ReprEnum` documentation (#101079)Viicos2023-01-171-1/+1
* gh-101046: Fix a potential memory leak in the parser when raising MemoryError...Pablo Galindo Salgado2023-01-163-1/+111
* gh-100247: Improve documentation for custom shebang commands in py.exe launch...Steve Dower2023-01-161-4/+5
* gh-100320: Fix path calculations on Windows when python.exe is moved outside ...Steve Dower2023-01-164-33/+54
* GH-100982: Add `COMPARE_AND_BRANCH` instruction (GH-100983)Mark Shannon2023-01-1617-239/+267
* gh-101056: Fix memory leak in `formatfloat()` in `bytesobject.c` (#101057)Nikita Sobolev2023-01-161-1/+3
* Docs: Remove duplicate `TraversableResources` reference (#101068)scrazzz2023-01-161-1/+0
* GH-100997: fix refleak in `_testinternalcapi.c` (#101058)Kumar Aditya2023-01-161-0/+1
* gh-101041: Fix a misspelled name of `utctimetuple` in a doc warning (GH-101042)Oleg Iarygin2023-01-151-1/+1
* Fix `ctypes` typo in `set_exception` (#101040)Cristián Maureira-Fredes2023-01-152-3/+3
* GH-100892: consolidate `HEAD_LOCK/HEAD_UNLOCK` macros (#100953)Kumar Aditya2023-01-154-14/+6
* gh-100668: Clarify how sqlite3 maps parameters onto placeholders (#100960)Erlend E. Aasland2023-01-141-9/+17
* gh-94518: [_posixsubprocess] Replace variable validity flags with reserved va...Oleg Iarygin2023-01-142-33/+32
* gh-101021: Document binary parameters as bytes (#101024)Bob Kline2023-01-144-8/+8
* Sync-up parameter name in equivalent code snippet of `enumerate` (GH-101029)JustAnotherArchivist2023-01-141-2/+2
* GH-98831: Identify instructions that don't use oparg (#100957)Guido van Rossum2023-01-143-60/+70
* Add recipes to showcase tee(), zip*, batched, starmap, and product. (GH-101023)Raymond Hettinger2023-01-141-0/+27
* Fix typo in docs (GH-101025)Raymond Hettinger2023-01-141-1/+1
* gh-74033: Fix bug when Path takes and ignores **kwargs (GH-19632)Yurii Karabas2023-01-143-0/+10
* GH-100573: Fix server hang caused by os.stat() on named pipe (Windows) (#100959)Guido van Rossum2023-01-133-0/+46
* Don't double count misses. (GH-100984)Mark Shannon2023-01-131-0/+3
* gh-100160: Restore and deprecate implicit creation of an event loop (GH-100410)Serhiy Storchaka2023-01-138-41/+77
* gh-100247: Fix py.exe launcher not using entire shebang command for finding c...Steve Dower2023-01-134-94/+154
* gh-86682: Adds sys._getframemodulename as an alternative to using _getframe (...Steve Dower2023-01-1313-14/+200
* GH-100942: Fix incorrect cast in property_copy(). (#100965)Raymond Hettinger2023-01-123-1/+22
* GH-100997: Implement Multi-Phase Init for the _testinternalcapi Module (gh-10...Eric Snow2023-01-123-33/+117
* gh-96290: Support partial/invalid UNC drives in ntpath.normpath() and splitdr...Barney Gale2023-01-124-46/+55
* gh-96461: Improve docs for bytecode instructions (GH-96462)Matthieu Dartiailh2023-01-121-123/+236
* GH-81381: Add longer comment _PyType_AllocNoTrack() (GH-100954)Neil Schemenauer2023-01-121-1/+6
* Fix typo in `enum` module documentation (#100992)Noam Cohen2023-01-121-1/+1
* GH-100894: Updated the doc for `sys.winver` to clarify its usual contents (GH...ram vikram singh2023-01-121-1/+1
* gh-98636: Fix detecting gdbm_compat for _dbm module (#98643)Michał Górny2023-01-114-2/+9
* gh-94912: Adjusted check for non-standard coroutine function marker. (#100935)Carlton Gibson2023-01-112-2/+8
* GH-100923: Embed jump mask in `COMPARE_OP` oparg (GH-100924)Mark Shannon2023-01-1112-177/+200
* Ensure some build files include a newline at to avoid warnings (GH-100946)th17222023-01-112-2/+2