summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* gh-101430: Update tracemalloc to handle presize properly. (gh-101745)Dong-hee Na2023-02-093-23/+12
* GH-101228: Fix typo in docstring for read method of `_io.TextIOWrapper` class...Partha P. Mukherjee2023-02-091-3/+3
* Fix typo in `test_fstring.py` (#101600)Ikko Eltociear Ashimine2023-02-091-1/+1
* gh-101726: Update the OpenSSL version to 1.1.1t (GH-101727)Gregory P. Smith2023-02-099-17/+21
* gh-101283: Fix 'versionchanged' for the shell=True fallback on Windows in 3.1...Oleg Iarygin2023-02-091-5/+5
* LibFFI build requires x64 Cygwin, and skip the ARM build (GH-101743)Steve Dower2023-02-091-2/+2
* gh-101670: typo fix in PyImport_ExtendInittab() (#101723)Sergey B Kirpichev2023-02-091-1/+1
* GH-99293: Document that `Py_TPFLAGS_VALID_VERSION_TAG` shouldn't be used. (#G...Mark Shannon2023-02-092-0/+12
* no-issue: Add Dong-hee Na as the cjkcodecs codeowner (gh-101731)Dong-hee Na2023-02-091-0/+2
* gh-101678: Merge math_1_to_whatever() and math_1() (#101730)Sergey B Kirpichev2023-02-091-10/+2
* gh-101678: refactor the math module to use special functions from c11 (GH-101...Sergey B Kirpichev2023-02-092-184/+8
* gh-85984: Remove legacy Lib/pty.py code. (#92365)Soumendra Ganguly2023-02-093-13/+15
* gh-98831: Use opcode metadata for stack_effect() (#101704)Guido van Rossum2023-02-094-256/+88
* gh-101283: Version was just released, so should be changed in 3.11.3 (GH-101719)Steve Dower2023-02-081-5/+5
* gh-101283: Fix use of unbound variable (GH-101712)Steve Dower2023-02-081-0/+2
* gh-101283: Improved fallback logic for subprocess with shell=True on Windows ...Oleg Iarygin2023-02-083-1/+58
* gh-101277: Port more itertools static types to heap types (#101304)Erlend E. Aasland2023-02-082-327/+200
* gh-98831: Modernize CALL and family (#101508)Guido van Rossum2023-02-086-588/+646
* GH-101696: invalidate type version tag in `_PyStaticType_Dealloc` (#101697)Kumar Aditya2023-02-082-0/+3
* gh-100221: Fix creating dirs in `make sharedinstall` (GH-100329)Michał Górny2023-02-082-12/+11
* gh-101670: typo fix in PyImport_AppendInittab() (GH-101672)Sergey B Kirpichev2023-02-081-1/+1
* gh-101196: Make isdir/isfile/exists faster on Windows (GH-101324)Michael Droettboom2023-02-089-34/+624
* gh-101614: Don't treat python3_d.dll as a Python DLL when checking extension ...David Hewitt2023-02-082-4/+6
* gh-100933: Improve `check_element` helper in `test_xml_etree` (#100934)Nikita Sobolev2023-02-081-23/+4
* GH-101578: Normalize the current exception (GH-101607)Mark Shannon2023-02-0829-171/+476
* gh-47937: Note that Popen attributes are read-only (#93070)Stanley2023-02-081-11/+12
* gh-98831: Modernize CALL_FUNCTION_EX (#101627)Guido van Rossum2023-02-085-37/+41
* gh-101446: Change `repr` of `collections.OrderedDict` (#101661)Nikita Sobolev2023-02-084-50/+11
* gh-98831: Modernize FORMAT_VALUE (#101628)Guido van Rossum2023-02-085-35/+24
* gh-98831: Finish the UNPACK_SEQUENCE family (#101666)Guido van Rossum2023-02-075-63/+72
* gh-101632: Add the new RETURN_CONST opcode (#101633)penguin_wwy2023-02-0719-154/+186
* Merge branch 'main' of https://github.com/python/cpython into mainThomas Wouters2023-02-079-142/+158
|\
| * gh-101656: Fix "conversion from Py_ssize_t to int" warning in `_testcapimodul...Nikita Sobolev2023-02-071-3/+3
| * gh-98831: rewrite UNPACK_EX, UNPACK_SEQUENCE, UNPACK_SEQUENCE_TWO_TUPLE in th...Irit Katriel2023-02-073-54/+40
| * gh-97725: Fix documentation for the default file of `asyncio.Task.print_stack...Oleg Iarygin2023-02-072-1/+3
| * Make use of TESTFN_ASCII in test_fileio (GH-101645)Zachary Ware2023-02-071-7/+6
| * gh-98831: Modernize the FOR_ITER family of instructions (#101626)Guido van Rossum2023-02-073-75/+104
| * Fix nesting of 'Pending Removal in Python 3.14' (#101637)Oleg Iarygin2023-02-071-1/+1
| * Doctest: Pin sphinxext-opengraph==0.7.5 to prevent importing NumPy (#101642)Hugo van Kemenade2023-02-071-1/+1
* | Post 3.12.0a5Thomas Wouters2023-02-071-1/+1
* | Python 3.12.0a5v3.12.0a5Thomas Wouters2023-02-0768-145/+680
|/
* [gh-101072] Fix Blurb for GH-101127Łukasz Langa2023-02-071-8/+2
* gh-101072: support default and kw default in PyEval_EvalCodeEx for 3.11+ (#1...Matthieu Dartiailh2023-02-075-6/+206
* gh-85747: Active voice & suggested edits, 'running/stopping loop' & 'callback...Brian Skinn2023-02-071-18/+24
* gh-98831: Move DSL documentation here from ideas repo (#101629)Guido van Rossum2023-02-072-3/+415
* gh-99108: Replace SHA2-224 & 256 with verified code from HACL* (#99109)Jonathan Protzenko2023-02-0718-350/+1779
* gh-59956: Add a Test to Verify GILState Matches the "Current" Thread State (g...Eric Snow2023-02-062-0/+40
* gh-98831: rewrite COPY and SWAP in the instruction definition DSL (#101620)Irit Katriel2023-02-063-22/+21
* GH-101616: Mention the Docs Discourse forum in the "reporting docs issues" (G...Mariatta Wijaya2023-02-061-0/+3
* gh-59956: Partial Fix for GILState API Compatibility with Subinterpreters (gh...Eric Snow2023-02-062-21/+7