summaryrefslogtreecommitdiff
path: root/sphinx/locale/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* delegate '__nonzero__' to '__bool__' for py2/py3 compatibility in one source....shimizukawa2014-05-011-1/+2
* remove 'six' name except importing line.shimizukawa2014-04-301-3/+2
* use six privided text_type() to replace with unicode() to support py2/py3 in ...shimizukawa2014-04-291-4/+5
* use six privided functions/classes to support py2/py3 in one source. refs #1350.shimizukawa2014-04-291-2/+2
* introduce the six module and reduce sphinx.util.pycompat implementation. refs...shimizukawa2014-04-291-2/+3
* Update copyright year.Georg Brandl2014-03-011-1/+1
* small fixes in intl documentGeorg Brandl2014-01-101-1/+1
* merge with birkenfeld/sphinxRobert Lehmann2013-01-021-1/+1
|\
| * Closes #960: Convert seealso directive to ordinary admonition.Robert Lehmann2012-12-161-1/+1
* | Copyright update.Georg Brandl2013-01-011-1/+1
|/
* #454: Add more index markup capabilities: marking see/seealso entries, and ma...Georg Brandl2011-01-071-0/+1
* merge with 1.0Georg Brandl2011-01-041-1/+1
|\
| * New year update.Georg Brandl2011-01-041-1/+1
* | Docstring harmonization.Georg Brandl2010-08-221-5/+6
* | merge with DasIch/sphinx-i18nGeorg Brandl2010-08-211-0/+2
|\ \
| * | Monkey patch .gettext with .ugettext if possible (we use python 2.x)DasIch2010-08-151-0/+2
| * | merge with lehmannro/sphinx-i18nDasIch2010-08-151-2/+8
| |\ \
* | | | Code style nits.Georg Brandl2010-08-211-3/+3
* | | | merge with trunkRobert Lehmann2010-08-171-2/+9
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | Nit.Georg Brandl2010-07-281-0/+1
| * | Use .gettext() instead of .ugettext() on python3DasIch2010-05-301-2/+7
| |/
* | Make locale.init reentrable.Robert Lehmann2010-06-291-0/+10
* | Prepare locale initialization for multiple catalogs.Robert Lehmann2010-06-261-5/+7
|/
* #427: fix the encode() method of translation proxies.Georg Brandl2010-05-271-0/+12
* #421: fix Unicode errors for translations with non-ASCII characters.Georg Brandl2010-05-261-1/+1
* Make the translation proxy pickle proof.Georg Brandl2010-05-231-0/+3
* Make the _ gettext alias an explicit import instead of installing into builtins.Georg Brandl2010-01-171-4/+5
* merge with trunkGeorg Brandl2010-01-021-2/+2
|\
| * Happy new year!Georg Brandl2010-01-011-1/+1
* | Fix long lines.Georg Brandl2009-07-051-2/+2
* | Use a new "lazy" gettext function instead of using dummy _() to help text ext...Georg Brandl2009-07-031-26/+164
|/
* Switch copyright and license tags to single style. Add contributorGeorg Brandl2009-01-031-2/+2
* * Add more generated text to the automatic translation.georg.brandl2008-08-101-0/+48