summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | TypeError where it previously crashed the interpreter. Patch by Brian Kearns
* 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
| | | | from 8.5.2 to 8.5.15.
* 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
| | | | reformat width in the configuration menu.
* Issue #21311: Avoid exception in _osx_support with non-standard compilerNed Deily2014-04-193-1/+5
| | | | configurations. Patch by John Szakmeister.
* - Issue #21285: Refactor and fix curses configure check to always searchdoko@ubuntu.com2014-04-174-30/+69
| | | | in a ncursesw directory.
* #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
| | | | Patch by Christian Hudon.
* #15840: make docs consistent by saying operations on closed files raise ↵Andrew Kuchling2014-04-151-2/+2
| | | | | | | | | | | | ValueError. Patch by Caelyn McAulay. Neither Caelyn nor I could find any cases in 2.7 or 3.4/5 where an operation on a closed stream raised IOError; generally the C implementation have a macro to check for the stream being closed, and these macros all raised ValueError. If we find any, a new bug should be opened.
* 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
| | | | subprocess32 project in PyPI for posix users.
* add missing NULL checkBenjamin Peterson2014-04-141-5/+9
|
* when an exception is raised in fdopen, never close the fd (changing on my ↵Benjamin Peterson2014-04-144-17/+30
| | | | mind on #21191)
* 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__ ↵Eric V. Smith2014-04-143-10/+32
| | | | methods.
* in scan_once, prevent the reading of arbitrary memory when passed a negative ↵Benjamin Peterson2014-04-144-2/+17
| | | | | | index Bug reported by Guido Vranken.
* Remove references to the obsolete Mac Carbon modules in the GUINed Deily2014-04-121-9/+5
| | | | section of the FAQ.
* Issue #21170: Removed invalid parameter names from unittest doc.Terry Jan Reedy2014-04-111-2/+2
| | | | Patch by Kushal Das.
* 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
| | | | --counts
* 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
|