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
*
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-41796: Make _ast module state per interpreter (GH-23024)
Victor Stinner
2020-11-02
1
-0/+2
*
bpo-42103: Improve validation of Plist files. (GH-22882)
Serhiy Storchaka
2020-11-02
2
-0/+5
*
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-41435: Add sys._current_exceptions() function (GH-21689)
Julien Danjou
2020-11-02
1
-0/+1
*
bpo-41229: Update docs for explicit aclose()-required cases and add contextli...
Joongi Kim
2020-11-02
1
-0/+3
*
bpo-40511: Stop unwanted flashing of IDLE calltips (GH-20910)
Tal Einat
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-42236: Use UTF-8 encoding if nl_langinfo(CODESET) fails (GH-23086)
Victor Stinner
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
*
bpo-42218: Correctly handle errors in left-recursive rules (GH-23065)
Lysandros Nikolaou
2020-10-31
1
-0/+3
*
Revert "bpo-42160: tempfile: Reduce overhead of pid check. (GH-22997)"
Inada Naoki
2020-10-31
1
-1/+0
*
bpo-42214: Fix check for NOTEQUAL token in the PEG parser for the barry_as_fl...
Pablo Galindo
2020-10-30
1
-0/+2
*
bpo-42206: Propagate and raise errors from PyAST_Validate in the parser (GH-2...
Batuhan Taskaya
2020-10-30
1
-0/+2
*
bpo-42160: tempfile: Reduce overhead of pid check. (GH-22997)
Eric W
2020-10-30
1
-0/+1
*
bpo-42061: Document __format__ for IP addresses (GH-23018)
Teugea Ioan-Teodor
2020-10-29
1
-0/+1
*
bpo-42143: Ensure PyFunction_NewWithQualName() can't fail after creating the ...
Yonatan Goldschmidt
2020-10-29
1
-0/+2
*
bpo-34204: Use pickle.DEFAULT_PROTOCOL in shelve (GH-19639)
Zackery Spytz
2020-10-29
1
-0/+2
*
bpo-41805: Documentation for PEP 585 (GH-22615)
kj
2020-10-27
1
-0/+3
*
bpo-41659: Disallow curly brace directly after primary (GH-22996)
Lysandros Nikolaou
2020-10-27
1
-0/+3
*
bpo-42157: Rename unicodedata.ucnhash_CAPI (GH-22994)
Victor Stinner
2020-10-27
2
-1/+4
*
bpo-30681: Support invalid date format or value in email Date header (GH-22090)
Georges Toth
2020-10-27
1
-0/+2
*
bpo-42123: Run the parser two times and only enable invalid rules on the seco...
Lysandros Nikolaou
2020-10-26
1
-0/+3
*
bpo-42157: Convert unicodedata.UCD to heap type (GH-22991)
Victor Stinner
2020-10-26
1
-0/+4
*
bpo-42157: unicodedata avoids references to UCD_Type (GH-22990)
Victor Stinner
2020-10-26
2
-4/+3
*
bpo-39101: Fixes BaseException hang in IsolatedAsyncioTestCase. (GH-22654)
Lisa Roach
2020-10-26
1
-0/+1
*
bpo-1635741: _PyUnicode_Name_CAPI moves to internal C API (GH-22713)
Victor Stinner
2020-10-26
1
-0/+4
*
bpo-42146: Fix memory leak in subprocess.Popen() in case of uid/gid overflow ...
Alexey Izbyshev
2020-10-26
1
-0/+2
*
bpo-42150: Avoid buffer overflow in the new parser (GH-22978)
Pablo Galindo
2020-10-25
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-33987: Add master ttk Frame to IDLE search dialogs (GH-22942)
Mark Roseman
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
*
bpo-41910: specify the default implementations of object.__eq__ and object.__...
Brett Cannon
2020-10-21
1
-0/+1
*
bpo-38980: Add -fno-semantic-interposition when building with optimizations (...
Pablo Galindo
2020-10-21
1
-0/+3
*
bpo-39416: Document some restrictions on the default string representations o...
kpinc
2020-10-21
1
-0/+1
*
bpo-41747: Ensure all dataclass methods uses their parents' qualname (GH-22155)
Batuhan Taskaya
2020-10-21
1
-0/+3
*
bpo-41902: Micro optimization for range.index if step is 1 (GH-22479)
Dong-hee Na
2020-10-21
1
-0/+1
*
bpo-23706: Add newline parameter to pathlib.Path.write_text (GH-22420) (GH-22...
Максим
2020-10-21
1
-0/+1
*
bpo-41902: Micro optimization for compute_item of range (GH-22492)
Dong-hee Na
2020-10-21
1
-0/+3
*
bpo-42010: [docs] Clarify subscription of types (GH-22822)
kj
2020-10-20
1
-0/+4
*
bpo-38439: Update the Windows Store package's icons for IDLE. Artwork by Andr...
Steve Dower
2020-10-20
1
-0/+1
*
bpo-39693: mention KeyError in tarfile extractfile documentation (GH-18639)
Andrey Doroschenko
2020-10-20
1
-0/+1
*
bpo-38439: Add 256px IDLE icon to the .ico, drop gifs from it (GH-19648)
Miro Hrončok
2020-10-20
1
-0/+2
[next]