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-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
*
bpo-36348: IMAP4.logout() doesn't ignore exc (GH-12411)
Victor Stinner
2019-04-15
1
-0/+3
*
bpo-36623: Clean parser headers and include files (GH-12253)
Pablo Galindo
2019-04-13
1
-0/+4
*
bpo-36588: On AIX, remove major version from sys.platform (GH-12787)
Michael Felt
2019-04-12
1
-0/+5
*
bpo-35934: Add socket.create_server() utility function (GH-11784)
Giampaolo Rodola
2019-04-08
1
-0/+9
*
Add a What's New entry for bpo-35459. (GH-12706)
Serhiy Storchaka
2019-04-08
1
-0/+5
*
bpo-27181: Add statistics.geometric_mean() (GH-12638)
Raymond Hettinger
2019-04-07
1
-0/+3
*
bpo-30661: Improve docs for tarfile pax change and effect on shutil (GH-12635)
CAM Gerlach
2019-04-07
1
-0/+5
*
bpo-25451: Add transparency methods to tkinter.PhotoImage. (GH-10406)
Zackery Spytz
2019-04-05
1
-0/+5
*
bpo-36492: Deprecate passing some arguments as keyword arguments. (GH-12637)
Serhiy Storchaka
2019-04-01
1
-0/+23
*
bpo-36085: Add installer check for KB2533625 (GH-12636)
Steve Dower
2019-03-31
1
-1/+3
*
bpo-36085: Enable better DLL resolution on Windows (GH-12302)
Steve Dower
2019-03-29
1
-0/+30
*
bpo-35810: Incref heap-allocated types in PyObject_Init (GH-11661)
Eddie Elizondo
2019-03-27
1
-0/+67
*
bpo-36326: Let inspect.getdoc() find docstrings for __slots__ (GH-12498)
Raymond Hettinger
2019-03-25
1
-0/+14
*
bpo-36381: warn when no PY_SSIZE_T_CLEAN defined (GH-12473)
Inada Naoki
2019-03-23
1
-0/+10
*
bpo-36268: Change default tar format to pax from GNU. (GH-12355)
CAM Gerlach
2019-03-21
1
-0/+10
*
bpo-36320: Switch typing.NamedTuple from OrderedDict to regular dict (GH-12396)
Raymond Hettinger
2019-03-18
1
-0/+4
*
bpo-36297: remove "unicode_internal" codec (GH-12342)
Inada Naoki
2019-03-18
1
-0/+3
*
bpo-34160: Update news entry for XML order attributes (#12335)
Diego Rojas
2019-03-16
1
-0/+5
*
bpo-36127: Argument Clinic: inline parsing code for keyword parameters. (GH-1...
Serhiy Storchaka
2019-03-14
1
-0/+5
*
bpo-36264: Updates documentation for change to expanduser on Windows (GH-12294)
Steve Dower
2019-03-12
1
-0/+8
*
bpo-35892: Fix mode() and add multimode() (#12089)
Raymond Hettinger
2019-03-12
1
-0/+8
*
closes bpo-33376: Update to Unicode 12.0.0. (GH-12256)
Benjamin Peterson
2019-03-10
1
-0/+4
*
bpo-36048: Use __index__() instead of __int__() for implicit conversion if av...
Serhiy Storchaka
2019-02-25
1
-0/+20
*
bpo-36018: Add the NormalDist class to the statistics module (GH-11973)
Raymond Hettinger
2019-02-23
1
-0/+26
*
bpo-1054041: Add What's New docs. (GH-11999)
Gregory P. Smith
2019-02-23
1
-0/+7
*
bpo-35886: Make PyInterpreterState an opaque type in the public API. (GH-11731)
Eric Snow
2019-02-23
1
-0/+10
*
bpo-36016: Add generation option to gc.getobjects() (GH-11909)
Pablo Galindo
2019-02-23
1
-0/+9
*
bpo-35904: Add statistics.fmean() (GH-11892)
Raymond Hettinger
2019-02-21
1
-0/+9
*
bpo-36068: Make _tuplegetter objects serializable (GH-11981)
Joe Jevnik
2019-02-21
1
-1/+1
*
bpo-36012: Avoid linear slot search for non-dunder methods (GH-11907)
Stefan Behnel
2019-02-20
1
-0/+5
*
bpo-33234: Add another attribution in Whatsnew (GH-11899)
Raymond Hettinger
2019-02-16
1
-2/+2
[next]