Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #21138: Change default reformat paragraph width to PEP 8's 72. | Terry Jan Reedy | 2014-04-22 | 2 | -2/+4 |
| | |||||
* | Issue 21284: Idle: make test_formatparagraph pass even when a user changes the | Terry Jan Reedy | 2014-04-22 | 3 | -10/+15 |
| | | | | reformat width in the configuration menu. | ||||
* | Issue #21311: Avoid exception in _osx_support with non-standard compiler | Ned Deily | 2014-04-19 | 3 | -1/+5 |
| | | | | configurations. Patch by John Szakmeister. | ||||
* | - Issue #21285: Refactor and fix curses configure check to always search | doko@ubuntu.com | 2014-04-17 | 4 | -30/+69 |
| | | | | in a ncursesw directory. | ||||
* | #18628: clarify index entry for source file encoding declaration. | R David Murray | 2014-04-17 | 1 | -3/+1 |
| | |||||
* | #18566: Whitespace | Terry Jan Reedy | 2014-04-16 | 1 | -5/+5 |
| | |||||
* | Issue #18566: Clarify unittest setUp, tearDown doc. Patch by Nitika Agarwal. | Terry Jan Reedy | 2014-04-16 | 2 | -7/+8 |
| | |||||
* | Issue #21245: updated documentation on exception() method and function. | Vinay Sajip | 2014-04-15 | 1 | -2/+2 |
| | |||||
* | #1704474: mark refleak test as specific to CPython | Andrew Kuchling | 2014-04-15 | 1 | -0/+1 |
| | | | | Patch by Christian Hudon. | ||||
* | #15840: make docs consistent by saying operations on closed files raise ↵ | Andrew Kuchling | 2014-04-15 | 1 | -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 hide | Gregory P. Smith | 2014-04-15 | 1 | -1/+1 |
| | |||||
* | Some cleanup of the subprocess docs in 2.7. Adds a reference to the | Gregory P. Smith | 2014-04-15 | 1 | -29/+30 |
| | | | | subprocess32 project in PyPI for posix users. | ||||
* | add missing NULL check | Benjamin Peterson | 2014-04-14 | 1 | -5/+9 |
| | |||||
* | when an exception is raised in fdopen, never close the fd (changing on my ↵ | Benjamin Peterson | 2014-04-14 | 4 | -17/+30 |
| | | | | mind on #21191) | ||||
* | Backed out changeset 81abb121dc65 | Benjamin Peterson | 2014-04-14 | 1 | -1/+1 |
| | |||||
* | temporary change to get better debugging from windows bots | Benjamin Peterson | 2014-04-14 | 1 | -1/+1 |
| | |||||
* | Closes #20956: 2.7 tokenize does not produce named tuples. Patch by Sam Kimbrel. | Terry Jan Reedy | 2014-04-14 | 2 | -3/+5 |
| | |||||
* | do not generate pipe names in the temporary dir | Benjamin Peterson | 2014-04-14 | 1 | -1/+1 |
| | |||||
* | disallow a negative idx parameter | Benjamin Peterson | 2014-04-14 | 1 | -8/+10 |
| | |||||
* | Issue #20624: Merge exception docs tweak from 3.4 branch. | Mark Dickinson | 2014-04-14 | 1 | -4/+4 |
| | |||||
* | Issue #12546: Allow \x00 as a fill character for builtin type __format__ ↵ | Eric V. Smith | 2014-04-14 | 3 | -10/+32 |
| | | | | methods. | ||||
* | in scan_once, prevent the reading of arbitrary memory when passed a negative ↵ | Benjamin Peterson | 2014-04-14 | 4 | -2/+17 |
| | | | | | | index Bug reported by Guido Vranken. | ||||
* | Remove references to the obsolete Mac Carbon modules in the GUI | Ned Deily | 2014-04-12 | 1 | -9/+5 |
| | | | | section of the FAQ. | ||||
* | Issue #21170: Removed invalid parameter names from unittest doc. | Terry Jan Reedy | 2014-04-11 | 1 | -2/+2 |
| | | | | Patch by Kushal Das. | ||||
* | Issue #21172: isinstance check relaxed from dict to collections.Mapping. | Vinay Sajip | 2014-04-10 | 2 | -2/+10 |
| | |||||
* | teach 2to3 about 'yield from' | Benjamin Peterson | 2014-04-10 | 3 | -1/+11 |
| | |||||
* | add matrix multiplication operator support to 2to3 | Benjamin Peterson | 2014-04-10 | 6 | -9/+19 |
| | |||||
* | Issue #21187: Fix OS X installer fail-to-build with Xcode 5.1. | Ned Deily | 2014-04-09 | 1 | -1/+1 |
| | |||||
* | Issue #20644: Keep build-installer.py in sync across active versions. | Ned Deily | 2014-04-09 | 1 | -77/+50 |
| | |||||
* | make sure fdopen always closes the fd in error cases (closes #21191) | Benjamin Peterson | 2014-04-09 | 4 | -6/+22 |
| | |||||
* | issue #21190: Fix the docs README link | Senthil Kumaran | 2014-04-09 | 1 | -1/+1 |
| | |||||
* | Issue #21179: Fix description of 'round' function for numbers.Real. | Mark Dickinson | 2014-04-09 | 1 | -2/+2 |
| | |||||
* | use imperative | Benjamin Peterson | 2014-04-08 | 1 | -1/+1 |
| | |||||
* | PySequence_Fast generally returns a list (#16305) | Benjamin Peterson | 2014-04-08 | 1 | -1/+1 |
| | |||||
* | PySequence_Fast generally returns a list not a tuple (closes #16395) | Benjamin Peterson | 2014-04-08 | 1 | -4/+4 |
| | |||||
* | the name of the slot of nb_multiply not nb_mul | Benjamin Peterson | 2014-04-08 | 1 | -1/+2 |
| | |||||
* | fix verb (closes #21174) | Benjamin Peterson | 2014-04-07 | 1 | -3/+3 |
| | |||||
* | minor docfix (reported at docs@python.org) trace.py argument is --count not ↵ | Senthil Kumaran | 2014-04-06 | 1 | -2/+2 |
| | | | | --counts | ||||
* | use with statement | Benjamin Peterson | 2014-04-04 | 1 | -12/+10 |
| | |||||
* | explicitly close file object (#21128) | Benjamin Peterson | 2014-04-04 | 1 | -0/+1 |
| | |||||
* | properly explicitly close file (#21128) | Benjamin Peterson | 2014-04-04 | 1 | -0/+1 |
| | |||||
* | make temporary read-only files writable, so rmtree can remove them (#21128) | Benjamin Peterson | 2014-04-04 | 1 | -0/+3 |
| | |||||
* | note that the hash of an arbitrary object is only derived from its address ↵ | Benjamin Peterson | 2014-04-04 | 1 | -1/+1 |
| | | | | | | (closes #21154) Patch from Armin Rigo. | ||||
* | Issue #21149: Improved thread-safety in logging cleanup during interpreter ↵ | Vinay Sajip | 2014-04-04 | 2 | -10/+15 |
| | | | | shutdown. | ||||
* | properly close files in test_zipfile (#20887) | Benjamin Peterson | 2014-04-03 | 1 | -28/+46 |
| | | | | Patch by Matti Picus. | ||||
* | make sure to test UnicodeEncodeError, too | Benjamin Peterson | 2014-04-02 | 1 | -1/+1 |
| | |||||
* | bail in unicode error's __str__ methods if the objects are not properly ↵ | Benjamin Peterson | 2014-04-02 | 3 | -0/+21 |
| | | | | initialized (closes #21134) | ||||
* | Issue 21125: minor wording tweak. | Raymond Hettinger | 2014-04-02 | 1 | -1/+1 |
| | |||||
* | Issue #15067: Remove reference to a rejected PEP. | Zachary Ware | 2014-04-01 | 1 | -3/+0 |
| | | | | | | Further explanation of the concept stands alone without this reference, no need to potentially confuse people by bringing up a feature that doesn't exist. | ||||
* | use https docs url (#21115) | Benjamin Peterson | 2014-03-31 | 1 | -2/+2 |
| |