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-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
*
gh-89653: PEP 670: Convert tuple macros to functions (#91786)
Victor Stinner
2022-04-21
2
-11/+29
*
gh-91782: Define static_assert() macro on FreeBSD (#91787)
Victor Stinner
2022-04-21
1
-0/+9
*
gh-89653: PEP 670: Convert PyWeakref_GET_OBJECT() to function (#91785)
Victor Stinner
2022-04-21
1
-10/+16
*
gh-91636: Don't clear required fields of function objects (GH-91651)
Dennis Sweeney
2022-04-21
3
-3/+79
*
bpo-42066: CookieJar cookies should not be sorted (GH-22745)
Iman Kermani
2022-04-21
3
-12/+9
*
gh-90623: signal.raise_signal() calls PyErr_CheckSignals() (#91756)
Victor Stinner
2022-04-21
3
-1/+19
*
Revert "gh-85567: Register a cleanup function to close files for FileType obj...
Victor Stinner
2022-04-21
3
-11/+3
*
gh-89653: PEP 670: Convert unicodeobject.h macros to functions (#91705)
Victor Stinner
2022-04-21
1
-41/+61
*
Minor improvements to grammar and markup. (GH-91762)
Raymond Hettinger
2022-04-20
1
-12/+12
*
Fix typo in GH Issue template (GH-91759)
Mariatta Wijaya
2022-04-20
1
-2/+2
*
gh-91731: Replace Py_BUILD_ASSERT() with static_assert() (#91730)
Victor Stinner
2022-04-20
10
-38/+68
*
bpo-23747: Enhance platform doc, document default behavior (GH-31462)
slateny
2022-04-20
1
-6/+8
*
Cast to (destructor) to fix compiler warnings (GH-91711)
Dennis Sweeney
2022-04-20
2
-12/+12
*
build(deps): bump actions/upload-artifact from 2.3.1 to 3 (#32227)
dependabot[bot]
2022-04-20
1
-1/+1
*
build(deps): bump actions/cache from 2.1.7 to 3.0.1 (#32228)
dependabot[bot]
2022-04-20
1
-3/+3
*
gh-91632: Fix generic_alias_iterator to be finalized at exit. (GH-91727)
Dong-hee Na
2022-04-20
3
-2/+7
*
gh-89770: [PEP-678] add exception notes to tutorial (GH-30441)
Irit Katriel
2022-04-20
2
-0/+72
*
gh-91731: Build Python with -std=c11 (#91733)
Victor Stinner
2022-04-20
3
-2/+4
*
gh-91734: Fix ossaudio support on Solaris (GH-91735)
Jakub Kulík
2022-04-20
2
-0/+5
*
bpo-30718: Add information about text buffering (GH-32351)
slateny
2022-04-20
1
-1/+5
*
Clean-up the argparse docs quick links table (GH-91726)
Raymond Hettinger
2022-04-20
1
-55/+33
*
gh-91020: Add `PyBytes_Type.tp_alloc` for subclass (GH-91686)
Inada Naoki
2022-04-20
2
-1/+22
[next]