summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* [3.12] gh-105486: Change the `repr` of `ParamSpec` list of args in `GenericAl...Miss Islington (bot)2023-07-011-0/+1
* [3.12] gh-106145: Make `end_{lineno,col_offset}` required on `type_param` nod...Miss Islington (bot)2023-07-011-0/+2
* [3.12] GH-106152: Add PY_THROW event to cProfile (GH-106256)Miss Islington (bot)2023-06-291-0/+1
* [3.12] gh-101006: Improve error handling when read marshal data (GH-101007) (...Miss Islington (bot)2023-06-291-0/+1
* [3.12] gh-106118: Add O_CLOEXEC preprocessor guard (GH-106120) (#106199)Miss Islington (bot)2023-06-281-0/+2
* [3.12] gh-101634: regrtest reports decoding error as failed test (GH-106169) ...Miss Islington (bot)2023-06-281-0/+3
* [3.12] Revert "GH-96145: Add AttrDict to JSON module for use with object_hook...Miss Islington (bot)2023-06-261-0/+1
* [3.12] gh-106075: add `asyncio.taskgroups.__all__` to `asyncio.__all__` (GH-1...Miss Islington (bot)2023-06-262-0/+2
* [3.12] gh-105987: Fix reference counting issue in `_asyncio._swap_cur… (#10...Kumar Aditya2023-06-261-0/+1
* [3.12] gh-105979: Fix exception handling in `unmarshal_frozen_code` (`Python/...Miss Islington (bot)2023-06-261-0/+1
* [3.12] gh-105974: Revert unintentional behaviour change for protocols with no...Miss Islington (bot)2023-06-231-0/+6
* [3.12] gh-98931: Add custom error messages to invalid import/from with multip...Miss Islington (bot)2023-06-221-0/+2
* Merge branch '3.12' of https://github.com/python/cpython into 3.12Thomas Wouters2023-06-201-0/+1
|\
| * [3.12] gh-105908: fix `barry_as_FLUFL` future import (GH-105909) (#105930)Miss Islington (bot)2023-06-201-0/+1
* | Python 3.12.0b3v3.12.0b3Thomas Wouters2023-06-1941-91/+411
|/
* [3.12] GH-105808: Fix a regression introduced in GH-101251 (GH-105910) (#105920)Miss Islington (bot)2023-06-191-0/+1
* [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