summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* [3.12] GH-105840: Fix assertion failures when specializing calls with too man...Miss Islington (bot)2023-06-161-0/+2
* [3.12] gh-104799: PEP 695 backward compatibility for ast.unparse (GH-105846) ...Miss Islington (bot)2023-06-161-0/+3
* [3.12] GH-105588: Add missing error checks to some obj2ast_* converters (GH-1...Miss Islington (bot)2023-06-151-0/+2
* [3.12] gh-105820: Fix tok_mode expression buffer in file & readline tokenizer...Miss Islington (bot)2023-06-151-0/+3
* [3.12] gh-102541: Hide traceback in help prompt (gh-102614) (gh-105778)Miss Islington (bot)2023-06-151-0/+1
* [3.12] gh-105800: Issue SyntaxWarning in f-strings for invalid escape sequenc...Miss Islington (bot)2023-06-151-0/+2
* [3.12] gh-105745: Fix open method of webbrowser.Konqueror (GH-105746) (#105777)Miss Islington (bot)2023-06-141-0/+1
* [3.12] gh-105587: Remove assertion from `_PyStaticObject_CheckRefcnt` (GH-105...Miss Islington (bot)2023-06-141-0/+3
* [3.12] gh-105387: Limited C API implements Py_INCREF() as func (GH-105388) (#...Miss Islington (bot)2023-06-141-0/+3
* [3.12] gh-104812: Run Pending Calls in any Thread (gh-104813) (gh-105752)Eric Snow2023-06-141-0/+9
* [3.12] gh-105603: Change the PyInterpreterConfig.own gil Field (gh-105620) (g...Miss Islington (bot)2023-06-131-0/+5
* [3.12] gh-105084: Tests: Use setuptools+wheel from sysconfig.get_config_var('...Miro HronĨok2023-06-131-0/+3
* [3.12] gh-105375: Improve error handling in _Unpickler_SetInputStream() (#105...Erlend E. Aasland2023-06-131-0/+2
* [3.12] gh-105436: The environment block should end with two null wchar_t valu...Miss Islington (bot)2023-06-121-0/+2
* [3.12] gh-103968: PyType_FromMetaclass: Allow metaclasses with tp_new=NULL (G...Miss Islington (bot)2023-06-121-0/+2
* [3.12] gh-105375: Harden pyexpat initialisation (#105606) (#105669)Erlend E. Aasland2023-06-111-0/+3
* [3.12] gh-105375: Improve error handling in the sys extension module (GH-1056...Miss Islington (bot)2023-06-111-0/+2
* [3.12] gh-105375: Improve error handling in _ctypes (GH-105593) (#105663)Miss Islington (bot)2023-06-111-0/+1
* [3.12] gh-105375: Improve error handling in PyUnicode_BuildEncodingMap() (GH-...Miss Islington (bot)2023-06-111-0/+2
* [3.12] gh-105375: Improve PyErr_WarnExplicit() error handling (GH-105610) (#1...Miss Islington (bot)2023-06-111-0/+2
* [3.12] gh-105375: Improve posix error handling (GH-105592) (#105598)Miss Islington (bot)2023-06-111-0/+2
* [3.12] gh-105375: Improve error handling in the builtins extension module (GH...Miss Islington (bot)2023-06-111-0/+2
* [3.12] gh-105375: Improve _decimal error handling (GH-105605) (#105647)Miss Islington (bot)2023-06-111-0/+1
* [3.12] gh-105375: Harden _datetime initialisation (GH-105604) (#105645)Miss Islington (bot)2023-06-111-0/+2
* [3.12] gh-105375: Harden _ssl initialisation (GH-105599) (#105642)Miss Islington (bot)2023-06-111-0/+2
* [3.12] gh-105375: Improve array.array exception handling (GH-105594) (#105644)Miss Islington (bot)2023-06-111-0/+2
* [3.12] gh-105375: Improve error handling in `zoneinfo` module (GH-105586) (#1...Miss Islington (bot)2023-06-091-0/+1
* [3.12] Docs: fix formatting in 2023-06-09-12-59-18 NEWS item (GH-105607) (#10...Miss Islington (bot)2023-06-091-2/+2
* [3.12] gh-105549: Tokenize separately NUMBER and NAME tokens and allow 0-pref...Miss Islington (bot)2023-06-091-0/+2
* [3.12] gh-105375: Improve error handling in _elementtree (GH-105591) (#105600)Miss Islington (bot)2023-06-091-0/+1
* [3.12] gh-105375: Improve errnomodule error handling (#105590) (#105596)Erlend E. Aasland2023-06-091-0/+1
* [3.12] gh-105375: Improve _pickle error handling (#105475) (#105584)Erlend E. Aasland2023-06-091-0/+1
* [3.12] gh-105375: Improve error handling in compiler_enter_scope() (GH-105494...Miss Islington (bot)2023-06-091-0/+1
* [3.12] gh-105564: Don't include artificial newlines in the line attribute of ...Miss Islington (bot)2023-06-091-0/+2
* [3.12] gh-105332: [Enum] Fix unpickling flags in edge-cases (GH-105348) (GH-1...Miss Islington (bot)2023-06-091-0/+1
* [3.12] gh-104310: Rename the New Function in importlib.util (gh-105255) (gh-1...Miss Islington (bot)2023-06-081-0/+7
* [3.12] GH-104996: Defer joining of `pathlib.PurePath()` arguments. (GH-104999...Barney Gale2023-06-071-0/+2
* [3.12] gh-105435: Fix spurious NEWLINE token if file ends with comment withou...Miss Islington (bot)2023-06-071-0/+2
* [3.12] gh-105375: Improve error handling in sqlite3 collation callback (GH-10...Miss Islington (bot)2023-06-071-0/+2
* [3.12] gh-105390: Correctly raise TokenError instead of SyntaxError for token...Miss Islington (bot)2023-06-071-0/+3
* Merge branch '3.12' of https://github.com/python/cpython into 3.12Thomas Wouters2023-06-061-9/+0
|\
| * [3.12] gh-102304: Fix Py_INCREF() stable ABI in debug mode (#104763) (#105352)Victor Stinner2023-06-061-9/+0
* | Python 3.12.0b2v3.12.0b2Thomas Wouters2023-06-0651-124/+530
|/
* [3.12] GH-105162: Account for `INSTRUMENTED_RESUME` in gen.close/throw. (GH-1...Miss Islington (bot)2023-06-061-0/+2
* [3.12] gh-104399: Use newer libtommath APIs when necessary (GH-104407) (#105343)Miss Islington (bot)2023-06-061-0/+4
* [3.12] gh-102304: doc: Add links to Stable ABI and Limited C API (#105345) (#...Victor Stinner2023-06-062-2/+2
* [3.12] gh-105259: Ensure we don't show newline characters for trailing NEWLIN...Miss Islington (bot)2023-06-061-0/+2
* [3.12] gh-90005: Don't link with libbsd if not needed (#105236) (#105360)Erlend E. Aasland2023-06-061-0/+1
* [3.12] gh-105324: Fix tokenize module main function for stdin (GH-105325) (#1...Miss Islington (bot)2023-06-051-0/+2
* [3.12] gh-89412: Add missing attributes (added in 3.10) to traceback module d...Miss Islington (bot)2023-06-051-0/+2