Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sphinx-doc/sphinx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-04-29use six privided functions/classes to support py2/py3 in one source. refs #1350.Takayuki Shimizukawa
2014-04-29introduce the six module and reduce sphinx.util.pycompat implementation. refs...Takayuki Shimizukawa
2014-03-01Update copyright year.Georg Brandl
2014-03-01Update copyright year.Georg Brandl
2013-12-15Drop python-2.5 and remove 2.4,2.5 support codesTakayuki Shimizukawa
2013-01-02Copyright update.Georg Brandl
2011-01-08Import all from pycompatDaniel Neuhäuser
2011-01-08Replace unneeded defaultdict with dictDaniel Neuhäuser
2011-01-04merge with 1.0Georg Brandl
2010-08-21Supply substitute implementation of itertools.(i)zip_longest.Georg Brandl
2010-08-21Added a fallback for itertools product to pycompat for python versions < 2.6Daniel Neuhäuser
2010-08-21Small code style changes, remove unused imports.Georg Brandl
2010-08-16Fix get_ratio for empty stringsDaniel Neuhäuser
2010-08-16Optimized further and added several comments explaining the merging algorithmDaniel Neuhäuser
2010-08-15Optimized merging algorithmDaniel Neuhäuser
2010-08-15Make levenshtein implementation faster for equal stringsDaniel Neuhäuser
2010-08-15Replaced the merging algorithm with one that handles similarities better, it'...Daniel Neuhäuser
2010-08-12Fixed NameError introduced by last changesetDaniel Neuhäuser
2010-08-12Fallback to zip_longest for python3Daniel Neuhäuser
2010-08-10Removed unnecessary checkDaniel Neuhäuser
2010-08-10Fixed algorithm test_insert passes now and everything seems to be working fineDaniel Neuhäuser
2010-08-10Fix line lengthDaniel Neuhäuser
2010-08-10Fixed documentationDaniel Neuhäuser
2010-08-10Initial version tracking implementationDaniel Neuhäuser