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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
bpo-37315: Deprecate accepting floats in math.factorial(). (GH-14147)
Serhiy Storchaka
2019-06-17
1
-0/+5
*
bpo-37194: Add a new public PyObject_CallNoArgs() function (GH-13890)
Victor Stinner
2019-06-17
1
-0/+2
*
bpo-37312: Remove _dummy_thread and dummy_threading modules (GH-14143)
Victor Stinner
2019-06-17
1
-0/+3
*
bpo-36707: Document "m" removal from sys.abiflags (GH-14090)
Victor Stinner
2019-06-15
1
-0/+16
*
Document C API changes in What's New in Python 3.8 (GH-14092)
Victor Stinner
2019-06-14
1
-0/+27
*
bpo-37266: Daemon threads are now denied in subinterpreters (GH-14049)
Victor Stinner
2019-06-14
1
-0/+8
*
Add 3.9 whatsnew file (GH-14040)
Ned Deily
2019-06-13
2
-0/+116
*
bpo-37253: Document PyCompilerFlags.cf_feature_version (GH-14019)
Victor Stinner
2019-06-13
1
-0/+5
*
bpo-35766: Change format for feature_version to (major, minor) (GH-13992)
Guido van Rossum
2019-06-12
1
-3/+3
*
bpo-35766: What's new in the ast and typing modules (#13984)
Guido van Rossum
2019-06-11
1
-0/+46
*
bpo-36785: PEP 574 What's New entry (#13931)
Antoine Pitrou
2019-06-09
1
-1/+17
*
Add some placeholder notes for major 3.8 features (GH-13927)
Nick Coghlan
2019-06-09
1
-0/+7
*
Add importlib.metadata to what's new. (#13855)
Barry Warsaw
2019-06-06
1
-1/+4
*
bpo-35047: Update whatsnew/3.8 for better mock error message (GH-13746)
Petter Strandmark
2019-06-04
1
-0/+3
*
bpo-36868: Fix what's new for SSLContext.hostname_checks_common_name (GH-13248)
Christian Heimes
2019-06-03
1
-3/+2
*
Add credits to What's New in Python 3.8 (GH-13776)
Victor Stinner
2019-06-03
1
-1/+18
*
bpo-26219: per opcode cache for LOAD_GLOBAL (GH-12884)
Inada Naoki
2019-06-03
1
-0/+4
*
bpo-36974: document PEP 590 (GH-13450)
Jeroen Demeyer
2019-06-02
1
-0/+16
*
Fix typos in docs and docstrings (GH-13745)
Xtreak
2019-06-02
1
-1/+1
*
bpo-36027: Extend three-argument pow to negative second argument (GH-13266)
Mark Dickinson
2019-06-02
1
-0/+6
*
bpo-20092. Use __index__ in constructors of int, float and complex. (GH-13108)
Serhiy Storchaka
2019-06-01
1
-1/+10
*
bpo-37122: Make co->co_argcount represent the total number of positonal argum...
Pablo Galindo
2019-06-01
1
-2/+4
*
Move whats-new entry for math.factorial to the math module section. (GH-13723)
Mark Dickinson
2019-06-01
1
-3/+3
*
bpo-37116: Use PEP 570 syntax for positional-only parameters. (GH-13700)
Serhiy Storchaka
2019-06-01
1
-2/+1
*
Document changes for PyCode_New regarding PEP570 (GH-13706)
Pablo Galindo
2019-05-31
1
-0/+3
*
bpo-36610: shutil.copyfile(): use sendfile() on Linux only (GH-13675)
Giampaolo Rodola
2019-05-30
1
-1/+1
*
bpo-37007: Implement socket.if_nametoindex(), if_indextoname() and if_nameind...
Zackery Spytz
2019-05-29
1
-0/+4
*
bpo-32388: Remove cross-version binary compatibility requirement in tp_flags ...
Antoine Pitrou
2019-05-29
1
-0/+9
*
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
*
Docs: FIX broken links. (GH-13491)
Julien Palard
2019-05-25
2
-8/+10
*
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
[prev]
[next]