summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* bump to 2.7.7 finalBenjamin Peterson2014-05-312-2/+2
* bump to 2.7.7rc1v2.7.7rc1Benjamin Peterson2014-05-182-2/+2
* update pydoc_topicsBenjamin Peterson2014-05-181-6/+6
* 'sunos' not 'solarisBenjamin Peterson2014-05-171-1/+1
* just skip this test on SolarisBenjamin Peterson2014-05-171-5/+5
* some platforms apparently don't care about fdopen'ing with a different modeBenjamin Peterson2014-05-171-1/+5
* support pep 3118 format strings for ctypes objects with nontrivial shapes (cl...Benjamin Peterson2014-05-171-4/+11
* Backport Fix for Issue #7776: Fix ``Host:'' header and reconnection when usin...Senthil Kumaran2014-05-172-18/+84
* Issue #18104: revise docstrings, remove obsolete comments.Terry Jan Reedy2014-05-161-29/+32
* Issue #21470: Do a better job seeding the random number generatorRaymond Hettinger2014-05-141-1/+3
* Issue 21469: Mitigate risk of false positives with robotparser.Raymond Hettinger2014-05-131-2/+12
* whitespaceTerry Jan Reedy2014-05-121-1/+0
* Issue #18104: Add idlelib/idle_test/htest.py with a few sample tests to beginTerry Jan Reedy2014-05-124-31/+113
* this file now has utf-8 charsBenjamin Peterson2014-05-111-0/+2
* backport hmac.compare_digest to partially implement PEP 466 (closes #21306)Benjamin Peterson2014-05-112-1/+114
* Issue #21350: Fix file.writelines() to accept arbitrary buffer objects, as ad...Antoine Pitrou2014-05-081-0/+7
* - Issue #17752: Fix distutils tests when run from the installed location.doko@ubuntu.com2014-05-071-1/+1
* Issue #18604: Consolidated checks for GUI availability.Zachary Ware2014-05-025-77/+61
* Issue #21321: itertools.islice() now releases the reference to the source ite...Antoine Pitrou2014-04-291-2/+11
* #21225: copy docstrings from base classesAndrew Kuchling2014-04-251-3/+4
* Issue #9291 Do not attempt to re-encode mimetype data read from registry in A...Tim Golden2014-04-272-30/+58
* Issue #18944: backport typo fixTerry Jan Reedy2014-04-261-1/+1
* Issue21349 Passing a memoryview to _winreg.SetValueEx now correctly raises a ...Tim Golden2014-04-261-0/+9
* Issue #21346: Fix typos in test_itertools. Patch by Brian Kearns.Zachary Ware2014-04-241-2/+2
* Issue #21138: Change default reformat paragraph width to PEP 8's 72.Terry Jan Reedy2014-04-221-1/+1
* Issue 21284: Idle: make test_formatparagraph pass even when a user changes theTerry Jan Reedy2014-04-222-10/+13
* Issue #21311: Avoid exception in _osx_support with non-standard compilerNed Deily2014-04-191-1/+1
* #1704474: mark refleak test as specific to CPythonAndrew Kuchling2014-04-151-0/+1
* when an exception is raised in fdopen, never close the fd (changing on my min...Benjamin Peterson2014-04-141-1/+1
* do not generate pipe names in the temporary dirBenjamin Peterson2014-04-141-1/+1
* Issue #12546: Allow \x00 as a fill character for builtin type __format__ meth...Eric V. Smith2014-04-141-0/+21
* in scan_once, prevent the reading of arbitrary memory when passed a negative ...Benjamin Peterson2014-04-141-0/+5
* Issue #21172: isinstance check relaxed from dict to collections.Mapping.Vinay Sajip2014-04-101-2/+8
* teach 2to3 about 'yield from'Benjamin Peterson2014-04-102-1/+9
* add matrix multiplication operator support to 2to3Benjamin Peterson2014-04-105-9/+17
* make sure fdopen always closes the fd in error cases (closes #21191)Benjamin Peterson2014-04-091-0/+4
* use with statementBenjamin Peterson2014-04-041-12/+10
* explicitly close file object (#21128)Benjamin Peterson2014-04-041-0/+1
* properly explicitly close file (#21128)Benjamin Peterson2014-04-041-0/+1
* make temporary read-only files writable, so rmtree can remove them (#21128)Benjamin Peterson2014-04-041-0/+3
* Issue #21149: Improved thread-safety in logging cleanup during interpreter sh...Vinay Sajip2014-04-041-10/+12
* properly close files in test_zipfile (#20887)Benjamin Peterson2014-04-031-28/+46
* make sure to test UnicodeEncodeError, tooBenjamin Peterson2014-04-021-1/+1
* bail in unicode error's __str__ methods if the objects are not properly initi...Benjamin Peterson2014-04-021-0/+6
* use https docs url (#21115)Benjamin Peterson2014-03-311-2/+2
* fix overflow detection of strop.expandtabsBenjamin Peterson2014-03-311-0/+6
* Issue #21029: IDLE now colors print consistently as a keyword.Raymond Hettinger2014-03-301-0/+3
* Issue #21093: Prevent failures of ctypes test_macholib on OS X if aNed Deily2014-03-291-2/+5
* Issue #17654: Ensure IDLE menus are customized properly on OS X forNed Deily2014-03-2811-79/+122
* Issue #6676: Ensure a meaningful exception is raised when attemptingNed Deily2014-03-271-0/+11