| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | remove 'six' name except importing line. | shimizukawa | 2014-04-30 | 1 | -4/+3 |
| | | |||||
| * | use six privided text_type() to replace with unicode() to support py2/py3 in ↵ | shimizukawa | 2014-04-29 | 1 | -3/+3 |
| | | | | | one source. refs #1350. | ||||
| * | use six privided iteritems(),itervalues() to support py2/py3 in one source. ↵ | shimizukawa | 2014-04-29 | 1 | -3/+4 |
| | | | | | refs #1350. | ||||
| * | introduce the six module and reduce sphinx.util.pycompat implementation. ↵ | shimizukawa | 2014-04-29 | 1 | -3/+5 |
| | | | | | refs #1350. | ||||
| * | Update copyright year. | Georg Brandl | 2014-03-01 | 1 | -6/+7 |
| |\ | |||||
| | * | Modernize the code now that Python 2.5 is no longer supported | Dmitry Shachnev | 2014-01-19 | 1 | -5/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | - Use print function instead of print statement; - Use new exception handling; - Use in operator instead of has_key(); - Do not use tuple arguments in functions; - Other miscellaneous improvements. This is based on output of `futurize --stage1`, with some manual corrections. | ||||
| | * | merge heads | shimizukawa | 2014-01-15 | 1 | -1/+3 |
| | |\ | |||||
| | * | | Drop python-2.5 and remove 2.4,2.5 support codes | shimizukawa | 2013-12-15 | 1 | -1/+1 |
| | | | | |||||
| * | | | Update copyright year. | Georg Brandl | 2014-03-01 | 1 | -1/+1 |
| | |/ |/| | |||||
| * | | Closes #1152: Fix pycode parsing errors of Python 3 code by including two ↵ | Georg Brandl | 2014-01-12 | 1 | -1/+3 |
| |/ | | | | | | | grammar versions for Python 2 and 3, and loading the appropriate version for the running Python version. | ||||
| * | Closes #1127: Fix traceback when autodoc tries to tokenize a non-Python file. | Georg Brandl | 2013-03-30 | 1 | -1/+4 |
| | | |||||
| * | Copyright update. | Georg Brandl | 2013-01-01 | 1 | -1/+1 |
| | | |||||
| * | Closes #796: use package_dir everywhere instead of __file__. | Georg Brandl | 2011-11-01 | 1 | -1/+2 |
| | | |||||
| * | Activate the viewcode extension in the automatically generated apidoc project. | Georg Brandl | 2011-10-07 | 1 | -0/+1 |
| | | |||||
| * | Fix #705: read module source in ModuleAnalyzer in binary mode, decode ↵ | Georg Brandl | 2011-09-19 | 1 | -8/+15 |
| | | | | | afterwards. | ||||
| * | Remove unused imports. | Georg Brandl | 2011-09-19 | 1 | -2/+0 |
| | | |||||
| * | merge with 1.0 | Georg Brandl | 2011-05-15 | 1 | -14/+2 |
| |\ | |||||
| | * | Closes #657: viewcode now works correctly with source files that have ↵ | Georg Brandl | 2011-05-15 | 1 | -14/+2 |
| | | | | | | | | | non-ASCII encoding. | ||||
| * | | #431: Doc comments for attributes can now be given on the same line as the ↵ | Georg Brandl | 2011-01-15 | 1 | -1/+21 |
| | | | | | | | | | assignment. | ||||
| * | | merge with 1.0 | Georg Brandl | 2011-01-04 | 1 | -1/+1 |
| |\ \ | |/ | |||||
| | * | New year update. | Georg Brandl | 2011-01-04 | 1 | -1/+1 |
| | | | |||||
| * | | Use next() function instead of iter.next(). | Georg Brandl | 2010-07-28 | 1 | -1/+2 |
| | | | |||||
| * | | don't assume strings to be byte strings | DasIch | 2010-05-24 | 1 | -1/+2 |
| |/ | |||||
| * | merge with 0.6 | Georg Brandl | 2010-06-20 | 1 | -4/+4 |
| |\ | |||||
| | * | #452: fix encoding handling in ModuleAnalyzer. | Georg Brandl | 2010-06-20 | 1 | -4/+4 |
| | | | |||||
| * | | #187: Added support for source ordering of members in autodoc, with ↵ | Georg Brandl | 2010-02-28 | 1 | -5/+17 |
| | | | | | | | | | ``autodoc_member_order = 'bysource'``. | ||||
| * | | merge with trunk | Georg Brandl | 2010-02-17 | 1 | -2/+2 |
| |\ \ | |||||
| | * | | Work a bit on the experimental Cython version of pgen2.parse. | Georg Brandl | 2010-01-31 | 1 | -2/+2 |
| | | | | |||||
| * | | | Move getting module source to util. | Georg Brandl | 2010-01-13 | 1 | -34/+11 |
| |/ / | |||||
| * | | #280: Autodoc can now document instance attributes assigned in ``__init__`` ↵ | Georg Brandl | 2010-01-03 | 1 | -8/+31 |
| |/ | | | | methods. | ||||
| * | Happy new year! | Georg Brandl | 2010-01-01 | 1 | -1/+1 |
| | | |||||
| * | Really fix the problem of keeping all pgen2 parser nodes in memory. | Georg Brandl | 2009-09-03 | 1 | -0/+2 |
| | | |||||
| * | Remove parsetree after collecting attributes. | Georg Brandl | 2009-07-02 | 1 | -0/+1 |
| | | |||||
| * | Fix test_env. | Georg Brandl | 2009-03-16 | 1 | -1/+1 |
| | | |||||
| * | Reformat to EOL80. | Georg Brandl | 2009-01-10 | 1 | -5/+9 |
| | | |||||
| * | Raise PycodeError directly on parsing. | Georg Brandl | 2009-01-10 | 1 | -1/+4 |
| | | |||||
| * | Add support for decoding strings and comments to the analyzer. | Georg Brandl | 2009-01-04 | 1 | -30/+56 |
| | | |||||
| * | Cache tags and attribute docs in the analyzer. | Georg Brandl | 2009-01-04 | 1 | -0/+10 |
| | | |||||
| * | Fix a few remaining copyrights and add 2009 to license. | Georg Brandl | 2009-01-04 | 1 | -1/+1 |
| | | |||||
| * | Fix long line. | Georg Brandl | 2009-01-01 | 1 | -2/+2 |
| | | |||||
| * | Add Python license info, add parse.c source generated by Cython. | Georg Brandl | 2009-01-01 | 1 | -6/+6 |
| | | |||||
| * | Add "object" option to literalinclude directive. | Georg Brandl | 2008-12-30 | 1 | -2/+2 |
| | | |||||
| * | * Add a tag-finding method based on tokens. | Georg Brandl | 2008-12-30 | 1 | -30/+109 |
| | | | | | | * Don't parse immediately if tokenizing suffices. * Also cache by file name. | ||||
| * | Move docstring processing to an util module. | Georg Brandl | 2008-12-30 | 1 | -45/+6 |
| | | |||||
| * | Also find attribute docs in the "other" style: docstrings after the | Georg Brandl | 2008-12-30 | 1 | -14/+61 |
| | | | | | assignment. | ||||
| * | First iteration of an autodoc that handles attribute documentation. | Georg Brandl | 2008-12-30 | 1 | -9/+18 |
| | | |||||
| * | Move benchmark into __main__ block. | Georg Brandl | 2008-12-30 | 1 | -9/+9 |
| | | |||||
| * | Another fix for DEDENT/INDENT handling. | Georg Brandl | 2008-12-29 | 1 | -0/+1 |
| | | |||||
| * | Fix handling of INDENT/DEDENT tokens. | Georg Brandl | 2008-12-29 | 1 | -11/+28 |
| | | |||||
| * | Improve error handling. | Georg Brandl | 2008-12-29 | 1 | -18/+33 |
| | | |||||
