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-97669: Remove outdated example scripts (#97675)
Victor Stinner
2022-10-04
48
-7050/+9
*
gh-97709: Included newline separator in Mandelbrot set (#97737)
matheusja
2022-10-04
1
-2/+2
*
gh-97816: Remove unused variables in `mutliprocessing.managers.Server` (#97817)
Koki Saito
2022-10-04
2
-1/+1
*
gh-93738: Documentation C syntax (:c:data:`0` -> ``0``) (#97771)
Adam Turner
2022-10-04
1
-1/+1
*
gh-97639: Remove `tokenize.NL` check from `tabnanny` (#97640)
Nikita Sobolev
2022-10-04
2
-2/+1
*
Add comment to subtle dataclass code (gh-96133)
Shantanu
2022-10-04
1
-0/+4
*
Remove space. (GH-97807)
Benjamin Peterson
2022-10-04
1
-1/+1
*
Add `sprint` issues to the Sprint 2022 project. (#97788)
Ezio Melotti
2022-10-03
1
-0/+1
*
GH-97752: Clear the `previous` member of newly-created generator/coroutine fr...
Brandt Bucher
2022-10-03
3
-0/+24
*
Minor grammar changes to http.client docs (#96221)
Rohan Shah
2022-10-03
1
-2/+2
*
Update http.client.rst (#24803)
GĂ©ry Ogam
2022-10-03
1
-9/+8
*
gh-97799: use inspect.get_annotations in dataclass (#97800)
larryhastings
2022-10-03
2
-5/+4
*
multiprocessing docs: Remove extra option ELLIPSIS from section with code (#9...
Ivan Kapeykin
2022-10-03
1
-1/+0
*
gh-96526: Clarify format and __format__ docstrings (gh-96648)
Michael
2022-10-03
6
-16/+29
*
Document that MozillaCookieJar works for curl's cookie files (#91852)
Boris Verkhovskiy
2022-10-03
2
-3/+3
*
gh-96512: Move int_max_str_digits setting to PyConfig (#96944)
Gregory P. Smith
2022-10-03
13
-24/+111
*
gh-94808: Coverage: Check picklablability of calliter (#95923)
Michael Droettboom
2022-10-03
1
-10/+11
*
gh-94808: Add test coverage for PyObject_HasAttrString (#96627)
MonadChains
2022-10-03
2
-0/+40
*
gh-94732: Fix KeyboardInterrupt race in asyncio run_forever() (#97765)
hetmankp
2022-10-03
1
-3/+4
*
Fix typos in `bltinmodule.c`. (GH-97766)
Nikita Sobolev
2022-10-03
2
-12/+12
*
gh-94808: `_PyLineTable_StartsLine` was not used (GH-96609)
Nikita Sobolev
2022-10-03
1
-27/+0
*
gh-97681: Remove Tools/demo/ directory (#97682)
Victor Stinner
2022-10-03
20
-2730/+14
*
Fix typo in unittest docs (#97742)
annonm
2022-10-03
1
-1/+1
*
gh-97728: Argument Clinic: Fix uninitialized variable in the Py_UNICODE conve...
Serhiy Storchaka
2022-10-03
8
-42/+46
*
gh-95913: Fix PEP number in PEP 678 What's New ref label (#97739)
C.A.M. Gerlach
2022-10-03
1
-1/+1
*
gh-95913: Copyedit/improve New Modules What's New section (#97721)
C.A.M. Gerlach
2022-10-03
1
-3/+6
*
gh-97740: Fix bang in Sphinx C domain ref target syntax (#97741)
C.A.M. Gerlach
2022-10-03
2
-0/+17
*
gh-96819: multiprocessing.resource_tracker: check if length of pipe write <= ...
Koki Saito
2022-10-03
3
-2/+11
*
gh-97706: multiprocessing tests: Delete unused variable `rand` (#97707)
Koki Saito
2022-10-03
1
-2/+1
*
GH-85447: Clarify docs about awaiting future multiple times (#97738)
Kumar Aditya
2022-10-02
1
-1/+2
*
[docs] Update logging cookbook with recipe for using a logger like an outputâ...
Vinay Sajip
2022-10-02
1
-0/+76
*
gh-97607: Fix content parsing in the impl-detail reST directive (#97652)
C.A.M. Gerlach
2022-10-02
1
-16/+7
*
gh-95975: Move except/*/finally ref labels to more precise locations (#95976)
C.A.M. Gerlach
2022-10-02
1
-45/+76
*
gh-97591: In `Exception.__setstate__()` acquire strong references before call...
Ofey Chan
2022-10-02
3
-1/+34
*
gh-95588: Drop the safety claim from `ast.literal_eval` docs. (#95919)
Gregory P. Smith
2022-10-02
3
-9/+25
*
Fix capitalization of Unix in documentation (#96913)
Will Hawkins
2022-10-01
6
-9/+9
*
gh-90908: Document asyncio.Task.cancelling() and asyncio.Task.uncancel() (#95...
Ćukasz Langa
2022-10-01
3
-80/+254
*
gh-90110: Update the c-analyzer Tool (gh-97695)
Eric Snow
2022-10-01
2
-68/+7
*
GH-97592: Fix crash in C remove_done_callback due to evil code (#97660)
Guido van Rossum
2022-09-30
3
-2/+23
*
GH-96827: Don't touch closed loops from executor threads (#96837)
Guido van Rossum
2022-09-30
3
-2/+7
*
gh-87597: Document TimeoutExpired.stdout & .stderr types (#97685)
Gregory P. Smith
2022-09-30
1
-2/+7
*
bpo-35675: IDLE - separate config_key window and frame (#11427)
Cheryl Sabella
2022-09-30
4
-82/+174
*
gh-94526: getpath_dirname() no longer encodes the path (#97645)
Victor Stinner
2022-09-30
2
-9/+18
*
gh-90989: Install Windows launcher per-user, and clarify some installer text ...
Steve Dower
2022-09-30
3
-7/+9
*
gh-97649: The Tools directory is no longer installed on Windows (GH-97653)
Steve Dower
2022-09-30
10
-117/+2
*
Use SyntaxError invalid range in tutorial introduction example (GH-93031)
Eddie Hebert
2022-09-30
2
-2/+3
*
gh-96348: Deprecate the 3-arg signature of coroutine.throw and generator.thro...
Ofey Chan
2022-09-30
14
-21/+125
*
gh-96397: Document that attributes need not be identifiers (#96454)
Jeff Allen
2022-09-29
2
-2/+17
*
closes gh-97650: correct sphinx executable (gh-97651)
NoSuck
2022-09-29
1
-1/+1
*
gh-91212: Fixed flickering when the tracer is turned off (#95129)
Shin-myoung-serp
2022-09-29
3
-2/+2
[next]