summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | in scan_once, prevent the reading of arbitrary memory when passed a negative ...Benjamin Peterson2014-04-144-2/+17
| * | Remove references to the obsolete Mac Carbon modules in the GUINed Deily2014-04-121-9/+5
| * | Issue #21170: Removed invalid parameter names from unittest doc.Terry Jan Reedy2014-04-111-2/+2
| * | Issue #21172: isinstance check relaxed from dict to collections.Mapping.Vinay Sajip2014-04-102-2/+10
| * | teach 2to3 about 'yield from'Benjamin Peterson2014-04-103-1/+11
| * | add matrix multiplication operator support to 2to3Benjamin Peterson2014-04-106-9/+19
| * | Issue #21187: Fix OS X installer fail-to-build with Xcode 5.1.Ned Deily2014-04-091-1/+1
| * | Issue #20644: Keep build-installer.py in sync across active versions.Ned Deily2014-04-091-77/+50
| * | make sure fdopen always closes the fd in error cases (closes #21191)Benjamin Peterson2014-04-094-6/+22
| * | issue #21190: Fix the docs README linkSenthil Kumaran2014-04-091-1/+1
| * | Issue #21179: Fix description of 'round' function for numbers.Real.Mark Dickinson2014-04-091-2/+2
| * | use imperativeBenjamin Peterson2014-04-081-1/+1
| * | PySequence_Fast generally returns a list (#16305)Benjamin Peterson2014-04-081-1/+1
| * | PySequence_Fast generally returns a list not a tuple (closes #16395)Benjamin Peterson2014-04-081-4/+4
| * | the name of the slot of nb_multiply not nb_mulBenjamin Peterson2014-04-081-1/+2
| * | fix verb (closes #21174)Benjamin Peterson2014-04-071-3/+3
| * | minor docfix (reported at docs@python.org) trace.py argument is --count not -...Senthil Kumaran2014-04-061-2/+2
| * | 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
| * | note that the hash of an arbitrary object is only derived from its address (c...Benjamin Peterson2014-04-041-1/+1
| * | Issue #21149: Improved thread-safety in logging cleanup during interpreter sh...Vinay Sajip2014-04-042-10/+15
| * | 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-023-0/+21
| * | Issue 21125: minor wording tweak.Raymond Hettinger2014-04-021-1/+1
| * | Issue #15067: Remove reference to a rejected PEP.Zachary Ware2014-04-011-3/+0
| * | use https docs url (#21115)Benjamin Peterson2014-03-311-2/+2
| * | add Ian BeerBenjamin Peterson2014-03-311-0/+1
| * | fix overflow detection of strop.expandtabsBenjamin Peterson2014-03-313-13/+24
| * | fix expandtabs overflow detection to be consistent and not rely on signed ove...Benjamin Peterson2014-03-301-19/+19
| * | add braces and fix indentationBenjamin Peterson2014-03-301-17/+18
| * | fix indentation and add bracesBenjamin Peterson2014-03-301-16/+17
| * | support CDN purgingBenjamin Peterson2014-03-301-3/+48
| * | Issue #21029: IDLE now colors print consistently as a keyword.Raymond Hettinger2014-03-302-0/+7
| * | Minor readability improvement.Raymond Hettinger2014-03-291-1/+1
| * | Issue #21093: Prevent failures of ctypes test_macholib on OS X if aNed Deily2014-03-292-2/+8
| * | Update suspicious ignore file.Georg Brandl2014-03-281-3/+2
| * | Issue #17654: Ensure IDLE menus are customized properly on OS X forNed Deily2014-03-2812-79/+125
| * | Issue #6676: Ensure a meaningful exception is raised when attemptingNed Deily2014-03-274-2/+24
| * | Issue #20939: Use www.example.com instead of www.python.org to avoid testNed Deily2014-03-274-20/+28
| * | backport: #20145: assertRaisesRegexp now raises a TypeError on bad regex.R David Murray2014-03-254-2/+12
| * | Issue #21038: Cleanup test_epoll.pyVictor Stinner2014-03-251-3/+0
| * | Updated external link in documentation.Vinay Sajip2014-03-251-1/+1
| * | Closes #21045: make the Qt help build not look completely stupidGeorg Brandl2014-03-251-0/+8
| * | Closes #18456: Doc fix: PyDict_Update only works with dict-like objects, not ...Georg Brandl2014-03-251-2/+5
| * | Issue #21058: NamedTemporaryFile() closes the FD on any error, not only Excep...Victor Stinner2014-03-251-1/+1
| * | Issue #21058: Fix a leak of file descriptor in tempfile.NamedTemporaryFile(),Victor Stinner2014-03-253-2/+27
| * | Issue #21043 - Remove CACert.org from the recommendationsDonald Stufft2014-03-241-2/+1