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
/
Misc
/
NEWS
Commit message (
Expand
)
Author
Age
Files
Lines
*
Python 3.4.0rc1: Version bump.
v3.4.0rc1
Larry Hastings
2014-02-10
1
-1/+1
*
Issue #20517: Removed unnecessary new (short-lived) functions from PyErr.
Larry Hastings
2014-02-10
1
-4/+2
*
Issue #20530: The signatures for slot builtins have been updated
Larry Hastings
2014-02-10
1
-0/+3
*
Issue #20517: Functions in the os module that accept two filenames
Larry Hastings
2014-02-10
1
-0/+12
*
Issue #20437: Fixed 22 potential bugs when deleting objects references.
Serhiy Storchaka
2014-02-09
1
-0/+2
|
\
|
*
Issue #20437: Fixed 21 potential bugs when deleting objects references.
Serhiy Storchaka
2014-02-09
1
-0/+2
*
|
Issue #20530: Argument Clinic's signature format has been revised again.
Larry Hastings
2014-02-09
1
-4/+10
*
|
Close #20500: Don't trigger PyObject_Str assertion at shutdown
Nick Coghlan
2014-02-09
1
-1/+4
*
|
Close #20563: Declare ipaddress API stable
Nick Coghlan
2014-02-08
1
-0/+2
*
|
Merge: #14983: always add a line end after a MIME boundary marker.
R David Murray
2014-02-08
1
-0/+4
|
\
\
|
|
/
|
*
#14983: always add a line end after a MIME boundary marker.
R David Murray
2014-02-08
1
-0/+4
*
|
Issue #20540: Fix a performance regression (vs. Python 3.2) when layering a m...
Antoine Pitrou
2014-02-08
1
-0/+5
|
\
\
|
|
/
|
*
Issue #20540: Fix a performance regression (vs. Python 3.2) when layering a m...
Antoine Pitrou
2014-02-08
1
-0/+5
*
|
Merge: #16983: Apply postel's law to encoded words inside quoted strings.
R David Murray
2014-02-08
1
-0/+3
|
\
\
|
|
/
|
*
#16983: Apply postel's law to encoded words inside quoted strings.
R David Murray
2014-02-08
1
-0/+3
*
|
Merge #19772: Do not mutate message when downcoding to 7bit.
R David Murray
2014-02-08
1
-0/+3
|
\
\
|
|
/
|
*
#19772: Do not mutate message when downcoding to 7bit.
R David Murray
2014-02-08
1
-0/+3
*
|
Issue #20406: Use Python application icons for Idle window title bars.
Terry Jan Reedy
2014-02-08
1
-0/+3
|
\
\
|
|
/
|
*
Issue #20406: Use Python application icons for Idle window title bars.
Terry Jan Reedy
2014-02-08
1
-0/+3
*
|
Close #20536: correctly handle Decimal exponents in statistics
Nick Coghlan
2014-02-08
1
-0/+3
*
|
Merge #18805 NEWS fix from 3.3
Nick Coghlan
2014-02-08
1
-1/+1
|
\
\
|
|
/
|
*
Fix #18805 NEWS entry
Nick Coghlan
2014-02-08
1
-1/+1
*
|
Merge fix for #18805 from 3.3
Nick Coghlan
2014-02-08
1
-0/+3
|
\
\
|
|
/
|
*
Issue #18805: better netmask validation in ipaddress
Nick Coghlan
2014-02-08
1
-0/+3
*
|
Issue #20538: UTF-7 incremental decoder produced inconsistant string when
Serhiy Storchaka
2014-02-08
1
-0/+3
|
\
\
|
|
/
|
*
Issue #20538: UTF-7 incremental decoder produced inconsistant string when
Serhiy Storchaka
2014-02-08
1
-0/+3
*
|
Close #20481: Disallow mixed type input in statistics
Nick Coghlan
2014-02-08
1
-0/+6
*
|
Issue #20478: avoid special casing Counter in statistics
Nick Coghlan
2014-02-08
1
-0/+3
*
|
More asyncio news.
Guido van Rossum
2014-02-08
1
-4/+10
*
|
Merge: #17369: Improve handling of broken RFC2231 values in get_filename.
R David Murray
2014-02-07
1
-0/+4
|
\
\
|
|
/
|
*
#17369: Improve handling of broken RFC2231 values in get_filename.
R David Murray
2014-02-07
1
-0/+4
|
*
#20013: don't raise socket error when selected mailbox deleted.
R David Murray
2014-02-07
1
-0/+4
*
|
#20013: don't raise socket error when selected mailbox deleted.
R David Murray
2014-02-07
1
-0/+4
*
|
#20531: Apply the 3.3 version of the #19063 fix.
R David Murray
2014-02-07
1
-0/+4
*
|
#20476: use EmailMessage as factory if non-compat32 policy is used.
R David Murray
2014-02-07
1
-0/+4
*
|
Issue #20532: Tests which use _testcapi now are marked as CPython only.
Serhiy Storchaka
2014-02-07
1
-0/+2
|
\
\
|
|
/
|
*
Issue #20532: Tests which use _testcapi now are marked as CPython only.
Serhiy Storchaka
2014-02-07
1
-0/+2
*
|
Merge for issue #20488
Brett Cannon
2014-02-06
1
-0/+3
|
\
\
|
|
/
|
*
Issue #20488: Update docs to say importlib is *the* implementaiton of
Brett Cannon
2014-02-06
1
-0/+3
*
|
Issue #6386: When executing a script that's a symlink, the directory
Brett Cannon
2014-02-06
1
-0/+7
*
|
Issue #14455: fix handling of unsigned long long values for binary plist files
Ronald Oussoren
2014-02-06
1
-0/+4
*
|
Issue #19920: TarFile.list() no longer fails when outputs a listing
Serhiy Storchaka
2014-02-05
1
-0/+5
|
\
\
|
|
/
|
*
Issue #19920: TarFile.list() no longer fails when outputs a listing
Serhiy Storchaka
2014-02-05
1
-0/+5
*
|
Issue #20465: Update SQLite shipped with OS X installer to 3.8.3.
Ned Deily
2014-02-05
1
-0/+5
*
|
Issue #20515: Fix NULL pointer dereference introduced by issue #20368
Christian Heimes
2014-02-04
1
-0/+2
|
\
\
|
|
/
|
*
Issue #20515: Fix NULL pointer dereference introduced by issue #20368
Christian Heimes
2014-02-04
1
-0/+2
*
|
merge 3.3 (#19186)
Benjamin Peterson
2014-02-04
1
-0/+2
|
\
\
|
|
/
|
*
restore namespacing of pyexpat symbols (closes #19186)
Benjamin Peterson
2014-02-04
1
-0/+2
*
|
Close #20053: ignore default pip config settings
Nick Coghlan
2014-02-04
1
-0/+3
*
|
Close #20404: blacklist non-text encodings in io.TextIOWrapper
Nick Coghlan
2014-02-04
1
-0/+6
[next]