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-106162: array: suppress warning in test_array (#106404)
Inada Naoki
2023-07-04
1
-0/+8
*
gh-106320: Remove _PyInterpreterState_HasFeature() (#106425)
Victor Stinner
2023-07-04
2
-32/+32
*
GH-106360: Support very basic superblock introspection (#106422)
Mark Shannon
2023-07-04
8
-14/+130
*
gh-106406: Fix _Py_IsInterpreterFinalizing() in _winapi.c (#106408)
Nikita Sobolev
2023-07-04
1
-0/+1
*
gh-106396: Special-case empty format spec to gen empty JoinedStr node (#106401)
Lysandros Nikolaou
2023-07-04
3
-0/+33
*
gh-106368: Add tests for permutation helpers in Argument Clinic (#106407)
Erlend E. Aasland
2023-07-04
2
-2/+108
*
GH-106008: Fix refleak when peepholing `None` comparisons (#106367)
Brandt Bucher
2023-07-04
2
-1/+3
*
gh-106320: Remove private pylifecycle.h functions (#106400)
Victor Stinner
2023-07-04
19
-76/+104
*
gh-106320: Remove _PyUnicode_TransformDecimalAndSpaceToASCII() (#106398)
Victor Stinner
2023-07-04
6
-50/+56
*
gh-106320: Remove _PyBytesWriter C API (#106399)
Victor Stinner
2023-07-04
5
-82/+86
*
gh-106320: Remove private _PyUnicode codecs C API functions (#106385)
Victor Stinner
2023-07-04
3
-106/+101
*
gh-106368: Increase Argument Clinic test coverage (#106389)
Erlend E. Aasland
2023-07-03
1
-0/+24
*
gh-106320: Fix _PyImport_GetModuleAttr() declaration (#106386)
Victor Stinner
2023-07-03
1
-2/+2
*
gh-106368: Harden Argument Clinic parser tests (#106384)
Erlend E. Aasland
2023-07-03
1
-42/+68
*
gh-106320: Remove private _PyImport C API functions (#106383)
Victor Stinner
2023-07-03
8
-22/+46
*
gh-86085: Remove _PyCodec_Forget() declaration (#106377)
Victor Stinner
2023-07-03
1
-2/+0
*
gh-106320: Remove more private _PyUnicode C API functions (#106382)
Victor Stinner
2023-07-03
3
-70/+70
*
gh-104050: Annotate more Argument Clinic DSLParser state methods (#106376)
Erlend E. Aasland
2023-07-03
1
-9/+19
*
gh-106368: Clean up Argument Clinic tests (#106373)
Erlend E. Aasland
2023-07-03
1
-356/+440
*
gh-104683: Modernise Argument Clinic parameter state machine (#106362)
Erlend E. Aasland
2023-07-03
1
-51/+78
*
Small speed-up for the convolve() recipe. (GH-106371)
Raymond Hettinger
2023-07-03
1
-2/+2
*
GH-106330: Fix matching of empty path in `pathlib.PurePath.match()` (GH-106331)
Barney Gale
2023-07-03
3
-2/+12
*
GH-104584: Fix ENTER_EXECUTOR (GH-106141)
Mark Shannon
2023-07-03
8
-269/+272
*
gh-106368: Increase Argument Clinic test coverage (#106369)
Erlend E. Aasland
2023-07-03
1
-0/+57
*
gh-106078: Move `context template` to decimal module global state (#106346)
Charlie Zhao
2023-07-03
2
-32/+30
*
gh-106290: Fix edge cases around uops (#106319)
Guido van Rossum
2023-07-03
7
-234/+274
*
gh-91053: make func watcher tests resilient to other func watchers (#106286)
Carl Meyer
2023-07-03
1
-12/+11
*
gh-104050: Add more type hints to Argument Clinic DSLParser() (#106354)
Erlend E. Aasland
2023-07-03
1
-8/+11
*
gh-106359: Fix corner case bugs in Argument Clinic converter parser (#106361)
Erlend E. Aasland
2023-07-03
3
-7/+27
*
gh-104146: Remove unused attr 'parameter_indent' from clinic.DLParser (#106358)
Erlend E. Aasland
2023-07-03
1
-1/+0
*
gh-106320: Remove private _PyErr C API functions (#106356)
Victor Stinner
2023-07-03
9
-46/+63
*
gh-104050: Annotate Argument Clinic DSLParser attributes (#106357)
Erlend E. Aasland
2023-07-03
1
-1/+14
*
gh-106320: Create pycore_modsupport.h header file (#106355)
Victor Stinner
2023-07-03
20
-18/+56
*
gh-106320: Move _PyUnicodeWriter to the internal C API (#106342)
Victor Stinner
2023-07-03
8
-144/+166
*
gh-61215: New mock to wait for multi-threaded events to happen (#16094)
Mario Corchero
2023-07-03
4
-0/+422
*
Document PYTHONSAFEPATH along side -P (#106122)
Jeremy Paige
2023-07-03
1
-2/+2
*
Replace the esoteric term 'datum' when describing dict comprehensions (#106119)
Ned Batchelder
2023-07-03
2
-12/+12
*
gh-104050: Add more type hints to Argument Clinic DSLParser() (#106343)
Erlend E. Aasland
2023-07-02
1
-11/+22
*
gh-106320: _testcapi avoids private _PyUnicode_EqualToASCIIString() (#106341)
Victor Stinner
2023-07-02
1
-1/+1
*
gh-106320: Add pycore_complexobject.h header file (#106339)
Victor Stinner
2023-07-02
8
-21/+41
*
gh-106078: Move DecimalException to _decimal state (#106301)
Charlie Zhao
2023-07-02
2
-9/+9
*
gh-106320: Use _PyInterpreterState_GET() (#106336)
Victor Stinner
2023-07-02
11
-35/+34
*
gh-106320: Remove private _PyInterpreterState functions (#106335)
Victor Stinner
2023-07-02
0
-0/+0
*
gh-104922: Doc: add note about PY_SSIZE_T_CLEAN (#106314)
Inada Naoki
2023-07-02
2
-2/+11
*
gh-106217: Truncate the issue body size of `new-bugs-announce-notifier` (#106...
Nikita Sobolev
2023-07-02
1
-1/+4
*
gh-104922: remove PY_SSIZE_T_CLEAN (#106315)
Inada Naoki
2023-07-02
64
-90/+0
*
gh-106320: Remove private _PyInterpreterState functions (#106325)
Victor Stinner
2023-07-02
9
-70/+86
*
gh-106320: Remove private _PyTraceMalloc C API functions (#106324)
Victor Stinner
2023-07-02
10
-98/+99
*
gh-106320: Remove _PyInterpreterState_Get() alias (#106321)
Victor Stinner
2023-07-01
11
-22/+29
*
gh-102541: Fix Helper.help("mod") for non-existent mod (#105934)
Kirill Podoprigora
2023-07-01
3
-1/+13
[next]