summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Reorder some test's decorators (GH-108804)Serhiy Storchaka2023-09-032-4/+4
* gh-102837: improve test coverage for math module (#102523)Sergey B Kirpichev2023-09-032-10/+48
* gh-107208: Fix iter_index() recipe to not swallow exceptions (gh-108835)Raymond Hettinger2023-09-031-12/+23
* gh-108765: pystrhex: Replace stdlib.h abs() with Py_ABS() (#108830)Victor Stinner2023-09-021-2/+1
* gh-108374: Add --disable-gil option to PCbuild/build.bat (#108729)Sam Gross2023-09-022-0/+4
* gh-108765: include <unistd.h> in termios.c on Solaris (#108825)Jakub KulĂ­k2023-09-021-0/+3
* gh-63760: Don't declare gethostname() on Solaris (#108817)Victor Stinner2023-09-022-5/+3
* gh-108765: multiprocessing.h includes <unistd.h> (#108823)Victor Stinner2023-09-021-0/+4
* gh-108822: Add Changelog entry for regrtest statistics (#108821)Victor Stinner2023-09-021-0/+4
* regrtest computes statistics (#108793)Victor Stinner2023-09-0210-308/+512
* gh-108765: Python.h no longer includes <sys/time.h> (#108775)Victor Stinner2023-09-0211-37/+43
* GH-78722: Raise exceptions from `pathlib.Path.iterdir()` without delay. (#107...Barney Gale2023-09-023-3/+4
* gh-108765: Python.h no longer includes <unistd.h> (#108783)Victor Stinner2023-09-0216-42/+55
* gh-108794: doctest counts skipped tests (#108795)Victor Stinner2023-09-025-67/+175
* gh-108765: Python.h no longer includes <ieeefp.h> (#108781)Victor Stinner2023-09-027-16/+12
* gh-108765: Remove old prototypes from pyport.h (#108782)Victor Stinner2023-09-024-30/+22
* gh-101100: Fix sphinx warnings in `unittest.mock-examples.rst` (#108810)Nikita Sobolev2023-09-023-8/+8
* 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