summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* IDLE: fix config_key htest (#112545)Terry Jan Reedy2023-11-302-2/+2
* GH-103065, GH-106704, GH-105253: Provide a `Tools/wasm/wasi.py` script to sim...Brett Cannon2023-11-307-77/+373
* gh-104003: Implement PEP 702 (#104004)Jelle Zijlstra2023-11-295-2/+473
* gh-112509: Fix keys being present in both required_keys and optional_keys in ...Jelle Zijlstra2023-11-293-5/+63
* Add more C API tests (GH-112522)Serhiy Storchaka2023-11-292-0/+119
* [Enum] update class creation for RuntimeError changes (GH-111815)Ethan Furman2023-11-292-6/+9
* Rename ...Uop... to ...UOp... (uppercase O) for consistency (#112327)Guido van Rossum2023-11-295-23/+23
* gh-112454: Disable TLS-PSK if OpenSSL was built without PSK support (#112491)Grant Ramsay2023-11-294-1/+43
* GH-112245: Promote free threaded CI (#112246)Itamar Oren2023-11-281-6/+3
* gh-110930: Correct book title by Alan D. Moore (#112490)Hugo van Kemenade2023-11-281-2/+2
* gh-112431: Unconditionally call `hash -r` (GH-112432)James Morris2023-11-281-10/+4
* gh-109802: Increase test coverage for complexobject.c (GH-112452)Sergey B Kirpichev2023-11-283-0/+193
* gh-112332: Deprecate TracebackException.exc_type, add exc_type_str. (#112333)Irit Katriel2023-11-285-20/+102
* gh-112105: Make completer delims work on libedit (gh-112106)Tian Gao2023-11-283-0/+37
* gh-112071: Make `_random.Random` methods thread-safe in `--disable-gil` build...Radislav Chugunov2023-11-282-10/+46
* gh-112292 : Catch import error conditions with readline hooks (gh-112313)Anthony Shaw2023-11-282-22/+71
* Docs: fix markup for `importlib.machinery.NamespaceLoader` (#112479)Alex Waygood2023-11-281-1/+1
* gh-112414: Add additional unit tests for calling `repr()` on a namespace pack...Alex Waygood2023-11-282-4/+30
* Correct documentation for AF_PACKET (#112339)Eugene Toder2023-11-271-2/+1
* gh-99367: Do not mangle sys.path[0] in pdb if safe_path is set (#111762)Tian Gao2023-11-274-6/+39
* gh-112217: Add check to call result for `do_raise()` where cause is a type. (...apaz2023-11-273-0/+22
* gh-68166: Add support of "vsapi" in ttk.Style.element_create() (GH-111393)Serhiy Storchaka2023-11-276-32/+204
* gh-112387: Fix error positions for decoded strings with backwards tokenize er...Pablo Galindo Salgado2023-11-273-0/+10
* gh-112388: Fix an error that was causing the parser to try to overwrite token...Pablo Galindo Salgado2023-11-273-0/+7
* bpo-41422: Visit the Pickler's and Unpickler's memo in tp_traverse (GH-21664)kale-smoothie2023-11-272-0/+17
* gh-76912: Raise OSError from any failure in getpass.getuser() (#29739)Jacob Walls2023-11-275-7/+24
* gh-111789: Use PyDict_GetItemRef() in Python/_warnings.c (gh-112080)Serhiy Storchaka2023-11-271-4/+4
* gh-111789: Use PyDict_GetItemRef() in Python/symtable.c (gh-112084)Serhiy Storchaka2023-11-271-8/+4
* gh-111789: Use PyDict_GetItemRef() in Python/codecs.c (gh-112082)Serhiy Storchaka2023-11-271-5/+4
* gh-111789: Use PyDict_GetItemRef() in Python/bltinmodule.c (gh-112081)Serhiy Storchaka2023-11-271-6/+3
* gh-111789: Use PyDict_GetItemRef() in Modules/pyexpat.c (gh-112079)Serhiy Storchaka2023-11-271-12/+5
* gh-111789: Use PyDict_GetItemRef() in Modules/_threadmodule.c (gh-112077)Serhiy Storchaka2023-11-271-6/+4
* gh-111789: Use PyDict_GetItemRef() in Modules/_struct.c (gh-112076)Serhiy Storchaka2023-11-271-5/+4
* gh-111789: Use PyDict_GetItemRef() in Modules/_csv.c (gh-112073)Serhiy Storchaka2023-11-271-8/+2
* gh-112438: Fix support of format units with the "e" prefix in nested tuples i...Serhiy Storchaka2023-11-274-6/+40
* gh-84443: SSLSocket.recv_into() now support buffer protocol with itemsize != ...Zackery Spytz2023-11-273-4/+32
* gh-111874: Call `__set_name__` on objects that define the method inside a `ty...Alex Waygood2023-11-273-3/+99
* GH-101100: Fix reference warnings for ``socket`` methods (#110114)Adam Turner2023-11-273-17/+17
* Move What's New In Python 3.12 entries to the right section (#112447)Victor Stinner2023-11-271-7/+8
* gh-111147: Fix `test_set_of_sets_reprs` in `test_pprint` (GH-111148)Nikita Sobolev2023-11-271-197/+95
* Docs: fix typo in doc for sqlite3.Cursor.execute (#112442)Tom Levy2023-11-271-1/+1
* gh-112414: Fix `AttributeError` when calling `repr()` on a namespace package ...Alex Waygood2023-11-274-3/+16
* gh-63284: Add support for TLS-PSK (pre-shared key) to the ssl module (#103181)Grant Ramsay2023-11-2710-1/+561
* gh-99606: Make code generated for an empty f-string identical to that of a no...Irit Katriel2023-11-263-2/+18
* gh-112405: Optimise `pathlib.Path.relative_to` (#112406)Alex Waygood2023-11-262-1/+3
* gh-112358: Fix Python 3.12 regression with subclassing struct.Struct. (#112424)Mark Dickinson2023-11-264-48/+52
* gh-101100: Fix Sphinx reference warnings (GH-112416)Hugo van Kemenade2023-11-258-17/+23
* gh-112331: Fix reference manual description of attribute lookup mechanics (gh...Raymond Hettinger2023-11-251-6/+12
* Descriptor HowTo: Sync the error-messages with the C code. Add tests. (gh-11...Raymond Hettinger2023-11-251-3/+40
* gh-101100 : Fix Sphinx warnings in `library/doctest.rst` (#112399)Hugo van Kemenade2023-11-253-21/+29