summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* [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
* gh-101609: Fix "‘state’ may be used uninitialized" warning in `_xxinterpc...Nikita Sobolev2023-02-061-2/+3
* gh-101562: typing: add tests for inheritance with NotRequired & Required in p...Eclips42023-02-062-0/+34
* gh-101543: Ensure Windows registry path is only used when stdlib can't be fou...Steve Dower2023-02-062-19/+14
* gh-76961: Fix buildbot failures in test_pep3118 (#101587)Mark Dickinson2023-02-062-13/+13
* gh-101372: Fix unicodedata.is_normalized to properly handle the UCD 3… (gh-...Dong-hee Na2023-02-062-1/+3
* gh-101541: [Enum] create flag psuedo-member without calling original __new__ ...Ethan Furman2023-02-063-3/+43
* Trivial Change: Remove unhelpful doc in `datetime.timedelta` (#100164)Matty G2023-02-061-2/+5
* gh-101334: Don't force USTAR format in test_tarfile. (GH-101572)Gregory P. Smith2023-02-052-0/+6
* bpo-33591: Add support for path like objects to `ctypes.CDLL` (#7032)mrh19972023-02-055-4/+36
* gh-76961: Fix the PEP3118 format string for ctypes.Structure (#5561)Eric Wieser2023-02-054-33/+111
* Revert "gh-89381: Fix invalid signatures of math/cmath.log (#101404)" (#101580)Mark Dickinson2023-02-058-42/+47
* gh-101570: Update bundled pip version to 23.0 (#101571)Pradyun Gedam2023-02-053-1/+2
* gh-101266: Fix __sizeof__ for subclasses of int (#101394)Mark Dickinson2023-02-054-9/+48
* gh-101221: Add options in the documentation of timeit command (#101222)busywhitespace2023-02-051-1/+1
* Add missing preposition in argparse docs (#101548)alnoki2023-02-051-1/+1
* Fix detection of presence of time.tzset (gh-101539) (#101540)Alexander Belopolsky2023-02-051-1/+1
* GH-100485: Create an alternative code path when an accurate fma() implementat...Raymond Hettinger2023-02-042-0/+48
* gh-101322: Ensure test_zlib.ZlibDecompressorTest runs, fix errors in ZlibDeco...Ruben Vorderman2023-02-043-2/+10
* gh-101282: Update BOLT --split-functions flag not to use deprecated u… (gh-...Dong-hee Na2023-02-042-1/+3
* GH-56426: Add cross-reference to the documentation for faulthandler, tracebac...Furkan Onder2023-02-043-2/+26
* Add missing `versionadded` directive for `PyCode_Addr2Location` (#101347)Max Bachmann2023-02-041-0/+2
* gh-101524: Split Up the _xxsubinterpreters Module (gh-101526)Eric Snow2023-02-0415-3697/+4007
* gh-84559: Remove the new multiprocessing warning, too disruptive. (#101551)Gregory P. Smith2023-02-0311-189/+27
* gh-101522: Allow overriding Windows dependencies versions and paths using MSB...Steve Dower2023-02-033-30/+44
* gh-98831: rewrite MAKE_FUNCTION and BUILD_SLICE in the instruction definition...Irit Katriel2023-02-033-54/+53
* gh-98831: rewrite SEND, GET_YIELD_FROM_ITER, RETURN_GENERATOR in the instruct...Irit Katriel2023-02-033-42/+40
* gh-101277: Port more `itertools` static types to heap types (#101303)Erlend E. Aasland2023-02-032-328/+202
* docs: replace PyPI description with link (#101506)François Magimel2023-02-031-2/+2
* gh-100920: Update documentation for `asyncio.StreamWriter.wait_closed` (#101514)Viet Than2023-02-031-2/+8
* gh-84559: skip the test when no multiprocessing (wasm, etc) (#101530)Gregory P. Smith2023-02-031-1/+4
* gh-100925: Move array methods under class in array doc (#101485)C.A.M. Gerlach2023-02-031-90/+89
* GH-84559: Deprecate fork being the multiprocessing default. (#100618)Gregory P. Smith2023-02-0216-63/+284
* gh-98705: Fix AIX build by undefining `__bool__` in C (#98768)Ayappan Perumal2023-02-022-0/+8
* gh-96305: Fix AIX build by avoiding subprocess during bootstrap (#96429)Ayappan Perumal2023-02-022-2/+27
* docs: Fix enum reassign `str` documentation (GH-101507)Peter Gessler2023-02-021-2/+2
* gh-98831: rewrite RERAISE and CLEANUP_THROW in the instruction definition DSL...Irit Katriel2023-02-023-34/+34
* Docs: improve accuracy of sqlite3 `check_same_thread` parameter (#101351)Marcos Pereira2023-02-011-4/+7