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
*
Issue #20226: Major improvements to Argument Clinic.
Larry Hastings
2014-01-16
1
-0/+3
*
Issue #19936: Added executable bits or shebang lines to Python scripts which
Serhiy Storchaka
2014-01-16
1
-0/+6
|
\
|
*
Issue #19936: Added executable bits or shebang lines to Python scripts which
Serhiy Storchaka
2014-01-16
1
-0/+6
*
|
Issue #14455: Fix some issues with plistlib
Ronald Oussoren
2014-01-15
1
-0/+2
*
|
Issue #20268: Argument Clinic now supports cloning the parameters
Larry Hastings
2014-01-15
1
-0/+3
*
|
Issue #20255: Update the about and bugs pages.
Zachary Ware
2014-01-14
1
-0/+2
|
\
\
|
|
/
|
*
Issue #20255: Update the about and bugs pages.
Zachary Ware
2014-01-14
1
-0/+2
*
|
Closes #20253: Merge typo fix
Zachary Ware
2014-01-14
1
-0/+3
|
\
\
|
|
/
|
*
Issue #20253: Fixed a typo in the ipaddress docs that advertised an
Zachary Ware
2014-01-14
1
-0/+3
|
*
merge 3.2 (#20246)
Benjamin Peterson
2014-01-14
1
-0/+2
|
|
\
|
|
*
complain when nbytes > buflen to fix possible buffer overflow (closes #20246)
Benjamin Peterson
2014-01-14
1
-0/+2
*
|
|
merge 3.3 (#20246)
Benjamin Peterson
2014-01-14
1
-0/+2
*
|
|
Closes #20242: Merged fix from 3.3.
Vinay Sajip
2014-01-13
1
-0/+3
|
\
\
\
|
|
/
/
|
*
|
Issue #20242: Fixed basicConfig() format strings for the alternative formatti...
Vinay Sajip
2014-01-13
1
-0/+3
*
|
|
Issue #20229: Avoid plistlib deprecation warning in platform.mac_ver().
Ned Deily
2014-01-13
1
-0/+2
*
|
|
Merge #20206, #5803: more efficient algorithm that doesn't truncate output.
R David Murray
2014-01-13
1
-0/+4
|
\
\
\
|
|
/
/
|
*
|
#20206, #5803: more efficient algorithm that doesn't truncate output.
R David Murray
2014-01-13
1
-0/+4
*
|
|
merge from 3.3
Senthil Kumaran
2014-01-13
1
-0/+3
|
\
\
\
|
|
/
/
|
*
|
Issue #19082: Working xmlrpc.server and xmlrpc.client examples. Both in modul...
Senthil Kumaran
2014-01-13
1
-0/+3
*
|
|
Issue #20228: Argument Clinic now has special support for class special
Larry Hastings
2014-01-12
1
-0/+3
*
|
|
Issue #20214: Fixed a number of small issues and documentation errors in
Larry Hastings
2014-01-12
1
-0/+3
*
|
|
Issue #20196: Fixed a bug where Argument Clinic did not generate correct
Larry Hastings
2014-01-12
1
-0/+4
*
|
|
Issue #20138: The wsgiref.application_uri() and wsgiref.request_uri()
Serhiy Storchaka
2014-01-12
1
-0/+3
|
\
\
\
|
|
/
/
|
*
|
Issue #20138: The wsgiref.application_uri() and wsgiref.request_uri()
Serhiy Storchaka
2014-01-12
1
-0/+3
*
|
|
Fixed incorrect merge in 1638360eea41.
Serhiy Storchaka
2014-01-12
1
-5/+1
*
|
|
Issue19995: issue deprecation warning for non-integer values to %c, %o, %x, %X
Ethan Furman
2014-01-12
1
-2/+2
*
|
|
merge from 3.3
Senthil Kumaran
2014-01-12
1
-0/+7
|
\
\
\
|
|
/
/
|
*
|
Issue #19092 - Raise a correct exception when cgi.FieldStorage is given an
Senthil Kumaran
2014-01-12
1
-0/+3
|
*
|
fix build when SCHED_SPORADIC is defined (closes #20217)
Benjamin Peterson
2014-01-10
1
-0/+2
*
|
|
Issue #19804: The test_find_mac test in test_uuid is now skipped if the
Serhiy Storchaka
2014-01-10
1
-0/+3
|
\
\
\
|
|
/
/
|
*
|
Issue #19804: The test_find_mac test in test_uuid is now skipped if the
Serhiy Storchaka
2014-01-10
1
-0/+3
*
|
|
Issue #19886: Use better estimated memory requirements for bigmem tests.
Serhiy Storchaka
2014-01-10
1
-0/+5
|
\
\
\
|
|
/
/
|
*
|
Issue #19886: Use better estimated memory requirements for bigmem tests.
Serhiy Storchaka
2014-01-10
1
-0/+2
*
|
|
Issue #20152: import.c now uses Argument Clinic.
Brett Cannon
2014-01-10
1
-0/+2
*
|
|
Issue #13107: argparse and optparse no longer raises an exception when output
Serhiy Storchaka
2014-01-09
1
-0/+4
|
\
\
\
|
|
/
/
|
*
|
Issue #13107: argparse and optparse no longer raises an exception when output
Serhiy Storchaka
2014-01-09
1
-0/+4
*
|
|
Issue #20207: Always disable SSLv2 except when PROTOCOL_SSLv2 is explicitly a...
Antoine Pitrou
2014-01-09
1
-0/+3
|
\
\
\
|
|
/
/
|
*
|
Issue #20207: Always disable SSLv2 except when PROTOCOL_SSLv2 is explicitly a...
Antoine Pitrou
2014-01-09
1
-0/+3
*
|
|
Issue #18960: Fix bugs with Python source code encoding in the second line.
Serhiy Storchaka
2014-01-09
1
-0/+20
|
\
\
\
|
|
/
/
|
*
|
Issue #18960: Fix bugs with Python source code encoding in the second line.
Serhiy Storchaka
2014-01-09
1
-0/+20
*
|
|
Issue #20078: Reading malformed zipfiles no longer hangs with 100% CPU
Serhiy Storchaka
2014-01-09
1
-0/+3
|
\
\
\
|
|
/
/
|
*
|
Issue #20078: Reading malformed zipfiles no longer hangs with 100% CPU
Serhiy Storchaka
2014-01-09
1
-0/+3
*
|
|
whatsnew: InspectLoader.get_code now concrete, b32decode raises binascii.Error.
R David Murray
2014-01-08
1
-2/+2
*
|
|
Merge: Fix verb tense in base64 docs, and the phrasing of a news entry.
R David Murray
2014-01-08
1
-3/+3
|
\
\
\
|
|
/
/
|
*
|
Fix verb tense in base64 docs, and the phrasing of a news entry.
R David Murray
2014-01-08
1
-3/+3
*
|
|
whatsnew: FileIO.readall performance, os.cpu_count.
R David Murray
2014-01-08
1
-4/+6
*
|
|
(Merge 3.3) Issue #20113: os.readv() and os.writev() now raise an OSError
Victor Stinner
2014-01-08
1
-0/+3
|
\
\
\
|
|
/
/
|
*
|
Issue #20113: os.readv() and os.writev() now raise an OSError exception on
Victor Stinner
2014-01-08
1
-0/+3
*
|
|
Fixes issue #19081: When a zipimport .zip file in sys.path being imported from
Gregory P. Smith
2014-01-08
1
-0/+5
|
\
\
\
|
|
/
/
|
*
|
Fixes Issue #19081: When a zipimport .zip file in sys.path being imported from
Gregory P. Smith
2014-01-08
1
-0/+5
[next]