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-35884: Add variable access benchmarking script (GH-11725)
Raymond Hettinger
2019-02-03
1
-0/+8
*
bpo-35864: Replace OrderedDict with regular dict in namedtuple() (#11708)
Raymond Hettinger
2019-01-31
1
-0/+8
*
bpo-35701: Update doc for UUID weak referencing (GH-11621)
David H
2019-01-28
1
-5/+0
*
bpo-35537: subprocess can use posix_spawn with pipes (GH-11575)
Victor Stinner
2019-01-23
1
-2/+2
*
bpo-35713: Rework Python initialization (GH-11647)
Victor Stinner
2019-01-22
1
-0/+4
*
bpo-34850: Emit a warning for "is" and "is not" with a literal. (GH-9642)
Serhiy Storchaka
2019-01-18
1
-0/+7
*
bpo-35283: Add deprecation warning for Thread.isAlive (GH-11454)
Dong-hee Na
2019-01-17
1
-0/+2
*
bpo-35486: Note Py3.6 import system API requirement change (GH-11540)
Nick Coghlan
2019-01-17
1
-0/+11
*
Revert "bpo-35537: subprocess can now use os.posix_spawnp (GH-11579)" (GH-11582)
Victor Stinner
2019-01-16
1
-1/+2
*
bpo-35537: subprocess can now use os.posix_spawnp (GH-11579)
Victor Stinner
2019-01-16
1
-2/+1
*
bpo-35537: subprocess uses os.posix_spawn in some cases (GH-11452)
Victor Stinner
2019-01-15
1
-0/+9
*
bpo-35702: Add new identifier time.CLOCK_UPTIME_RAW for macOS 10.12 (GH-11503)
Joannah Nanjekye
2019-01-10
1
-0/+6
*
bpo-20849: add dirs_exist_ok arg to shutil.copytree (patch by Josh Bronson)
jab
2018-12-28
1
-1/+8
*
bpo-35506: Remove redundant and incorrect links from keywords. (GH-11174)
Serhiy Storchaka
2018-12-19
11
-54/+54
*
bpo-35471: Remove the macpath module (GH-11129)
Victor Stinner
2018-12-14
1
-0/+3
*
bpo-33106: change dbm key deletion error for readonly file from KeyError to d...
Xiang Zhang
2018-12-12
1
-0/+6
*
bpo-34977: Use venv redirector instead of original python.exe on Windows (GH-...
Steve Dower
2018-12-10
1
-0/+10
*
bpo-35434 Fix wrong issue number in what's new in 3.8 (GH-11012)
Mariatta
2018-12-07
1
-1/+1
*
bpo-35345: Remove platform.popen() (GH-10781)
Victor Stinner
2018-11-29
1
-2/+10
*
Fix a couple documentation typos. (GH-10498)
Windson yang
2018-11-13
1
-1/+1
*
bpo-33695 shutil.copytree() + os.scandir() cache (#7874)
Giampaolo Rodola
2018-11-12
1
-0/+8
*
bpo-24412: Adds cleanUps for setUpClass and setUpModule. (GH-9190)
Lisa Roach
2018-11-09
1
-0/+9
*
Fix markup for xml.sax in 3.8 notes. (GH-9603)
Andrés Delfino
2018-11-07
1
-2/+2
*
bpo-2504: Add pgettext() and variants to gettext. (GH-7253)
Cheryl Sabella
2018-11-07
1
-0/+6
*
bpo-31553: add --json-lines option to json.tool (#10051)
HongWeipeng
2018-11-07
1
-0/+6
*
bpo-34898: Add mtime parameter to gzip.compress(). (GH-9704)
guoci
2018-11-07
1
-0/+7
*
bpo-33462: Add __reversed__ to dict and dict views (GH-6827)
Rémi Lapeyre
2018-11-06
1
-0/+3
*
closes bpo-32285: Add unicodedata.is_normalized. (GH-4806)
Max Bélanger
2018-11-04
1
-0/+7
*
bpo-35110: Fix unintentional spaces around hyphens and dashes. (GH-10231)
Serhiy Storchaka
2018-10-31
5
-16/+18
*
bpo-31680: Add curses.ncurses_version. (GH-4217)
Serhiy Storchaka
2018-10-30
1
-0/+9
*
bpo-33234: Add exact allocation optimization to lists in What's New (GH-10200)
Pablo Galindo
2018-10-28
1
-0/+5
*
bpo-33710: Deprecate l*gettext() and related functions in the gettext module....
Serhiy Storchaka
2018-10-27
1
-0/+17
*
bpo-35042: Use the :pep: role where a PEP is specified (#10036)
Stéphane Wirtel
2018-10-26
4
-16/+16
*
bpo-35044, doc: Use the :exc: role for the exceptions (GH-10037)
Stéphane Wirtel
2018-10-26
3
-3/+3
*
bpo-33899: Mention tokenize behavior change in What's New (GH-10073)
Tal Einat
2018-10-24
3
-0/+21
*
bpo-33073: Rework int.as_integer_ratio() implementation (GH-9303)
Serhiy Storchaka
2018-10-19
1
-2/+2
*
bpo-32912: Replace a DeprecationWarning with a SyntaxWarning (GH-9652)
Serhiy Storchaka
2018-10-19
1
-0/+6
*
bpo-23831: Add moveto method to the tkinter.Canvas widget. (GH-9768)
Juliette Monsel
2018-10-12
1
-0/+4
*
bpo-34829: Add missing selection_ methods to the Tkinter Spinbox. (GH-9617)
Juliette Monsel
2018-10-08
1
-0/+10
*
bpo-34906: Doc: Fix typos (2) (GH-9735)
Stéphane Wirtel
2018-10-06
3
-5/+5
*
bpo-34906: Doc: Fix typos (GH-9712)
Stéphane Wirtel
2018-10-05
1
-1/+1
*
bpo-32892: Use ast.Constant instead of specific constant AST types. (GH-9445)
Serhiy Storchaka
2018-09-27
1
-0/+5
*
bpo-1529353: IDLE - Squeezer What's New for 3.8 (#9572)
Terry Jan Reedy
2018-09-25
1
-0/+14
*
bpo-1529353: IDLE - Squeezer What's New for 3.7.1 (#9568)
Terry Jan Reedy
2018-09-25
1
-2/+11
*
bpo-1529353: IDLE: Squeezer What's New for 3.6.7 (#9567)
Terry Jan Reedy
2018-09-25
1
-2/+11
*
bpo-34687: Make asynico use ProactorEventLoop by default (GH-9538)
Victor Stinner
2018-09-25
1
-0/+5
*
bpo-17239: Disable external entities in SAX parser (GH-9217)
Christian Heimes
2018-09-23
1
-0/+12
*
bpo-34670: Add TLS 1.3 post handshake auth (GH-9460)
Christian Heimes
2018-09-23
1
-1/+8
*
bpo-32117: Iterable unpacking in return and yield documentation (GH-9487)
jChapman
2018-09-23
1
-0/+4
*
bpo-32718: Make Activate.ps1 for venv cross-platform and available on all pla...
Brett Cannon
2018-09-21
1
-1/+8
[next]