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
/
Doc
/
whatsnew
/
3.8.rst
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-26836: Add os.memfd_create() (#13567)
Zackery Spytz
2019-05-29
1
-0/+4
*
bpo-22454: Add shlex.join() (the opposite of shlex.split()) (GH-7605)
Bo Bayles
2019-05-29
1
-0/+5
*
bpo-36933: fix what's new. (GH-13627)
Matthias Bussonnier
2019-05-28
1
-3/+3
*
bpo-22640: Add silent mode to py_compile.compile() (GH-12976)
Joannah Nanjekye
2019-05-28
1
-0/+7
*
bpo-33407: Implement Py_DEPRECATED() on MSVC (GH-8980)
Zackery Spytz
2019-05-28
1
-0/+9
*
bpo-33725: multiprocessing uses spawn by default on macOS (GH-13603)
Victor Stinner
2019-05-28
1
-0/+10
*
bpo-36933: Remove sys.set_coroutine_wrapper (marked for removal in 3.8) (GH-1...
Matthias Bussonnier
2019-05-28
1
-0/+4
*
bpo-1230540: Add threading.excepthook() (GH-13515)
Victor Stinner
2019-05-27
1
-0/+9
*
bpo-32941: Add madvise() for mmap objects (GH-6172)
Zackery Spytz
2019-05-27
1
-0/+9
*
bpo-36763: Implement the PEP 587 (GH-13592)
Victor Stinner
2019-05-27
1
-0/+55
*
bpo-36772 Allow lru_cache to be used as decorator without making a function c...
Raymond Hettinger
2019-05-26
1
-0/+17
*
bpo-37032: Add CodeType.replace() method (GH-13542)
Victor Stinner
2019-05-24
1
-1/+5
*
bpo-21536: On Cygwin, C extensions must be linked with libpython (GH-13549)
E. M. Bray
2019-05-24
1
-8/+9
*
bpo-18748: _pyio.IOBase emits unraisable exception (GH-13512)
Victor Stinner
2019-05-23
1
-0/+9
*
bpo-36721: Add --embed option to python-config (GH-13500)
Victor Stinner
2019-05-23
1
-0/+18
*
bpo-34616: Document top level async in whatsnew/3.8. (GH-13484)
Matthias Bussonnier
2019-05-22
1
-0/+10
*
bpo-36829: Add sys.unraisablehook() (GH-13187)
Victor Stinner
2019-05-22
1
-0/+10
*
bpo-36952: Remove the bufsize parameter in fileinput.input(). (GH-13400)
Matthias Bussonnier
2019-05-20
1
-0/+4
*
bpo-26467: Adds AsyncMock for asyncio Mock library support (GH-9296)
Lisa Roach
2019-05-20
1
-0/+4
*
bpo-36887: add math.isqrt (GH-13244)
Mark Dickinson
2019-05-18
1
-0/+3
*
bpo-36751: Undeprecate getfullargspec (GH-13245)
Pablo Galindo
2019-05-16
1
-4/+0
*
bpo-26707: Enable plistlib to read UID keys. (GH-12153)
Jon Janzen
2019-05-15
1
-0/+8
*
bpo-36895: Undocument removed time.clock (GH-13286)
Matthias Bussonnier
2019-05-13
1
-0/+4
*
bpo-36728: Remove PyEval_ReInitThreads() from C API (GH-13241)
Victor Stinner
2019-05-13
1
-0/+5
*
bpo-6584: Add a BadGzipFile exception to the gzip module. (GH-13022)
Zackery Spytz
2019-05-13
1
-0/+5
*
bpo-36886: Document changes in code object in What's new section (GH-13255)
Pablo Galindo
2019-05-12
1
-0/+4
*
bpo-21536: Update What's New in Python 3.8 entry (GH-13242)
Victor Stinner
2019-05-11
1
-1/+2
*
bpo-36676: Update what's new document. (#13226)
Stefan Behnel
2019-05-10
1
-0/+7
*
bpo-30262: Don't expose private objects in sqlite3 (GH-1440)
Aviv Palivoda
2019-05-09
1
-0/+4
*
closes bpo-36861: Update Unicode database to 12.1.0. (GH-13214)
Benjamin Peterson
2019-05-09
1
-3/+2
*
bpo-36817: Add f-string debugging using '='. (GH-13123)
Eric V. Smith
2019-05-08
1
-0/+14
*
bpo-36793: Remove unneeded __str__ definitions. (GH-13081)
Serhiy Storchaka
2019-05-06
1
-0/+7
*
bpo-26978: Implement pathlib.Path.link_to (Using os.link) (GH-12990)
Joannah Nanjekye
2019-05-04
1
-0/+4
*
bpo-28238: Implement "{*}tag" and "{ns}*" wildcard tag selection support for ...
Stefan Behnel
2019-05-03
1
-0/+5
*
Fix tiny tiny typo in 3.8 what's new (GH-13049)
Daniel Porteous
2019-05-02
1
-2/+2
*
bpo-36018: Update example to show mean and stdev (GH-13047)
Raymond Hettinger
2019-05-02
1
-4/+6
*
Move dangling bullet points into named subsections (GH-13046)
Raymond Hettinger
2019-05-02
1
-11/+16
*
bpo-13611: C14N 2.0 implementation for ElementTree (GH-12966)
Stefan Behnel
2019-05-01
1
-0/+4
*
bpo-36751: Deprecate getfullargspec and report positional-only args as regula...
Pablo Galindo
2019-04-30
1
-0/+4
*
bpo-36004: Add date.fromisocalendar (GH-11888)
Paul Ganssle
2019-04-29
1
-0/+10
*
Add initial 'whatsnew' section for PEP 570 (GH-12942)
Guido van Rossum
2019-04-29
1
-0/+25
*
bpo-36475: Finalize PyEval_AcquireLock() and PyEval_AcquireThread() properly ...
Joannah Nanjekye
2019-04-29
1
-0/+7
*
bpo-21536: On Android, C extensions are linked to libpython (GH-12989)
xdegaye
2019-04-29
1
-6/+6
*
bpo-36722: Style and grammar edits for ABI news entries (GH-12979)
Paul Ganssle
2019-04-27
1
-12/+13
*
bpo-36722: Add What's New entry for debug ABI (GH-12957)
Victor Stinner
2019-04-26
1
-0/+24
*
bpo-36669: add matmul support to weakref.proxy (GH-12932)
Mark Dickinson
2019-04-26
1
-0/+7
*
bpo-21536: C extensions are no longer linked to libpython (GH-12946)
Victor Stinner
2019-04-25
1
-4/+7
*
bpo-35537: Document posix_spawn() change in subprocess (GH-11668)
Victor Stinner
2019-04-25
1
-0/+6
*
Issue 35224: Add PEP 572 (assignment expressions) to What's New (#12941)
Guido van Rossum
2019-04-24
1
-0/+16
*
bpo-36546: Add statistics.quantiles() (#12710)
Raymond Hettinger
2019-04-23
1
-0/+4
[next]