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
...
*
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
*
Remove ill-formed an unneeded news entry (GH-91657)
Raymond Hettinger
2022-04-18
1
-1/+0
*
bpo-21150: Add quick link/summary table to the top of argparse documentation ...
Susan Su
2022-04-18
1
-0/+1
*
gh-91118: Fix docstrings that do not honor --without-doc-strings (#31769)
Oleg Iarygin
2022-04-18
2
-0/+14
*
gh-85567: Register a cleanup function to close files for FileType objects in ...
achhina
2022-04-18
1
-0/+3
*
Remove the ancient Pynche color editor (#91554)
Barry Warsaw
2022-04-17
1
-0/+1
*
gh-91217: deprecate ossaudiodev (GH-91641)
Brett Cannon
2022-04-17
1
-0/+1
*
gh-91625: Don't ignore extended args of adaptive opcodes (GH-91626)
Dennis Sweeney
2022-04-17
1
-0/+1
*
gh-91298: Refine traversable (apply changes from importlib_resources 5.7.1) (...
Jason R. Coombs
2022-04-17
1
-0/+2
*
gh-78607: Replace __ltrace__ with __lltrace__ (GH-91619)
Dennis Sweeney
2022-04-16
1
-0/+1
*
gh-91462: Make lltrace output human-readable. (GH-91463)
Dennis Sweeney
2022-04-16
1
-0/+1
*
gh-91217: deprecate nis (GH-91606)
Brett Cannon
2022-04-16
1
-0/+1
*
gh-89770: Implement PEP-678 - Exception notes (GH-31317)
Irit Katriel
2022-04-16
1
-0/+1
*
gh-91607: Fix several test_concurrent_futures tests to actually test what the...
Gregory P. Smith
2022-04-16
1
-0/+1
*
gh-86178: Add wsgiref.types (GH-32335)
Sebastian Rittau
2022-04-16
1
-0/+2
*
bpo-40676: Use Argument Clinic for csv (where possible) (GH-20200)
Shantanu
2022-04-16
1
-0/+3
*
gh-89263: Add typing.get_overloads (GH-31716)
Jelle Zijlstra
2022-04-16
1
-0/+2
*
gh-91595: fix the comparison of character and integer by using ord() (#91596)
Yu Liu
2022-04-16
1
-0/+1
*
gh-82849: revise intro to os.path.rst (GH-32232)
Jack DeVries
2022-04-16
1
-0/+3
*
gh-69093: Add context manager support to sqlite3.Blob (GH-91562)
Erlend Egeberg Aasland
2022-04-16
1
-0/+2
*
gh-91487: Optimize asyncio UDP speed (GH-91488)
msoxzw
2022-04-15
1
-0/+1
*
gh-91217: deprecate nntplib (GH-91543)
Brett Cannon
2022-04-15
1
-0/+1
*
gh-91276: Make JUMP_IF_TRUE_OR_POP/JUMP_IF_FALSE_OR_POP relative (GH-32215)
Irit Katriel
2022-04-15
1
-0/+1
*
gh-90501: Add PyErr_GetHandledException and PyErr_SetHandledException (GH-30531)
Irit Katriel
2022-04-15
1
-0/+5
*
gh-91404: Use computed gotos and reduce indirection in re (#91495)
Brandt Bucher
2022-04-15
1
-0/+3
*
gh-79156: Add start_tls() method to streams API (#91453)
Oleg Iarygin
2022-04-15
1
-0/+3
*
gh-69093: Support basic incremental I/O to blobs in `sqlite3` (GH-30680)
Erlend Egeberg Aasland
2022-04-15
1
-0/+3
*
gh-91217: deprecate msilib (GH-91515)
Brett Cannon
2022-04-14
1
-0/+1
[prev]
[next]