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-91719: Add pycore_opcode.h internal header file (#91906)
Victor Stinner
2022-04-25
11
-605/+661
*
gh-64783: Fix signal.NSIG value on FreeBSD (#91929)
Victor Stinner
2022-04-25
11
-51/+81
*
gh-89653: PEP 670: Functions don't cast pointers (#91697)
Victor Stinner
2022-04-25
3
-56/+119
*
gh-91880: add try/except around `signal.signal` (#91881)
David Hewitt
2022-04-25
2
-1/+26
*
gh-91904: Fix setting envvar PYTHONREGRTEST_UNICODE_GUARD (GH-91905)
Serhiy Storchaka
2022-04-25
3
-5/+8
*
gh-90633: Improve error and docs for typing.assert_never (#91720)
Jelle Zijlstra
2022-04-25
4
-2/+37
*
gh-84461: Include _emscripten_info in pythoninfo output (GH-91907)
Christian Heimes
2022-04-25
1
-0/+1
*
gh-91888: add a `:gh:` role to the documentation (#91889)
Ezio Melotti
2022-04-25
3
-1/+26
*
Rewrite audio.py to jive with image.py (#91886)
Barry Warsaw
2022-04-24
6
-64/+78
*
gh-91821: Make decimal test succeed consistently (#91825)
Jelle Zijlstra
2022-04-24
2
-0/+2
*
gh-91491: What's New in 3.11 section for typing PEPs (#91721)
Jelle Zijlstra
2022-04-24
1
-2/+133
*
Simplify testing the warning filename (GH-91868)
Serhiy Storchaka
2022-04-24
8
-43/+43
*
gh-91230: Concise catch_warnings with simplefilter (#91435)
Zac Hatfield-Dodds
2022-04-24
5
-2/+49
*
gh-91217: deprecate spwd (#91846)
Brett Cannon
2022-04-23
4
-1/+13
*
RE: Pre-split the list of opcode names (GH-91859)
Serhiy Storchaka
2022-04-23
1
-70/+71
*
gh-84461: Add --enable-wasm-pthreads and more file systems (GH-91820)
Christian Heimes
2022-04-23
5
-63/+161
*
gh-91308: Simplify parsing inline flag "x" (verbose) (GH-91855)
Serhiy Storchaka
2022-04-23
1
-16/+4
*
RE: Add more tests for inline flag "x" and re.VERBOSE (GH-91854)
Serhiy Storchaka
2022-04-23
1
-5/+27
*
gh-84461: Add sys._emscripten_info, improve docs and build (gh-91781)
Christian Heimes
2022-04-23
8
-123/+263
*
gh-88116: Enhance the inspect frame APIs to use the extended position informa...
Pablo Galindo Salgado
2022-04-23
5
-38/+193
*
gh-85864: Mark positional-only args in io docs (#91683)
slateny
2022-04-23
1
-10/+10
*
gh-91547: Remove "Undocumented modules" page (#91682)
Shantanu
2022-04-22
3
-27/+1
*
gh-91217: deprecate-sndhdr (#91806)
Brett Cannon
2022-04-22
6
-16/+49
*
bpo-46720: Add support for path-like objects to multiprocessing.set_executabl...
Géry Ogam
2022-04-22
5
-8/+34
*
gh-91575: Add a script for generating data for case-insensitive matching in r...
Serhiy Storchaka
2022-04-22
5
-57/+212
*
gh-91700: Validate the group number in conditional expression in RE (GH-91702)
Serhiy Storchaka
2022-04-22
3
-0/+16
*
gh-90568: Fix exception type for \N with a named sequence in RE (GH-91665)
Serhiy Storchaka
2022-04-22
3
-2/+9
*
gh-89279: In ceval.c, redefine some macros for speed (#32387)
Guido van Rossum
2022-04-22
2
-13/+61
*
gh-91764: Mark version typing.Unpack and LiteralString were added in (#91817)
Dominic Davis-Foster
2022-04-22
1
-0/+4
*
gh-89653: PEP 670: Amend docs (GH-91813)
Erlend Egeberg Aasland
2022-04-22
4
-17/+18
*
gh-80527: Deprecate PEP 623 Unicode functions (#91801)
Victor Stinner
2022-04-22
2
-5/+14
*
Docs: Clarify availability of PyOS_CheckStack (GH-91816)
Petr Viktorin
2022-04-22
2
-3/+4
*
gh-91291: Accept attributes as keyword arguments in decimal.localcontext (#32...
Sam Ezeh
2022-04-22
6
-62/+161
*
bpo-43224: Implement pickling of TypeVarTuples (#32119)
Matthew Rahtz
2022-04-22
2
-7/+74
*
gh-91217: deprecate-pipes (GH-91779)
Brett Cannon
2022-04-22
4
-1/+8
*
gh-69093: Add indexing and slicing support to sqlite3.Blob (#91599)
Erlend Egeberg Aasland
2022-04-22
5
-16/+349
*
gh-91156: Use `locale.getencoding()` instead of getpreferredencoding (GH-91732)
Inada Naoki
2022-04-22
14
-44/+29
*
gh-89653: Add assertions to unicodeobject.h functions (#91800)
Victor Stinner
2022-04-21
1
-0/+7
*
gh-89653: PEP 670: Convert unicodeobject.h macros to functions (#91799)
Victor Stinner
2022-04-21
1
-18/+44
*
gh-89373: _Py_Dealloc() checks tp_dealloc exception (#32357)
Victor Stinner
2022-04-21
4
-3/+50
*
gh-79315: Add Include/cpython/pythread.h header (#91798)
Victor Stinner
2022-04-21
5
-44/+50
*
gh-79315: Add Include/cpython/modsupport.h header (#91797)
Victor Stinner
2022-04-21
5
-106/+118
*
gh-89653: PEP 670: Group deprecated API in unicodeobject.h (#91796)
Victor Stinner
2022-04-21
1
-56/+58
*
gh-91768: C API no longer use "const PyObject*" type (#91769)
Victor Stinner
2022-04-21
5
-26/+32
*
gh-89653: PEP 670: Convert unicodeobject.h macros to functions (#91773)
Victor Stinner
2022-04-21
1
-57/+74
*
GH-91719: Make MSVC generate somewhat faster switch code (#91718)
Guido van Rossum
2022-04-21
4
-3/+90
*
GH-88116: Document that PyCodeNew is dangerous, and make PyCode_NewEmpty less...
Mark Shannon
2022-04-21
4
-7/+39
*
GH-88756: Update docs for PEP 523 eval function type. (GH-91788)
Mark Shannon
2022-04-21
2
-1/+8
*
bpo-47169: Export PyOS_CheckStack on Windows (GH-32414)
Petr Viktorin
2022-04-21
3
-0/+3
*
GH-88116: Use a compact format to represent end line and column offsets. (GH-...
Mark Shannon
2022-04-21
20
-533/+853
[next]