summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
Commit message (Expand)AuthorAgeFilesLines
...
* | 2.7.8 news sectionBenjamin Peterson2014-05-221-0/+12
|/
* bump to 2.7.7rc1v2.7.7rc1Benjamin Peterson2014-05-181-3/+3
* support pep 3118 format strings for ctypes objects with nontrivial shapes (cl...Benjamin Peterson2014-05-171-0/+3
* reindent for consistencyBenjamin Peterson2014-05-171-3/+3
* Document changes to OS X installer configurations for 2.7.7.Ned Deily2014-05-171-0/+14
* Backport Fix for Issue #7776: Fix ``Host:'' header and reconnection when usin...Senthil Kumaran2014-05-171-0/+4
* Issue #21470: Do a better job seeding the random number generatorRaymond Hettinger2014-05-141-0/+3
* Issue 21469: Mitigate risk of false positives with robotparser.Raymond Hettinger2014-05-131-0/+4
* Issue #18104: Add idlelib/idle_test/htest.py with a few sample tests to beginTerry Jan Reedy2014-05-121-0/+4
* backport hmac.compare_digest to partially implement PEP 466 (closes #21306)Benjamin Peterson2014-05-111-0/+3
* Backport 4e9f1017355f from #3561.Brian Curtin2014-05-101-0/+4
* Issue #21350: Fix file.writelines() to accept arbitrary buffer objects, as ad...Antoine Pitrou2014-05-081-0/+3
* - Issue #17752: Fix distutils tests when run from the installed location.doko@ubuntu.com2014-05-071-0/+2
* Issue #18604: Consolidated checks for GUI availability.Zachary Ware2014-05-021-0/+4
* Issue #21321: itertools.islice() now releases the reference to the source ite...Antoine Pitrou2014-04-291-0/+3
* Issue #9291 Add ACKS & NEWSTim Golden2014-04-271-0/+3
* Add NEWS entry for issue21349Tim Golden2014-04-261-0/+3
* Issue #21303, #20565: Updated the version of Tcl/Tk used on WindowsZachary Ware2014-04-221-0/+6
* Issue #21138: Change default reformat paragraph width to PEP 8's 72.Terry Jan Reedy2014-04-221-1/+3
* Issue 21284: Idle: make test_formatparagraph pass even when a user changes theTerry Jan Reedy2014-04-221-0/+2
* Issue #21311: Avoid exception in _osx_support with non-standard compilerNed Deily2014-04-191-0/+3
* - Issue #21285: Refactor and fix curses configure check to always searchdoko@ubuntu.com2014-04-171-0/+6
* when an exception is raised in fdopen, never close the fd (changing on my min...Benjamin Peterson2014-04-141-1/+1
* Issue #12546: Allow \x00 as a fill character for builtin type __format__ meth...Eric V. Smith2014-04-141-0/+3
* in scan_once, prevent the reading of arbitrary memory when passed a negative ...Benjamin Peterson2014-04-141-0/+3
* Issue #21172: isinstance check relaxed from dict to collections.Mapping.Vinay Sajip2014-04-101-0/+2
* teach 2to3 about 'yield from'Benjamin Peterson2014-04-101-0/+2
* add matrix multiplication operator support to 2to3Benjamin Peterson2014-04-101-0/+2
* make sure fdopen always closes the fd in error cases (closes #21191)Benjamin Peterson2014-04-091-0/+3
* Issue #21149: Improved thread-safety in logging cleanup during interpreter sh...Vinay Sajip2014-04-041-0/+3
* bail in unicode error's __str__ methods if the objects are not properly initi...Benjamin Peterson2014-04-021-0/+3
* fix overflow detection of strop.expandtabsBenjamin Peterson2014-03-311-0/+3
* Issue #21029: IDLE now colors print consistently as a keyword.Raymond Hettinger2014-03-301-0/+4
* Issue #21093: Prevent failures of ctypes test_macholib on OS X if aNed Deily2014-03-291-0/+3
* Issue #17654: Ensure IDLE menus are customized properly on OS X forNed Deily2014-03-281-0/+3
* Issue #6676: Ensure a meaningful exception is raised when attemptingNed Deily2014-03-271-0/+5
* Issue #20939: Use www.example.com instead of www.python.org to avoid testNed Deily2014-03-271-2/+3
* backport: #20145: assertRaisesRegexp now raises a TypeError on bad regex.R David Murray2014-03-251-0/+3
* Issue #21058: Fix a leak of file descriptor in tempfile.NamedTemporaryFile(),Victor Stinner2014-03-251-0/+3
* fix ctypes test alignment assumptions (closes #20946)Benjamin Peterson2014-03-161-0/+2
* Issue #20939: Fix test_geturl failure in test_urllibnet due toNed Deily2014-03-151-0/+3
* Make distutils error messages more helpful (#11599).Éric Araujo2014-03-131-0/+4
* Avoid “error: None” messages from distutils (#4931).Éric Araujo2014-03-121-0/+3
* Improve the default seeding in random module to use 32 bytes of entropy when ...Raymond Hettinger2014-03-081-0/+4
* Issue #20283: RE pattern methods now accept the string keyword parametersSerhiy Storchaka2014-03-061-0/+4
* Issue #15618: Make turtle.py itself work when run from a module withTerry Jan Reedy2014-03-061-1/+4
* Issue #20501: fileinput module no longer reads whole file into memory when usingSerhiy Storchaka2014-02-261-0/+3
* Restore title styleAntoine Pitrou2014-02-231-0/+1
* Issue #20743: Fix a reference leak in test_tcl.Antoine Pitrou2014-02-231-0/+2
* Issue #6815: os.path.expandvars() now supports non-ASCII Unicode environmentSerhiy Storchaka2014-02-191-0/+3