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
*
GH-95899: fix asyncio.Runner to call set_event_loop only once (#95900)
Kumar Aditya
2022-08-15
1
-0/+1
*
gh-95231: Disable md5 & crypt modules if FIPS is enabled (GH-94742)
Shreenidhi Shedi
2022-08-15
1
-0/+3
*
GH-95707: Fix uses of `Py_TPFLAGS_MANAGED_DICT` (GH-95854)
Mark Shannon
2022-08-15
1
-0/+2
*
GH-95977: Speed up calling pure python descriptor __get__ with vectorcall (gh...
Kumar Aditya
2022-08-14
1
-0/+1
*
gh-95853: Add script to automate WASM build (GH-95828)
Christian Heimes
2022-08-13
1
-0/+2
*
gh-94909: fix joining of absolute and relative Windows paths in pathlib (GH-...
Barney Gale
2022-08-12
1
-0/+2
*
gh-94996: Disallow parsing pos only params with feature_version < (3, 8) (GH-...
Shantanu
2022-08-12
1
-0/+1
*
gh-95922: compiler's eliminate_empty_basic_blocks ignores the last block of t...
Irit Katriel
2022-08-12
1
-0/+2
*
GH-95818: Skip incomplete frames in `PyThreadState_GetFrame` (GH-95886)
Mark Shannon
2022-08-11
1
-0/+1
*
gh-95876: Fix format string in pegen error location code (#95877)
Christian Heimes
2022-08-11
1
-0/+4
*
gh-95733: Allow installing Store package on older Windows versions (GH-95862)
Steve Dower
2022-08-10
1
-0/+2
*
gh-95605: Fix `float(s)` error message when `s` contains only whitespace (GH-...
Mark Dickinson
2022-08-10
1
-0/+2
*
gh-95804: Respect MemoryHandler.flushOnClose in logging shutdown. (GH-95857)
David Bonner
2022-08-10
1
-0/+2
*
gh-95504: Fix negative numbers in PyUnicode_FromFormat (GH-95848)
Petr Viktorin
2022-08-10
1
-0/+3
*
gh-95781: More strict format string checking in PyUnicode_FromFormatV() (GH-9...
Serhiy Storchaka
2022-08-08
1
-0/+4
*
gh-93274: Expose receiving vectorcall in the Limited API (GH-95717)
Petr Viktorin
2022-08-08
1
-0/+3
*
docs: Fix a few typos (#94899)
Tim Gates
2022-08-08
1
-1/+1
*
gh-88339: enable fast seeking of uncompressed unencrypted zipfile.ZipExtFile ...
JuniorJPDJ
2022-08-06
1
-0/+1
*
gh-95385 Fastpath for encoding dict to JSON (gh-95374)
Aivars Kalvāns
2022-08-06
1
-0/+1
*
gh-93243: Make smtpd private before porting its users (GH-93246)
Oleg Iarygin
2022-08-06
1
-0/+1
*
gh-86943: implement `pathlib.WindowsPath.is_mount()` (GH-31458)
Barney Gale
2022-08-05
1
-0/+1
*
gh-93744: Remove configure --with-cxx-main option (#95651)
Victor Stinner
2022-08-05
1
-0/+3
*
gh-95573: Reduce test data size in test_asyncio/test_ssl.py (GH-95668)
Fantix King
2022-08-05
1
-0/+6
*
gh-65802: IDLE - explain SaveAs and extensions (#95690)
Terry Jan Reedy
2022-08-05
1
-0/+1
*
gh-94619: Remove long deprecated methods module_repr() and load_module() (#94...
Barry Warsaw
2022-08-05
1
-0/+1
*
gh-95656: Enable the sqlite3 load extension API in Windows build (#95662)
Erlend Egeberg Aasland
2022-08-04
1
-0/+2
*
gh-95587: Fixes some upgrade detection issues in the Windows installer (GH-95...
Steve Dower
2022-08-04
1
-0/+2
*
gh-93274: Make vectorcall safe on mutable classes & inherit it by default (#9...
Petr Viktorin
2022-08-04
1
-0/+6
*
gh-95388: Deprecate creating immutable types with mutable bases (GH-95533)
Petr Viktorin
2022-08-04
1
-0/+2
*
gh-87092: create a 'jump target label' abstraction so that the compiler's cod...
Irit Katriel
2022-08-04
1
-0/+1
*
GH-95289: Always call uncancel() when parent cancellation is requested (#95602)
Kumar Aditya
2022-08-04
1
-0/+1
*
gh-94936: C getters: co_varnames, co_cellvars, co_freevars (#95008)
Ken Jin
2022-08-04
1
-0/+3
*
gh-94675: Add a regression test for rjsmin re slowdown (GH-94685)
Miro Hrončok
2022-08-03
1
-0/+1
*
gh-94399: Restore PATH search behaviour of py.exe launcher for '/usr/bin/env'...
Steve Dower
2022-08-03
1
-0/+3
*
gh-95609: update bundled pip to 22.2.2 (gh-95610)
Stéphane Bidoul
2022-08-03
1
-0/+1
*
gh-91207: Fix CSS bug in Windows CHM help file and add deprecation message (G...
CAM Gerlach
2022-08-03
1
-0/+3
*
GH-92678: Fix tp_dictoffset inheritance. (GH-95596)
Mark Shannon
2022-08-03
1
-0/+2
*
gh-95451: Update docs for wasm32-emscripten and -wasi platforms (GH-95452)
Christian Heimes
2022-08-02
1
-0/+3
*
gh-95191: IDLE: Include prompts when saving Shell #95554
Terry Jan Reedy
2022-08-02
1
-0/+1
*
GH-95150: Use position and exception tables for code hashing and equality (GH...
Brandt Bucher
2022-08-01
1
-0/+3
*
gh-91447: Fix findtext to only give an empty string on None (GH-91486)
Eugene Triguba
2022-08-01
1
-0/+2
*
gh-95445: Ensure Windows msi uninstalls document folder successfully (GH-95465)
neonene
2022-08-01
1
-0/+1
*
GH-95245: Store object values and dict pointers in single tagged pointer. (GH...
Mark Shannon
2022-08-01
1
-0/+2
*
gh-91146: More reduce allocation size of list from str.split/rsplit (gh-95493)
Dong-hee Na
2022-08-01
1
-1/+1
*
gh-77617: Add sqlite3 command-line interface (#95026)
Erlend Egeberg Aasland
2022-08-01
1
-0/+2
*
gh-95511: IDLE - fix Shell context menu copy-with-prompts bug (#95512)
Terry Jan Reedy
2022-08-01
1
-0/+2
*
gh-91146: Reduce allocation size of list from str.split()/rsplit() (gh-95473)
Dong-hee Na
2022-07-31
1
-0/+2
*
gh-95471: IDLE - Tweak Edit menu (#95481)
Terry Jan Reedy
2022-07-31
1
-0/+1
*
gh-95454: Replace truthy/falsy with true/false (GH-95456)
Robert O'Shea
2022-07-30
5
-4/+6
*
gh-95411: IDLE - Enable using the module browser with .pyw files (#95397)
Erlend Egeberg Aasland
2022-07-30
1
-0/+1
[next]