index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Reorder some test's decorators (GH-108804)
Serhiy Storchaka
2023-09-03
2
-4/+4
*
gh-102837: improve test coverage for math module (#102523)
Sergey B Kirpichev
2023-09-03
2
-10/+48
*
gh-107208: Fix iter_index() recipe to not swallow exceptions (gh-108835)
Raymond Hettinger
2023-09-03
1
-12/+23
*
gh-108765: pystrhex: Replace stdlib.h abs() with Py_ABS() (#108830)
Victor Stinner
2023-09-02
1
-2/+1
*
gh-108374: Add --disable-gil option to PCbuild/build.bat (#108729)
Sam Gross
2023-09-02
2
-0/+4
*
gh-108765: include <unistd.h> in termios.c on Solaris (#108825)
Jakub KulĂk
2023-09-02
1
-0/+3
*
gh-63760: Don't declare gethostname() on Solaris (#108817)
Victor Stinner
2023-09-02
2
-5/+3
*
gh-108765: multiprocessing.h includes <unistd.h> (#108823)
Victor Stinner
2023-09-02
1
-0/+4
*
gh-108822: Add Changelog entry for regrtest statistics (#108821)
Victor Stinner
2023-09-02
1
-0/+4
*
regrtest computes statistics (#108793)
Victor Stinner
2023-09-02
10
-308/+512
*
gh-108765: Python.h no longer includes <sys/time.h> (#108775)
Victor Stinner
2023-09-02
11
-37/+43
*
GH-78722: Raise exceptions from `pathlib.Path.iterdir()` without delay. (#107...
Barney Gale
2023-09-02
3
-3/+4
*
gh-108765: Python.h no longer includes <unistd.h> (#108783)
Victor Stinner
2023-09-02
16
-42/+55
*
gh-108794: doctest counts skipped tests (#108795)
Victor Stinner
2023-09-02
5
-67/+175
*
gh-108765: Python.h no longer includes <ieeefp.h> (#108781)
Victor Stinner
2023-09-02
7
-16/+12
*
gh-108765: Remove old prototypes from pyport.h (#108782)
Victor Stinner
2023-09-02
4
-30/+22
*
gh-101100: Fix sphinx warnings in `unittest.mock-examples.rst` (#108810)
Nikita Sobolev
2023-09-02
3
-8/+8
*
Fix typo in `uuid.rst` (#108809)
Nikita Sobolev
2023-09-02
1
-1/+1
*
gh-101100: Fix sphinx warnings in `uuid.rst` (#108805)
Nikita Sobolev
2023-09-02
2
-22/+30
*
gh-108416: Mark slow test methods with @requires_resource('cpu') (GH-108421)
Serhiy Storchaka
2023-09-02
32
-8/+57
*
gh-108777: Split _PyTime tests from _testinternalcapi.c (gh-108787)
Sam Gross
2023-09-02
11
-262/+313
*
Fix test_regrtest when run with uops always on (#108778)
Guido van Rossum
2023-09-01
1
-3/+7
*
gh-106392: Fix inconsistency in deprecation warnings (#106436)
William Andrea
2023-09-01
1
-2/+2
*
gh-107862: Add roundtrip `hypothesis` tests to `test_binascii` (#107863)
Nikita Sobolev
2023-09-01
1
-3/+49
*
gh-105509: Simplify implementation of `typing.Annotated` (#105510)
Alex Waygood
2023-09-01
3
-27/+17
*
gh-105563: reference DateType in datetime's documentation (#105946)
TATHAGATA ROY
2023-09-01
1
-0/+4
*
Improve some C API documentation (GH-108768)
Serhiy Storchaka
2023-09-01
3
-62/+51
*
gh-108765: Move standard includes to Python.h (#108769)
Victor Stinner
2023-09-01
10
-59/+43
*
Add Modules/_testcapi/util.h header (GH-108774)
Serhiy Storchaka
2023-09-01
7
-94/+49
*
gh-108767: Replace ctype.h functions with pyctype.h functions (#108772)
Victor Stinner
2023-09-01
6
-36/+36
*
gh-108765: Reformat Include/pymacconfig.h (#108764)
Victor Stinner
2023-09-01
1
-77/+69
*
gh-108765: Reformat Include/osdefs.h (#108766)
Victor Stinner
2023-09-01
1
-21/+27
*
Make test_fcntl quiet (#108758)
Victor Stinner
2023-09-01
1
-31/+32
*
gh-101100: Fix sphinx warnings in `tutorial/appendix.rst` (#108750)
Nikita Sobolev
2023-09-01
2
-5/+4
*
gh-101100: Fix sphinx warnings in `tutorial/classes.rst` (#108746)
Nikita Sobolev
2023-09-01
2
-2/+1
*
gh-108634: PyInterpreterState_New() no longer calls Py_FatalError() (#108748)
Victor Stinner
2023-09-01
7
-51/+99
*
gh-108727: Fix segfault due to missing tp_dealloc definition for CounterOptim...
Irit Katriel
2023-09-01
3
-0/+10
*
gh-107805: Fix signatures of module-level generated functions in `turtle` (#1...
Nikita Sobolev
2023-09-01
3
-19/+45
*
gh-106320: Remove private _PyLong_Sign() (#108743)
Victor Stinner
2023-09-01
4
-15/+23
*
`ast` docs: Fix incorrect link on `keyword` (#108728)
Alex Povel
2023-08-31
1
-2/+2
*
gh-107603: Argument Clinic: Only include pycore_gc.h if needed (#108726)
Victor Stinner
2023-08-31
131
-727/+448
*
gh-108337: Add pyatomic.h header (#108701)
Victor Stinner
2023-08-31
17
-4/+3049
*
gh-108638: Fix tests when _stat extension is missing (#108689)
Victor Stinner
2023-08-31
2
-7/+29
*
gh-108682: [Enum] raise TypeError if super().__new__ called in custom __new__...
Ethan Furman
2023-08-31
4
-56/+260
*
gh-108634: Py_TRACE_REFS uses a hash table (#108663)
Victor Stinner
2023-08-31
31
-243/+292
*
gh-97850: Note in py312 whatsnew that `importlib.util.set_loader` and `import...
Alex Waygood
2023-08-31
1
-2/+3
*
gh-106320: winconsoleio.c includes pycore_pyerrors.h (#108720)
Victor Stinner
2023-08-31
1
-0/+1
*
Run make regen-global-objects (#108714)
Victor Stinner
2023-08-31
4
-30/+0
*
gh-106320: Remove private _PyErr_ChainExceptions() (#108713)
Victor Stinner
2023-08-31
18
-117/+140
*
GH-108614: Remove non-debug uses of `#if TIER_ONE` and `#if TIER_TWO` from `_...
Mark Shannon
2023-08-31
7
-66/+123
[next]