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
*
bpo-42345: Fix three issues with typing.Literal parameters (GH-23294)
Yurii Karabas
2020-11-17
1
-0/+2
*
bpo-41625: Expose the splice() system call in the os module (GH-21947)
Pablo Galindo
2020-11-17
1
-0/+2
*
bpo-37205: time.time() cannot fail with fatal error (GH-23314)
Victor Stinner
2020-11-16
1
-0/+3
*
bpo-42350: Fix Thread._reset_internal_locks() (GH-23268)
Victor Stinner
2020-11-16
1
-0/+3
*
bpo-37205: time.perf_counter() and time.monotonic() are system-wide (GH-23284)
Victor Stinner
2020-11-16
1
-0/+5
*
bpo-42318: Fix support of non-BMP characters in Tkinter on macOS (GH-23281)
Serhiy Storchaka
2020-11-15
1
-0/+1
*
bpo-42131: Add PEP 451-related methods to zipimport (GH-23187)
Brett Cannon
2020-11-13
1
-0/+5
*
bpo-41001: Add os.eventfd() (#20930)
Christian Heimes
2020-11-13
1
-0/+2
*
bpo-40968: Send http/1.1 ALPN extension (#20959)
Christian Heimes
2020-11-13
1
-0/+2
*
bpo-42308: Add threading.__excepthook__ (GH-23218)
Mario Corchero
2020-11-12
1
-0/+3
*
bpo-42237: Fix os.sendfile() on illumos (GH-23154)
Jakub Stasiak
2020-11-12
1
-0/+1
*
bpo-39411: pyclbr rewrite on AST (#18103)
Batuhan Taskaya
2020-11-11
1
-0/+2
*
bpo-42140: Improve asyncio.wait function (GH-22938)
Diogo Dutra
2020-11-10
1
-0/+1
*
bpo-42014: shutil.rmtree: call onerror with correct function (GH-22585)
Michal Čihař
2020-11-10
1
-0/+1
*
bpo-42183: Fix a stack overflow error for asyncio Task or Future repr() (GH-2...
Andrew Svetlov
2020-11-10
1
-0/+4
*
bpo-41543: contextlib.nullcontext can fill in for an async context manager (G...
Tom Gringauz
2020-11-09
1
-0/+1
*
bpo-40624: Add support for the XPath != operator in xml.etree (GH-22147)
Ammar Askar
2020-11-09
1
-0/+1
*
bpo-41754: Ignore NotADirectoryError in invocation of xdg-settings (GH-23075)
Ronald Oussoren
2020-11-08
1
-0/+1
*
bpo-42133: update parts of the stdlib to fall back to `__spec__.loader` when ...
Brett Cannon
2020-11-07
1
-0/+2
*
bpo-26389: Allow passing an exception object in the traceback module (GH-22610)
Zackery Spytz
2020-11-05
1
-0/+4
*
bpo-41877 Check for asert, aseert, assrt in mocks (GH-23165)
vabr-g
2020-11-05
1
-0/+2
*
bpo-40816 Add AsyncContextDecorator class (GH-20516)
Kazantcev Andrey
2020-11-05
1
-0/+1
*
bpo-42236: os.device_encoding() respects UTF-8 Mode (GH-23119)
Victor Stinner
2020-11-04
1
-0/+3
*
bpo-42251: Add gettrace and getprofile to threading (GH-23125)
Mario Corchero
2020-11-04
1
-0/+3
*
Merge tag 'v3.10.0a2' into master
Pablo Galindo
2020-11-03
39
-83/+0
|
\
|
*
Python 3.10.0a2
v3.10.0a2
Pablo Galindo
2020-11-03
39
-83/+0
*
|
bpo-42249: Fix writing binary Plist files larger than 4 GiB. (GH-23121)
Serhiy Storchaka
2020-11-03
1
-0/+1
|
/
*
bpo-35455: Fix thread_time for Solaris OS (GH-11118)
Jakub Kulík
2020-11-02
1
-0/+3
*
bpo-26789: Fix logging.FileHandler._open() at exit (GH-23053)
Victor Stinner
2020-11-02
1
-0/+4
*
bpo-42103: Improve validation of Plist files. (GH-22882)
Serhiy Storchaka
2020-11-02
1
-0/+3
*
bpo-41943: Fix bug where assertLogs doesn't correctly filter messages… (GH-...
Irit Katriel
2020-11-02
1
-0/+1
*
Revert "bpo-37193: remove thread objects which finished process its request (...
Jason R. Coombs
2020-11-02
1
-2/+0
*
bpo-41229: Update docs for explicit aclose()-required cases and add contextli...
Joongi Kim
2020-11-02
1
-0/+3
*
bpo-37193: remove thread objects which finished process its request (GH-13893)
MARUYAMA Norihiro
2020-11-01
1
-0/+2
*
bpo-42233: Correctly repr GenericAlias when used with typing module (GH-23081)
kj
2020-11-01
1
-0/+3
*
bpo-29566: binhex.binhex now consitently writes MacOS 9 line endings. (GH-23059)
Ronald Oussoren
2020-11-01
1
-0/+1
*
Revert "bpo-42160: tempfile: Reduce overhead of pid check. (GH-22997)"
Inada Naoki
2020-10-31
1
-1/+0
*
bpo-42160: tempfile: Reduce overhead of pid check. (GH-22997)
Eric W
2020-10-30
1
-0/+1
*
bpo-34204: Use pickle.DEFAULT_PROTOCOL in shelve (GH-19639)
Zackery Spytz
2020-10-29
1
-0/+2
*
bpo-42157: Rename unicodedata.ucnhash_CAPI (GH-22994)
Victor Stinner
2020-10-27
1
-0/+3
*
bpo-30681: Support invalid date format or value in email Date header (GH-22090)
Georges Toth
2020-10-27
1
-0/+2
*
bpo-42157: Convert unicodedata.UCD to heap type (GH-22991)
Victor Stinner
2020-10-26
1
-0/+4
*
bpo-39101: Fixes BaseException hang in IsolatedAsyncioTestCase. (GH-22654)
Lisa Roach
2020-10-26
1
-0/+1
*
bpo-42146: Fix memory leak in subprocess.Popen() in case of uid/gid overflow ...
Alexey Izbyshev
2020-10-26
1
-0/+2
*
bpo-42043: Add support for zipfile.Path subclasses (#22716)
Jason R. Coombs
2020-10-25
1
-0/+4
*
bpo-41490: ``path`` and ``contents`` to aggressively close handles (#22915)
Jason R. Coombs
2020-10-25
1
-0/+3
*
bpo-41052: Fix pickling heap types implemented in C with protocols 0 and 1 (G...
Serhiy Storchaka
2020-10-24
1
-0/+2
*
bpo-35823: subprocess: Use vfork() instead of fork() on Linux when safe (GH-1...
Alexey Izbyshev
2020-10-24
1
-0/+2
*
bpo-38976: Add support for HTTP Only flag in MozillaCookieJar (#17471)
Jacob Neil Taylor
2020-10-23
1
-0/+4
*
bpo-40592: shutil.which will not return None anymore if ; is the last char in...
Christopher Marchfelder
2020-10-23
1
-0/+1
[next]