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-105090: Replace incorrect TLSv1.2 with TLSv1.3 (#105404)
Jocelyn Castellano
2023-07-22
1
-1/+1
*
gh-106320: Move private _PyGen API to the internal C API (#107032)
Victor Stinner
2023-07-22
2
-6/+11
*
gh-106320: Move _PyNone_Type to the internal C API (#107030)
Victor Stinner
2023-07-22
3
-3/+5
*
gh-106320: Move private _PyHash API to the internal C API (#107026)
Victor Stinner
2023-07-22
8
-87/+94
*
gh-106320: Document private C API removal in What's New 3.13 (#107027)
Victor Stinner
2023-07-22
1
-0/+7
*
gh-69714: Make `calendar` module fully tested (#93655)
Bart Skowron
2023-07-22
4
-54/+204
*
gh-106320: Remove private _PyUnicode_AsString() alias (#107021)
Victor Stinner
2023-07-22
2
-5/+5
*
gh-106989: Remove tok report warnings (#106993)
Menelaos Kotoglou
2023-07-22
2
-6/+0
*
gh-105699: Add some stress tests for subinterpreter creation (#106966)
Eric Snow
2023-07-22
1
-0/+22
*
Reformat code block to make it easier to read (#106965)
Joe Kaufeld
2023-07-22
1
-5/+14
*
gh-106714: Fix test_capi to not write a coredump (#107007)
Victor Stinner
2023-07-22
2
-3/+12
*
gh-106969: Indicate no modules were added in 3.10 & 3.12 (#106988)
Sebastiaan Zeeff
2023-07-22
2
-2/+2
*
gh-104050: Argument Clinic: Annotate the BufferSeries class (#106935)
Erlend E. Aasland
2023-07-22
1
-5/+5
*
gh-106996: Amend the introduction to the turtle graphics documentation (#106997)
Daniele Procida
2023-07-22
1
-3/+21
*
gh-106978: Bump sphinx-lint to 0.6.8 (#106990)
Sven Arends
2023-07-22
1
-1/+1
*
gh-106368: Increase coverage for Argument Clinic output directive (#106979)
Erlend E. Aasland
2023-07-22
1
-0/+53
*
gh-106976:alphabetise bullets by module name task1 (#106982)
littlebutt's workshop
2023-07-22
1
-25/+28
*
gh-106973: Change non-integral to non-integer in "3.12 What's New" (#106984)
Sebastiaan Zeeff
2023-07-22
1
-1/+1
*
gh-101100: Docs: Check Sphinx warnings and fail if improved (#106460)
Hugo van Kemenade
2023-07-22
5
-116/+161
*
gh-106970: Fix Argument Clinic 'destination <name> clear' command (#106972)
Erlend E. Aasland
2023-07-22
4
-8/+77
*
gh-96663: Add a better error message for __dict__-less classes setattr (#103232)
James Hilton-Balfe
2023-07-22
4
-5/+32
*
gh-106004: Add PyDict_GetItemRef() function (#106005)
Victor Stinner
2023-07-21
10
-18/+308
*
gh-105699: Fix a Crasher Related to a Deprecated Global Variable (gh-106923)
Eric Snow
2023-07-21
2
-4/+11
*
gh-105699: Fix an Interned Strings Crasher (gh-106930)
Eric Snow
2023-07-21
2
-1/+15
*
gh-106847: Add -X warn_default_encoding in sys.flags Doc (#106854)
qqwqqw689
2023-07-21
1
-21/+25
*
gh-106909: Use role :const: for referencing module constants (GH-106910)
Serhiy Storchaka
2023-07-21
64
-238/+238
*
gh-106892: Use roles :data: and :const: for referencing module variables (GH-...
Serhiy Storchaka
2023-07-21
40
-111/+111
*
gh-47146: Fix reference counting in _testcapi.structmember initializer (GH-10...
Serhiy Storchaka
2023-07-21
1
-1/+1
*
gh-106919: Use role :c:macro: for referencing the C "constants" (GH-106920)
Serhiy Storchaka
2023-07-21
47
-294/+312
*
Docs: Argument Clinic: Add Background and Tutorial top-level sections (#106904)
Erlend E. Aasland
2023-07-21
1
-9/+27
*
gh-106368: Increase Argument Clinic test coverage for IndentStack (#106933)
Erlend E. Aasland
2023-07-21
1
-0/+19
*
gh-106916: Add missing error check _PyCompile_CleanDoc (#106921)
Kirill Podoprigora
2023-07-21
1
-0/+6
*
gh-106669: Revert "gh-102988: Detect email address parsing errors ... (#10512...
Gregory P. Smith
2023-07-21
5
-171/+30
*
gh-104050: Argument Clinic: Annotate the IndentStack class (#106934)
Erlend E. Aasland
2023-07-20
1
-5/+5
*
gh-105540: Show source files relative to root (#106927)
Guido van Rossum
2023-07-20
1
-4/+10
*
Fix typo in tkinter docs (#106936)
Makonede
2023-07-20
1
-1/+1
*
gh-104050: Argument Clinic: Increase CConverter typing coverage (#106932)
Erlend E. Aasland
2023-07-20
1
-13/+16
*
gh-104050: Argument Clinic: Annotate CLanguage.render_option_group_parsing() ...
Erlend E. Aasland
2023-07-20
1
-14/+20
*
GH-106701: Move _PyUopExecute to Python/executor.c (GH-106924)
Brandt Bucher
2023-07-20
13
-247/+276
*
gh-105481: do not auto-generate pycore_intrinsics.h (#106913)
Irit Katriel
2023-07-20
11
-91/+174
*
GH-104584: Miscellaneous fixes for -Xuops (GH-106908)
Brandt Bucher
2023-07-20
10
-18/+67
*
Fix typo in 3.11.4 changelog: urllib.request.Requst -> Request (#106830)
Zach Brantmeier
2023-07-20
1
-1/+1
*
gh-106078: Prepare to isolate decimal module (#106880)
Charlie Zhao
2023-07-20
2
-23/+55
*
gh-102799: use sys.exception() instead of sys.exc_info() in contextlib (#103311)
Irit Katriel
2023-07-20
3
-24/+34
*
gh-106751: Optimize _PolllikeSelector for many iteration case (gh-106884)
Pieter Eendebak
2023-07-20
2
-17/+10
*
gh-106882: Note that `asyncio.Server` is only publicly exposed on 3.11+ (#106...
Jack Nelson
2023-07-19
1
-0/+3
*
GH-100502: Add `pathlib.PurePath.pathmod` attribute (GH-106533)
Barney Gale
2023-07-19
4
-58/+68
*
Export _PyEval_SetProfile() as a function, not data (#106887)
Victor Stinner
2023-07-19
1
-1/+1
*
gh-104090: Fix unittest collectedDurations resources leak (#106795)
Yonatan Bitton
2023-07-19
2
-1/+3
*
gh-106751: Optimize SelectSelector.select() for many iteration case (gh-106879)
Dong-hee Na
2023-07-19
2
-10/+10
[next]