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
...
*
|
Issue 24454: Added whatsnew entry, removed __getitem__ from match_methods. Th...
Eric V. Smith
2016-09-11
1
-0/+4
*
|
Issue #10740: sqlite3 no longer implicitly commit an open transaction before ...
Berker Peksag
2016-09-11
1
-0/+3
*
|
Issue #22493: Inline flags now should be used only at the start of the
Serhiy Storchaka
2016-09-11
1
-0/+9
*
|
Issue #26885: xmlrpc now supports unmarshalling additional data types used
Serhiy Storchaka
2016-09-11
1
-0/+8
*
|
Issue #26900: Excluded underscored names and other private API from limited API.
Serhiy Storchaka
2016-09-11
1
-2/+1
*
|
fix link to instrumentation
Benjamin Peterson
2016-09-11
1
-1/+1
*
|
Merge spelling fixes from 3.5
Martin Panter
2016-09-10
1
-2/+2
|
\
\
|
|
/
|
*
Correct spelling in documentation and code comment
Martin Panter
2016-09-10
1
-2/+2
*
|
Issue #17909: Accept binary input in json.loads
Nick Coghlan
2016-09-10
1
-0/+8
*
|
Actually fix suspicious markup, I ignored it too readily
Zachary Ware
2016-09-10
1
-1/+1
*
|
DTrace support: function calls, GC activity, line execution
Łukasz Langa
2016-09-10
1
-0/+25
*
|
Closes #27976: Deprecate bundled full copy of libffi
Zachary Ware
2016-09-10
1
-0/+10
*
|
#20476: add a message_factory policy attribute to email.
R David Murray
2016-09-09
1
-0/+7
*
|
Add links from whatsnew to Windows docs.
Steve Dower
2016-09-09
1
-2/+5
*
|
Merge heads
Serhiy Storchaka
2016-09-09
1
-0/+28
|
\
\
|
*
|
Adds search path changes to whatsnew/3.6.rst
Steve Dower
2016-09-09
1
-0/+5
|
*
|
Issue #26331: Implement the parsing part of PEP 515.
Brett Cannon
2016-09-09
1
-0/+23
*
|
|
Issue #433028: Added support of modifier spans in regular expressions.
Serhiy Storchaka
2016-09-09
1
-0/+9
|
/
/
*
|
Add tix deprecation to whatsnew
Zachary Ware
2016-09-09
1
-0/+3
*
|
merge 3.5 (#28051)
Benjamin Peterson
2016-09-09
1
-5/+6
|
\
\
|
|
/
|
*
repair errors in (set|get)_task_factory note (#28051)
Benjamin Peterson
2016-09-09
1
-5/+6
|
*
Issue #27895: Spelling fixes (Contributed by Ville Skyttä).
Martin Panter
2016-09-07
1
-1/+1
*
|
Doc updates for PEPs 520 and 468.
Eric Snow
2016-09-09
1
-9/+19
*
|
Mention how requiring ordered dicts breaks backwards-compatibility.
Brett Cannon
2016-09-09
1
-1/+3
*
|
Mention that the order-preserving aspect of the new dict
Brett Cannon
2016-09-09
1
-1/+8
*
|
Add a few big-ticket items to What's new in 3.6.
Guido van Rossum
2016-09-09
1
-0/+12
*
|
credit Raymond
Benjamin Peterson
2016-09-09
1
-1/+3
*
|
Add policy keyword to email.generator.DecodedGenerator.
R David Murray
2016-09-08
1
-0/+4
*
|
Issue #1602: Windows console doesn't input or print Unicode (PEP 528)
Steve Dower
2016-08-31
1
-0/+19
*
|
Add a new private version to the builtin dict type
Victor Stinner
2016-09-08
1
-0/+10
*
|
#27364: Deprecate invalid escape strings in str/byutes.
R David Murray
2016-09-08
1
-0/+5
*
|
make some peps high level sections
Benjamin Peterson
2016-09-08
1
-4/+4
*
|
Issue #28027: Remove Lib/plat-* files
Zachary Ware
2016-09-08
1
-0/+7
*
|
fix pep role
Benjamin Peterson
2016-09-08
1
-1/+1
*
|
Issue #27781: Change file system encoding on Windows to UTF-8 (PEP 529)
Steve Dower
2016-09-08
1
-0/+29
*
|
add a note about c99
Benjamin Peterson
2016-09-08
1
-0/+3
*
|
improve compact dict changelog
Benjamin Peterson
2016-09-08
1
-4/+4
*
|
Implement compact dict
Victor Stinner
2016-09-08
1
-0/+5
*
|
#24277: Fix 3.4 whats new link broken by email doc changes.
R David Murray
2016-09-08
1
-1/+1
*
|
Issue #26667: Add path-like object support to importlib.util.
Brett Cannon
2016-09-08
1
-2/+10
*
|
#24277: What's New and news entries for previous commit.
R David Murray
2016-09-08
1
-0/+5
*
|
Issue #15767: Use ModuleNotFoundError.
Eric Snow
2016-09-07
1
-0/+7
*
|
#27331: add policy keyword argument to all MIME subclasses.
R David Murray
2016-09-07
1
-0/+7
*
|
Add the co_extra field and accompanying APIs to code objects.
Brett Cannon
2016-09-07
1
-1/+2
*
|
Issue #26032: Optimized globbing in pathlib by using os.scandir(); it is now
Serhiy Storchaka
2016-09-07
1
-0/+3
*
|
Issue #27731: Opt-out of MAX_PATH on Windows 10
Steve Dower
2016-09-07
1
-1/+4
*
|
Issue #6135: Adds encoding and errors parameters to subprocess
Steve Dower
2016-09-07
1
-0/+3
*
|
Issue #27959: Updates NEWS and whatsnew
Steve Dower
2016-09-07
1
-0/+6
*
|
Issue #27182: Add support for path-like objects to PyUnicode_FSDecoder().
Brett Cannon
2016-09-07
1
-7/+11
*
|
Issue #26359: Add the --with-optimizations configure flag.
Brett Cannon
2016-09-07
1
-0/+4
[prev]
[next]