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: specialize LOAD_SUPER_ATTR_METHOD (#103809)
Carl Meyer
2023-04-25
14
-358/+540
*
gh-103721: Improve cross-references for generic-alias docs (#103838)
Alex Waygood
2023-04-25
1
-0/+7
*
gh-51574: Make tempfile.mkdtemp() always return absolute paths (#94612)
Samuel Sloniker
2023-04-25
5
-3/+19
*
gh-102950: Adjust tarfile filter tests for systems that don't set the sticky ...
Petr Viktorin
2023-04-25
1
-5/+25
*
gh-103726: Set up gcc-10 for ASAN (gh-103728)
Dong-hee Na
2023-04-25
1
-0/+4
*
DOC: remove reference to OpenSolaris (#102671)
partev
2023-04-25
1
-7/+0
*
gh-103826: fix unused variable warning introduced in gh-102343 (#103825)
sunmy2019
2023-04-25
1
-2/+2
*
gh-100227: Add a Granular Lock for _PyRuntime.imports.extensions.dict (gh-103...
Eric Snow
2023-04-25
3
-4/+16
*
gh-103636: add enums for days and months in calendar module (GH-103642)
Prince Roshan
2023-04-25
2
-21/+40
*
gh-103718: Correctly set f-string buffers in all cases (GH-103815)
Lysandros Nikolaou
2023-04-25
1
-8/+6
*
gh-82814: fix shutil access error on WSL (#103790)
Allan Lago
2023-04-25
2
-1/+4
*
Also fail DO-NOT-MERGE when "awaiting changes" or "awaiting change review" pr...
Łukasz Langa
2023-04-24
1
-2/+2
*
gh-103765: Remove pkgutil.rst from .nitignore (GH-103797)
Jaime Alonso Lorenzo
2023-04-24
1
-1/+0
*
gh-103810: Fix broken references in dataclasses (#103811)
Olga Matoula
2023-04-24
2
-73/+74
*
GH-103805: Lib test f541 linting issue fix (#103812)
Rodolfo M. Pereira
2023-04-24
14
-90/+90
*
gh-101659: Isolate "obmalloc" State to Each Interpreter (gh-101660)
Eric Snow
2023-04-24
20
-73/+322
*
gh-103801: Tools/wasm linting and formatting (#103796)
Daniel Versoza
2023-04-24
3
-3/+5
*
gh-103673: Add missing ForkingUnixStreamServer and ForkingUnixDatagramServer ...
jb2170
2023-04-24
5
-10/+19
*
gh-95795: Move types.next_version_tag to PyInterpreterState (gh-102343)
Eric Snow
2023-04-24
4
-43/+94
*
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
[prev]
[next]