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
path:
root
/
Misc
/
NEWS.d
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-41834: Remove _Py_CheckRecursionLimit variable (GH-22359)
Victor Stinner
2020-09-23
1
-0/+3
*
bpo-1635741: Port _lsprof extension to multi-phase init (PEP 489) (GH-22220)
Mohamed Koubaa
2020-09-23
1
-0/+2
*
bpo-35764: Rewrite the IDLE Calltips doc section (GH-22363)
Terry Jan Reedy
2020-09-22
1
-0/+1
*
bpo-41810: Reintroduce `types.EllipsisType`, `.NoneType` & `.NotImplementedTy...
Bas van Beek
2020-09-22
1
-0/+3
*
bpo-41602: raise SIGINT exit code on KeyboardInterrupt from pymain_run_module...
Thomas Grainger
2020-09-22
1
-0/+1
*
bpo-41817: use new StrEnum to ensure all members are strings (GH-22348)
Ethan Furman
2020-09-22
1
-0/+1
*
bpo-40670: More reliable validation of statements in timeit.Timer. (GH-22358)
Serhiy Storchaka
2020-09-22
1
-0/+3
*
bpo-40181: Remove '/' reminder in IDLE calltips. (GH-22350)
Terry Jan Reedy
2020-09-22
1
-0/+2
*
bpo-41816: add `StrEnum` (GH-22337)
Ethan Furman
2020-09-22
1
-0/+2
*
bpo-40084: Enum - dir() includes member attributes (GH-19219)
Angelin BOOZ
2020-09-21
1
-0/+1
*
bpo-12178: Fix escaping of escapechar in csv.writer() (GH-13710)
Berker Peksag
2020-09-20
1
-0/+3
*
bpo-41815: SQLite: segfault if backup called on closed database (GH-22322)
Peter McCormick
2020-09-20
1
-0/+2
*
bpo-33689: Blank lines in .pth file cause a duplicate sys.path entry (GH-20679)
idomic
2020-09-19
1
-0/+4
*
bpo-41756: Introduce PyGen_Send C API (GH-22196)
Vladimir Matveev
2020-09-19
1
-0/+2
*
bpo-35293: Remove RemovedInSphinx40Warning (GH-22198)
Dong-hee Na
2020-09-18
1
-0/+1
*
Remove duplicated words words (GH-22298)
Serhiy Storchaka
2020-09-18
2
-2/+2
*
bpo-41662: Fix bugs in binding parameters in sqlite3 (GH-21998)
Serhiy Storchaka
2020-09-17
2
-0/+3
*
Enum: make `Flag` and `IntFlag` members iterable (GH-22221)
Ethan Furman
2020-09-16
1
-0/+1
*
bpo-39728: Enum: fix duplicate `ValueError` (GH-22277)
Ethan Furman
2020-09-16
1
-0/+1
*
bpo-41517: do not allow Enums to be extended (#22271)
Ethan Furman
2020-09-16
1
-0/+1
*
bpo-41792: Add is_typeddict function to typing.py (GH-22254)
Patrick Reader
2020-09-16
1
-0/+6
*
bpo-41789: honor object overrides in Enum classes (GH-22250)
Ethan Furman
2020-09-15
1
-0/+2
*
bpo-39587: Enum - use correct mixed-in data type (GH-22263)
Ethan Furman
2020-09-15
1
-0/+1
*
bpo-41780: Fix __dir__ of types.GenericAlias (GH-22262)
Batuhan Taskaya
2020-09-15
1
-0/+2
*
bpo-41631: _ast module uses again a global state (#21961)
Victor Stinner
2020-09-15
1
-0/+5
*
bpo-41744: Package python.props with correct name in NuGet package (GH-22154)
Václav Slavík
2020-09-14
1
-0/+1
*
bpo-39651: Fix asyncio proactor _write_to_self() (GH-22197)
Victor Stinner
2020-09-12
1
-0/+3
*
bpo-41731: Make test_cmd_line_script pass with -vv (GH-22206)
Terry Jan Reedy
2020-09-12
1
-0/+1
*
bpo-37149: Change Shipman tkinter link from archive.org to TkDocs (GH-22188)
Mark Roseman
2020-09-10
1
-0/+1
*
bpo-1635741: Port cmath to multi-phase init (PEP 489) (GH-22165)
Mohamed Koubaa
2020-09-10
1
-0/+2
*
bpo-41428: Implementation for PEP 604 (GH-21515)
Maggie Moss
2020-09-09
1
-0/+1
*
bpo-41726: Update the refcounts info of PyType_FromModuleAndSpec in refcounts...
Hai Shi
2020-09-09
1
-0/+1
*
bpo-1635741: port scproxy to multi-phase init (GH-22164)
Mohamed Koubaa
2020-09-09
1
-0/+2
*
bpo-41525: Make the Python program help ASCII-only (GH-21836)
Serhiy Storchaka
2020-09-09
1
-0/+1
*
Fix incorrect bpo number in change notes. (GH-22151)
Mark Shannon
2020-09-08
1
-1/+1
*
bpo-1635741: Port mashal module to multi-phase init (#22149)
Victor Stinner
2020-09-08
1
-0/+2
*
bpo-1635741: Port _string module to multi-phase init (GH-22148)
Victor Stinner
2020-09-08
1
-0/+2
*
bpo-1635741: Convert _sha256 types to heap types (GH-22134)
Mohamed Koubaa
2020-09-08
1
-0/+1
*
bpo-1635741: Port the termios to multi-phase init (PEP 489) (GH-22139)
Mohamed Koubaa
2020-09-08
1
-0/+2
*
bpo-41732: add iterator to memoryview (GH-22119)
dxflores
2020-09-08
1
-0/+1
*
bpo-40744: Drop support for SQLite pre 3.7.3 (GH-20909)
Erlend Egeberg Aasland
2020-09-07
1
-0/+4
*
bpo-41316: Make tarfile follow specs for FNAME (GH-21511)
Artem Bulgakov
2020-09-07
1
-0/+1
*
bpo-41720: Add "return NotImplemented" in turtle.Vec2D.__rmul__(). (GH-22092)
Serhiy Storchaka
2020-09-07
1
-0/+2
*
bpo-1635741 port _curses_panel to multi-phase init (PEP 489) (GH-21986)
Mohamed Koubaa
2020-09-07
1
-0/+2
*
bpo-1635741: Port _overlapped module to multi-phase init (GH-22051)
Mohamed Koubaa
2020-09-07
1
-0/+2
*
bpo-1635741: Port _opcode module to multi-phase init (PEP 489) (GH-22050)
Mohamed Koubaa
2020-09-07
1
-0/+2
*
bpo-1635741 port zlib module to multi-phase init (GH-21995)
Mohamed Koubaa
2020-09-07
1
-0/+1
*
bpo-1635741: Port _sha1, _sha512, _md5 to multiphase init (GH-21818)
Mohamed Koubaa
2020-09-06
1
-0/+2
*
bpo-40318: Migrate to SQLite3 trace v2 API (GH-19581)
Erlend Egeberg Aasland
2020-09-05
1
-0/+1
*
bpo-41687: Fix sendfile implementation to work with Solaris (#22040)
Jakub Kulík
2020-09-05
1
-0/+1
[next]