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
*
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
*
gh-52597: Add position-only markers for os functions (#94735)
Stanley
2022-09-29
1
-67/+67
*
gh-97612: Fix shell injection in get-remote-certificate.py (#97613)
Victor Stinner
2022-09-28
2
-18/+10
*
gh-97616: list_resize() checks for integer overflow (#97617)
Victor Stinner
2022-09-28
3
-2/+24
*
Fix typo in error message in plistlib (GH-97540)
Jakob Weigert
2022-09-28
1
-1/+1
*
GH-82448: Add thread timeout for loop.shutdown_default_executor (#97561)
Kumar Aditya
2022-09-28
6
-9/+44
*
fixup policy docs (#97618)
Kumar Aditya
2022-09-28
1
-1/+1
*
bpo-47243: Duplicate entry in 'Objects/unicodetype_db.h' (GH-32376)
LiarPrincess
2022-09-28
3
-2335/+2324
*
gh-65046: Add note about logging from async code. (GH-97602)
Vinay Sajip
2022-09-28
1
-0/+8
*
Fix docs on conditional expression grouping (GH-96447)
Andrew Kay
2022-09-28
1
-1/+1
*
gh-96377: Update asyncio policy doc intro paras to be clear and accurate (#97...
C.A.M. Gerlach
2022-09-27
4
-15/+32
*
gh-96670: Raise SyntaxError when parsing NULL bytes (#97594)
Pablo Galindo Salgado
2022-09-27
10
-21/+65
*
gh-96959: Update more HTTP links (GH-97536)
Serhiy Storchaka
2022-09-27
22
-101/+101
*
gh-73588: Fix generation of the default name of tkinter.Checkbutton. (GH-97547)
Serhiy Storchaka
2022-09-27
6
-3/+58
*
gh-97545: Make Semaphore run faster. (#97549)
Cyker Way
2022-09-26
3
-23/+19
*
GH-65046: Fix docs about logging in `asyncio` (#97559)
Kumar Aditya
2022-09-26
1
-0/+4
*
bpo-38748: Add ctypes test for stack corruption due to misaligned arguments (...
Michael Curran
2022-09-26
2
-0/+26
*
Fix typo in docstring and remove duplicate signal.h include in faulthandler.c...
chgnrdv
2022-09-26
1
-2/+1
*
gh-96848: Fix -X int_max_str_digits option parsing (#96988)
Victor Stinner
2022-09-26
3
-1/+7
*
gh-82530: Create blank function instead of invalid import for email example (...
Stanley
2022-09-26
1
-5/+9
*
Reject invalid opcode names in assertInBytecode (GH-97548)
Dennis Sweeney
2022-09-25
1
-0/+2
*
GH-78724: Initialize struct.Struct in __new__ (GH-94532)
Kumar Aditya
2022-09-25
4
-41/+49
*
gh-96735: Fix undefined behaviour in struct unpacking functions (#96739)
Mark Dickinson
2022-09-25
2
-26/+71
*
gh-90716: Refactor PyLong_FromString to separate concerns (GH-96808)
Oscar Benjamin
2022-09-25
2
-258/+299
*
gh-97519: Synchronize links in other copies of HISTORY OF THE SOFTWARE (GH-97...
Serhiy Storchaka
2022-09-25
3
-8/+8
*
gh-97527: IDLE: protect macosx Tk() call when no GUI (#97530)
Terry Jan Reedy
2022-09-24
1
-13/+17
*
gh-96959: Update HTTP links which are redirected to HTTPS (GH-96961)
Serhiy Storchaka
2022-09-24
24
-63/+63
*
gh-94808: Coverage: Test uppercase string literal prefixes (GH-95925)
Michael Droettboom
2022-09-24
1
-0/+7
*
gh-77171: Fixes SubFormat check to compare the entire value. Add docs (GH-97509)
Steve Dower
2022-09-23
3
-6/+21
*
gh-96965: Update Windows release to libffi 3.4.3 (GH-97512)
Steve Dower
2022-09-23
3
-4/+5
*
gh-75608: Add Windows FAQ entry for missing UCRT (GH-92765)
Stanley
2022-09-23
1
-0/+8
*
gh-96761: Fix build process of the clang compiler for _bootstrap_python (gh-9...
Dong-hee Na
2022-09-23
3
-4/+43
*
gh-96397: Document that keywords in calls need not be identifiers (#96393)
Jeff Allen
2022-09-22
1
-2/+12
*
GH-85760: Fix race in calling process_exited callback too early (#97009)
Kumar Aditya
2022-09-22
2
-1/+3
*
gh-90155: Fix bug in asyncio.Semaphore and strengthen FIFO guarantee (#93222)
Cyker Way
2022-09-22
3
-22/+143
*
GH-96975: Skip incomplete frames in PyEval_GetFrame (GH-97003)
Brandt Bucher
2022-09-22
4
-3/+79
*
include OrderedDict import in TimeBoundedLRU example (GH-96962)
Harry
2022-09-22
1
-0/+1
*
gh-97005: Update libexpat from 2.4.7 to 2.4.9 (gh-97006)
Dong-hee Na
2022-09-22
8
-17/+28
*
Doc: fix link redirect (GH-96606)
partev
2022-09-21
1
-1/+1
*
gh-81039: Add small example of f-string's "=}" to tutorial (gh-92291)
Stanley
2022-09-21
2
-1/+12
*
gh-96954: Add tests for unicodedata.name/lookup (#96955)
Batuhan Taskaya
2022-09-21
1
-1/+9
*
gh-71141: Add note on rejecting "leading-dot" syntax for with statements (#96...
Stanley
2022-09-21
1
-0/+4
[next]