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
*
Merge #15543: glossary entry for and 'universal newlines', and links to it.
R David Murray
2012-08-15
4
-13/+26
|
\
|
*
#15543: reflow paragraphs.
R David Murray
2012-08-15
2
-13/+12
|
*
#15543: glossary entry for and 'universal newlines', and links to it.
R David Murray
2012-08-15
4
-5/+19
*
|
Mention PEP 362: Function Signature Object in whatsnew.
Andrew Svetlov
2012-08-13
1
-0/+17
*
|
Issue #15527: fix docs, remove double parens by changing markup.
Andrew Svetlov
2012-08-11
7
-92/+92
*
|
Issue #15444: Use proper spelling for non-ASCII contributor names.
Antoine Pitrou
2012-08-11
3
-11/+11
|
\
\
|
|
/
|
*
Issue #15444: Use proper spelling for non-ASCII contributor names.
Antoine Pitrou
2012-08-11
3
-11/+11
*
|
Fix markup errors and update pydoc topics.
Georg Brandl
2012-08-11
1
-1/+1
*
|
Issue #15610: The PyImport_ImportModuleEx macro now calls
Brett Cannon
2012-08-10
1
-0/+5
*
|
Add description of major changes in xml.etree.ElementTree to whatsnew/3.3
Eli Bendersky
2012-08-09
1
-0/+12
*
|
What's New in Python 3.3: Split improved and new modules, start to write a su...
Victor Stinner
2012-08-05
1
-45/+60
*
|
Complete What's New in Python 3.3.
Victor Stinner
2012-08-05
1
-18/+81
*
|
Issue #15548: Update and complete What's New in Python 3.3, especially the "o...
Victor Stinner
2012-08-05
1
-73/+82
*
|
Update the What's New details for importlib based on doc/ABC changes.
Brett Cannon
2012-08-02
1
-5/+19
*
|
Address substantially all of Eric Snow's comments in issue #15295, except for
Barry Warsaw
2012-07-30
1
-0/+2
*
|
Update the pkgutil porting section in What's New. This should cause significa...
Nick Coghlan
2012-07-15
1
-5/+7
*
|
Issue #15167 (as part of #13959): imp.get_magic() is no implemented in
Brett Cannon
2012-07-09
1
-0/+3
*
|
Add a note about pkgutil and how some things do not work in the face of PEP 3...
Brett Cannon
2012-07-09
1
-1/+7
*
|
Add a blurb about PEP 412
Antoine Pitrou
2012-07-07
1
-0/+12
*
|
Added hmac.compare_digest to whatsnew
Christian Heimes
2012-06-26
1
-0/+9
*
|
3.3 whatsnew: Comment out the section about new POSIX *at functions etc.; has...
Georg Brandl
2012-06-26
1
-68/+70
*
|
What's new: Add myself as the contributor of issue 12170
Petri Lehtinen
2012-06-26
1
-1/+1
*
|
Add a couple of what's new entries.
Antoine Pitrou
2012-06-24
1
-0/+13
*
|
Fix statement.
Antoine Pitrou
2012-06-24
1
-2/+1
*
|
Alpha -> Beta
Georg Brandl
2012-06-24
1
-1/+1
*
|
Issue #4489: Rename the feature marker for the symlink resistant rmtree and s...
Nick Coghlan
2012-06-24
1
-0/+5
*
|
Remove packaging from the standard library.
Éric Araujo
2012-06-24
1
-29/+18
*
|
Close #15153: Added inspect.getgeneratorlocals to simplify whitebox testing o...
Nick Coghlan
2012-06-23
1
-0/+7
*
|
Close #13062: Add inspect.getclosurevars to simplify testing stateful closures
Nick Coghlan
2012-06-23
1
-0/+10
*
|
Mention the UTF-16 encoding speedup in the whatsnew (issue #15026).
Antoine Pitrou
2012-06-15
1
-2/+4
*
|
Close #13857: Added textwrap.indent() function (initial patch by Ezra
Nick Coghlan
2012-06-11
1
-0/+8
*
|
Update pydoc topics and fix new suspicious markup.
Georg Brandl
2012-05-30
1
-1/+1
*
|
#12586: Expand What's New email entry with provisional policy features.
R David Murray
2012-05-26
1
-0/+96
*
|
#14731: add preliminary What's New entry for policy framework.
R David Murray
2012-05-25
1
-0/+55
*
|
Placeholder in What's New for the major packaging infrastructure changes
Nick Coghlan
2012-05-25
1
-0/+20
*
|
Fix typo
Nick Coghlan
2012-05-22
1
-1/+1
*
|
Remove outdated statement.
Antoine Pitrou
2012-05-21
1
-5/+0
*
|
Close #13585: add contextlib.ExitStack to replace the ill-fated contextlib.ne...
Nick Coghlan
2012-05-21
1
-0/+15
*
|
Issue #14814: addition of the ipaddress module (stage 1 - code and tests)
Nick Coghlan
2012-05-20
1
-0/+9
*
|
Close #14588: added a PEP 3115 compliant dynamic type creation mechanism
Nick Coghlan
2012-05-19
1
-0/+4
*
|
Add a mention of the new import locks in whatsnew.
Antoine Pitrou
2012-05-17
1
-0/+17
*
|
Add mention of decoding optimizations in the what's new document.
Antoine Pitrou
2012-05-17
1
-0/+4
*
|
#14807: move undocumented tarfile.filemode() to stat.filemode(). Add tarfile....
Giampaolo Rodola'
2012-05-15
1
-0/+8
*
|
Issue #14417: Mutating a dict during lookup now restarts the lookup instead o...
Antoine Pitrou
2012-05-13
1
-7/+0
*
|
Add some whatsnew entries
Antoine Pitrou
2012-05-04
1
-0/+55
*
|
Write the What's New for the importlib stuff.
Brett Cannon
2012-04-30
1
-0/+122
*
|
Close #14309: Deprecate time.clock()
Victor Stinner
2012-04-29
1
-0/+3
*
|
Issue #14428, #14397: Implement the PEP 418
Victor Stinner
2012-04-29
1
-5/+13
*
|
Issue #14386: Expose the dict_proxy internal type as types.MappingProxyType
Victor Stinner
2012-04-15
1
-0/+7
*
|
_decimal is now 100x faster than the Python version in the pi benchmark.
Stefan Krah
2012-04-09
1
-2/+2
[next]