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
*
gh-112532: Tag mimalloc heaps and pages (#113742)
Sam Gross
2024-01-05
7
-16/+35
*
gh-101100: Fix Sphinx warnings in `library/pyclbr.rst` (#113739)
Hugo van Kemenade
2024-01-05
3
-50/+58
*
gh-80532: Do not set ipv6type when cross-compiling (#17956)
Zackery Spytz
2024-01-05
3
-2/+3
*
gh-101100: Fix Sphinx warnings for 2.6 deprecations and removals (#113725)
Hugo van Kemenade
2024-01-05
8
-57/+57
*
gh-113703: Correctly identify incomplete f-strings in the codeop module (#113...
Pablo Galindo Salgado
2024-01-05
3
-2/+11
*
GH-113486: Do not emit spurious PY_UNWIND events for optimized calls to class...
Mark Shannon
2024-01-05
6
-28/+64
*
gh-113320: Reduce the number of dangerous `getattr()` calls when constructing...
Alex Waygood
2024-01-05
3
-20/+68
*
gh-112532: Isolate abandoned segments by interpreter (#113717)
Sam Gross
2024-01-04
7
-76/+102
*
GH-113225: Speed up `pathlib.Path.glob()` (#113226)
Barney Gale
2024-01-04
2
-1/+8
*
gh-113538: Don't error in stream reader protocol callback when task is cancel...
Guido van Rossum
2024-01-04
3
-7/+21
*
gh-113569: Display calls in Mock.assert_has_calls failure when empty (GH-113573)
wookie184
2024-01-04
3
-18/+28
*
gh-113696: Docs: Annotate PyObject_CallOneArg and PyObject_CallNoArgs as retu...
Jamie Phan
2024-01-04
1
-0/+7
*
GH-113689: Fix broken handling of invalid executors (GH-113694)
Brandt Bucher
2024-01-04
2
-2/+4
*
gh-52161: Enhance Cmd support for docstrings (#110987)
Filip Łapkiewicz
2024-01-03
2
-1/+4
*
Document the `co_lines` method on code objects (#113682)
Alex Waygood
2024-01-03
6
-12/+51
*
gh-113258: Write frozen modules to the build tree on Windows (GH-113303)
Itamar Oren
2024-01-03
5
-56/+61
*
gh-113603: Compiler no longer tries to maintain the no-empty-block invariant ...
Irit Katriel
2024-01-03
3
-78/+52
*
gh-111926: Set up basic sementics of weakref API for freethreading (gh-113621)
Donghee Na
2024-01-03
1
-19/+37
*
gh-101100: Fix Sphinx warnings for removed dead batteries (#113669)
Hugo van Kemenade
2024-01-03
19
-53/+53
*
`functools.partial` docs: Use the more common spelling for "referenceable" (#...
Rodrigo Girão Serrão
2024-01-03
1
-1/+1
*
gh-113637: Let c_annotations.py to handle the spacing of Limited/Unstable API...
Ege Akman
2024-01-03
3
-12/+14
*
GH-113595: Don't enter invalid executor (GH-113596)
Mark Shannon
2024-01-03
2
-19/+39
*
gh-113628: Fix test_site test with long stdlib paths (#113640)
Itamar Oren
2024-01-03
1
-22/+21
*
GH-113657: Add back missing _SET_IP uops in tier two (GH-113662)
Brandt Bucher
2024-01-02
2
-2/+5
*
gh-110824 Temporarily skip test_sysconfig.test_library on macOS framework bui...
Skip Montanaro
2024-01-02
1
-2/+7
*
gh-53502: Fix plistlib.dump() for naive datetime with aware_datetime option (...
Serhiy Storchaka
2024-01-02
2
-3/+4
*
build(deps): bump actions/upload-artifact from 3 to 4 (#113614)
dependabot[bot]
2024-01-02
1
-2/+2
*
build(deps): bump actions/stale from 8 to 9 (#113611)
dependabot[bot]
2024-01-02
1
-1/+1
*
gh-111178: Avoid calling functions from incompatible pointer types in _tkinte...
Christopher Chavez
2024-01-02
1
-18/+26
*
gh-111178: Avoid calling functions from incompatible pointer types in dictobj...
Christopher Chavez
2024-01-02
1
-100/+126
*
gh-111178: Avoid calling functions from incompatible pointer types in descrob...
Christopher Chavez
2024-01-02
1
-106/+147
*
gh-111178: Avoid calling functions from incompatible pointer types in listobj...
Christopher Chavez
2024-01-02
1
-72/+92
*
gh-113602: Bail out when the parser tries to override existing errors (#113607)
Pablo Galindo Salgado
2024-01-02
3
-0/+8
*
gh-81094: Refer to PEP 318 in compound_statements.rst (#113588)
John D. McDonald
2024-01-02
1
-1/+4
*
gh-101100: Fix Sphinx warnings from removed `~!` references (#113629)
Hugo van Kemenade
2024-01-02
9
-22/+22
*
no-issue: Use the official term "free-threading" for GitHub Action (gh-113622)
Donghee Na
2024-01-02
3
-20/+20
*
GH-113633: Use module state structure for _testcapi. (GH-113634)
Neil Schemenauer
2024-01-01
2
-51/+65
*
gh-53502: Fixes for tests in gh-113363 (#113627)
Ronald Oussoren
2024-01-01
2
-5/+4
*
gh-53502: add a new option aware_datetime in plistlib to loads or dumps aware...
AN Long
2024-01-01
4
-23/+134
*
gh-113536: Expose `os.waitid` on macOS (#113542)
Ronald Oussoren
2024-01-01
4
-13/+14
*
gh-62260: Fix ctypes.Structure subclassing with multiple layers (GH-13374)
Jeffrey Kintscher
2024-01-01
4
-7/+70
*
build(deps): bump hypothesis from 6.91.0 to 6.92.2 in /Tools (#113615)
dependabot[bot]
2024-01-01
1
-1/+1
*
build(deps): bump github/codeql-action from 2 to 3 (#113613)
dependabot[bot]
2024-01-01
1
-1/+1
*
build(deps): bump actions/setup-python from 4 to 5 (#113612)
dependabot[bot]
2024-01-01
5
-6/+6
*
# gh-111700: Fix syntax highlighting for C code in the "What's New In Python ...
Parth Doshi
2024-01-01
1
-1/+3
*
gh-101578: [doc] mention that PyErr_GetRaisedException returns NULL when the ...
Irit Katriel
2023-12-31
1
-1/+1
*
gh-101100: Fix Sphinx warnings in `library/configparser.rst` (#113598)
Hugo van Kemenade
2023-12-31
11
-36/+35
*
Update ConfigParser docs defining valid section name (#110506)
Delgan
2023-12-30
1
-1/+1
*
gh-89414: Document that SIGCLD is not available on macOS (#113580)
Ronald Oussoren
2023-12-30
1
-0/+2
*
gh-112536: Add support for thread sanitizer (TSAN) (gh-112648)
Samet YASLAN
2023-12-30
8
-10/+81
[next]