summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* gh-104812: Run Pending Calls in any Thread (gh-104813)Eric Snow2023-06-1316-118/+761
* gh-102613: Bump recursion limit to fix running test_pathlib under Coverage (#...Ɓukasz Langa2023-06-131-1/+1
* gh-105481: add flags to each instr in the opcode metadata table, to replace o...Irit Katriel2023-06-136-623/+679
* gh-105733: Deprecate ctypes SetPointerType() and ARRAY() (#105734)Victor Stinner2023-06-135-9/+47
* gh-105603: Change the PyInterpreterConfig.own gil Field (gh-105620)Eric Snow2023-06-136-16/+40
* gh-105718: Fix buffer allocation in tokenizer with readline (#105728)Lysandros Nikolaou2023-06-133-5/+11
* gh-105373: Remove PyArg_Parse() deprecation (#105394)Victor Stinner2023-06-131-8/+16
* gh-105713: Document that tokenize raises when mixing tabs/spaces (#105723)Lysandros Nikolaou2023-06-131-0/+3
* Fix magic number (GH-105722)Mark Shannon2023-06-131-3/+2
* GH-105678: Split MAKE_FUNCTION into MAKE_FUNCTION and SET_FUNCTION_ATTRIBUTE ...Mark Shannon2023-06-1312-430/+480
* gh-105375: Improve error handling in _Unpickler_SetInputStream() (#105667)Erlend E. Aasland2023-06-132-13/+20
* GH-105684: Require `asyncio.Task` implementations to support `set_name` metho...Kumar Aditya2023-06-135-16/+8
* GH-104787: use bitfields in `_asyncio` (#104788)Kumar Aditya2023-06-131-7/+10
* gh-105540: Fix code generator tests (#105707)Guido van Rossum2023-06-121-128/+47
* gh-105375: Explicitly initialise all {Pickler,Unpickler}Object fields (#105686)Erlend E. Aasland2023-06-121-37/+53
* gh-105331: Change `asyncio.sleep` to raise ``ValueError` for nan (#105641)Jay2023-06-124-0/+24
* Remove support for legacy bytecode instructions (#105705)Guido van Rossum2023-06-123-22/+3
* gh-105229: Remove syntactic support for super-instructions (#105703)Guido van Rossum2023-06-122-143/+38
* gh-105436: The environment block should end with two null wchar_t values (GH-...Dora2032023-06-123-1/+22
* gh-103968: PyType_FromMetaclass: Allow metaclasses with tp_new=NULL (GH-105386)Petr Viktorin2023-06-125-9/+53
* ARM64 clamping bug also exists in MSVC 14.35 (GH-105679)Steve Dower2023-06-121-1/+1
* gh-105673: Fix uninitialized warning in sysmodule.c (#105674)Nikita Sobolev2023-06-121-1/+1
* gh-105481: add pseudo-instructions to the bytecodes DSL (#105506)Irit Katriel2023-06-118-267/+507
* gh-105375: Harden pyexpat initialisation (#105606)Erlend E. Aasland2023-06-112-7/+14
* gh-105375: Improve error handling in the sys extension module (#105611)Erlend E. Aasland2023-06-112-6/+20
* gh-105375: Improve error handling in _ctypes (#105593)Erlend E. Aasland2023-06-112-4/+15
* gh-105375: Improve error handling in PyUnicode_BuildEncodingMap() (#105491)Erlend E. Aasland2023-06-112-12/+19
* gh-105375: Improve PyErr_WarnExplicit() error handling (#105610)Erlend E. Aasland2023-06-112-12/+18
* bpo-44185: Added close() to mock_open __exit__ (#26902)Samet YASLAN2023-06-113-3/+10
* gh-102676: Add more convenience properties to `dis.Instruction` (#103969)Tomas R2023-06-114-196/+435
* Fix typo in configparser module docstring (#105652)litlighilit2023-06-111-1/+1
* gh-105375: Improve error handling in the builtins extension module (#105585)Erlend E. Aasland2023-06-112-8/+34
* gh-105375: Improve _decimal error handling (#105605)Erlend E. Aasland2023-06-112-1/+6
* gh-105375: Harden _datetime initialisation (#105604)Erlend E. Aasland2023-06-112-5/+32
* gh-105375: Improve array.array exception handling (#105594)Erlend E. Aasland2023-06-112-3/+7
* gh-105375: Harden _ssl initialisation (#105599)Erlend E. Aasland2023-06-112-5/+13
* gh-80480: Emit DeprecationWarning for array's 'u' type code (#95760)Hugo van Kemenade2023-06-117-10/+48
* gh-99108: Mention HACL\* in the hashlib docs. (#105634)Gregory P. Smith2023-06-101-5/+6
* Cleanup and clarify our hashlib docs. (#105624)Gregory P. Smith2023-06-101-47/+90
* gh-105375: Harden error handling in `_testcapi/heaptype.c` (#105608)Erlend E. Aasland2023-06-091-1/+4
* gh-105375: Improve error handling in `zoneinfo` module (#105586)Nikita Sobolev2023-06-092-6/+12
* Docs: fix formatting in 2023-06-09-12-59-18 NEWS item (#105607)Erlend E. Aasland2023-06-091-2/+2
* gh-105549: Tokenize separately NUMBER and NAME tokens and allow 0-prefixed li...Pablo Galindo Salgado2023-06-093-3/+45
* gh-105375: Improve error handling in _elementtree (#105591)Erlend E. Aasland2023-06-092-3/+8
* gh-105375: Improve posix error handling (#105592)Erlend E. Aasland2023-06-092-4/+10
* gh-105375: Improve errnomodule error handling (#105590)Erlend E. Aasland2023-06-092-3/+6
* gh-105375: Improve _pickle error handling (#105475)Erlend E. Aasland2023-06-092-12/+28
* gh-105375: Improve error handling in compiler_enter_scope() (#105494)Erlend E. Aasland2023-06-092-1/+6
* gh-105564: Don't include artificial newlines in the line attribute of tokens ...Pablo Galindo Salgado2023-06-094-25/+30
* Clarify the supported cases in the tokenize module (#105569)Pablo Galindo Salgado2023-06-091-0/+9