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-94309: Add typing.Hashable and typing.Sized for "What's New for Python 3.1...
MonadChains
2022-07-14
1
-0/+3
*
idlelib: replace 'while 1' with 'while True' (#94827)
Terry Jan Reedy
2022-07-14
6
-8/+8
*
gh-90359: Unify documentation style for datetime.rst (gh-94836)
Dong-hee Na
2022-07-14
1
-0/+7
*
gh-90359: Update documentation to follow PEP 495. (gh-94800)
Dong-hee Na
2022-07-14
1
-0/+12
*
gh-94499 Add test for private name mangling in class pattern matching (#94500)
da-woods
2022-07-13
1
-0/+14
*
gh-90815: Fix test_embed for Windows PGO build with mimalloc (GH-94790)
neonene
2022-07-13
1
-0/+2
*
GH-81620: Add random.binomialvariate() (GH-94719)
Raymond Hettinger
2022-07-13
4
-8/+175
*
gh-94759: Create LCOV report with branch coverage (GH-94793)
Christian Heimes
2022-07-13
1
-7/+8
*
gh-93649: Fix linkage of _PyTestCapi_Init_Vectorcall (#94702)
Oleg Iarygin
2022-07-13
1
-1/+1
*
gh-94713 - Replacing while 1 with while True (#94714)
Itay
2022-07-13
1
-1/+1
*
Fix typo in _exact_ratio comment. (GH-94789)
Benjamin Peterson
2022-07-12
1
-1/+1
*
Fix heading levels for "Deprecated" section in What's New for 3.12 (GH-94762)
Pradyun Gedam
2022-07-12
1
-2/+2
*
docs: typing.Self, fix typo (GH-94771)
Max Zhenzhera
2022-07-12
2
-4/+4
*
gh-94773: deepfreeze: support frozensets with unsortable types (GH-94775)
Christian Heimes
2022-07-12
2
-1/+8
*
gh-94751: Install, import and run the test C++ extension (MVP) (GH-94754)
Petr Viktorin
2022-07-12
3
-17/+56
*
GH-94736: mark SemLock test as linux only (GH-94750)
Kumar Aditya
2022-07-11
1
-0/+1
*
bpo-45924: Fix asyncio incorrect traceback when future's exception is raised ...
Kumar Aditya
2022-07-11
4
-2/+47
*
GH-94736: Fix _multiprocessing.SemLock subclassing (#94738)
Kumar Aditya
2022-07-11
3
-4/+14
*
gh-93883: Fix some tests involving traceback formatting (#94737)
John Belmonte
2022-07-11
1
-4/+0
*
gh-87822: Make traceback module robust to exceptions from repr() of local val...
Simon-Martin Schröder
2022-07-11
5
-3/+14
*
gh-93883: elide traceback indicators when possible (#93994)
John Belmonte
2022-07-11
9
-137/+113
*
Small speed-up for NormalDist.samples (GH-94730)
Raymond Hettinger
2022-07-11
1
-1/+1
*
gh-94309: Deprecate typing.Hashable/Sized (GH-94626)
MonadChains
2022-07-10
2
-0/+10
*
GH-77265: Document NaN handling in statistics functions that sort or count (#...
Raymond Hettinger
2022-07-10
1
-0/+29
*
GH-94694: Fix column offsets for multi-line method lookups (GH-94697)
Brandt Bucher
2022-07-10
4
-2/+85
*
Improve dataclass docstring (gh-94686)
Tom Fryers
2022-07-09
1
-9/+8
*
gh-94637: Release GIL in SSLContext.set_default_verify_paths (GH-94658)
Christian Heimes
2022-07-09
2
-1/+8
*
pycore_interp.h: Fix comment about pytypedefs.h (#93188)
Itamar Ostricher
2022-07-09
1
-1/+1
*
gh-93649: Fix dependencies of _testcapi (#94695)
Christian Heimes
2022-07-09
3
-1/+3
*
gh-94700: Rewrite the logging.Formatter API ref in structured form (GH-94701)
CAM Gerlach
2022-07-09
1
-43/+41
*
gh-94607: Fix subclassing generics (GH-94610)
Ken Jin
2022-07-09
4
-0/+38
*
GH-93252: Fix error handling for failed Python calls (GH-94693)
Brandt Bucher
2022-07-09
3
-1/+19
*
Increase test coverage of Objects/exceptions.c (GH-94674)
Irit Katriel
2022-07-08
2
-5/+59
*
GH-90699: Intern statically allocated strings (GH-93597)
Kumar Aditya
2022-07-08
3
-4/+628
*
gh-93649: Split vectorcall testing from _testcapimodule.c (GH-94549)
Petr Viktorin
2022-07-08
9
-253/+292
*
Use mdash-es consistently in the library docs index (#92762)
Oleg Iarygin
2022-07-08
1
-4/+4
*
gh-94199: Remove the ssl.wrap_socket() function (#94203)
Victor Stinner
2022-07-08
4
-60/+16
*
gh-94215: Fix error handling for line-tracing events (GH-94681)
Brandt Bucher
2022-07-08
3
-6/+17
*
gh-94622: Add more references to the sqlite3 types anchor (#94623)
Erlend Egeberg Aasland
2022-07-08
1
-8/+8
*
gh-94321: Document sqlite3.PrepareProtocol (#94620)
Erlend Egeberg Aasland
2022-07-07
3
-0/+17
*
GH-90699: Move generated static initializer to pycore_runtime_generated.h (GH...
Kumar Aditya
2022-07-07
7
-1150/+1170
*
gh-93654: Add module docstring to pathlib (GH-94611)
Samuel Sloniker
2022-07-07
1
-0/+7
*
gh-94343: Ease initialization of reprlib.Repr attributes (GH-94581)
finefoot
2022-07-07
4
-14/+60
*
gh-94642: Remove -D_XOPEN_SOURCE from more pkg-config CFLAGS (#94657)
Christian Heimes
2022-07-07
2
-2/+10
*
gh-93910: Fix enum performance regression (GH-94614)
Michael Droettboom
2022-07-07
3
-8/+13
*
GH-94644: fix test_curses ref leak (GH-94647)
Kumar Aditya
2022-07-07
1
-0/+1
*
gh-94644: Define HAVE_NCURSESW in pkg-config branch (#94651)
Christian Heimes
2022-07-07
2
-0/+3
*
gh-94215: Add reproducer for segfault in frame_setlineno() (GH-94563)
Christian Heimes
2022-07-07
1
-6/+104
*
gh-94430: Allow params named `module` or `self` with custom C names in Argume...
Erlend Egeberg Aasland
2022-07-07
3
-2/+50
*
gh-94628: Add explicit parameter list to sqlite3.connect docs (#94629)
Erlend Egeberg Aasland
2022-07-07
1
-76/+105
[prev]
[next]