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.3.rst
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
|
*
|
|
mention new MLSD support for ftplib in 3.3 whatsnew
Giampaolo Rodola'
2012-09-25
1
-5/+10
|
|
|
|
/
|
|
|
/
|
|
|
*
|
fix contextlib.ExitStack typo in 3.3's whatsnew.rst
Giampaolo Rodola'
2012-09-25
1
-1/+1
|
|
|
/
|
|
*
Close #16022: What's New in Python 3.3 document is no more at beta stage
Victor Stinner
2012-09-24
1
-4/+0
|
|
*
Add What's New entries for some minor work I did in 3.3.
Larry Hastings
2012-09-21
1
-1/+12
|
|
*
Fix rst markup.
Ezio Melotti
2012-09-20
1
-3/+3
|
|
*
What's New in Python 3.3: mention unittest.mock
Victor Stinner
2012-09-18
1
-1/+2
|
|
*
Issue #15814: Update whatsnew to the current state of hashing memoryviews.
Stefan Krah
2012-09-08
1
-3/+2
|
|
*
add whatsnew entry for PEP 421
Eric Snow
2012-09-06
1
-0/+35
|
|
*
Add missing unit.
Stefan Krah
2012-09-01
1
-1/+1
|
|
*
Compile _decimal without asserts and update benchmark results.
Stefan Krah
2012-09-01
1
-1/+1
|
|
*
Closes #10650: Deprecate the watchexp parameter of Decimal.quantize().
Stefan Krah
2012-08-30
1
-0/+4
*
|
|
Add smtpd changes to whatsnew, and integrate 'other' section.
R David Murray
2012-09-29
1
-13/+28
*
|
|
Remove visible XXX in What's New.
R David Murray
2012-09-29
1
-1/+1
*
|
|
Document the addition of 'quote' to shlex in What's New.
R David Murray
2012-09-29
1
-1/+9
|
/
/
*
|
Update release date in whatsnew document.
Georg Brandl
2012-09-29
1
-0/+1
*
|
Close #16022: What's New in Python 3.3 document is no more at beta stage
Victor Stinner
2012-09-24
1
-4/+0
*
|
Add What's New entries for some minor work I did in 3.3.
Larry Hastings
2012-09-21
1
-1/+12
*
|
Issue #15814: Update whatsnew to the current state of hashing memoryviews.
v3.3.0rc2
Stefan Krah
2012-09-08
1
-3/+2
*
|
Closes #10650: Deprecate the watchexp parameter of Decimal.quantize().
Stefan Krah
2012-08-30
1
-0/+4
*
|
Add missing unit.
Stefan Krah
2012-09-01
1
-1/+1
*
|
Compile _decimal without asserts and update benchmark results.
Stefan Krah
2012-09-01
1
-1/+1
|
/
*
Close #15573: use value-based memoryview comparisons (patch by Stefan Krah)
Nick Coghlan
2012-08-25
1
-1/+6
*
Issue #13072: The array module's 'u' format code is now deprecated and
Stefan Krah
2012-08-24
1
-0/+7
*
Suggested a whatsnew item
Alexander Belopolsky
2012-08-23
1
-1/+3
*
Improve the pyvenv entry
Antoine Pitrou
2012-08-20
1
-7/+16
*
Improved summary section in whatsnew
Antoine Pitrou
2012-08-20
1
-7/+41
*
Close #4966: revamp the sequence docs in order to better explain the state of...
Nick Coghlan
2012-08-20
1
-1/+4
*
Mention PEP 362: Function Signature Object in whatsnew.
Andrew Svetlov
2012-08-13
1
-0/+17
*
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
[prev]
[next]