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-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
*
Add link to sys.path in os lib (#91679)
slateny
2022-04-20
1
-2/+2
*
build(deps): bump actions/checkout from 2 to 3 (#32226)
dependabot[bot]
2022-04-20
3
-12/+12
*
Fix awkward sentence in signal docs (#91508)
AJ Jordan
2022-04-20
1
-4/+5
*
bpo-46075: Store localhost cookies in CookieJar (#30108)
Nick
2022-04-19
3
-2/+46
*
build(deps): bump actions/setup-python from 2 to 3 (#31630)
dependabot[bot]
2022-04-19
1
-1/+1
*
gh-90667: Add specializations of Py_DECREF when types are known (GH-30872)
Dennis Sweeney
2022-04-19
13
-84/+146
*
bpo-46712: share more global strings in deepfreeze (gh-32152)
Kumar Aditya
2022-04-19
6
-15/+15
*
gh-74166: make all_errors keyword-only (GH-91704)
Irit Katriel
2022-04-19
2
-2/+2
*
bpo-40859: Update Windows build to use xz-5.2.5 (GH-20622)
Ma Lin
2022-04-19
5
-5/+6
*
gh-91616: re module, fix .fullmatch() mismatch when using Atomic Grouping or ...
Ma Lin
2022-04-19
4
-8/+37
*
gh-91231: Add shutdown_timeout to multiprocessing BaseManager (#32112)
Victor Stinner
2022-04-19
4
-20/+49
*
Add more tests for group names and refs in RE (GH-91695)
Serhiy Storchaka
2022-04-19
1
-15/+41
*
gh-90699: Use module state to access insert str object. (GH-91693)
Dong-hee Na
2022-04-19
1
-3/+49
*
Doc: Fix link formatting typo (GH-91659)
slateny
2022-04-19
1
-1/+1
*
gh-74166: break cycle by clearing the list instead of dropping its reference ...
Irit Katriel
2022-04-19
1
-1/+1
*
gh-90997: bpo-46841: Disassembly of quickened code (GH-32099)
penguin_wwy
2022-04-19
4
-39/+206
*
bpo-40421: Cleanup PyFrame C API (GH-32417)
Victor Stinner
2022-04-19
3
-18/+4
*
gh-91098: Use Argument Clinic for Object/classobject.c to fix docstrings (#31...
Oleg Iarygin
2022-04-19
4
-115/+173
*
bpo-46014: Add docs regarding `functools.singledispatch` changes in 3.11 (#32...
Yurii Karabas
2022-04-19
2
-0/+51
*
gh-91526: io: Remove device encoding support from TextIOWrapper (GH-91529)
Inada Naoki
2022-04-19
4
-70/+9
*
gh-74166: Add option to get all errors from socket.create_connection (GH-91586)
Irit Katriel
2022-04-18
5
-10/+48
*
gh-91670: Removes `SO` config variable in `sysconfig.py` (#91671)
Bryan Weber
2022-04-18
4
-42/+1
*
gh-91102: Use Argument Clinic for EncodingMap (#31725)
Oleg Iarygin
2022-04-18
3
-48/+43
*
Add some information about where pynche has moved to (#91650)
Barry Warsaw
2022-04-18
2
-1/+3
*
gh-91576: Speed up iteration of strings (#91574)
Kumar Aditya
2022-04-18
5
-6/+79
*
bpo-47256: Increasing the depth of backtracking in RE (GH-32411)
Ma Lin
2022-04-18
3
-44/+46
*
gh-91575: Update case-insensitive matching in re to the latest Unicode versio...
Serhiy Storchaka
2022-04-18
3
-9/+78
[prev]
[next]