summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Fix typo in `uuid.rst` (#108809)Nikita Sobolev2023-09-021-1/+1
* gh-101100: Fix sphinx warnings in `uuid.rst` (#108805)Nikita Sobolev2023-09-022-22/+30
* gh-108416: Mark slow test methods with @requires_resource('cpu') (GH-108421)Serhiy Storchaka2023-09-0232-8/+57
* gh-108777: Split _PyTime tests from _testinternalcapi.c (gh-108787)Sam Gross2023-09-0211-262/+313
* Fix test_regrtest when run with uops always on (#108778)Guido van Rossum2023-09-011-3/+7
* gh-106392: Fix inconsistency in deprecation warnings (#106436)William Andrea2023-09-011-2/+2
* gh-107862: Add roundtrip `hypothesis` tests to `test_binascii` (#107863)Nikita Sobolev2023-09-011-3/+49
* gh-105509: Simplify implementation of `typing.Annotated` (#105510)Alex Waygood2023-09-013-27/+17
* gh-105563: reference DateType in datetime's documentation (#105946)TATHAGATA ROY2023-09-011-0/+4
* Improve some C API documentation (GH-108768)Serhiy Storchaka2023-09-013-62/+51
* gh-108765: Move standard includes to Python.h (#108769)Victor Stinner2023-09-0110-59/+43
* Add Modules/_testcapi/util.h header (GH-108774)Serhiy Storchaka2023-09-017-94/+49
* gh-108767: Replace ctype.h functions with pyctype.h functions (#108772)Victor Stinner2023-09-016-36/+36
* gh-108765: Reformat Include/pymacconfig.h (#108764)Victor Stinner2023-09-011-77/+69
* gh-108765: Reformat Include/osdefs.h (#108766)Victor Stinner2023-09-011-21/+27
* Make test_fcntl quiet (#108758)Victor Stinner2023-09-011-31/+32
* gh-101100: Fix sphinx warnings in `tutorial/appendix.rst` (#108750)Nikita Sobolev2023-09-012-5/+4
* gh-101100: Fix sphinx warnings in `tutorial/classes.rst` (#108746)Nikita Sobolev2023-09-012-2/+1
* gh-108634: PyInterpreterState_New() no longer calls Py_FatalError() (#108748)Victor Stinner2023-09-017-51/+99
* gh-108727: Fix segfault due to missing tp_dealloc definition for CounterOptim...Irit Katriel2023-09-013-0/+10
* gh-107805: Fix signatures of module-level generated functions in `turtle` (#1...Nikita Sobolev2023-09-013-19/+45
* gh-106320: Remove private _PyLong_Sign() (#108743)Victor Stinner2023-09-014-15/+23
* `ast` docs: Fix incorrect link on `keyword` (#108728)Alex Povel2023-08-311-2/+2
* gh-107603: Argument Clinic: Only include pycore_gc.h if needed (#108726)Victor Stinner2023-08-31131-727/+448
* gh-108337: Add pyatomic.h header (#108701)Victor Stinner2023-08-3117-4/+3049
* gh-108638: Fix tests when _stat extension is missing (#108689)Victor Stinner2023-08-312-7/+29
* gh-108682: [Enum] raise TypeError if super().__new__ called in custom __new__...Ethan Furman2023-08-314-56/+260
* gh-108634: Py_TRACE_REFS uses a hash table (#108663)Victor Stinner2023-08-3131-243/+292
* gh-97850: Note in py312 whatsnew that `importlib.util.set_loader` and `import...Alex Waygood2023-08-311-2/+3
* gh-106320: winconsoleio.c includes pycore_pyerrors.h (#108720)Victor Stinner2023-08-311-0/+1
* Run make regen-global-objects (#108714)Victor Stinner2023-08-314-30/+0
* gh-106320: Remove private _PyErr_ChainExceptions() (#108713)Victor Stinner2023-08-3118-117/+140
* GH-108614: Remove non-debug uses of `#if TIER_ONE` and `#if TIER_TWO` from `_...Mark Shannon2023-08-317-66/+123
* gh-106320: Don't export _Py_ForgetReference() function (#108712)Victor Stinner2023-08-311-2/+8
* gh-107149: Make PyUnstable_ExecutableKinds public (#108440)Victor Stinner2023-08-313-14/+14
* gh-108455: peg_generator: use `types-setuptools==68.1.0.1` in CI (#108697)Alex Waygood2023-08-313-11/+5
* gh-101100: Fix sphinx warnings in `threading.rst` (#108684)Nikita Sobolev2023-08-312-9/+8
* gh-108696: revert bypassing import cache in test_import helper (#108698)Carl Meyer2023-08-311-2/+1
* gh-108654: restore comprehension locals before handling exception (#108659)Carl Meyer2023-08-303-14/+90
* gh-108297: Remove test_crashers (#108690)Victor Stinner2023-08-301-37/+0
* gh-108520: Fix bad fork detection in nested multiprocessing use case (#108568)albanD2023-08-303-3/+34
* gh-108590: Revert gh-108657 (commit 400a1cebc) (#108686)Erlend E. Aasland2023-08-303-41/+2
* gh-108494: Argument Clinic: Document how to generate code that uses the limit...Victor Stinner2023-08-302-2/+24
* Document Python build requirements (#108646)Victor Stinner2023-08-302-6/+23
* gh-101100: Fix Sphinx warnings in the Logging Cookbook (#108678)Hugo van Kemenade2023-08-302-5/+11
* Fix typo in multiprocessing docs (#108666)kato89662023-08-301-1/+1
* gh-108669: unittest: Fix documentation for TestResult.collectedDurations (#10...Sebastian Rittau2023-08-301-1/+1
* gh-108590: Fix sqlite3.iterdump for invalid Unicode in TEXT columns (#108657)Corvin2023-08-303-2/+41
* Revert "gh-103224: Use the realpath of the Python executable in `test_venv` (...Serhiy Storchaka2023-08-301-5/+3
* gh-106320: Remove private _Py_ForgetReference() (#108664)Victor Stinner2023-08-302-5/+5