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-91904: Fix setting envvar PYTHONREGRTEST_UNICODE_GUARD (GH-91905)
Serhiy Storchaka
2022-04-25
1
-0/+2
*
gh-90633: Improve error and docs for typing.assert_never (#91720)
Jelle Zijlstra
2022-04-25
1
-0/+2
*
gh-91888: add a `:gh:` role to the documentation (#91889)
Ezio Melotti
2022-04-25
1
-0/+1
*
gh-91821: Make decimal test succeed consistently (#91825)
Jelle Zijlstra
2022-04-24
1
-0/+1
*
gh-91230: Concise catch_warnings with simplefilter (#91435)
Zac Hatfield-Dodds
2022-04-24
1
-0/+3
*
gh-91217: deprecate spwd (#91846)
Brett Cannon
2022-04-23
1
-0/+1
*
gh-84461: Add --enable-wasm-pthreads and more file systems (GH-91820)
Christian Heimes
2022-04-23
1
-0/+3
*
gh-84461: Add sys._emscripten_info, improve docs and build (gh-91781)
Christian Heimes
2022-04-23
1
-0/+2
*
gh-88116: Enhance the inspect frame APIs to use the extended position informa...
Pablo Galindo Salgado
2022-04-23
1
-0/+8
*
gh-91547: Remove "Undocumented modules" page (#91682)
Shantanu
2022-04-22
1
-0/+1
*
gh-91217: deprecate-sndhdr (#91806)
Brett Cannon
2022-04-22
1
-0/+2
*
bpo-46720: Add support for path-like objects to multiprocessing.set_executabl...
Géry Ogam
2022-04-22
1
-0/+2
*
gh-91575: Add a script for generating data for case-insensitive matching in r...
Serhiy Storchaka
2022-04-22
1
-0/+3
*
gh-91700: Validate the group number in conditional expression in RE (GH-91702)
Serhiy Storchaka
2022-04-22
1
-0/+4
*
gh-90568: Fix exception type for \N with a named sequence in RE (GH-91665)
Serhiy Storchaka
2022-04-22
1
-0/+3
*
gh-89279: In ceval.c, redefine some macros for speed (#32387)
Guido van Rossum
2022-04-22
1
-0/+1
*
gh-80527: Deprecate PEP 623 Unicode functions (#91801)
Victor Stinner
2022-04-22
1
-0/+3
*
gh-91291: Accept attributes as keyword arguments in decimal.localcontext (#32...
Sam Ezeh
2022-04-22
1
-0/+1
*
gh-91217: deprecate-pipes (GH-91779)
Brett Cannon
2022-04-22
1
-0/+1
*
gh-69093: Add indexing and slicing support to sqlite3.Blob (#91599)
Erlend Egeberg Aasland
2022-04-22
1
-0/+2
*
gh-89373: _Py_Dealloc() checks tp_dealloc exception (#32357)
Victor Stinner
2022-04-21
1
-0/+2
*
gh-91768: C API no longer use "const PyObject*" type (#91769)
Victor Stinner
2022-04-21
1
-0/+3
*
bpo-47169: Export PyOS_CheckStack on Windows (GH-32414)
Petr Viktorin
2022-04-21
1
-0/+1
*
GH-88116: Use a compact format to represent end line and column offsets. (GH-...
Mark Shannon
2022-04-21
1
-0/+2
*
gh-91636: Don't clear required fields of function objects (GH-91651)
Dennis Sweeney
2022-04-21
1
-0/+1
*
bpo-42066: CookieJar cookies should not be sorted (GH-22745)
Iman Kermani
2022-04-21
1
-0/+2
*
gh-90623: signal.raise_signal() calls PyErr_CheckSignals() (#91756)
Victor Stinner
2022-04-21
1
-0/+2
*
Revert "gh-85567: Register a cleanup function to close files for FileType obj...
Victor Stinner
2022-04-21
1
-3/+0
*
gh-91632: Fix generic_alias_iterator to be finalized at exit. (GH-91727)
Dong-hee Na
2022-04-20
1
-0/+1
*
gh-91731: Build Python with -std=c11 (#91733)
Victor Stinner
2022-04-20
1
-0/+2
*
gh-91734: Fix ossaudio support on Solaris (GH-91735)
Jakub Kulík
2022-04-20
1
-0/+1
*
gh-91020: Add `PyBytes_Type.tp_alloc` for subclass (GH-91686)
Inada Naoki
2022-04-20
1
-0/+2
*
bpo-46075: Store localhost cookies in CookieJar (#30108)
Nick
2022-04-19
1
-0/+1
*
gh-90667: Add specializations of Py_DECREF when types are known (GH-30872)
Dennis Sweeney
2022-04-19
1
-0/+1
*
bpo-40859: Update Windows build to use xz-5.2.5 (GH-20622)
Ma Lin
2022-04-19
1
-0/+1
*
gh-91616: re module, fix .fullmatch() mismatch when using Atomic Grouping or ...
Ma Lin
2022-04-19
1
-0/+2
*
gh-91231: Add shutdown_timeout to multiprocessing BaseManager (#32112)
Victor Stinner
2022-04-19
1
-0/+3
*
gh-90997: bpo-46841: Disassembly of quickened code (GH-32099)
penguin_wwy
2022-04-19
1
-0/+1
*
bpo-40421: Cleanup PyFrame C API (GH-32417)
Victor Stinner
2022-04-19
1
-1/+1
*
gh-91098: Use Argument Clinic for Object/classobject.c to fix docstrings (#31...
Oleg Iarygin
2022-04-19
1
-0/+2
*
gh-91526: io: Remove device encoding support from TextIOWrapper (GH-91529)
Inada Naoki
2022-04-19
1
-0/+3
*
gh-74166: Add option to get all errors from socket.create_connection (GH-91586)
Irit Katriel
2022-04-18
1
-0/+1
*
gh-91670: Removes `SO` config variable in `sysconfig.py` (#91671)
Bryan Weber
2022-04-18
1
-0/+1
*
gh-91102: Use Argument Clinic for EncodingMap (#31725)
Oleg Iarygin
2022-04-18
1
-0/+1
*
Add some information about where pynche has moved to (#91650)
Barry Warsaw
2022-04-18
1
-1/+1
*
gh-91576: Speed up iteration of strings (#91574)
Kumar Aditya
2022-04-18
1
-0/+1
*
bpo-47256: Increasing the depth of backtracking in RE (GH-32411)
Ma Lin
2022-04-18
1
-0/+2
*
gh-91575: Update case-insensitive matching in re to the latest Unicode versio...
Serhiy Storchaka
2022-04-18
1
-0/+2
*
bpo-46053: Fix OSS audio support on NetBSD (GH-30065)
Thomas Klausner
2022-04-18
2
-0/+2
*
gh-91265: Make old ctypes.macholib tests runned by `python -m test` (gh-32094)
Oleg Iarygin
2022-04-18
1
-0/+3
[next]