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
/
pycompat.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update copyright year.
Georg Brandl
2014-03-01
1
-178
/
+6
|
\
|
*
merge with stable
Georg Brandl
2014-03-01
1
-0
/
+2
|
|
\
|
*
|
Modernize the code now that Python 2.5 is no longer supported
Dmitry Shachnev
2014-01-19
1
-1
/
+1
|
*
|
merge heads
shimizukawa
2014-01-15
1
-1
/
+9
|
|
\
\
|
*
|
|
Drop python-3.1 and remove support codes
shimizukawa
2013-12-15
1
-2
/
+2
|
*
|
|
Drop python-2.5 and remove 2.4,2.5 support codes
shimizukawa
2013-12-15
1
-177
/
+7
*
|
|
|
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
-0
/
+5
|
|
/
|
/
|
*
|
Closes #908: On Python 3, handle error messages from LaTeX correctly in the p...
Georg Brandl
2014-01-11
1
-0
/
+7
|
/
*
fix: make.bat is always saved with 'LF' instead of 'CRLF' for both Win/Unix.
shimizukawa
2013-02-10
1
-0
/
+16
*
conf.py now accept CRLF end-of-line.
shimizukawa
2013-02-10
1
-0
/
+29
*
Fix pyflakes issues.
Georg Brandl
2013-01-13
1
-1
/
+1
*
Copyright update.
Georg Brandl
2013-01-01
1
-1
/
+1
*
* fix for Python2.5: test failed by using os.path.relpath that introduced at ...
shimizukawa
2012-05-02
1
-0
/
+24
*
Closes #810: fix deprecation warnings with Python 3. What is left over is fro...
Georg Brandl
2012-01-29
1
-0
/
+5
*
Fix #767: safely encode SphinxErrors when printing to sys.stderr.
Georg Brandl
2011-09-21
1
-0
/
+6
*
Fix #705: read module source in ModuleAnalyzer in binary mode, decode afterwa...
Georg Brandl
2011-09-19
1
-0
/
+6
*
merge with 1.0
Georg Brandl
2011-01-04
1
-1
/
+1
|
\
|
*
New year update.
Georg Brandl
2011-01-04
1
-1
/
+1
*
|
Fix loading JS searchindex data in Py3k.
Georg Brandl
2010-10-29
1
-0
/
+3
*
|
Next is new in 2.6.
Georg Brandl
2010-08-21
1
-7
/
+8
*
|
Group conditional sections in pycompat.
Georg Brandl
2010-08-21
1
-72
/
+65
*
|
merge
Georg Brandl
2010-08-21
1
-12
/
+14
|
\
\
|
*
|
Supply substitute implementation of itertools.(i)zip_longest.
Georg Brandl
2010-08-21
1
-3
/
+26
*
|
|
Added a fallback for itertools.izip_longest to pycompat for python versions <...
DasIch
2010-08-21
1
-0
/
+21
|
/
/
*
|
Added a fallback for itertools product to pycompat for python versions < 2.6
DasIch
2010-08-21
1
-0
/
+12
*
|
Improve support for automatic 2to3 conversion of config files. It now kicks ...
Georg Brandl
2010-07-31
1
-48
/
+17
*
|
Run 2to3 on config files which contain Python 2.x unicode literals.
Georg Brandl
2010-07-30
1
-5
/
+62
*
|
Unify version_info checks.
Georg Brandl
2010-07-28
1
-1
/
+1
*
|
Move bytes to pycompat.
Georg Brandl
2010-07-28
1
-0
/
+5
*
|
Fix assignment.
Georg Brandl
2010-07-28
1
-1
/
+1
*
|
Use next() function instead of iter.next().
Georg Brandl
2010-07-28
1
-0
/
+8
*
|
Move the "b" function to pycompat.
Georg Brandl
2010-07-28
1
-0
/
+8
*
|
Add a constant for class types, which lacks types.ClassType in Py3k.
Georg Brandl
2010-07-28
1
-0
/
+12
|
/
*
Move doctest blocks out of blockquotes even if there is more than one.
Georg Brandl
2010-06-01
1
-0
/
+7
*
Refactor util package.
Georg Brandl
2010-01-17
1
-0
/
+11
*
Happy new year!
Georg Brandl
2010-01-01
1
-1
/
+1
*
Make check happy.
Georg Brandl
2009-06-17
1
-1
/
+2
*
Restore Python 2.4 compatibility.
Georg Brandl
2009-06-16
1
-0
/
+74