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
*
closes bpo-43278: remove unnecessary leading '\n' from COMPILER when build wi...
Joseph Shen
2021-02-26
2
-2/+3
*
bpo-43144: Mark unicodedata's test_normalization as requiring network (GH-24650)
Ammar Askar
2021-02-26
1
-0/+1
*
bpo-43316: gzip: Fix sys.exit() usage. (GH-24652)
Inada Naoki
2021-02-26
2
-2/+2
*
bpo-43314: Remove SQLITE_OPEN_URI ifdef (GH-24637)
Erlend Egeberg Aasland
2021-02-26
1
-11/+0
*
bpo-43290: Remove workaround from pysqlite_step() (GH-24638)
Erlend Egeberg Aasland
2021-02-25
1
-9/+3
*
bpo-43316: gzip: CLI uses non-zero return code on error. (GH-24647)
Ruben Vorderman
2021-02-25
3
-6/+8
*
Remove comment about a private email.headerregistry (GH-24233)
Florian Bruhin
2021-02-24
1
-4/+0
*
bpo-43293: Doc: move note about GIL to top of threading module (GH-24622)
Guanzhong Chen
2021-02-24
1
-13/+13
*
bpo-42151: don't set specified_attributes=1 in pure Python ElementTree (GH-22...
Felix C. Stegerman
2021-02-24
3
-2/+22
*
bpo-41841: Revise header (GH-24633)
Terry Jan Reedy
2021-02-24
1
-2/+3
*
bpo-43283: Add IDLE doc paragraph about print speed (GH-24615)
Terry Jan Reedy
2021-02-24
4
-1/+25
*
bpo-43146: fix None-handling in single-arg traceback.print_exception(None) (G...
Irit Katriel
2021-02-23
3
-1/+10
*
bpo-43146: fix regression in traceback.print_exception(None) (GH-24463)
Irit Katriel
2021-02-23
3
-1/+22
*
bpo-43239: Export PyCFunction_New with PyAPI_FUNC (GH-24551)
Petr Viktorin
2021-02-23
2
-0/+8
*
bpo-36346: Document removal schedule of deprecate APIs (GH-20879)
Inada Naoki
2021-02-22
3
-8/+9
*
bpo-36346: Emit DeprecationWarning for PyArg_Parse() with 'u' or 'Z'. (GH-20927)
Inada Naoki
2021-02-22
4
-27/+69
*
bpo-23882: Doc: Clarify unittest discovery document (GH-21560)
Inada Naoki
2021-02-22
1
-6/+12
*
bpo-42808: Add PyType_Type.tp_vectorcall for type(obj) performance (GH-24058)
Dennis Sweeney
2021-02-22
2
-0/+20
*
bpo-43260: io: Prevent large data remains in textio buffer. (GH-24592)
Inada Naoki
2021-02-21
3
-3/+46
*
Fix failed merge of bpo-43288. (GH-24614)
Neil Schemenauer
2021-02-21
1
-2/+3
*
bpo-43288: Fix bug in test_importlib test. (GH-24612)
Neil Schemenauer
2021-02-21
2
-0/+6
*
bpo-42093: Cleanup _PyDict_GetItemHint() (GH-24582)
Victor Stinner
2021-02-21
2
-36/+20
*
bpo-43269: Remove redundant extern keywords (GH-24605)
Erlend Egeberg Aasland
2021-02-21
6
-6/+12
*
bpo-43283: Rearrange some IDLE doc paragraphs. (GH-24604)
Terry Jan Reedy
2021-02-21
2
-36/+37
*
bpo-27646: Say that 'yield from' expression can be any iterable (GH-24595)
Terry Jan Reedy
2021-02-21
2
-2/+4
*
bpo-43269: Clean up sqlite3 file scope (GH-24578)
Erlend Egeberg Aasland
2021-02-21
6
-19/+37
*
bpo-43277: Add PySet_CheckExact to the C-API (GH-24598)
Pablo Galindo
2021-02-20
6
-5/+20
*
bpo-42990: Functions inherit current builtins (GH-24564)
Victor Stinner
2021-02-20
7
-31/+74
*
Fix typo in launcher.c (GH-24497)
Ikko Ashimine
2021-02-20
1
-2/+2
*
Fix typo in dis module doc (GH-24509)
Irit Katriel
2021-02-20
1
-1/+1
*
bpo-43042: Augment tutorial sentence (GH-24514)
Terry Jan Reedy
2021-02-20
1
-1/+2
*
bpo-42825: Enable /OPT:REF (GH-24098)
Austin Lamb
2021-02-19
1
-0/+1
*
closes bpo-43266: Improve array formatting. (GH-24573)
Erlend Egeberg Aasland
2021-02-19
1
-4/+4
*
bpo-35134: Move non-limited C API files to Include/cpython/ (GH-24561)
Nicholas Sim
2021-02-19
14
-34/+42
*
bpo-43268: local_clear() uses _PyInterpreterState_GET() (GH-24583)
Victor Stinner
2021-02-19
1
-15/+14
*
bpo-43268: Pass interp rather than tstate to internal functions (GH-24580)
Victor Stinner
2021-02-19
29
-245/+240
*
bpo-43270: Remove private _PyErr_OCCURRED() macro (GH-24579)
Victor Stinner
2021-02-19
3
-7/+3
*
bpo-43268: Remove abusive usage of tstate in sysmodule.c (#24581)
Victor Stinner
2021-02-19
1
-18/+12
*
bpo-43268: _Py_IsMainInterpreter() now expects interp (GH-24577)
Victor Stinner
2021-02-19
9
-15/+15
*
bpo-40522: Replace PyThreadState_GET() with PyThreadState_Get() (GH-24575)
Victor Stinner
2021-02-19
2
-5/+5
*
bpo-43268: Replace _PyThreadState_GET() with _PyInterpreterState_GET() (GH-24...
Victor Stinner
2021-02-19
3
-11/+9
*
bpo-43258: Make sqlite3 callback functions static (GH-24574)
Erlend Egeberg Aasland
2021-02-19
1
-2/+4
*
bpo-43258: Don't allocate sqlite3 aggregate context for empty queries (GH-24569)
Erlend Egeberg Aasland
2021-02-19
3
-2/+13
*
closes bpo-43254: Fix *snprintf() man page refs. (GH-24563)
Erlend Egeberg Aasland
2021-02-19
1
-2/+2
*
bpo-39448: Add regen-frozen makefile target. (GH-18174)
Neil Schemenauer
2021-02-19
6
-21/+82
*
Remove all links to mingw.org (GH-24552)
Jeremy Paige
2021-02-18
2
-4/+1
*
bpo-42990: Refactor _PyFrame_New_NoTrack() (GH-24566)
Victor Stinner
2021-02-18
6
-112/+114
*
bpo-43249: Improve scoping in _pysqlite_fetch_one_row() (GH-24565)
Erlend Egeberg Aasland
2021-02-18
1
-10/+9
*
bpo-43249: sqlite3_column_bytes() must follow sqlite_column_blob() (GH-24562)
Erlend Egeberg Aasland
2021-02-18
1
-4/+14
*
bpo-42960: Add resource.RLIMIT_KQUEUES constant from FreeBSD (GH-24251)
David CARLIER
2021-02-18
3
-0/+13
[next]