summaryrefslogtreecommitdiff
path: root/sphinx/util/pycompat.py
Commit message (Expand)AuthorAgeFilesLines
* Closes #810: fix deprecation warnings with Python 3. What is left over is fro...Georg Brandl2012-01-291-0/+5
* Fix #767: safely encode SphinxErrors when printing to sys.stderr.Georg Brandl2011-09-211-0/+6
* Fix #705: read module source in ModuleAnalyzer in binary mode, decode afterwa...Georg Brandl2011-09-191-0/+6
* merge with 1.0Georg Brandl2011-01-041-1/+1
|\
| * New year update.Georg Brandl2011-01-041-1/+1
* | Fix loading JS searchindex data in Py3k.Georg Brandl2010-10-291-0/+3
* | Next is new in 2.6.Georg Brandl2010-08-211-7/+8
* | Group conditional sections in pycompat.Georg Brandl2010-08-211-72/+65
* | mergeGeorg Brandl2010-08-211-12/+14
|\ \
| * | Supply substitute implementation of itertools.(i)zip_longest.Georg Brandl2010-08-211-3/+26
* | | Added a fallback for itertools.izip_longest to pycompat for python versions <...DasIch2010-08-211-0/+21
|/ /
* | Added a fallback for itertools product to pycompat for python versions < 2.6DasIch2010-08-211-0/+12
* | Improve support for automatic 2to3 conversion of config files. It now kicks ...Georg Brandl2010-07-311-48/+17
* | Run 2to3 on config files which contain Python 2.x unicode literals.Georg Brandl2010-07-301-5/+62
* | Unify version_info checks.Georg Brandl2010-07-281-1/+1
* | Move bytes to pycompat.Georg Brandl2010-07-281-0/+5
* | Fix assignment.Georg Brandl2010-07-281-1/+1
* | Use next() function instead of iter.next().Georg Brandl2010-07-281-0/+8
* | Move the "b" function to pycompat.Georg Brandl2010-07-281-0/+8
* | Add a constant for class types, which lacks types.ClassType in Py3k.Georg Brandl2010-07-281-0/+12
|/
* Move doctest blocks out of blockquotes even if there is more than one.Georg Brandl2010-06-011-0/+7
* Refactor util package.Georg Brandl2010-01-171-0/+11
* Happy new year!Georg Brandl2010-01-011-1/+1
* Make check happy.Georg Brandl2009-06-171-1/+2
* Restore Python 2.4 compatibility.Georg Brandl2009-06-161-0/+74