summaryrefslogtreecommitdiffstats
path: root/Doc/library/linecache.rst
Commit message (Collapse)AuthorAgeFilesLines
* Issue #22558: Add remaining doc links to source code for Python-coded modules.Terry Jan Reedy2016-06-111-0/+1
| | | | | Reformat header above separator line (added if missing) to a common format. Patch by Yoni Lavi.
* Fix grammar in whatsnew/3.5.rst and elsewhereMartin Panter2015-11-141-1/+1
| | | | Mainly missing grammatical articles (the, a).
* Merge: #11726: Make linecache docs reflect that all files are treated the same.R David Murray2015-03-201-2/+2
|\
| * #11726: Make linecache docs reflect that all files are treated the same.R David Murray2015-03-201-2/+2
| | | | | | | | | | | | | | Being able to read non-python text files is not a purpose of linecache, but it does work and people use it. This changeset adjusts the language to make it clear that Python files are not treated uniquely, but does not go so far as to say reading non-python files is explicitly supported.
* | Merge 3.4 (linecache doc)Victor Stinner2015-03-181-2/+2
|\ \ | |/
| * Issue #11726: Fix linecache example in the docVictor Stinner2015-03-181-2/+2
| | | | | | | | | | | | | | Use a Python source file (linecache.__file__) instead of /etc/passwd. Modify also linecache docstrings to clarify the linecache is written to cache Python source files, not any text files.
* | Merge 3.4 (linecache doc)Victor Stinner2015-03-181-2/+5
|\ \ | |/
| * Issue #11726: clarify linecache doc: linecache is written to cache PythonVictor Stinner2015-03-181-2/+5
| | | | | | | | source files, even if "it works" with other text files encoded to UTF-8.
* | Issue #17911: traceback module overhaulRobert Collins2015-03-041-0/+8
|/ | | | | | | | | Provide a way to seed the linecache for a PEP-302 module without actually loading the code. Provide a new object API for traceback, including the ability to not lookup lines at all until the traceback is actually rendered, without any trace of the original objects being kept alive.
* Separate source link from main text.Raymond Hettinger2011-01-101-0/+2
|
* Move source links to consistent location and remove wordy, big yellow boxes.Raymond Hettinger2011-01-101-5/+1
|
* Provide links to Python source where the code is short, readable andÉric Araujo2010-11-161-0/+5
| | | | | informative adjunct to the docs. Forward-port of Raymond's r86225 and r86245 using the new source reST role added in #10334.
* Terminology fix: exceptions are raised, except in generator.throw().Georg Brandl2010-08-031-1/+1
|
* Signature documentation style update, modules J, K, L and M.Georg Brandl2009-06-081-3/+3
|
* Get rid of the remaining versionadded/versionchanged directives.Georg Brandl2007-09-011-3/+0
|
* Move the 3k reST doc tree in place.Georg Brandl2007-08-151-0/+52