summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | - Issue #21285: Refactor and fix curses configure check to always searchdoko@ubuntu.com2014-04-174-30/+69
| * | #18628: clarify index entry for source file encoding declaration.R David Murray2014-04-171-3/+1
| * | #18566: WhitespaceTerry Jan Reedy2014-04-161-5/+5
| * | Issue #18566: Clarify unittest setUp, tearDown doc. Patch by Nitika Agarwal.Terry Jan Reedy2014-04-162-7/+8
| * | Issue #21245: updated documentation on exception() method and function.Vinay Sajip2014-04-151-2/+2
| * | #1704474: mark refleak test as specific to CPythonAndrew Kuchling2014-04-151-0/+1
| * | #15840: make docs consistent by saying operations on closed files raise Value...Andrew Kuchling2014-04-151-2/+2
| * | whitespace chaps my hideGregory P. Smith2014-04-151-1/+1
| * | Some cleanup of the subprocess docs in 2.7. Adds a reference to theGregory P. Smith2014-04-151-29/+30
| * | add missing NULL checkBenjamin Peterson2014-04-141-5/+9
| * | when an exception is raised in fdopen, never close the fd (changing on my min...Benjamin Peterson2014-04-144-17/+30
| * | Backed out changeset 81abb121dc65Benjamin Peterson2014-04-141-1/+1
| * | temporary change to get better debugging from windows botsBenjamin Peterson2014-04-141-1/+1
| * | Closes #20956: 2.7 tokenize does not produce named tuples. Patch by Sam Kimbrel.Terry Jan Reedy2014-04-142-3/+5
| * | do not generate pipe names in the temporary dirBenjamin Peterson2014-04-141-1/+1
| * | disallow a negative idx parameterBenjamin Peterson2014-04-141-8/+10
| * | Issue #20624: Merge exception docs tweak from 3.4 branch.Mark Dickinson2014-04-141-4/+4
| * | Issue #12546: Allow \x00 as a fill character for builtin type __format__ meth...Eric V. Smith2014-04-143-10/+32
| * | 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