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
/
util
/
inspect.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update copyright year.
Georg Brandl
2014-03-01
1
-10
/
+5
|
\
|
*
merge with stable
Georg Brandl
2014-03-01
1
-3
/
+3
|
|
\
|
*
|
Modernize the code now that Python 2.5 is no longer supported
Dmitry Shachnev
2014-01-19
1
-3
/
+3
|
*
|
Drop python-2.5 and remove 2.4,2.5 support codes
shimizukawa
2013-12-15
1
-7
/
+2
*
|
|
Update copyright year.
Georg Brandl
2014-03-01
1
-1
/
+1
|
|
/
|
/
|
*
|
Fix inspect using the "__builtins__" CPython specific module.
Georg Brandl
2014-03-01
1
-3
/
+3
|
/
*
Now sphinx.ext.autodoc on PyPy ignoring the method of built-in classes.
shimizukawa
2013-10-07
1
-0
/
+17
*
Fix new getargspec implementation for 3.x.
Georg Brandl
2013-09-17
1
-3
/
+3
*
Closes #828: use inspect.getfullargspec() to be able to document functions with
Georg Brandl
2013-09-16
1
-1
/
+37
*
Respect add_autodoc_attrgetter() even when inherited-members is set
A. Jesse Jiryu Davis
2013-01-31
1
-2
/
+2
*
Closes #1069: Fix autodoc signature formatting of "partial" functions without...
Jonathan Waltman
2013-01-09
1
-2
/
+7
*
Copyright update.
Georg Brandl
2013-01-01
1
-1
/
+1
*
* fix for Python2.5: test failed by using inspect.ArgSpec that introduced at ...
shimizukawa
2012-05-02
1
-1
/
+4
*
Closes #810: fix deprecation warnings with Python 3. What is left over is fro...
Georg Brandl
2012-01-29
1
-1
/
+4
*
PR#40: Fix ``safe_repr`` function to decode bytestrings with non-ASCII charac...
Georg Brandl
2012-01-29
1
-1
/
+3
*
#437: autodoc now shows values of class data attributes.
Georg Brandl
2011-01-08
1
-0
/
+9
*
merge with https://bitbucket.org/langacore/sphinx
Georg Brandl
2011-01-08
1
-1
/
+5
|
\
*
|
getargspec moved to sphinx.util.inspect
?ukasz Langa
2011-01-08
1
-0
/
+34
|
/
*
New year update.
Georg Brandl
2011-01-04
1
-1
/
+1
*
Happy new year!
Georg Brandl
2010-01-01
1
-1
/
+1
*
#229: Fix autodoc failures with members that raise errors
Georg Brandl
2009-08-06
1
-0
/
+43