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-87729: add LOAD_SUPER_ATTR instruction for faster super() (#103497)
Carl Meyer
2023-04-24
18
-408/+783
*
gh-103791: Make contextlib.suppress also act on exceptions within an Exceptio...
Łukasz Langa
2023-04-24
6
-22/+73
*
gh-100227: Only Use deepfreeze for the Main Interpreter (gh-103794)
Eric Snow
2023-04-24
3
-34/+58
*
gh-103492: Clarify SyntaxWarning with literal comparison (#103493)
Shantanu
2023-04-24
4
-16/+34
*
gh-101100: Fix Sphinx warnings in `argparse` module (#103289)
Hugo van Kemenade
2023-04-24
5
-16/+78
*
gh-101517: fix line number propagation in code generated for except* (#103550)
Irit Katriel
2023-04-24
5
-15/+27
*
gh-103780: Use patch instead of mock in asyncio unix events test (#103782)
Itamar Ostricher
2023-04-24
1
-5/+4
*
gh-102498 Clean up unused variables and imports in the email module (#102482)
JosephSBoyle
2023-04-24
5
-10/+6
*
gh-99184: Bypass instance attribute access in `repr` of `weakref.ref` (#99244)
Nikita Sobolev
2023-04-24
3
-4/+14
*
gh-99032: datetime docs: Encoding is no longer relevant (#93365)
William Andrea
2023-04-24
1
-4/+1
*
gh-94300: Update datetime.strptime documentation (#95318)
Howie Zhao
2023-04-24
1
-1/+1
*
gh-103776: Remove explicit uses of $(SHELL) from Makefile (GH-103778)
Zachary Ware
2023-04-24
1
-5/+5
*
gh-87092: fix a few cases of incorrect error handling in compiler (#103456)
Irit Katriel
2023-04-24
1
-9/+23
*
GH-103727: Avoid advancing tokenizer too far in f-string mode (GH-103775)
Lysandros Nikolaou
2023-04-24
2
-14/+14
*
Revert "Add tests for empty range equality (#103751)" (#103770)
Terry Jan Reedy
2023-04-24
1
-5/+0
*
gh-94518: Port 23-argument `_posixsubprocess.fork_exec` to Argument Clinic (#...
Oleg Iarygin
2023-04-24
3
-66/+256
*
GH-65022: Fix description of copyreg.pickle function (#102656)
Furkan Onder
2023-04-24
1
-2/+2
*
gh-103323: Get the "Current" Thread State from a Thread-Local Variable (gh-10...
Eric Snow
2023-04-24
5
-18/+73
*
gh-91687: modernize dataclass example typing (#103773)
Allan Lago
2023-04-24
1
-1/+1
*
gh-103746: Test `types.UnionType` and `Literal` types together (#103747)
Nikita Sobolev
2023-04-24
2
-0/+34
*
gh-103765: Fix 'Warning: py:class reference target not found: ModuleSpec' (GH...
Jaime Alonso Lorenzo
2023-04-24
1
-1/+1
*
gh-87452: Improve the Popen.returncode docs
Joshua Herman
2023-04-24
1
-3/+6
*
Removed unnecessary escaping of asterisks (#103714)
Richard Hajek
2023-04-24
1
-1/+1
*
GH-102973: Slim down Fedora packages in the dev container (#103283)
Miro Hrončok
2023-04-24
1
-2/+2
*
gh-103091: Add PyUnstable_Type_AssignVersionTag (#103095)
Brett Simmers
2023-04-24
6
-0/+49
*
Add tests for empty range equality (#103751)
Kirill
2023-04-24
1
-0/+5
*
gh-103712: Increase the length of the type name in AttributeError messages (#...
Alex Gaynor
2023-04-24
4
-7/+7
*
gh-44123: Add note on relative path for os.exec* (GH-93826)
Stanley
2023-04-24
1
-1/+2
*
Change 'dependant' to 'dependent' (#103745)
Christopher Chavez
2023-04-24
2
-3/+3
*
gh-102950: Implement PEP 706 – Filter for tarfile.extractall (#102953)
Petr Viktorin
2023-04-24
8
-99/+1786
*
gh-103285: Rewrite _splitlines_no_ff to improve performance (#103307)
Tian Gao
2023-04-24
3
-18/+20
*
gh-103685: Fix tkinter.Menu.index() for Tk 8.7 (#103686)
Christopher Chavez
2023-04-24
3
-2/+7
*
gh-103668: Run pyugrade on idlelib (#103671)
Nikita Sobolev
2023-04-23
17
-50/+50
*
gh-103724: Add test case if no arg as provided in os.register_at_fork (gh-103...
Ankit Kumar Pandey
2023-04-23
1
-0/+3
*
gh-81403: Add NEWS entry for PR #13951 (#103729)
Senthil Kumaran
2023-04-23
1
-0/+3
*
gh-101688: Implement types.get_original_bases (#101827)
James Hilton-Balfe
2023-04-23
6
-0/+146
*
GH-103718: Correctly cache and restore f-string buffers when needed (GH-103719)
Lysandros Nikolaou
2023-04-23
3
-11/+35
*
gh-103592: Add tests of `Literal` with `Enum` and `Union` of `Literal`s (#103...
Nikita Sobolev
2023-04-23
1
-0/+45
*
gh-103716: Add test support requires fork in simple_subprocess (gh-103717)
Ankit Kumar Pandey
2023-04-23
1
-1/+1
*
gh-101408: PyObject_GC_Resize should calculate preheader size. (gh-101741)
Dong-hee Na
2023-04-23
2
-6/+9
*
GH-103699: Add `__orig_bases__` to various typing classes (#103698)
Adrian Garcia Badaracco
2023-04-23
3
-2/+70
*
gh-81403: Fix for CacheFTPHandler in urllib (#13951)
Dan Hemberger
2023-04-23
2
-0/+8
*
gh-102310: Change error range for invalid bytes literals (#103663)
Nikita Sobolev
2023-04-23
3
-1/+27
*
gh-68654: Clarify subdirectories used by pkgutil.extend_path (#103701)
Randy
2023-04-22
2
-7/+7
*
Revert "Avoid error lexing multiprocessing docs code block on Pygments 2.15.0...
Hugo van Kemenade
2023-04-22
1
-3/+1
*
gh-84436: Implement Immortal Objects (gh-19474)
Eddie Elizondo
2023-04-22
35
-171/+483
*
gh-103661: Apply bugfix from importlib_metadata 6.5.1 and restore test. (#103...
Jason R. Coombs
2023-04-22
2
-24/+15
*
gh-83791: Raise TypeError for len(memoryview_0d) (#18463)
Eric Wieser
2023-04-22
5
-22/+31
*
GH-103484: Fix broken links reported by linkcheck (#103608)
Rafael Fontenelle
2023-04-22
15
-30/+45
*
GH-103475: cache() and lru_cache() do not have a "call once" guarantee (GH-10...
Raymond Hettinger
2023-04-22
1
-4/+14
[next]