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-113214: Fix SSLProto exception handling in SSL-over-SSL scenarios (#113334)
Martijn Pieters
2023-12-20
3
-8/+21
*
gh-113330: Fix mimalloc headers reference (#113331)
Sam Gross
2023-12-20
1
-1/+1
*
GH-111485: Fix DEFAULT_OUTPUT in opcode_metadata_generator.py (#113324)
Guido van Rossum
2023-12-20
1
-1/+1
*
gh-113257: Automatically generate pip SBOM metadata from wheel (#113295)
Seth Michael Larson
2023-12-20
2
-11/+107
*
gh-113255: Clarify docs for `typing.reveal_type` (#113286)
Kir
2023-12-20
2
-14/+13
*
GH-111485: Generate `TARGET` table for computed goto dispatch. (GH-113319)
Mark Shannon
2023-12-20
4
-3/+58
*
GH-111485: Generate instruction and uop metadata (GH-113287)
Mark Shannon
2023-12-20
27
-1271/+1740
*
gh-111178: Make slot functions in typeobject.c have compatible types (GH-112752)
Christopher Chavez
2023-12-20
3
-21/+36
*
gh-112205: Support docstring for `@getter` (#113160)
Donghee Na
2023-12-20
7
-61/+265
*
Fix typo in datamodel docs (#113314)
Rodrigo Girão Serrão
2023-12-20
1
-1/+1
*
Fix typo in collections.abc docs example (#113310)
David Greaves
2023-12-20
1
-1/+1
*
add Ujan to ACKS for work on enum docs (GH-113301)
Ethan Furman
2023-12-20
1
-0/+1
*
gh-111973: Update Windows installer to use SQLite 3.44.2 (#113281)
Erlend E. Aasland
2023-12-19
4
-3/+4
*
gh-87264: Convert tarinfo type to stat type (GH-113230)
Marat Idrisov
2023-12-19
3
-5/+23
*
gh-111973: Update macOS installer to use SQLite 3.44.2 (GH-113279)
Erlend E. Aasland
2023-12-19
2
-3/+4
*
gh-101100: Fix Sphinx warnings in `library/ast.rst` (#113289)
Hugo van Kemenade
2023-12-19
2
-17/+20
*
gh-112205: Require @getter and @setter to be methods (#113278)
Erlend E. Aasland
2023-12-19
2
-0/+15
*
gh-113054: Compiler no longer replaces a redundant jump with no line number b...
Irit Katriel
2023-12-19
3
-1/+22
*
gh-113234: tomllib docs: reorder conversion table & add remaining types (GH-1...
ryan-duve
2023-12-19
1
-1/+7
*
gh-113208: Mention namespace packages don't require __init__.py (#113209)
Unique-Usman
2023-12-19
1
-1/+2
*
gh-113257: Fix SBOM metadata for pip 23.3.2 (#113262)
Seth Michael Larson
2023-12-19
2
-5/+5
*
gh-113269: IDLE - Fix test_editor hang (macOS) (#113271)
Terry Jan Reedy
2023-12-19
3
-1/+4
*
gh-113119: Fix the macOS framework installer build (#113268)
Gregory P. Smith
2023-12-19
1
-1/+10
*
gh-102362: Fix macOS version number in result of sysconfig.get_platform() (GH...
Ronald Oussoren
2023-12-18
2
-0/+8
*
gh-108269: Add CFBundleAllowMixedLocalizations to Info.plist on macOS (GH-113...
Ronald Oussoren
2023-12-18
4
-0/+10
*
gh-113199: Make read1() and readline() of HTTPResponse close IO after reading...
Illia Volochii
2023-12-18
3
-2/+21
*
gh-113039: Avoid using leading dots in the include path for frozen getpath.py...
Itamar Oren
2023-12-18
2
-1/+2
*
gh-112535: Implement fallback implementation of _Py_ThreadId() (gh-113185)
Donghee Na
2023-12-18
2
-1/+19
*
gh-108113: [docs] mention PyCF_OPTIMIZED_AST in ast Compiler Flags (#113241)
dreamflow
2023-12-18
1
-0/+7
*
GH-111485: Break up instructions with unused cache entries into component mic...
Mark Shannon
2023-12-18
5
-8/+102
*
GH-111485: Test the new cases generator (GH-113252)
Mark Shannon
2023-12-18
8
-88/+116
*
gh-113246: Updated bundled pip to 23.3.2 (gh-113249)
Stéphane Bidoul
2023-12-18
5
-7/+8
*
gh-101100: Fix Sphinx warnings in library/tarfile.rst (#113237)
Hugo van Kemenade
2023-12-18
2
-12/+56
*
gh-113117: Support posix_spawn in subprocess.Popen with close_fds=True (#113118)
Jakub Kulík
2023-12-17
9
-5/+91
*
Docs: Add label to grammar spec for linking from PEPs (#113235)
Hugo van Kemenade
2023-12-17
1
-0/+2
*
gh-113149: Improve error message when JSON has trailing comma (GH-113227)
Carson Radtke
2023-12-17
4
-3/+28
*
gh-112890: `unittest` Test Discovery page updated "`unittest` dropped the nam...
Taylor Packard
2023-12-17
1
-2/+2
*
gh-113119 fix environment handling in subprocess.Popen when posix_spawn is us...
Jakub Kulík
2023-12-17
5
-10/+21
*
IDLE: Add util and stub example comments (#113222)
Terry Jan Reedy
2023-12-17
2
-3/+5
*
GH-110109: pathlib tests: store base directory as test class attribute (#113221)
Barney Gale
2023-12-17
2
-222/+210
*
GH-110109: Move tests for pathlib ABCs to new module. (#112904)
Barney Gale
2023-12-16
4
-1893/+1927
*
gh-113202: Add a strict option to itertools.batched() (gh-113203)
Raymond Hettinger
2023-12-16
5
-24/+60
*
gh-67790: Support basic formatting for Fraction (#111320)
Mark Dickinson
2023-12-16
5
-31/+155
*
gh-113046: Revise csv.reader doc (#113207)
Terry Jan Reedy
2023-12-16
1
-4/+7
*
gh-111964: Add _PyRWMutex a "readers-writer" lock (gh-112859)
Sam Gross
2023-12-16
3
-0/+244
*
Add reshape() recipe to demonstrate a use case for batched() and chained.from...
Raymond Hettinger
2023-12-16
1
-3/+24
*
gh-110746: Improve markup in ``tkinter.ttk.rst`` (#111236)
Akshat Khandelwal
2023-12-15
2
-15/+17
*
GH-112383: Fix test_loop_quicken when an executor is installed (GH-113153)
Brandt Bucher
2023-12-15
1
-2/+7
*
gh-101100: Fix various Sphinx warnings for dunder references in the `library/...
Alex Waygood
2023-12-15
8
-24/+34
*
gh-101100: Fix Sphinx nitpicks in `library/numbers.rst` (#113162)
Alex Waygood
2023-12-15
2
-10/+10
[next]