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
/
next
/
Library
Commit message (
Expand
)
Author
Age
Files
Lines
*
GH-112361: Speed up pathlib by removing some temporary objects. (#112362)
Barney Gale
2023-11-25
1
-0/+2
*
gh-112345: `typing.Protocol`: Let failed subclasscheck show non-method member...
Randolf Scholz
2023-11-24
1
-0/+3
*
Add extra tests for `random.binomialvariate` (gh-112325)
Tian Gao
2023-11-23
1
-0/+1
*
gh-112137: change dis output to show no-lineno as -- instead of None (#112335)
Irit Katriel
2023-11-23
1
-0/+1
*
gh-112137: change dis output to display labels instead of offsets (#112138)
Irit Katriel
2023-11-22
1
-0/+1
*
Python 3.13.0a2
v3.13.0a2
Thomas Wouters
2023-11-22
61
-129/+0
*
gh-110745: add a newline argument to pathlib.Path.read_text (#110880)
Junya Okabe
2023-11-21
1
-0/+2
*
gh-73561: Omit interface scope from IPv6 when used as Host header (#93324)
Michael
2023-11-19
1
-0/+1
*
gh-109538: Avoid RuntimeError when StreamWriter is deleted with closed loop (...
DPR
2023-11-15
1
-0/+1
*
gh-111995: Add getnameinfo extension flag (#111994)
adder32
2023-11-15
1
-0/+2
*
gh-111942: Fix SystemError in the TextIOWrapper constructor (#112061)
Serhiy Storchaka
2023-11-14
1
-0/+2
*
gh-111942: Fix crashes in TextIOWrapper.reconfigure() (GH-111976)
Serhiy Storchaka
2023-11-14
1
-0/+2
*
gh-110944: Make pdb completion work for alias and convenience vars (GH-110945)
Tian Gao
2023-11-14
1
-0/+1
*
GH-72904: Add `glob.translate()` function (#106703)
Barney Gale
2023-11-13
1
-0/+2
*
gh-111460: Restore ncurses widechar support on macOS (#111878)
Davide Rizzo
2023-11-13
1
-0/+3
*
GH-111429: Speed up `pathlib.PurePath.[is_]relative_to()` (#111431)
Barney Gale
2023-11-12
1
-0/+2
*
gh-90890: New methods to access mailbox.Maildir message info and flags (#103905)
Stephen Gildea
2023-11-11
1
-0/+7
*
gh-107431: Make `multiprocessing.managers.{DictProxy,ListProxy}` generic (#10...
Nikita Sobolev
2023-11-10
1
-0/+2
*
gh-80731: Avoid executing code in except block in cmd (GH-111740)
Tian Gao
2023-11-10
1
-0/+1
*
gh-111841: Fix os.putenv() and os.unsetenv() with embedded NUL on Windows (GH...
Serhiy Storchaka
2023-11-10
1
-0/+2
*
gh-103791: handle `BaseExceptionGroup` in `contextlib.suppress()` (#111910)
Zac Hatfield-Dodds
2023-11-10
1
-0/+3
*
gh-111356: io: Add missing documented objects to io.__all__ (#111370)
Nicolas Tessore
2023-11-10
1
-0/+1
*
gh-111835: Add seekable method to mmap.mmap (gh-111852)
Donghee Na
2023-11-09
1
-0/+4
*
GH-111804: Drop posix.fallocate() under WASI (GH-111869)
Brett Cannon
2023-11-09
1
-0/+2
*
gh-68166: Tkinter: Add tests and examples for element_create() (GH-111453)
Serhiy Storchaka
2023-11-08
1
-0/+4
*
gh-111246: Remove listening Unix socket on close (#111483)
Pierre Ossman (ThinLinc team)
2023-11-08
1
-0/+2
*
gh-111768: Add `wsgiref.util.is_hop_by_hop` to `__all__` (#111770)
Stefan
2023-11-08
1
-0/+1
*
gh-85098: Implement functional CLI of symtable (#109112)
Serhiy Storchaka
2023-11-07
1
-0/+2
*
gh-109466: Add ipv6_mapped property to IPv4Address (#109467)
Charles Machalow
2023-11-05
1
-0/+1
*
gh-111719: Add extra check for alias command (#111720)
Tian Gao
2023-11-04
1
-0/+1
*
gh-110395: invalidate open kqueues after fork (#110517)
Davide Rizzo
2023-11-04
1
-0/+2
*
gh-80675: Set `f_trace_lines = True` on all frames upon `pdb.set_trace()` (#1...
Tian Gao
2023-11-04
1
-0/+1
*
gh-96954: use a directed acyclic word graph for storing the unicodedata codep...
CF Bolz-Tereick
2023-11-04
1
-0/+5
*
gh-111159: Fix `SyntaxError` doctests for non-builtin exception classes (#111...
Nikita Sobolev
2023-11-04
1
-0/+1
*
gh-90026: support XATTRs on Cygwin (GH-105075)
Philippe Cerfon
2023-11-03
1
-0/+1
*
gh-111482: Use Argument Clinic for clock_gettime() (#111641)
Victor Stinner
2023-11-02
1
-0/+3
*
GH-110894: Call loop exception handler for exceptions in client_connected_cb ...
Kumar Aditya
2023-11-02
1
-0/+1
*
gh-110774: allow setting the Runner(loop_factory=...) from IsolatedAsyncioTes...
Thomas Grainger
2023-10-31
1
-0/+1
*
gh-111531: Tkinter: fix reference leaks in bind_class() and bind_all() (GH-11...
Serhiy Storchaka
2023-10-31
1
-0/+2
*
gh-66425: Remove the unreachable code to set `REMOTE_HOST` header (gh-111441)
c-bata
2023-10-29
1
-0/+3
*
gh-79033: Try to fix asyncio.Server.wait_closed() again (GH-111336)
Guido van Rossum
2023-10-28
1
-0/+6
*
gh-111342: fix typo in math.sumprod (GH-111416)
Sergey B Kirpichev
2023-10-28
1
-0/+1
*
gh-59013: Make line number of function breakpoint more precise (#110582)
Tian Gao
2023-10-27
1
-0/+1
*
gh-111388: Add `show_group` parameter to `traceback.format_exception_only` (#...
Nikita Sobolev
2023-10-27
1
-0/+2
*
gh-111259: Optimize recursive wildcards in pathlib (GH-111303)
Serhiy Storchaka
2023-10-26
1
-0/+1
*
gh-111187: Postpone removal version for locale.getdefaultlocale() to 3.15 (#1...
Hugo van Kemenade
2023-10-25
1
-0/+1
*
gh-111230: Fix errors checking in _ssl module init (#111232)
Nikita Sobolev
2023-10-25
1
-0/+1
*
gh-111174: Fix crash in getbuffer() called repeatedly for empty BytesIO (GH-1...
Serhiy Storchaka
2023-10-25
1
-0/+2
*
gh-111295: Fix error checking in time extension module init (#111296)
Nikita Sobolev
2023-10-25
1
-0/+1
*
gh-111233: Fix error checking in select extension module init (#111234)
Nikita Sobolev
2023-10-25
1
-0/+1
[next]