summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* 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-292-0/+4
* Closes #21026: Augment site doc based on experiments. Patch by Carol Willing.Terry Jan Reedy2014-04-291-0/+1
* Issue #9291 Add ACKS & NEWSTim Golden2014-04-272-0/+5
* Add NEWS entry for issue21349Tim Golden2014-04-261-0/+3
* Issue21349 Passing a memoryview to _winreg.SetValueEx now correctly raises a ...Tim Golden2014-04-261-0/+1
* 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-192-0/+4
* - Issue #21285: Refactor and fix curses configure check to always searchdoko@ubuntu.com2014-04-171-0/+6
* Issue #18566: Clarify unittest setUp, tearDown doc. Patch by Nitika Agarwal.Terry Jan Reedy2014-04-161-0/+1
* when an exception is raised in fdopen, never close the fd (changing on my min...Benjamin Peterson2014-04-141-1/+1
* Closes #20956: 2.7 tokenize does not produce named tuples. Patch by Sam Kimbrel.Terry Jan Reedy2014-04-141-0/+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-142-0/+4
* 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
* add Ian BeerBenjamin Peterson2014-03-311-0/+1
* 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-252-0/+4
* Issue #21058: Fix a leak of file descriptor in tempfile.NamedTemporaryFile(),Victor Stinner2014-03-251-0/+3
* sync with 3.4 branchBenjamin Peterson2014-03-201-49/+334
* add Nehal HussainBenjamin Peterson2014-03-201-0/+1
* 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
* add Sean RodmanBenjamin Peterson2014-03-121-0/+1
* 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-062-1/+5
* add Chris AngelicoBenjamin Peterson2014-03-021-0/+1
* Issue #20501: fileinput module no longer reads whole file into memory when usingSerhiy Storchaka2014-02-261-0/+3