summaryrefslogtreecommitdiff
path: root/sphinx/versioning.py
Commit message (Expand)AuthorAgeFilesLines
* Year++Takeshi KOMIYA2017-03-261-1/+1
* Obligatory copyright update.Georg Brandl2016-01-141-1/+1
* Merge branch 'stable'Georg Brandl2015-01-031-1/+1
|\
| * all: update copyrightGeorg Brandl2015-01-031-1/+1
* | If the ``python-levenshtein`` 3rd-party package is installed, it will improve...Takayuki Shimizukawa2014-10-051-1/+10
* | Incompatibility. Now :confval:`gettext_uuid` is set False by default. If Fals...Takayuki Shimizukawa2014-10-051-0/+3
* | use six privided iteritems(),itervalues() to support py2/py3 in one source. r...Takayuki Shimizukawa2014-04-291-1/+2
* | use six privided functions/classes to support py2/py3 in one source. refs #1350.Takayuki Shimizukawa2014-04-291-3/+3
* | introduce the six module and reduce sphinx.util.pycompat implementation. refs...Takayuki Shimizukawa2014-04-291-2/+2
* | Update copyright year.Georg Brandl2014-03-011-1/+1
|\ \ | |/
| * Update copyright year.Georg Brandl2014-03-011-1/+1
* | Drop python-2.5 and remove 2.4,2.5 support codesTakayuki Shimizukawa2013-12-151-1/+2
|/
* Copyright update.Georg Brandl2013-01-011-1/+1
* Import all from pycompatDaniel Neuhäuser2011-01-081-1/+1
* Replace unneeded defaultdict with dictDaniel Neuhäuser2011-01-081-2/+1
* merge with 1.0Georg Brandl2011-01-041-1/+1
* Supply substitute implementation of itertools.(i)zip_longest.Georg Brandl2010-08-211-5/+1
* Added a fallback for itertools product to pycompat for python versions < 2.6Daniel Neuhäuser2010-08-211-1/+2
* Small code style changes, remove unused imports.Georg Brandl2010-08-211-10/+11
* Fix get_ratio for empty stringsDaniel Neuhäuser2010-08-161-1/+6
* Optimized further and added several comments explaining the merging algorithmDaniel Neuhäuser2010-08-161-3/+35
* Optimized merging algorithmDaniel Neuhäuser2010-08-151-3/+9
* Make levenshtein implementation faster for equal stringsDaniel Neuhäuser2010-08-151-4/+3
* Replaced the merging algorithm with one that handles similarities better, it'...Daniel Neuhäuser2010-08-151-86/+26
* Fixed NameError introduced by last changesetDaniel Neuhäuser2010-08-121-2/+2
* Fallback to zip_longest for python3Daniel Neuhäuser2010-08-121-1/+5
* Removed unnecessary checkDaniel Neuhäuser2010-08-101-1/+0
* Fixed algorithm test_insert passes now and everything seems to be working fineDaniel Neuhäuser2010-08-101-2/+2
* Fix line lengthDaniel Neuhäuser2010-08-101-1/+2
* Fixed documentationDaniel Neuhäuser2010-08-101-2/+1
* Initial version tracking implementationDaniel Neuhäuser2010-08-101-0/+145