COMMITS
/ Include/internal/pycore_unicodeobject_generated.h November 27, 2023
G
gh-63284: Add support for TLS-PSK (pre-shared key) to the ssl module (#103181)
Grant Ramsay committed
October 17, 2023
V
gh-85283: Build winsound extension with limited C API (#110978)
Victor Stinner committed
October 7, 2023
M
gh-108277: Add os.timerfd_create() function (#108382)
Masaru Tsuchiyama committed
August 31, 2023
V
Run make regen-global-objects (#108714)
Victor Stinner committed
August 29, 2023
S
gh-108635: Make parameters of some implementations of special methods positional-only (GH-108636)
Serhiy Storchaka committed
August 21, 2023
S
gh-95065, gh-107704: Argument Clinic: support multiple '/ [from ...]' and '* [from ...]' markers (GH-108132)
Serhiy Storchaka committed
July 9, 2023
S
gh-106303: Use _PyObject_LookupAttr() instead of PyObject_GetAttr() (GH-106304)
Serhiy Storchaka committed
May 30, 2023
S
gh-88745: Add _winapi.CopyFile2 and update shutil.copy2 to use it (GH-105055)
Steve Dower committed
May 26, 2023
K
GH-89091: raise `RuntimeWarning` for unawaited async generator methods (#104611)
Kumar Aditya committed
May 21, 2023
M
gh-102856: Python tokenizer implementation for PEP 701 (#104323)
Marta Gómez Macías committed
May 19, 2023
M
gh-94906: Support multiple steps in math.nextafter (#103881)
Matthias Görgens committed
May 18, 2023
C
gh-104615: don't make unsafe swaps in apply_static_swaps (#104620)
Carl Meyer committed
May 16, 2023
J
gh-103763: Implement PEP 695 (#103764)
Jelle Zijlstra committed
May 7, 2023
I
gh-104240: make _PyCompile_CodeGen support different compilation modes (#104241)
Irit Katriel committed
May 4, 2023
J
gh-102500: Implement PEP 688 (#102521)
Jelle Zijlstra committed
May 1, 2023
I
gh-87092: Expose assembler to unit tests (#103988)
Irit Katriel committed
I
gh-97696: asyncio eager tasks factory (#102853)
Itamar Ostricher committed
April 26, 2023
E
gh-103015: Add entrypoint keyword param to sqlite3.Connection.load_extension (#103073)
Erlend E. Aasland committed
March 28, 2023
E
gh-100227: Move the Dict of Interned Strings to PyInterpreterState (gh-102339)
Eric Snow committed
March 18, 2023
I
March 14, 2023
K
GH-94851: check unicode consistency of static strings in debug mode (#102684)
Kumar Aditya committed
March 10, 2023
S
gh-102519: Add os.listdrives, os.listvolumes and os.listmounts on Windows (GH-102544)
Steve Dower committed
February 15, 2023
E
gh-101819: Remove _PyWindowsConsoleIO_Type from the Windows DLL (GH-101904)
Erlend E. Aasland committed
January 28, 2023
G
gh-39615: Add warnings.warn() skip_file_prefixes support (#100840)
Gregory P. Smith committed
December 29, 2022
G
gh-100228: Warn from os.fork() if other threads exist. (#100229)
Gregory P. Smith committed
December 8, 2022
E
gh-81057: Move OS-Related Globals to _PyRuntimeState (gh-100082)
Eric Snow committed
November 24, 2022
C
gh-64490: Fix bugs in argument clinic varargs processing (#32092)
colorfulappl committed
November 21, 2022
C
gh-96002: Add functional test for Argument Clinic (#96178)
colorfulappl committed
November 19, 2022
N
gh-99284: [ctypes] remove `_use_broken_old_ctypes_structure_semantics_` (GH-99285)
Nikita Sobolev committed
November 14, 2022
I
gh-87092: expose the compiler's codegen to python for unit tests (GH-99111)
Irit Katriel committed
November 12, 2022
E
gh-83638: Add sqlite3.Connection.autocommit for PEP 249 compliant behaviour (#93823)
Erlend E. Aasland committed
November 8, 2022
E
gh-90868: Adjust the Generated Objects (gh-99223)
Eric Snow committed