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
*
Fix typo in Mac/README.rst (#24682)
Ikko Ashimine
2021-03-01
1
-1/+1
*
closes bpo-43349: Fix tuning(7) manpage hyperlink. (GH-24680)
Erlend Egeberg Aasland
2021-03-01
1
-1/+3
*
bpo-11717: fix ssize_t redefinition error when targeting 32bit Windows app (G...
Jozef Grajciar
2021-03-01
5
-179/+181
*
bpo-41837: Update macOS installer build to use OpenSSL 1.1.1j. (GH-24677)
Ned Deily
2021-03-01
2
-3/+4
*
bpo-43103: Fix build failure with macOS framework builds. (GH-24676)
Ned Deily
2021-03-01
2
-2/+2
*
bpo-42603: Add whatsnew and ACKS entries. (GH-24675)
Ned Deily
2021-03-01
2
-0/+7
*
bpo-42128: Add documentation for pattern matching (PEP 634) (#24664)
Daniel F Moisset
2021-03-01
5
-3/+821
*
bpo-42603: Use pkg-config to get TCL/TK paths for tkinter. (GH-23721)
Manolis Stamatogiannakis
2021-03-01
4
-18/+61
*
bpo-42128: Add documentation for the new match-based AST nodes (GH-24673)
Pablo Galindo
2021-03-01
1
-0/+122
*
GH-42128: Add Pattern Matching to What's New (#24667)
Carol Willing
2021-02-28
1
-0/+275
*
bpo-29753: fix merging packed bitfields in ctypes struct/union (GH-19850)
Filipe LaĆns
2021-02-28
3
-8/+91
*
bpo-37146: Deactivate opcode cache only when using huntrleaks in the test sui...
Pablo Galindo
2021-02-28
5
-11/+49
*
Add whatsnew note for GH-22904 (#24672)
Dennis Sweeney
2021-02-28
1
-0/+5
*
bpo-41972: Use the two-way algorithm for string searching (GH-22904)
Dennis Sweeney
2021-02-28
4
-20/+941
*
bpo-43251: sqlite3_column_name() failures now raise MemoryError (GH-24609)
Erlend Egeberg Aasland
2021-02-28
2
-24/+31
*
bpo-43345: Enhance TypedDict documentation. (#24668)
Paul Bryan
2021-02-28
1
-12/+13
*
bpo-43335: Update macro to check gcc version (GH-24662)
Dong-hee Na
2021-02-28
1
-2/+2
*
bpo-43321: Fix SystemError in getargs.c (GH-24656)
Inada Naoki
2021-02-27
2
-2/+4
*
bpo-42128: Structural Pattern Matching (PEP 634) (GH-22917)
Brandt Bucher
2021-02-26
43
-1444/+9704
*
bpo-38302: __pow__/__rpow__ now called when __ipow__ returns NotImplemented (...
Alex
2021-02-26
4
-21/+73
*
bpo-43294: Remove unused variables in pysqlite_connection_*() (GH-24658)
Erlend Egeberg Aasland
2021-02-26
1
-6/+4
*
bpo-43317: Use io.DEFAULT_BUFFER_SIZE instead of 1024 in gzip CLI (#24645)
Ruben Vorderman
2021-02-26
2
-1/+4
*
Update logging.config.rst (GH-24630)
takahashi
2021-02-26
1
-1/+1
*
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
[next]