summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* gh-108494: Document how to add a project in PCbuild/readme.txt (#110077)Victor Stinner2023-10-022-9/+37
* gh-110014: Remove PY_TIMEOUT_MAX from limited C API (#110217)Victor Stinner2023-10-028-20/+17
* gh-110178: Use fewer weakrefs in test_typing.py (#110194)Jelle Zijlstra2023-10-021-1/+1
* 3.12 What's New: Remove duplicate "up to" (#110219)numbermaniac2023-10-021-1/+1
* gh-83180: Made launcher treat shebang 'python' tags as low priority so that a...Steve Dower2023-10-024-12/+71
* GH-109190: Announce final release in What's New in Python 3.12 (#110117)Adam Turner2023-10-021-1/+1
* gh-108963: using random to generate unique string in sys.intern test (#109491)AN Long2023-10-021-10/+3
* GH-92584: Move installation schemes overview to sysconfig docs (#108018)Adam Turner2023-10-023-18/+167
* Docs: bump Pygments to fix contrast ratios to meet WCAG AA guidelines (#110208)Hugo van Kemenade2023-10-021-2/+1
* gh-109590: Update shutil.which on Windows to prefer a PATHEXT extension on ex...Charles Machalow2023-10-024-12/+91
* fix misaligned versionchanged blocks in sqlite3 docs (GH-110191)Ned Batchelder2023-10-021-9/+6
* gh-110164: regrtest disables random if SOURCE_DATE_EPOCH (#110168)Victor Stinner2023-10-013-2/+17
* gh-110138: Improve grammar in idiomatic usage of ``__main__.py`` (#110142)Quentin Agren2023-10-011-3/+3
* gh-101100: Fix sphinx warnings in `library/site.rst` (#110144)Nikita Sobolev2023-10-013-13/+25
* build(deps): bump hypothesis from 6.84.0 to 6.87.1 in /Tools (#110174)dependabot[bot]2023-10-011-1/+1
* gh-110180: Remove unused `_PickleUsingNameMixin` class from `typing` (#110181)Alex Waygood2023-10-011-7/+0
* GH-107465: Add `pathlib.Path.from_uri()` classmethod. (#107640)Barney Gale2023-10-015-5/+120
* gh-110160: Fix flaky `test_find_periodic_pattern` in `string_tests` (#110170)Nikita Sobolev2023-10-011-3/+11
* PEG generator: bump types-setuptools from 68.1.0.1 to 68.2.0.0 (#110175)dependabot[bot]2023-10-011-1/+1
* gh-110150: Fix base case handling in quantiles() (gh-110151)Raymond Hettinger2023-10-014-3/+17
* gh-109649: Use os.process_cpu_count() (#110165)Victor Stinner2023-10-0116-16/+50
* gh-110152: regrtest handles cross compilation and HOSTRUNNER (#110156)Victor Stinner2023-09-306-110/+125
* gh-110014: Fix bootstrap_hash.c: remove debug code (#110161)Victor Stinner2023-09-301-3/+0
* gh-109649: Add os.process_cpu_count() function (#109907)Victor Stinner2023-09-308-47/+125
* gh-109276: regrtest: add WORKER_FAILED state (#110148)Victor Stinner2023-09-305-28/+83
* gh-110088: Fix asyncio test_prompt_cancellation() (#110157)Victor Stinner2023-09-301-3/+0
* gh-110014: Include explicitly <unistd.h> header (#110155)Victor Stinner2023-09-3017-59/+120
* gh-109748: Fix again venv test_zippath_from_non_installed_posix() (#110149)Victor Stinner2023-09-303-3/+7
* gh-110014: Fix _POSIX_THREADS and _POSIX_SEMAPHORES usage (#110139)Victor Stinner2023-09-3013-58/+73
* gh-107954: Refactor initconfig.c: add CONFIG_SPEC (#110146)Victor Stinner2023-09-303-320/+262
* GH-89812: Add `pathlib._PathBase` (#106337)Barney Gale2023-09-303-161/+687
* GH-101100: Fix reference warnings for ``gettext`` (#110115)Adam Turner2023-09-301-29/+26
* GH-101100: Fix reference warnings for ``namedtuple`` (#110113)Adam Turner2023-09-302-4/+4
* Add example for linear_regression() with proportional=True. (gh-110133)Raymond Hettinger2023-09-301-0/+19
* gh-107888: Fix test_mmap PROT_EXEC comment (#110125)Victor Stinner2023-09-291-1/+1
* gh-110119: Temporarily skip test_cppext on --disable-gil builds. (#110123)Sam Gross2023-09-291-0/+4
* gh-109566: regrtest --fast-ci no longer enables --nowindows (#110121)Victor Stinner2023-09-292-7/+1
* gh-109566: Remove make testall (#110122)Victor Stinner2023-09-293-19/+7
* gh-109047: concurrent.futures catches PythonFinalizationError (#109810)Victor Stinner2023-09-294-22/+88
* gh-109566: PCbuild/rt.bat now uses --fast-ci (#110120)Victor Stinner2023-09-291-1/+1
* gh-66143: Allow copying and pickling of CodecInfo object (GH-109235)Furkan Onder2023-09-293-0/+75
* gh-109495: Remove unused slots from the Python implementation of datetime (GH...James Hilton-Balfe2023-09-292-1/+2
* gh-109615: Look for 'Modules' as landmark for test_copy_python_src_ignore (GH...Steve Dower2023-09-291-1/+3
* gh-110024: Fix Pointer Type Warnings (gh-110053)Eric Snow2023-09-291-8/+16
* gh-109592: test_eintr tolerates 20 ms when comparing timings (#110102)Victor Stinner2023-09-291-7/+16
* gh-110031: Skip test_threading fork tests if ASAN (#110100)Victor Stinner2023-09-292-16/+27
* gh-109974: Fix more threading lock_tests race conditions (#110089)Victor Stinner2023-09-292-232/+257
* gh-105323: Update readline module to detect apple editline variant (gh-108665)Donghee Na2023-09-295-3/+38
* gh-110088, gh-109878: Fix test_asyncio timeouts (#110092)Victor Stinner2023-09-297-54/+19
* gh-109634: Fix `:samp:` syntax (GH-110073)Jacob Coffee2023-09-293-3/+3