summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [3.12] gh-102541: Hide traceback in help prompt (gh-102614) (gh-105778)Miss Islington (bot)2023-06-152-8/+14
* [3.12] gh-105821: Use a raw f-string in test_httpservers.py (GH-105822) (#105...Miss Islington (bot)2023-06-151-2/+2
* [3.12] More reorganisation of the typing docs (GH-105787) (#105810)Miss Islington (bot)2023-06-151-101/+117
* [3.12] Improve docs for `typing.dataclass_transform` (GH-105792) (#105809)Miss Islington (bot)2023-06-151-37/+69
* [3.12] gh-105196: Fix indentations of section headings in C API docs (GH-1056...Miss Islington (bot)2023-06-153-6/+6
* [3.12] gh-105800: Issue SyntaxWarning in f-strings for invalid escape sequenc...Miss Islington (bot)2023-06-153-3/+8
* [3.12] Typing docs: move the deprecated stuff below the non-deprecated stuff ...Alex Waygood2023-06-141-496/+496
* [3.12] gh-105745: Fix open method of webbrowser.Konqueror (GH-105746) (#105777)Miss Islington (bot)2023-06-142-9/+1
* [3.12] gh-105587: Remove assertion from `_PyStaticObject_CheckRefcnt` (GH-105...Miss Islington (bot)2023-06-142-3/+5
* [3.12] gh-105699: Use a Thread-Local Variable for PKGCONTEXT (gh-105740) (gh-...Miss Islington (bot)2023-06-144-1/+24
* [3.12] gh-105387: Limited C API implements Py_INCREF() as func (GH-105388) (#...Miss Islington (bot)2023-06-143-8/+18
* [3.12] gh-104812: Run Pending Calls in any Thread (gh-104813) (gh-105752)Eric Snow2023-06-1417-658/+1311
* [3.12] gh-105436: Ignore unrelated errors when checking empty env (GH-105742)...Miss Islington (bot)2023-06-131-3/+4
* [3.12] gh-98040: Fix importbench: use types.ModuleType() (GH-105743) (#105754)Miss Islington (bot)2023-06-132-1/+4
* [3.12] gh-102613: Bump recursion limit to fix running test_pathlib under Cove...Miss Islington (bot)2023-06-131-1/+1
* [3.12] gh-105603: Change the PyInterpreterConfig.own gil Field (gh-105620) (g...Miss Islington (bot)2023-06-136-16/+40
* [3.12] gh-105718: Fix buffer allocation in tokenizer with readline (GH-105728...Miss Islington (bot)2023-06-133-5/+11
* [3.12] gh-105084: Tests: Use setuptools+wheel from sysconfig.get_config_var('...Miro HronĨok2023-06-133-33/+67
* [3.12] gh-105713: Document that tokenize raises when mixing tabs/spaces (GH-1...Miss Islington (bot)2023-06-131-0/+3
* [3.12] gh-105375: Improve error handling in _Unpickler_SetInputStream() (#105...Erlend E. Aasland2023-06-132-13/+20
* [3.12] gh-105375: Explicitly initialise all {Pickler,Unpickler}Object fields ...Miss Islington (bot)2023-06-121-37/+53
* [3.12] gh-105436: The environment block should end with two null wchar_t valu...Miss Islington (bot)2023-06-123-1/+22
* [3.12] gh-103968: PyType_FromMetaclass: Allow metaclasses with tp_new=NULL (G...Miss Islington (bot)2023-06-125-9/+53
* [3.12] ARM64 clamping bug also exists in MSVC 14.35 (GH-105679) (#105695)Miss Islington (bot)2023-06-121-1/+1
* [3.12] gh-105673: Fix uninitialized warning in sysmodule.c (GH-105674) (#105675)Miss Islington (bot)2023-06-121-1/+1
* [3.12] gh-105375: Harden pyexpat initialisation (#105606) (#105669)Erlend E. Aasland2023-06-112-7/+14
* [3.12] gh-105375: Improve error handling in the sys extension module (GH-1056...Miss Islington (bot)2023-06-112-6/+20
* [3.12] gh-105375: Improve error handling in _ctypes (GH-105593) (#105663)Miss Islington (bot)2023-06-112-4/+15
* [3.12] gh-105375: Improve error handling in PyUnicode_BuildEncodingMap() (GH-...Miss Islington (bot)2023-06-112-12/+19
* [3.12] gh-105375: Improve PyErr_WarnExplicit() error handling (GH-105610) (#1...Miss Islington (bot)2023-06-112-12/+18
* [3.12] gh-105375: Improve posix error handling (GH-105592) (#105598)Miss Islington (bot)2023-06-112-4/+10
* [3.12] Fix typo in configparser module docstring (GH-105652) (#105653)Miss Islington (bot)2023-06-111-1/+1
* [3.12] gh-105375: Improve error handling in the builtins extension module (GH...Miss Islington (bot)2023-06-112-8/+34
* [3.12] gh-105375: Improve _decimal error handling (GH-105605) (#105647)Miss Islington (bot)2023-06-112-1/+6
* [3.12] gh-105375: Harden _datetime initialisation (GH-105604) (#105645)Miss Islington (bot)2023-06-112-5/+32
* [3.12] gh-105375: Harden _ssl initialisation (GH-105599) (#105642)Miss Islington (bot)2023-06-112-5/+13
* [3.12] gh-105375: Improve array.array exception handling (GH-105594) (#105644)Miss Islington (bot)2023-06-112-3/+7
* [3.12] gh-99108: Mention HACL\* in the hashlib docs. (GH-105634) (#105635)Miss Islington (bot)2023-06-101-5/+6
* [3.12] Cleanup and clarify our hashlib docs. (GH-105624) (#105632)Miss Islington (bot)2023-06-101-47/+90
* [3.12] gh-105375: Improve error handling in `zoneinfo` module (GH-105586) (#1...Miss Islington (bot)2023-06-092-6/+12
* [3.12] gh-105375: Harden error handling in `_testcapi/heaptype.c` (GH-105608)...Miss Islington (bot)2023-06-091-1/+4
* [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-093-3/+45
* [3.12] gh-105375: Improve error handling in _elementtree (GH-105591) (#105600)Miss Islington (bot)2023-06-092-3/+8
* [3.12] gh-105375: Improve errnomodule error handling (#105590) (#105596)Erlend E. Aasland2023-06-092-2/+6
* [3.12] gh-105375: Improve _pickle error handling (#105475) (#105584)Erlend E. Aasland2023-06-092-12/+28
* [3.12] gh-105375: Improve error handling in compiler_enter_scope() (GH-105494...Miss Islington (bot)2023-06-092-1/+6
* [3.12] gh-105557: Remove duplicate sqlite3 test method (GH-105558) (#105561)Miss Islington (bot)2023-06-091-7/+2
* [3.12] gh-105564: Don't include artificial newlines in the line attribute of ...Miss Islington (bot)2023-06-093-8/+13
* [3.12] Clarify the supported cases in the tokenize module (GH-105569) (#105573)Miss Islington (bot)2023-06-091-0/+9