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.7.rst
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-31690: Allow the inline flags "a", "L", and "u" to be used as group flags...
Serhiy Storchaka
2017-10-24
1
-0/+7
*
bpo-31664: Add support for the Blowfish method in crypt. (#3854)
Serhiy Storchaka
2017-10-24
1
-0/+6
*
bpo-31812: Add documentation translations to What's New in Python 3.7. (GH-4064)
Julien Palard
2017-10-24
1
-0/+21
*
bpo-31827: Remove os.stat_float_times() (GH-4061)
Victor Stinner
2017-10-24
1
-0/+4
*
bpo-30541: Add new method to seal mocks (GH61923)
Mario Corchero
2017-10-17
1
-0/+5
*
bpo-27867: Add a porting guide for PySlice_GetIndicesEx(). (#1973)
Serhiy Storchaka
2017-10-08
1
-0/+13
*
bpo-28280: Make PyMapping_Keys(), PyMapping_Values() and PyMapping_Items() al...
Oren Milman
2017-10-08
1
-0/+4
*
bpo-25658: Implement PEP 539 for Thread Specific Storage (TSS) API (GH-1362)
Masayuki Yamamoto
2017-10-06
1
-0/+32
*
PEP 553 built-in breakpoint() function (bpo-31353) (#3355)
Barry Warsaw
2017-10-05
1
-0/+19
*
bpo-31671: re: Convert RegexFlag to int before compile (GH-3862)
INADA Naoki
2017-10-05
1
-0/+5
*
bpo-31648: Improve ElementPath (#3835)
scoder
2017-09-30
1
-0/+8
*
bpo-31638: Add compression support to zipapp (GH-3819)
Zhiming Wang
2017-09-29
1
-1/+5
*
bpo-31389 Add an optional `header` argument to pdb.set_trace() (#3438)
Barry Warsaw
2017-09-22
1
-0/+7
*
Fix description in Python 3.7 What's New (#3603)
Paul Romano
2017-09-15
1
-3/+2
*
bpo-31404: Revert "remove modules from Py_InterpreterState (#1638)" (#3565)
Eric Snow
2017-09-14
1
-3/+0
*
bpo-28638: Optimize namedtuple() creation time by minimizing use of exec() (#...
Raymond Hettinger
2017-09-10
1
-0/+6
*
bpo-31344: Per-frame control of trace events (GH-3417)
Nick Coghlan
2017-09-08
1
-0/+12
*
bpo-31370: Remove support for threads-less builds (#3385)
Antoine Pitrou
2017-09-07
1
-0/+3
*
bpo-14191 Add parse_intermixed_args. (#3319)
R. David Murray
2017-09-07
1
-0/+9
*
bpo-28411: Remove "modules" field from Py_InterpreterState. (#1638)
Eric Snow
2017-09-04
1
-0/+3
*
What's New for bpo-1198569 (#3303)
Barry Warsaw
2017-09-04
1
-0/+7
*
bpo-31072: Rename the new filter argument for zipapp.create_archive. (#3049)
Paul Moore
2017-08-26
1
-0/+7
*
Fix typo in 3.7 What's New (GH-3069)
Daniel Himmelstein
2017-08-11
1
-1/+1
*
bpo-30302: Update WhatsNew and documentation. (#2929)
Utkarsh Upadhyay
2017-07-28
1
-0/+3
*
bpo-23451: Fix socket deprecation warnings in socketmodule.c (#2318)
Segev Finer
2017-06-28
1
-0/+4
*
bpo-30362 : Add list options to launcher. (#1578)
Steve (Gadget) Barnes
2017-06-28
1
-0/+15
*
bpo-30708: Check for null characters in PyUnicode_AsWideCharString(). (#2285)
Serhiy Storchaka
2017-06-27
1
-0/+4
*
bpo-30733: Fix typos in "What's New" entry (GH-2414)
Walter Dörwald
2017-06-26
1
-2/+2
*
bpo-21071: struct.Struct.format type is now str (#845)
Victor Stinner
2017-06-23
1
-0/+3
*
bpo-30736: upgrade to Unicode 10.0 (#2344)
Benjamin Peterson
2017-06-23
1
-0/+7
*
Fix typo in 3.7 whatsnew (#2308)
Daniel Porteous
2017-06-21
1
-1/+1
*
bpo-30565: Add PYTHONCOERCECLOCALE=warn runtime flag (GH-2260)
Nick Coghlan
2017-06-18
1
-14/+5
*
bpo-30450: Add NEWS and whatsnew (GH-2236)
Zachary Ware
2017-06-16
1
-0/+6
*
bpo-24744: Raises error in pkgutil.walk_packages if path is str (#1926)
Sanyam Khurana
2017-06-13
1
-0/+4
*
bpo-11822: Improve disassembly to show embedded code objects. (#1844)
Serhiy Storchaka
2017-06-11
1
-0/+8
*
bpo-28180: Implementation for PEP 538 (#659)
Nick Coghlan
2017-06-11
1
-0/+45
*
bpo-30014: make poll-like selector's modify() method faster (#1030)
Giampaolo Rodola
2017-06-09
1
-0/+3
*
bpo-30095: Make CSS classes used by calendar.HTMLCalendar customizable (GH-1439)
Oz N Tiram
2017-06-06
1
-7/+16
*
Doc nits for bpo-16500 (#1841)
Antoine Pitrou
2017-05-28
1
-0/+9
*
bpo-28707: Add the directory parameter to http.server.SimpleHTTPRequestHandle...
Stéphane Wirtel
2017-05-24
1
-0/+5
*
bpo-29196: Removed old-deprecated classes Plist, Dict and _InternalDict (#488)
Serhiy Storchaka
2017-05-15
1
-0/+6
*
bpo-9850: Deprecate the macpath module (#1540)
Victor Stinner
2017-05-15
1
-0/+2
*
bpo-28974: `object.__format__(x, '')` is now equivalent to `str(x)` (#506)
Serhiy Storchaka
2017-05-13
1
-0/+4
*
bpo-30285: Optimize case-insensitive matching and searching (#1482)
Serhiy Storchaka
2017-05-09
1
-0/+4
*
bpo-30024: Circular imports involving absolute imports with binding (#1264)
Serhiy Storchaka
2017-05-09
1
-0/+4
*
bpo-29979: Rewrite cgi.parse_multipart to make it consistent with FieldStorag...
Pierre Quentel
2017-05-08
1
-0/+8
*
bpo-30103: Allow Uuencode in Python using backtick as zero instead of space (...
Xiang Zhang
2017-05-03
1
-0/+14
*
bpo-29679: Implement @contextlib.asynccontextmanager (#360)
Jelle Zijlstra
2017-05-01
1
-0/+6
*
bpo-11913: Add README.rst to the distutils standard READMEs list (#563)
Ryan Gonzalez
2017-04-14
1
-0/+7
*
bpo-29962: add math.remainder (#950)
Mark Dickinson
2017-04-05
1
-0/+6
[next]