summaryrefslogtreecommitdiff
path: root/sphinx/versioning.py
Commit message (Collapse)AuthorAgeFilesLines
...
* | Move UIDs assigning to sphinx.versioningTakeshi KOMIYA2017-10-311-0/+32
|/
* Merge branch 'stable'Takeshi KOMIYA2017-03-261-1/+1
|\
| * Year++Takeshi KOMIYA2017-03-261-1/+1
| |
* | Add type-check annotations to sphinx.*Takeshi KOMIYA2016-11-161-2/+11
|/
* 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 ↵Takayuki Shimizukawa2014-10-051-1/+10
| | | | | | | | improve the calculation time. refs #1426.
* | Incompatibility. Now :confval:`gettext_uuid` is set False by default. If ↵Takayuki Shimizukawa2014-10-051-0/+3
| | | | | | | | False, also levenshtein calculation is disabled. refs #1426
* | use six privided iteritems(),itervalues() to support py2/py3 in one source. ↵Takayuki Shimizukawa2014-04-291-1/+2
| | | | | | | | refs #1350.
* | 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. ↵Takayuki Shimizukawa2014-04-291-2/+2
| | | | | | | | refs #1350.
* | 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, ↵Daniel Neuhäuser2010-08-151-86/+26
| | | | it's awfully slow though, if anybody has a better idea please implement it
* 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