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-102748: remove legacy support for generator based coroutines from `asyncio...
Kumar Aditya
2023-03-16
4
-2/+14
*
gh-102721: Improve coverage of `_collections_abc._CallableGenericAlias` (#102...
Nikita Sobolev
2023-03-16
2
-14/+32
*
GH-102653: Make recipe docstring show the correct distribution (#102742)
Raymond Hettinger
2023-03-16
1
-1/+2
*
Add comments to `{typing,_collections_abc}._type_repr` about each other (#102...
Nikita Sobolev
2023-03-16
2
-2/+4
*
gh-102594: PyErr_SetObject adds note to exception raised on normalization err...
Irit Katriel
2023-03-16
6
-5/+96
*
gh-94440: Fix issue of ProcessPoolExecutor shutdown hanging (#94468)
yonatanp
2023-03-16
4
-0/+36
*
GH-100112: avoid using iterable coroutines in asyncio internally (#100128)
Kumar Aditya
2023-03-16
3
-16/+22
*
gh-102690: Use Edge as fallback in webbrowser instead of IE (#102691)
Jamoo721
2023-03-16
2
-4/+9
*
gh-102660: Fix Refleaks in import.c (#102744)
Eric Snow
2023-03-16
3
-28/+28
*
gh-102738: remove from cases generator the code related to register instructi...
Irit Katriel
2023-03-15
2
-300/+234
*
Simplify and speed-up math.hypot() and math.dist() (GH-102734)
Raymond Hettinger
2023-03-15
1
-154/+139
*
Fix typo in code comment (#102726)
Martin Breuss
2023-03-15
1
-1/+1
*
Exclude `ceval.c` from the C-analyzer tool (#102735)
Alex Waygood
2023-03-15
1
-0/+5
*
gh-102654: Insert #line directives in generated_cases.c.h (#102669)
Guido van Rossum
2023-03-15
3
-16/+530
*
gh-101100: Documenting --prefix and --exec-prefix. (GH-102695)
Julien Palard
2023-03-15
5
-8/+24
*
gh-102281: Fix potential nullptr dereference + use of uninitialized memory (g...
Max Bachmann
2023-03-15
3
-2/+10
*
gh-102615: Use `list` instead of `tuple` in `repr` of paramspec (#102637)
Nikita Sobolev
2023-03-15
3
-3/+52
*
Remove misformatted exclamation marks in docs (#102694)
Tom Levy
2023-03-15
2
-3/+3
*
gh-101377: improving test_locale_calendar_formatweekday of calendar (#101378)
Andre Hora
2023-03-15
2
-2/+7
*
gh-102560 Add docstrings to asyncio.TaskGroup (#102565)
JosephSBoyle
2023-03-15
1
-0/+18
*
gh-102519: Avoid failing tests due to inaccessible volumes (GH-102706)
Steve Dower
2023-03-15
1
-6/+11
*
gh-102703: Fix typo in modules tutorial documentation (GH-102707)
Robert Prater (B. Eng)
2023-03-15
1
-1/+1
*
gh-101578: mention in what's new in 3.12 that exceptions are now normalized b...
Irit Katriel
2023-03-14
1
-0/+5
*
Rename redundant enum tests so that they run (#102535)
JosephSBoyle
2023-03-14
1
-3/+2
*
gh-102674: Remove _specialization_stats from Lib/opcode.py (#102685)
Dong-hee Na
2023-03-14
2
-10/+1
*
gh-102660: Handle m_copy Specially for the sys and builtins Modules (gh-102661)
Eric Snow
2023-03-14
5
-4/+44
*
gh-102354: change python3 to python in docs examples (#102696)
Paul Watson
2023-03-14
5
-6/+6
*
gh-81057: Add a CI Check for New Unsupported C Global Variables (gh-102506)
Eric Snow
2023-03-14
8
-54/+90
*
GH-94851: check unicode consistency of static strings in debug mode (#102684)
Kumar Aditya
2023-03-14
2
-0/+665
*
gh-100315: clarification to `__slots__` docs. (#102621)
T
2023-03-14
1
-2/+4
*
GH-100227: cleanup initialization of global interned dict (#102682)
Kumar Aditya
2023-03-14
1
-8/+10
*
doc: Remove a duplicate 'versionchanged' in library/asyncio-task (gh-102677)
Joongi Kim
2023-03-14
1
-3/+0
*
gh-102013: Add PyUnstable_GC_VisitObjects (#102014)
Jacob Bower
2023-03-14
5
-0/+146
*
GH-102670: Use sumprod() to simplify, speed up, and improve accuracy of stati...
Raymond Hettinger
2023-03-14
3
-13/+27
*
gh-102627: Replace address pointing toward malicious web page (#102630)
Blind4Basics
2023-03-13
1
-1/+1
*
gh-98831: Use DECREF_INPUTS() more (#102409)
Guido van Rossum
2023-03-13
2
-57/+38
*
gh-101659: Avoid Allocation for Shared Exceptions in the _xxsubinterpreters M...
Eric Snow
2023-03-13
1
-74/+49
*
gh-101524: Fix the ChannelID tp_name (gh-102655)
Eric Snow
2023-03-13
1
-1/+1
*
gh-102069: Fix `__weakref__` descriptor generation for custom dataclasses (#1...
Nikita Sobolev
2023-03-13
3
-4/+15
*
gh-98169 dataclasses.astuple support DefaultDict (#98170)
T
2023-03-13
3
-13/+35
*
gh-102650: Remove duplicate include directives from multiple source files (#1...
chgnrdv
2023-03-13
5
-8/+2
*
GH-100987: Don't cache references to the names and consts array in `_PyEval_E...
Mark Shannon
2023-03-13
3
-53/+44
*
gh-87092: refactor assemble() to a number of separate functions, which do not...
Irit Katriel
2023-03-13
3
-261/+318
*
gh-102192: Replace PyErr_Fetch/Restore etc by more efficient alternatives (#1...
Irit Katriel
2023-03-13
1
-23/+19
*
Fix broken link to MSDN (#102355)
谭九鼎
2023-03-13
2
-2/+2
*
GH-102300: Reuse objects with refcount == 1 in float specialized binary ops. ...
Mark Shannon
2023-03-13
4
-24/+27
*
gh-101100: Fix Sphinx warnings in `turtle` module (#102340)
Hugo van Kemenade
2023-03-13
2
-28/+32
*
GH-101673: Fix pdb bug where local variable changes are lost after longlist (...
gaogaotiantian
2023-03-12
3
-11/+32
*
Fix duplicated words in the docs (GH-102629)
Виталий Дмитриев
2023-03-12
5
-7/+6
*
Optimize fmean() weighted average (#102626)
Raymond Hettinger
2023-03-12
1
-18/+16
[prev]
[next]