summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Issue #21476 Include idle icon files in Windows installerSteve Dower2014-05-111-0/+1
* Backport 4e9f1017355f from #3561.Brian Curtin2014-05-102-3/+23
* Issue #21350: Fix file.writelines() to accept arbitrary buffer objects, as ad...Antoine Pitrou2014-05-083-7/+17
* - Issue #17752: Fix distutils tests when run from the installed location.doko@ubuntu.com2014-05-074-15/+17
* Add prompts to interactive example.Zachary Ware2014-05-061-8/+8
* Issue #21366: Document the fact that ``return`` in a ``finally`` clauseZachary Ware2014-05-061-0/+14
* Issue 21375: Fix possible Py_ssizet overflow in heapq.Raymond Hettinger2014-05-031-8/+8
* Issue #18604: Consolidated checks for GUI availability.Zachary Ware2014-05-026-77/+65
* Issue #19630 Emphasise that the file parameter to marshal.dump must be a real...Tim Golden2014-04-291-2/+3
* Issue #21321: itertools.islice() now releases the reference to the source ite...Antoine Pitrou2014-04-294-5/+25
* Closes #21055: Index (augmented) assignment symbols.Terry Jan Reedy2014-04-291-0/+13
* Closes 21048: Index 'as' in import and with statements.Terry Jan Reedy2014-04-292-1/+4
* Closes #21026: Augment site doc based on experiments. Patch by Carol Willing.Terry Jan Reedy2014-04-292-1/+6
* #21225: copy docstrings from base classesAndrew Kuchling2014-04-251-3/+4
* Issue #9291 Add ACKS & NEWSTim Golden2014-04-272-0/+5
* Issue #9291 Do not attempt to re-encode mimetype data read from registry in A...Tim Golden2014-04-272-30/+58
* #18243: Remove obsolete cautionary note from email mktime_tz docs.R David Murray2014-04-261-7/+3
* Issue #17145: Document array.array buffer interface limitations.Stefan Krah2014-04-261-2/+4
* Issue #18944: backport typo fixTerry Jan Reedy2014-04-261-1/+1
* Add NEWS entry for issue21349Tim Golden2014-04-261-0/+3
* Issue21349 Passing a memoryview to _winreg.SetValueEx now correctly raises a ...Tim Golden2014-04-263-4/+16
* Issue #20434 Correct error handlin of _PyString_Resize and _PyBytes_ResizeKristján Valur Jónsson2014-04-256-56/+32
* Issue #21346: Fix typos in test_itertools. Patch by Brian Kearns.Zachary Ware2014-04-241-2/+2
* fix off-by-one error (closes #21330)Benjamin Peterson2014-04-231-1/+1
* Issue #21303, #20565: Updated the version of Tcl/Tk used on WindowsZachary Ware2014-04-224-16/+26
* Issue #21138: Change default reformat paragraph width to PEP 8's 72.Terry Jan Reedy2014-04-222-2/+4
* Issue 21284: Idle: make test_formatparagraph pass even when a user changes theTerry Jan Reedy2014-04-223-10/+15
* Issue #21311: Avoid exception in _osx_support with non-standard compilerNed Deily2014-04-193-1/+5
* - 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