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-111488: Changed error message in case of no 'in' keyword after 'for' in cm...
Grigoriev Semyon
2024-01-06
5
-1592/+1820
*
gh-113537: support loads str in plistlib.loads (#113582)
AN Long
2024-01-06
4
-3/+24
*
gh-113729: Fix IDLE's Help -> "IDLE Help" menu bug in 3.12.1 and 3.11.7 (#113...
Ronald Oussoren
2024-01-06
5
-20/+26
*
gh-113750: Fix object resurrection in free-threaded builds (gh-113751)
Sam Gross
2024-01-06
3
-6/+14
*
GH-113568: Stop raising deprecation warnings from pathlib ABCs (#113757)
Barney Gale
2024-01-05
5
-24/+46
*
gh-113360: Fix the documentation of module's attribute __test__ (GH-113393)
Serhiy Storchaka
2024-01-05
1
-3/+3
*
gh-85567: Fix resouce warnings in pickle and pickletools CLIs (GH-113618)
Serhiy Storchaka
2024-01-05
3
-13/+30
*
GH-113568: Stop raising auditing events from pathlib ABCs (#113571)
Barney Gale
2024-01-05
5
-35/+64
*
gh-113688: Split up gcmodule.c (gh-113715)
Sam Gross
2024-01-05
9
-1960/+2031
*
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
[next]