index
:
delta/python-packages/sphinx.git
#1041
#1056
#955
add_missing_epub_options
add_stemmer
admonitions
apidoc-symlinks
apidoc_output_order
aria
autodoc_novalue
autosummary-file-ext
cancerhermit/fix-override-extensions-in-configpy-1375648717102
cpp-variadic
css
ext-linkcode
ext-linkcode-fix
extdev-tutorial-doc
fix-nested-figure-caption-i18n
fix-tocdepth
fslenz/examples-nicos-added-sphinx-itself-remov-1390580978166
gerardmp/added-libreoffice-extension-to-the-exten-1410948858630
hickford/add-instructions-how-to-install-sphinx-t-1410715164407
hickford/explain-how-to-install-sphinx-with-pip-r-1410714824122
hiddentocs
i18n-man-unicode
i18n-po-fix-reference-line-separator
i18n-term-translatable
improve-po-mode-el-support
improve-tags-docs
latex-header-in-next-pages
listnewdomains
masklinn/add-0000-to-potcreationdate-z-sets-an-e-1369740575399
master
memoir
minrk/sort-inheritance-diagram
psuter/fix-makebat-latexpdf-mechanism-to-cd-bac-1411635021827
quick-start-readline
rneu31/added-support-for-windows-color-output-u-1404418973591
stable
stevepiercy/update-pylons-link-add-pyramid-and-subst-1402445058989
tag-documentation
techtonik/add-link-to-irc-channel-1379750124356
techtonik/raise-six-requirement-to-14-when-userstr-1406538263417
tk0miya/do-not-enter-password-of-transifex-at-co-1404623350328
tooltip-escaping
tychoish/removed-version-change-1372634421412
westurner/doc-glossary-markup-ref
westurner/doc-invocationrst-sphinxapidoc-m-option-1413253549167
bitbucket.org: Obsolete (use python-packages/sphinx-git)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sphinx
/
pycode
/
pgen2
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix: pgen2 tokenizer doesn't recognize `...` literal (Ellipsis for py3). Clos...
shimizukawa
2014-08-28
1
-2
/
+9
*
fix py2/py3 compat for 'iter.next()/next(iter)' and 'dict.values()/list(dict....
shimizukawa
2014-05-01
1
-1
/
+1
*
wrap py3 iterators with list() for each places that expect a list object. ref...
shimizukawa
2014-04-30
2
-3
/
+4
*
use six privided text_type() to replace with unicode() to support py2/py3 in ...
shimizukawa
2014-04-29
1
-1
/
+4
*
provide __next__() and use native next() to support py2/py3 in one source. re...
shimizukawa
2014-04-29
1
-2
/
+2
*
wrap iterator with list() to avoid 'dictionary changed size during iteration'...
shimizukawa
2014-04-29
2
-3
/
+3
*
use six privided iteritems(),itervalues() to support py2/py3 in one source. r...
shimizukawa
2014-04-29
1
-7
/
+9
*
consistency nits
Georg Brandl
2014-01-22
2
-2
/
+5
*
Modernize the code now that Python 2.5 is no longer supported
Dmitry Shachnev
2014-01-19
5
-17
/
+22
*
merge heads
shimizukawa
2014-01-15
3
-3
/
+8
|
\
|
*
Closes #1152: Fix pycode parsing errors of Python 3 code by including two gra...
Georg Brandl
2014-01-12
3
-2
/
+5
|
*
Closes #641: use Sphinx version in cache pickle filename.
Georg Brandl
2014-01-10
1
-2
/
+4
*
|
Drop python-2.5 and remove 2.4,2.5 support codes
shimizukawa
2013-12-15
1
-89
/
+0
|
/
*
merge with 1.0
Georg Brandl
2010-12-28
1
-1
/
+1
|
\
|
*
major.minor version is enough for the grammar pickle.
Georg Brandl
2010-12-09
1
-1
/
+1
*
|
don't assume strings to be byte strings
DasIch
2010-05-24
1
-1
/
+1
*
|
Fixed issue #1
DasIch
2010-05-01
1
-1
/
+3
|
/
*
merge with trunk
Georg Brandl
2010-02-17
2
-1692
/
+3071
|
\
|
*
Work a bit on the experimental Cython version of pgen2.parse.
Georg Brandl
2010-01-31
2
-1692
/
+3071
*
|
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
|
/
*
merge in Ben's bundle with more py3k compatibility
Georg Brandl
2009-01-10
1
-0
/
+5
|
\
|
*
Changed the tokenizer in pgen2 to add a newline to lines even if it's missing...
mitsuhiko
2009-01-09
1
-0
/
+5
*
|
normalize raise statements
Benjamin Peterson
2009-01-10
1
-2
/
+2
|
/
*
Add support for decoding strings and comments to the analyzer.
Georg Brandl
2009-01-04
1
-1
/
+3
*
Support all types of string literals in literals.py.
Georg Brandl
2009-01-04
1
-10
/
+44
*
Add Python license info, add parse.c source generated by Cython.
Georg Brandl
2009-01-01
2
-1
/
+3264
*
* Add a tag-finding method based on tokens.
Georg Brandl
2008-12-30
1
-9
/
+9
*
Some speedups in pytree.
Georg Brandl
2008-12-30
1
-0
/
+156
*
Add pgen2 and custom utilities.
Georg Brandl
2008-12-29
8
-0
/
+1452