summaryrefslogtreecommitdiff
path: root/sphinx/util/osutil.py
Commit message (Expand)AuthorAgeFilesLines
* merge with stableshimizukawa2014-09-261-17/+20
|\
| * Fix a few missing Unicode/bytes filename problems.Georg Brandl2014-09-211-0/+6
| * tiny fix for py2/py3 compatibility in one source.shimizukawa2014-05-011-6/+0
| * remove 'six' name except importing line.shimizukawa2014-04-301-4/+3
| * use six privided text_type() to replace with unicode() to support py2/py3 in ...shimizukawa2014-04-291-1/+2
| * introduce the six module and reduce sphinx.util.pycompat implementation. refs...shimizukawa2014-04-291-2/+4
| * Update copyright year.Georg Brandl2014-03-011-8/+10
| |\
| | * Modernize the code now that Python 2.5 is no longer supportedDmitry Shachnev2014-01-191-4/+5
| | * Fix: The application now check extra Python versions (3.0, 3.1) to stop invok...shimizukawa2014-01-181-4/+3
| | * Drop python-3.1 and remove support codesshimizukawa2013-12-151-1/+1
| | * Drop python-2.5 and remove 2.4,2.5 support codesshimizukawa2013-12-151-4/+6
* | | refactoring by using `with cd`shimizukawa2014-09-261-0/+12
|/ /
* | Update copyright year.Georg Brandl2014-03-011-1/+1
|/
* grammar fix: 'multibyte filename' is ambiguous. They are replaced with 'non-A...shimizukawa2013-10-031-1/+1
* small grammar fix in multibyte filename messagesGeorg Brandl2013-10-011-2/+2
* When Sphinx couldn't decode multibyte filename, now Sphinx notices UnicodeErr...shimizukawa2013-09-281-1/+8
* Fix again: NFC/NFD normalizing problem. Closes #1142shimizukawa2013-09-181-0/+13
* Fix: Output TeX/texinfo/man filename has no basename (only extention) when us...shimizukawa2013-06-131-1/+1
* Rebuild i18n target document when catalog updatedshimizukawa2013-04-151-0/+14
* Closes #1128: Fix Unicode errors when trying to format time strings with a no...Georg Brandl2013-03-301-4/+6
* Copyright update.Georg Brandl2013-01-011-1/+1
* merge headsshimizukawa2012-12-101-3/+12
|\
| * Fix whitespace / line length issues reported by "make test"Jon Waltman2012-11-031-1/+1
| * merge with stableGeorg Brandl2012-10-281-2/+10
| |\
| | * relative_uri patch. Fixes #916.Freek Dijkstra2012-04-281-2/+10
| * | * fix for Python2.5: test failed by using os.path.relpath that introduced at ...shimizukawa2012-05-021-1/+2
| |/
* | support multibyte filename handling.shimizukawa2012-05-011-0/+3
|/
* Changed Conditional Expressionstogakushi2011-11-261-1/+6
* Respect gettext_compact in message patching too.Robert Lehmann2011-10-031-2/+2
* Closes #561: Add configuration option to prevent catalog bundling.Robert Lehmann2011-10-031-0/+3
* Fix #765: on Windows, relpath() does not always succeed.Georg Brandl2011-09-211-0/+7
* graphviz: also catch IOError with Errno 22 (invalid parameter)Benoit Allard2011-07-141-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-2/+2
* | fix line lengthDasIch2010-05-251-1/+2
* | Move the "b" function to pycompat.Georg Brandl2010-07-281-1/+1
* | fixed test_markup testDasIch2010-05-241-4/+7
|/
* Rename os to osutil, thanks to relative imports.Georg Brandl2010-01-171-0/+130