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-76785: Rename _xxsubinterpreters to _interpreters (gh-117791)
Eric Snow
2024-04-24
34
-543/+550
*
gh-117953: Cleanups For fix_up_extension() in import.c (gh-118192)
Eric Snow
2024-04-24
5
-97/+163
*
gh-118013: Use weakrefs for the cache key in `inspect._shadowed_dict` (#118202)
Alex Waygood
2024-04-24
5
-8/+59
*
GH-115419: Move setting the instruction pointer to error exit stubs (GH-118088)
Mark Shannon
2024-04-24
5
-5/+6
*
GH-118095: Convert DEOPT_IFs on likely side exits to EXIT_IFs (GH-118106)
Mark Shannon
2024-04-24
4
-24/+24
*
GH-117536: GH-117894: fix athrow().throw(...) unawaited warning (GH-117851)
Thomas Grainger
2024-04-24
4
-13/+81
*
gh-117225: Add color to doctest output (#117583)
Hugo van Kemenade
2024-04-24
5
-15/+92
*
no-issue: devcontainer: update to Fedora 40 (gh-118161)
rindeal
2024-04-24
1
-1/+1
*
gh-117901: Add option for compiler's codegen to save nested instruction seque...
Irit Katriel
2024-04-24
4
-1/+115
*
gh-116023: Add `show_empty=False` to `ast.dump` (#116037)
Nikita Sobolev
2024-04-24
4
-167/+249
*
gh-118074: Immortal executors are not GC-able (#118182)
Guido van Rossum
2024-04-23
1
-4/+1
*
gh-118189: Revert accidentally added incl.tar (#118190)
Oleg Iarygin
2024-04-23
1
-0/+0
*
gh-117657: Quiet TSAN warnings about remaining non-atomic accesses of `tstate...
mpage
2024-04-23
2
-2/+3
*
Fix typo in py_compile.rst (GH-118102)
Animesh Kumar
2024-04-23
1
-1/+1
*
gh-117151: optimize BufferedWriter(), do not buffer writes that are the buffe...
morotti
2024-04-23
1
-2/+2
*
gh-117953: Small Cleanup of Extensions-Related Machinery Code (gh-118167)
Eric Snow
2024-04-23
3
-75/+105
*
gh-118168: Fix Unpack interaction with builtin aliases (#118169)
Jelle Zijlstra
2024-04-23
3
-2/+39
*
gh-118140: Make the``test_concurrent_futures.test_init`` quiet. (GH-118141)
Kirill Podoprigora
2024-04-23
1
-1/+2
*
gh-118082: Improve `import` without names syntax error message (#118083)
Nikita Sobolev
2024-04-23
4
-149/+219
*
gh-68114: Fix handling for removed PyArg_ParseTuple 'w' formatters (GH-8204)
Joe Jevnik
2024-04-23
4
-17/+146
*
gh-116984: Install mimalloc headers (#116985)
Yichen Yan
2024-04-23
3
-2/+22
*
gh-118039: Fix config.cache key on WASI (#118137)
Nice Zombies
2024-04-23
2
-2/+5
*
gh-95754: Better error when script shadows a standard library or third party ...
Shantanu
2024-04-23
8
-53/+456
*
gh-116741: Upgrade libexpat to 2.6.2 (#117296)
Seth Michael Larson
2024-04-23
5
-26/+47
*
GH-118074: Executors in the COLD_EXITS array are not GC'able (#118117)
Guido van Rossum
2024-04-22
2
-0/+12
*
Set proper permissions for `jit.yml` workflow (#118084)
Nikita Sobolev
2024-04-22
1
-0/+3
*
gh-109118: Allow lambdas in annotation scopes in classes (#118019)
Jelle Zijlstra
2024-04-22
4
-13/+53
*
Remove more remnants of deepfreeze (#118159)
Guido van Rossum
2024-04-22
5
-29/+0
*
bpo-18108: Adding dir_fd and follow_symlinks keyword args to shutil.chown (GH...
tahia
2024-04-22
5
-4/+53
*
gh-118030: Group definitions for `ParamSpecArgs` and `ParamSpecKwargs` in `ty...
Nice Zombies
2024-04-22
1
-1/+1
*
gh-118148: Improve tests for shutil.make_archive() (GH-118149)
Serhiy Storchaka
2024-04-22
1
-71/+176
*
GH-115480: Reduce guard strength for binary ops when type of one operand is k...
Mark Shannon
2024-04-22
10
-103/+316
*
gh-115986 Improve pprint documentation accuracy (#117403)
Kerim Kabirov
2024-04-22
1
-3/+2
*
gh-117995: Don't raise DeprecationWarnings for indexed nameless params (#118001)
Erlend E. Aasland
2024-04-22
3
-1/+17
*
gh-112075: Make instance attributes stored in inline "dict" thread safe (#114...
Dino Viehland
2024-04-22
13
-142/+419
*
Docs: replace Harry Potter reference with Monty Python (#118130)
Clément Robert
2024-04-21
1
-3/+3
*
gh-115961: Add name and mode attributes for compressed file-like objects (GH-...
Serhiy Storchaka
2024-04-21
17
-37/+246
*
gh-118121: Fix `test_doctest.test_look_in_unwrapped` (#118122)
Nikita Sobolev
2024-04-21
1
-1/+16
*
gh-91629 Use conf.d configs and fish_add_path to set the PATH when installing...
Andrew Cassidy
2024-04-21
2
-6/+8
*
gh-114099: Formalize Tier 3 status of iOS (GH-118020)
Russell Keith-Magee
2024-04-21
2
-0/+17
*
``Objects/typeobject.c``: Fix typo (#118126)
Kirill Podoprigora
2024-04-21
1
-1/+1
*
Clarifying nonlocal doc: SyntaxError is raised if nearest enclosing scope is ...
Quazi Irfan
2024-04-21
1
-2/+3
*
GH-112855: Speed up `pathlib.PurePath` pickling (#112856)
Barney Gale
2024-04-20
2
-3/+3
*
GH-115874: Fix segfault in FutureIter_dealloc (GH-117741)
Savannah Ostrowski
2024-04-19
2
-2/+17
*
gh-116818: Make `sys.settrace`, `sys.setprofile`, and monitoring thread-safe ...
Dino Viehland
2024-04-19
18
-61/+528
*
[gh-117657] _Py_MergeZeroLocalRefcount isn't loading ob_ref_shared with stron...
Dino Viehland
2024-04-19
1
-1/+1
*
Fix a typo in dictobject.c documentation (#117515)
Noah Kim
2024-04-19
1
-1/+1
*
gh-114099: Modify preprocessor symbol usage to support older macOS SDKs (GH-1...
Russell Keith-Magee
2024-04-19
4
-4/+12
*
gh-118100: Improve links in `ast.rst` (#118101)
Nikita Sobolev
2024-04-19
1
-2/+3
*
gh-117657: use relaxed loads for checking dict keys immortality (#118067)
Dino Viehland
2024-04-19
2
-4/+2
[next]