Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fileinput.hook_encoded() uses io.open(), not codecs.open(). | Serhiy Storchaka | 2016-04-27 | 1 | -1/+1 |
| | |||||
* | Issue #15068: Got rid of excessive buffering in the fileinput module. | Serhiy Storchaka | 2016-03-08 | 1 | -0/+6 |
| | | | | The bufsize parameter is no longer used. | ||||
* | Issue #18758: Fixed and improved cross-references. | Serhiy Storchaka | 2013-10-13 | 1 | -5/+6 |
| | |||||
* | Issue #18315: Improve fileinput docs by adding 'bufsize' where missing and | Terry Jan Reedy | 2013-06-28 | 1 | -2/+2 |
| | | | | | replacing redundant signature in input() docstring with one-line summary. Original patch by Terrel Shumway. | ||||
* | Backport source links from 3.x. | Éric Araujo | 2011-08-19 | 1 | -5/+3 |
| | | | | | Existing links have been updated to use the new reST role. In some files, I have also made cosmetic changes to the header. | ||||
* | Add more links to Python sources where the code is short, readable and an ↵ | Raymond Hettinger | 2010-11-06 | 1 | -0/+5 |
| | | | | informative adjunct to the docs. | ||||
* | #6577: fix (hopefully) all links to builtin instead of module/class-specific ↵ | Georg Brandl | 2009-07-26 | 1 | -2/+2 |
| | | | | objects. | ||||
* | Demote warnings to notices where appropriate, following the goal that as few ↵ | Georg Brandl | 2009-04-27 | 1 | -1/+1 |
| | | | | | | "red box" warnings should clutter the docs as possible. Part 1: stuff that gets merged to Py3k. | ||||
* | Remove trailing whitespace. | Georg Brandl | 2009-01-03 | 1 | -1/+1 |
| | |||||
* | Replaced variable o with obj in operator.rst because o is easy to | Mark Summerfield | 2007-09-13 | 1 | -2/+3 |
| | | | | | | | | | confuse. Added a note about Python 3's collections.Mapping etc., above section that describes isMappingType() etc. Added xrefs between os, os.path, fileinput, and open(). | ||||
* | Replace "Caveat" paragraphs by .. warning::s. | Georg Brandl | 2007-08-15 | 1 | -2/+4 |
| | |||||
* | Move the 2.6 reST doc tree in place. | Georg Brandl | 2007-08-15 | 1 | -0/+183 |