summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
Commit message (Expand)AuthorAgeFilesLines
* Issue #20226: Major improvements to Argument Clinic.Larry Hastings2014-01-161-0/+3
* Issue #19936: Added executable bits or shebang lines to Python scripts whichSerhiy Storchaka2014-01-161-0/+6
|\
| * Issue #19936: Added executable bits or shebang lines to Python scripts whichSerhiy Storchaka2014-01-161-0/+6
* | Issue #14455: Fix some issues with plistlibRonald Oussoren2014-01-151-0/+2
* | Issue #20268: Argument Clinic now supports cloning the parametersLarry Hastings2014-01-151-0/+3
* | Issue #20255: Update the about and bugs pages.Zachary Ware2014-01-141-0/+2
|\ \ | |/
| * Issue #20255: Update the about and bugs pages.Zachary Ware2014-01-141-0/+2
* | Closes #20253: Merge typo fixZachary Ware2014-01-141-0/+3
|\ \ | |/
| * Issue #20253: Fixed a typo in the ipaddress docs that advertised anZachary Ware2014-01-141-0/+3
| * merge 3.2 (#20246)Benjamin Peterson2014-01-141-0/+2
| |\
| | * complain when nbytes > buflen to fix possible buffer overflow (closes #20246)Benjamin Peterson2014-01-141-0/+2
* | | merge 3.3 (#20246)Benjamin Peterson2014-01-141-0/+2
* | | Closes #20242: Merged fix from 3.3.Vinay Sajip2014-01-131-0/+3
|\ \ \ | |/ /
| * | Issue #20242: Fixed basicConfig() format strings for the alternative formatti...Vinay Sajip2014-01-131-0/+3
* | | Issue #20229: Avoid plistlib deprecation warning in platform.mac_ver().Ned Deily2014-01-131-0/+2
* | | Merge #20206, #5803: more efficient algorithm that doesn't truncate output.R David Murray2014-01-131-0/+4
|\ \ \ | |/ /
| * | #20206, #5803: more efficient algorithm that doesn't truncate output.R David Murray2014-01-131-0/+4
* | | merge from 3.3Senthil Kumaran2014-01-131-0/+3
|\ \ \ | |/ /
| * | Issue #19082: Working xmlrpc.server and xmlrpc.client examples. Both in modul...Senthil Kumaran2014-01-131-0/+3
* | | Issue #20228: Argument Clinic now has special support for class specialLarry Hastings2014-01-121-0/+3
* | | Issue #20214: Fixed a number of small issues and documentation errors inLarry Hastings2014-01-121-0/+3
* | | Issue #20196: Fixed a bug where Argument Clinic did not generate correctLarry Hastings2014-01-121-0/+4
* | | Issue #20138: The wsgiref.application_uri() and wsgiref.request_uri()Serhiy Storchaka2014-01-121-0/+3
|\ \ \ | |/ /
| * | Issue #20138: The wsgiref.application_uri() and wsgiref.request_uri()Serhiy Storchaka2014-01-121-0/+3
* | | Fixed incorrect merge in 1638360eea41.Serhiy Storchaka2014-01-121-5/+1
* | | Issue19995: issue deprecation warning for non-integer values to %c, %o, %x, %XEthan Furman2014-01-121-2/+2
* | | merge from 3.3Senthil Kumaran2014-01-121-0/+7
|\ \ \ | |/ /
| * | Issue #19092 - Raise a correct exception when cgi.FieldStorage is given anSenthil Kumaran2014-01-121-0/+3
| * | fix build when SCHED_SPORADIC is defined (closes #20217)Benjamin Peterson2014-01-101-0/+2
* | | Issue #19804: The test_find_mac test in test_uuid is now skipped if theSerhiy Storchaka2014-01-101-0/+3
|\ \ \ | |/ /
| * | Issue #19804: The test_find_mac test in test_uuid is now skipped if theSerhiy Storchaka2014-01-101-0/+3
* | | Issue #19886: Use better estimated memory requirements for bigmem tests.Serhiy Storchaka2014-01-101-0/+5
|\ \ \ | |/ /
| * | Issue #19886: Use better estimated memory requirements for bigmem tests.Serhiy Storchaka2014-01-101-0/+2
* | | Issue #20152: import.c now uses Argument Clinic.Brett Cannon2014-01-101-0/+2
* | | Issue #13107: argparse and optparse no longer raises an exception when outputSerhiy Storchaka2014-01-091-0/+4
|\ \ \ | |/ /
| * | Issue #13107: argparse and optparse no longer raises an exception when outputSerhiy Storchaka2014-01-091-0/+4
* | | Issue #20207: Always disable SSLv2 except when PROTOCOL_SSLv2 is explicitly a...Antoine Pitrou2014-01-091-0/+3
|\ \ \ | |/ /
| * | Issue #20207: Always disable SSLv2 except when PROTOCOL_SSLv2 is explicitly a...Antoine Pitrou2014-01-091-0/+3
* | | Issue #18960: Fix bugs with Python source code encoding in the second line.Serhiy Storchaka2014-01-091-0/+20
|\ \ \ | |/ /
| * | Issue #18960: Fix bugs with Python source code encoding in the second line.Serhiy Storchaka2014-01-091-0/+20
* | | Issue #20078: Reading malformed zipfiles no longer hangs with 100% CPUSerhiy Storchaka2014-01-091-0/+3
|\ \ \ | |/ /
| * | Issue #20078: Reading malformed zipfiles no longer hangs with 100% CPUSerhiy Storchaka2014-01-091-0/+3
* | | whatsnew: InspectLoader.get_code now concrete, b32decode raises binascii.Error.R David Murray2014-01-081-2/+2
* | | Merge: Fix verb tense in base64 docs, and the phrasing of a news entry.R David Murray2014-01-081-3/+3
|\ \ \ | |/ /
| * | Fix verb tense in base64 docs, and the phrasing of a news entry.R David Murray2014-01-081-3/+3
* | | whatsnew: FileIO.readall performance, os.cpu_count.R David Murray2014-01-081-4/+6
* | | (Merge 3.3) Issue #20113: os.readv() and os.writev() now raise an OSErrorVictor Stinner2014-01-081-0/+3
|\ \ \ | |/ /
| * | Issue #20113: os.readv() and os.writev() now raise an OSError exception onVictor Stinner2014-01-081-0/+3
* | | Fixes issue #19081: When a zipimport .zip file in sys.path being imported fromGregory P. Smith2014-01-081-0/+5
|\ \ \ | |/ /
| * | Fixes Issue #19081: When a zipimport .zip file in sys.path being imported fromGregory P. Smith2014-01-081-0/+5