summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* GH-65056: Improve the IP address' is_global/is_private documentation (GH-113186)Jakub Stasiak2024-03-182-17/+68
* gh-115874: Don't use module state in teedataobject tp_dealloc (#116204)Erlend E. Aasland2024-03-182-6/+12
* gh-115538: Emit warning when use bool as fd in _io.WindowsConsoleIO (GH-116925)AN Long2024-03-183-0/+15
* CI: Pass environment variables directly to configure in JIT CI (#116156)Erlend E. Aasland2024-03-181-6/+6
* gh-116664: Ensure thread-safe dict access in _warnings (#116768)Erlend E. Aasland2024-03-181-29/+32
* gh-116881: Remove erroneous or redundant grammar NULL (GH-116885)Terry Jan Reedy2024-03-181-1/+1
* Bump GitHub Actions (#116944)Hugo van Kemenade2024-03-183-3/+3
* gh-116915: Make `_thread._ThreadHandle` support GC (#116934)mpage2024-03-181-3/+13
* gh-85283: Build _statistics extension with the limited C API (#116927)Victor Stinner2024-03-174-37/+20
* GH-116377: Stop raising `ValueError` from `glob.translate()`. (#116378)Barney Gale2024-03-174-26/+18
* gh-85283: Build termios extension with the limited C API (#116928)Victor Stinner2024-03-174-32/+42
* gh-73468: Add math.fma() function (#116667)Victor Stinner2024-03-176-1/+371
* GH-112536: Add more TSan tests (#116911)Antoine Pitrou2024-03-172-2/+8
* gh-85287: Change codecs to raise precise UnicodeEncodeError and UnicodeDecode...John Sloboda2024-03-179-81/+306
* Update titles and subtitles on landing page template (#116914)Carol Willing2024-03-171-31/+31
* gh-116809: Restore removed _PyErr_ChainExceptions1() function (#116900)Victor Stinner2024-03-163-3/+6
* CI: Process stale issues four times per day (#116857)Hugo van Kemenade2024-03-161-1/+1
* gh-116879: Add new optimizer pystats to tables (GH-116880)Michael Droettboom2024-03-161-4/+30
* gh-112536: Add more TSAN tests (#116896)Donghee Na2024-03-161-0/+2
* gh-116851: Remove "from ctypes import *" from a ctypes example (GH-116852)jnchen2024-03-161-1/+0
* gh-114271: Fix race in `Thread.join()` (#114839)mpage2024-03-1612-639/+767
* gh-112536: Add test_threading to TSAN tests (#116898)Antoine Pitrou2024-03-163-10/+19
* gh-116484: Fix collisions between Checkbutton and ttk.Checkbutton default nam...Serhiy Storchaka2024-03-163-2/+30
* gh-116764: Fix regressions in urllib.parse.parse_qsl() (GH-116801)Serhiy Storchaka2024-03-163-1/+33
* gh-90535: Fix support of interval>1 in logging.TimedRotatingFileHandler (GH-1...Serhiy Storchaka2024-03-163-35/+173
* gh-112536: Add TSAN builds on Github Actions (#116872)Donghee Na2024-03-166-0/+93
* gh-116858: Add `@cpython_only` to several tests in `test_cmd_line` (#116859)Nikita Sobolev2024-03-161-0/+10
* Minor kde() docstring nit: make presentation order match the function signatu...Raymond Hettinger2024-03-151-1/+1
* GH-115802: Reduce the size of _INIT_CALL_PY_EXACT_ARGS. (GH-116856)Mark Shannon2024-03-153-72/+54
* gh-116868: Avoid locking in PyType_IsSubtype (#116829)Dino Viehland2024-03-151-32/+48
* gh-112536: Add --tsan test for reasonable TSAN execution times. (gh-116601)Donghee Na2024-03-155-0/+39
* gh-116782: Mention `__type_params__` in `inspect.getmembers` docs (#116783)Nikita Sobolev2024-03-151-0/+10
* gh-116621: Specialize list.extend for dict keys/values (gh-116816)Donghee Na2024-03-151-0/+37
* gh-116735: Use `MISSING` for `CALL` event if argument is absent (GH-116737)Tian Gao2024-03-154-3/+7
* gh-63283: IDNA prefix should be case insensitive (GH-17726)Zackery Spytz2024-03-153-3/+12
* gh-111926: Simplify proxy creation logic (#116844)mpage2024-03-151-16/+3
* gh-111926: Simplify weakref creation logic (#116843)mpage2024-03-151-15/+5
* GH-116422: Modify a few uops so that they can be supported by tier 2 with hot...Mark Shannon2024-03-154-55/+52
* gh-90095: Ignore empty lines and comments in `.pdbrc` (#116834)Tian Gao2024-03-154-2/+26
* gh-85283: Build pwd extension with the limited C API (#116841)Victor Stinner2024-03-155-12/+16
* gh-116842: Improve test comment and fix a doctest (gh-116846)Raymond Hettinger2024-03-151-2/+2
* GH-113838: Add "Comparison to os.path" section to pathlib docs (#115926)Barney Gale2024-03-151-19/+44
* gh-116195: Implements a fast path for nt.getppid (GH-116205)vxiiduu2024-03-142-2/+85
* gh-111696, PEP 737: Add %T and %N to PyUnicode_FromFormat() (#116839)Victor Stinner2024-03-147-2/+135
* gh-116811: Ensure MetadataPathFinder.invalidate_caches is reachable when dele...Jason R. Coombs2024-03-143-0/+6
* gh-106531: Refresh zipfile._path with zipp 3.18. (#116835)Jason R. Coombs2024-03-145-54/+159
* Minor improvements to the itertools documentation (gh-116833)Raymond Hettinger2024-03-141-84/+94
* gh-111696, PEP 737: Add PyType_GetModuleName() function (#116824)Victor Stinner2024-03-1415-27/+48
* gh-113317, AC: Add libclinic.converter module (#116821)Victor Stinner2024-03-144-601/+621
* gh-112795: Move the test for ZipFile into the core tests for zipfile. (#116823)Jason R. Coombs2024-03-142-12/+11