summaryrefslogtreecommitdiff
path: root/sphinx/pycode
Commit message (Expand)AuthorAgeFilesLines
* Fix #1789 `:pyobject:` option of `literalinclude` directive includes followin...Takeshi KOMIYA2015-04-021-3/+14
* final pep8 fixes; reactivate most warnings in flake8Georg Brandl2015-03-082-17/+21
* enables flake8 E401: multiple imports on one lineshimizukawa2015-03-071-1/+2
* Merge branch 'stable'Georg Brandl2015-01-032-2/+2
|\
| * all: update copyrightGeorg Brandl2015-01-032-2/+2
* | Fix: pgen2 tokenizer doesn't recognize `...` literal (Ellipsis for py3). Clos...Takayuki Shimizukawa2014-08-281-2/+9
* | fix py2/py3 compat for 'iter.next()/next(iter)' and 'dict.values()/list(dict....Takayuki Shimizukawa2014-05-011-1/+1
* | wrap py3 iterators with list() for each places that expect a list object. ref...Takayuki Shimizukawa2014-04-302-3/+4
* | remove 'six' name except importing line.Takayuki Shimizukawa2014-04-301-4/+3
* | use six privided text_type() to replace with unicode() to support py2/py3 in ...Takayuki Shimizukawa2014-04-292-4/+7
* | provide __next__() and use native next() to support py2/py3 in one source. re...Takayuki Shimizukawa2014-04-291-2/+2
* | wrap iterator with list() to avoid 'dictionary changed size during iteration'...Takayuki Shimizukawa2014-04-292-3/+3
* | use six privided iteritems(),itervalues() to support py2/py3 in one source. r...Takayuki Shimizukawa2014-04-292-10/+13
* | introduce the six module and reduce sphinx.util.pycompat implementation. refs...Takayuki Shimizukawa2014-04-291-3/+5
* | Update copyright year.Georg Brandl2014-03-012-2/+2
|\ \ | |/
| * Update copyright year.Georg Brandl2014-03-012-2/+2
* | consistency nitsGeorg Brandl2014-01-222-2/+5
* | Modernize the code now that Python 2.5 is no longer supportedDmitry Shachnev2014-01-196-22/+28
* | merge headsTakayuki Shimizukawa2014-01-152-90/+1
|\ \ | |/ |/|
| * Drop python-2.5 and remove 2.4,2.5 support codesTakayuki Shimizukawa2013-12-152-90/+1
* | Fix new grammar files to have correct starting symbol at the top.Georg Brandl2014-01-122-3/+8
* | Closes #1152: Fix pycode parsing errors of Python 3 code by including two gra...Georg Brandl2014-01-126-50/+166
* | Closes #641: use Sphinx version in cache pickle filename.Georg Brandl2014-01-101-2/+4
|/
* Closes #1102: Support multi-context "with" statements in autodoc by updatingGeorg Brandl2013-03-301-26/+16
* Closes #1127: Fix traceback when autodoc tries to tokenize a non-Python file.Georg Brandl2013-03-301-1/+4
* Copyright update.Georg Brandl2013-01-012-2/+2
* 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 stringsDaniel Neuhäuser2010-05-242-2/+3
* | Make sphinx.pycode.nodes.BaseNode unhashableDaniel Neuhäuser2010-05-011-0/+2
* | Fixed issue #1Daniel Neuhäuser2010-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
|/