index
:
delta/python-packages/sphinx-git.git
1.8.x
3.2.x
3.3.x
3.4.x
3.5.x
3.x
4.0.x
4.1.x
4.2.x
4.3.x
4.4.x
4.x
4606_incorrect_location_of_docstring
7.0.x
7613_class__signature__
7727_autosummary_PycodeError
7996_man_make_section_directory
8321_linkcheck_tel_links
8342_warning_for_unknown_domain
8349_sphinx-contrib
9864_mathjax_loading_method
bot/pull-translations
cleanup_napoleon
dependabot/github_actions/peter-evans/create-pull-request-5
dependabot/npm_and_yarn/follow-redirects-1.14.7
dependabot/npm_and_yarn/http-proxy-1.18.1
master
mypy-0.790
support_py310
github.com: sphinx-doc/sphinx.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sphinx
/
pycode
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix pyflakes issues.
Georg Brandl
2011-09-22
1
-2
/
+0
*
Closes #657: viewcode now works correctly with source files that have non-ASC...
Georg Brandl
2011-05-15
1
-14
/
+2
*
New year update.
Georg Brandl
2011-01-04
2
-2
/
+2
*
major.minor version is enough for the grammar pickle.
Georg Brandl
2010-12-09
1
-1
/
+1
*
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 ``autodoc...
Georg Brandl
2010-02-28
1
-5
/
+17
*
|
merge with trunk
Georg Brandl
2010-02-17
3
-1694
/
+3073
|
\
\
|
*
|
Work a bit on the experimental Cython version of pgen2.parse.
Georg Brandl
2010-01-31
3
-1694
/
+3073
*
|
|
Remove XXXes from the pgen2 code.
Georg Brandl
2010-01-17
2
-3
/
+3
*
|
|
Make the _ gettext alias an explicit import instead of installing into builtins.
Georg Brandl
2010-01-17
2
-3
/
+3
*
|
|
Move getting module source to util.
Georg Brandl
2010-01-13
1
-34
/
+11
|
/
/
*
|
#280: Autodoc can now document instance attributes assigned in ``__init__`` m...
Georg Brandl
2010-01-03
1
-8
/
+31
|
/
*
Happy new year!
Georg Brandl
2010-01-01
2
-2
/
+2
*
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
*
Add default parent attribute to Node classes.
Georg Brandl
2009-03-03
1
-0
/
+1
*
Reformat to EOL80.
Georg Brandl
2009-01-10
2
-7
/
+13
*
merge in Ben's bundle with more py3k compatibility
Georg Brandl
2009-01-10
1
-2
/
+2
|
\
|
*
normalize raise statements
Benjamin Peterson
2009-01-10
1
-2
/
+2
*
|
Raise PycodeError directly on parsing.
Georg Brandl
2009-01-10
1
-1
/
+4
*
|
Changed the tokenizer in pgen2 to add a newline to lines even if it's missing...
Armin Ronacher
2009-01-09
1
-0
/
+5
|
/
*
Add support for decoding strings and comments to the analyzer.
Georg Brandl
2009-01-04
2
-31
/
+59
*
Support all types of string literals in literals.py.
Georg Brandl
2009-01-04
1
-10
/
+44
*
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
2
-2
/
+2
*
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
4
-156
/
+3328
*
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
2
-39
/
+118
*
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
*
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
*
Some speedups in pytree.
Georg Brandl
2008-12-30
2
-14
/
+165
*
Another fix for DEDENT/INDENT handling.
Georg Brandl
2008-12-29
2
-2
/
+3
*
Fix handling of INDENT/DEDENT tokens.
Georg Brandl
2008-12-29
2
-11
/
+31
*
Improve error handling.
Georg Brandl
2008-12-29
1
-18
/
+33
*
Add comment.
Georg Brandl
2008-12-29
1
-0
/
+1
*
Cleanup; add scoping to ClassAttrVisitor.
Georg Brandl
2008-12-29
2
-36
/
+31
*
Add pgen2 and custom utilities.
Georg Brandl
2008-12-29
11
-0
/
+2044