summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* gh-102192: Replace PyErr_Fetch/Restore etc by more efficient alternatives (in...Irit Katriel2023-02-2418-169/+136
* gh-101476: Use _PyType_GetModuleState where applicable (#102188)Erlend E. Aasland2023-02-249-15/+19
* gh-102105 Fix wording in filterfalse/quantify/filter (GH-102189)Stefan Pochmann2023-02-242-4/+4
* Remove references to old Windows source files from internal documentation (GH...Max Bachmann2023-02-241-5/+0
* gh-102141: replace use of getpid on Windows with GetCurrentProcessId (GH-102142)Max Bachmann2023-02-244-7/+17
* gh-81652: Add MAP_ALIGNED_SUPER FreeBSD and MAP_CONCEAL OpenBSD constants (gh...Yeojin Kim2023-02-244-3/+20
* gh-102158: Add tests for `softkwlist` (#102159)Eclips42023-02-241-0/+18
* Fix deadlock on shutdown if test_current_{exception,frames} fails (#102019)Jacob Bower2023-02-232-73/+77
* gh-101476: Add _PyType_GetModuleState (GH-101477)Erlend E. Aasland2023-02-232-1/+18
* gh-99108: Followup fix for Modules/Setup (GH-102183)Jonathan Protzenko2023-02-231-2/+2
* gh-93649: Split exception tests from _testcapimodule.c (GH-102173)Erlend E. Aasland2023-02-238-416/+434
* gh-101981: Consolidate macOS configure steps in CI (GH-102131)Erlend E. Aasland2023-02-231-5/+3
* gh-102151: Correctly fetch CONFIG_ARGS in Tools/freeze/test/freeze.py (#102152)Erlend E. Aasland2023-02-231-1/+1
* bpo-23224: Fix segfaults and multiple leaks in the lzma and bz2 modules (GH-7...Zackery Spytz2023-02-237-175/+288
* Fix typo in `Py_GetPythonHome` signature (#102168)Tanner Firl2023-02-231-1/+1
* gh-101578: Fixup NEWS and add What's New entry for new exception APIs (#102157)Erlend E. Aasland2023-02-232-11/+26
* GH-100719: Remove redundant `gi_code` field from generator object. (GH-100749)Mark Shannon2023-02-239-61/+116
* Revert "bpo-46978: Correct docstrings for in-place builtin operators #31802) ...Irit Katriel2023-02-232-2/+1
* gh-87634: remove locking from functools.cached_property (GH-101890)Carl Meyer2023-02-235-54/+35
* Fix syntax error in struct doc example (#102160)Terry Jan Reedy2023-02-221-1/+1
* gh-99108: Import MD5 and SHA1 from HACL* (#102089)Jonathan Protzenko2023-02-2224-699/+2498
* GH-101777: `queue.rst`: use 2 spaces after a period to be consistent. (#102143)Owain Davies2023-02-221-8/+8
* Few coverage nitpicks for the cmath module (#102067)Sergey B Kirpichev2023-02-223-2/+13
* GH-100982: Restrict `FOR_ITER_RANGE` to a single instruction to allow instrum...Mark Shannon2023-02-224-30/+22
* gh-102135: Update turtle docs to rename wikipedia demo to rosette (#102137)somebody2023-02-221-3/+3
* gh-99942: python.pc on android/cygwin should link to libpython per configure....Eli Schwartz2023-02-222-1/+3
* gh-95672 fix typo SkitTest to SkipTest (gh-102119)Hyunkyun Moon2023-02-213-2/+3
* gh-101936: Update the default value of fp from io.StringIO to io.BytesIO (gh-...Vo Hoang Long2023-02-214-1/+5
* gh-102008: simplify test_except_star by using sys.exception() instead of sys....Irit Katriel2023-02-211-25/+19
* gh-101903: Remove obsolete undefs for previously removed macros Py_EnterRecur...Owain Davies2023-02-211-4/+0
* gh-100556: Improve clarity of `or` docs (#100589)ram vikram singh2023-02-211-2/+2
* gh-101777: Make `PriorityQueue` docs slightly clearer (#102026)Owain Davies2023-02-211-2/+2
* gh-101965: Fix usage of Py_EnterRecursiveCall return value in _bisectmodule.c...Owain Davies2023-02-211-2/+2
* gh-101578: Amend exception docs (#102057)Erlend E. Aasland2023-02-212-22/+25
* gh-101961 fileinput.hookcompressed should not set the encoding value for the ...Gihwan Kim2023-02-214-12/+32
* gh-102056: Fix a few bugs in error handling of exception printing code (#102078)Irit Katriel2023-02-203-7/+48
* gh-102011: use sys.exception() instead of sys.exc_info() in docs where possib...Irit Katriel2023-02-206-32/+29
* gh-101566: Sync with zipp 3.14. (GH-102018)Jason R. Coombs2023-02-206-56/+215
* GH-99818: improve the documentation for zipfile.Path and Traversable (GH-101589)Filipe LaĆ­ns2023-02-202-3/+7
* gh-88233: zipfile: handle extras after a zip64 extra (GH-96161)Tim Hatch2023-02-203-0/+66
* gh-101981: Apply HOMEBREW related environment variables (gh-102074)Dong-hee Na2023-02-201-0/+3
* gh-101907: Stop using `_Py_OPCODE` and `_Py_OPARG` macros (GH-101912)Steve Dower2023-02-2013-184/+200
* gh-101819: Adapt _io types to heap types, batch 1 (GH-101949)Erlend E. Aasland2023-02-2010-478/+463
* gh-101981: Build macOS as recommended by the devguide (GH-102070)Erlend E. Aasland2023-02-201-3/+10
* gh-97786: Fix compiler warnings in pytime.c (#101826)Mark Dickinson2023-02-202-6/+31
* gh-101578: Amend PyErr_{Set,Get}RaisedException docs (#101962)Erlend E. Aasland2023-02-192-32/+20
* Misc improvements to the float tutorial (GH-102052)Raymond Hettinger2023-02-191-33/+106
* gh-85417: Clarify behaviour on branch cuts in cmath module (#102046)Mark Dickinson2023-02-192-28/+39
* gh-100425: Update tutorial docs related to sum() accuracy (FH-101854)neuralstring2023-02-191-1/+1
* Add missing 'is' to `cmath.log()` docstring (#102049)Owain Davies2023-02-192-4/+4