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-101936: Update the default value of fp from io.StringIO to io.BytesIO (gh-...
Vo Hoang Long
2023-02-21
1
-0/+2
*
gh-101961 fileinput.hookcompressed should not set the encoding value for the ...
Gihwan Kim
2023-02-21
1
-0/+2
*
gh-102056: Fix a few bugs in error handling of exception printing code (#102078)
Irit Katriel
2023-02-20
1
-0/+1
*
gh-101566: Sync with zipp 3.14. (GH-102018)
Jason R. Coombs
2023-02-20
1
-0/+4
*
gh-88233: zipfile: handle extras after a zip64 extra (GH-96161)
Tim Hatch
2023-02-20
1
-0/+2
*
gh-101907: Stop using `_Py_OPCODE` and `_Py_OPARG` macros (GH-101912)
Steve Dower
2023-02-20
1
-0/+1
*
gh-97786: Fix compiler warnings in pytime.c (#101826)
Mark Dickinson
2023-02-20
1
-0/+2
*
gh-85417: Clarify behaviour on branch cuts in cmath module (#102046)
Mark Dickinson
2023-02-19
1
-0/+1
*
GH-84783: Make the slice object hashable (GH-101264)
Furkan Onder
2023-02-19
1
-0/+1
*
gh-97930: Apply changes from importlib_resources 5.12. (GH-102010)
Jason R. Coombs
2023-02-18
1
-0/+4
*
bpo-46978: Correct docstrings for in-place builtin operators (#31802)
Nicko van Someren
2023-02-18
1
-0/+1
*
gh-101967: add a missing error check (#101968)
Eclips4
2023-02-18
1
-0/+1
*
gh-100809: Fix handling of drive-relative paths in pathlib.Path.absolute() (G...
Barney Gale
2023-02-17
1
-0/+3
*
gh-101360: Fix anchor matching in pathlib.PureWindowsPath.match() (GH-101363)
Barney Gale
2023-02-17
1
-0/+3
*
Docs: fix typos in PyFunction_WatchCallback docs and in 3.12 NEWS (GH-101980)
Yeojin Kim
2023-02-17
1
-1/+1
*
GH-96764: rewrite `asyncio.wait_for` to use `asyncio.timeout` (#98518)
Kumar Aditya
2023-02-16
1
-0/+1
*
gh-99942: correct the pkg-config/python-config flags for cygwin/android
Eli Schwartz
2023-02-16
1
-0/+2
*
gh-101952: Fix possible segfault in `BUILD_SET` opcode (#101958)
Eclips4
2023-02-16
1
-0/+1
*
gh-101881: Support (non-)blocking read/write functions on Windows pipes (GH-1...
Rayyan Ansari
2023-02-16
2
-0/+2
*
gh-99108: Refactor _sha256 & _sha512 into _sha2. (#101924)
Gregory P. Smith
2023-02-16
1
-0/+3
*
gh-98627: Add an Optional Check for Extension Module Subinterpreter Compatibi...
Eric Snow
2023-02-16
1
-0/+5
*
gh-99138: Isolate _zoneinfo (#99218)
Erlend E. Aasland
2023-02-15
1
-0/+1
*
gh-101693: In sqlite3, deprecate using named placeholders with parameters sup...
Erlend E. Aasland
2023-02-15
1
-0/+6
*
gh-101799: implement PREP_RERAISE_STAR as an intrinsic function (#101800)
Irit Katriel
2023-02-14
1
-0/+2
*
gh-99108: Import SHA2-384/512 from HACL* (#101707)
Jonathan Protzenko
2023-02-14
1
-0/+4
*
gh-101857: Allow xattr detection on musl libc (#101858)
Sam James
2023-02-14
1
-0/+1
*
gh-74895: getaddrinfo no longer raises OverflowError (#2435)
Radek Smejkal
2023-02-14
1
-0/+5
*
gh-101849: Add upgrade codes for old versions of launcher that ended up with ...
Steve Dower
2023-02-13
1
-0/+1
*
GH-87849: Simplify stack effect of SEND and specialize it for generators and ...
Mark Shannon
2023-02-13
1
-0/+3
*
gh-89792: Limit test_tools freeze test build parallelism based on the number ...
Gregory P. Smith
2023-02-12
1
-3/+4
*
gh-85984: Utilize new "winsize" functions from termios in pty tests. (#101831)
Soumendra Ganguly
2023-02-12
1
-0/+1
*
gh-89792: Prevent test_tools from copying 1000M of "source" in freeze test (#...
Gregory P. Smith
2023-02-12
1
-0/+3
*
gh-101763: Update bundled copy of libffi to 3.4.4 on Windows (GH-101784)
Steve Dower
2023-02-10
1
-0/+1
*
gh-101517: make bdb avoid looking up in linecache with lineno=None (#101787)
Irit Katriel
2023-02-10
1
-0/+1
*
gh-101759: Update Windows installer to SQLite 3.40.1 (#101762)
Erlend E. Aasland
2023-02-10
1
-0/+1
*
gh-101277: Finalise isolating itertools (GH-101305)
Erlend E. Aasland
2023-02-10
1
-0/+2
*
gh-101759: Update macOS installer to SQLite 3.40.1 (#101761)
Erlend E. Aasland
2023-02-10
1
-0/+1
*
gh-101430: Update tracemalloc to handle presize properly. (gh-101745)
Dong-hee Na
2023-02-09
1
-0/+2
*
gh-101726: Update the OpenSSL version to 1.1.1t (GH-101727)
Gregory P. Smith
2023-02-09
1
-0/+4
*
GH-99293: Document that `Py_TPFLAGS_VALID_VERSION_TAG` shouldn't be used. (#G...
Mark Shannon
2023-02-09
1
-0/+2
*
gh-85984: Remove legacy Lib/pty.py code. (#92365)
Soumendra Ganguly
2023-02-09
1
-0/+4
*
gh-101283: Improved fallback logic for subprocess with shell=True on Windows ...
Oleg Iarygin
2023-02-08
1
-0/+3
*
GH-101696: invalidate type version tag in `_PyStaticType_Dealloc` (#101697)
Kumar Aditya
2023-02-08
1
-0/+1
*
gh-100221: Fix creating dirs in `make sharedinstall` (GH-100329)
Michał Górny
2023-02-08
1
-0/+2
*
gh-101196: Make isdir/isfile/exists faster on Windows (GH-101324)
Michael Droettboom
2023-02-08
1
-0/+3
*
gh-101614: Don't treat python3_d.dll as a Python DLL when checking extension ...
David Hewitt
2023-02-08
1
-0/+1
*
GH-101578: Normalize the current exception (GH-101607)
Mark Shannon
2023-02-08
1
-0/+13
*
gh-101446: Change `repr` of `collections.OrderedDict` (#101661)
Nikita Sobolev
2023-02-08
1
-0/+2
*
gh-101632: Add the new RETURN_CONST opcode (#101633)
penguin_wwy
2023-02-07
1
-0/+1
*
Merge branch 'main' of https://github.com/python/cpython into main
Thomas Wouters
2023-02-07
1
-0/+2
|
\
[next]