summaryrefslogtreecommitdiff
path: root/sphinx/pycode
Commit message (Expand)AuthorAgeFilesLines
* Closes #796: use package_dir everywhere instead of __file__.Georg Brandl2011-11-011-1/+2
* Activate the viewcode extension in the automatically generated apidoc project.Georg Brandl2011-10-071-0/+1
* Fix #705: read module source in ModuleAnalyzer in binary mode, decode afterwa...Georg Brandl2011-09-191-8/+15
* Remove unused imports.Georg Brandl2011-09-191-2/+0
* merge with 1.0Georg Brandl2011-05-151-14/+2
|\
| * Closes #657: viewcode now works correctly with source files that have non-ASC...Georg Brandl2011-05-151-14/+2
* | #431: Doc comments for attributes can now be given on the same line as the as...Georg Brandl2011-01-151-1/+21
* | merge with 1.0Georg Brandl2011-01-042-2/+2
|\ \ | |/
| * New year update.Georg Brandl2011-01-042-2/+2
* | merge with 1.0Georg Brandl2010-12-281-1/+1
|\ \ | |/
| * major.minor version is enough for the grammar pickle.Georg Brandl2010-12-091-1/+1
* | Use next() function instead of iter.next().Georg Brandl2010-07-281-1/+2
* | don't assume strings to be byte stringsDasIch2010-05-242-2/+3
* | Make sphinx.pycode.nodes.BaseNode unhashableDasIch2010-05-011-0/+2
* | Fixed issue #1DasIch2010-05-011-1/+3
|/
* merge with 0.6Georg Brandl2010-06-201-4/+4
|\
| * #452: fix encoding handling in ModuleAnalyzer.Georg Brandl2010-06-201-4/+4
* | #187: Added support for source ordering of members in autodoc, with ``autodoc...Georg Brandl2010-02-281-5/+17
* | merge with trunkGeorg Brandl2010-02-173-1694/+3073
|\ \
| * | Work a bit on the experimental Cython version of pgen2.parse.Georg Brandl2010-01-313-1694/+3073
* | | Remove XXXes from the pgen2 code.Georg Brandl2010-01-172-3/+3
* | | Make the _ gettext alias an explicit import instead of installing into builtins.Georg Brandl2010-01-172-3/+3
* | | Move getting module source to util.Georg Brandl2010-01-131-34/+11
|/ /
* | #280: Autodoc can now document instance attributes assigned in ``__init__`` m...Georg Brandl2010-01-031-8/+31
|/
* Happy new year!Georg Brandl2010-01-012-2/+2
* Really fix the problem of keeping all pgen2 parser nodes in memory.Georg Brandl2009-09-031-0/+2
* Remove parsetree after collecting attributes.Georg Brandl2009-07-021-0/+1
* Fix test_env.Georg Brandl2009-03-161-1/+1
* Add default parent attribute to Node classes.Georg Brandl2009-03-031-0/+1
* Reformat to EOL80.Georg Brandl2009-01-102-7/+13
* merge in Ben's bundle with more py3k compatibilityGeorg Brandl2009-01-102-1/+9
|\
| * Raise PycodeError directly on parsing.Georg Brandl2009-01-101-1/+4
| * Changed the tokenizer in pgen2 to add a newline to lines even if it's missing...mitsuhiko2009-01-091-0/+5
* | normalize raise statementsBenjamin Peterson2009-01-101-2/+2
|/
* Add support for decoding strings and comments to the analyzer.Georg Brandl2009-01-042-31/+59
* Support all types of string literals in literals.py.Georg Brandl2009-01-041-10/+44
* Cache tags and attribute docs in the analyzer.Georg Brandl2009-01-041-0/+10
* Fix a few remaining copyrights and add 2009 to license.Georg Brandl2009-01-042-2/+2
* Fix long line.Georg Brandl2009-01-011-2/+2
* Add Python license info, add parse.c source generated by Cython.Georg Brandl2009-01-014-156/+3328
* Add "object" option to literalinclude directive.Georg Brandl2008-12-301-2/+2
* * Add a tag-finding method based on tokens.Georg Brandl2008-12-302-39/+118
* Move docstring processing to an util module.Georg Brandl2008-12-301-45/+6
* Also find attribute docs in the "other" style: docstrings after theGeorg Brandl2008-12-301-14/+61
* First iteration of an autodoc that handles attribute documentation.Georg Brandl2008-12-301-9/+18
* Move benchmark into __main__ block.Georg Brandl2008-12-301-9/+9
* Some speedups in pytree.Georg Brandl2008-12-302-14/+165
* Another fix for DEDENT/INDENT handling.Georg Brandl2008-12-292-2/+3
* Fix handling of INDENT/DEDENT tokens.Georg Brandl2008-12-292-11/+31
* Improve error handling.Georg Brandl2008-12-291-18/+33