summaryrefslogtreecommitdiff
path: root/sphinx/versioning.py
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year.Georg Brandl2014-03-011-1/+2
|\
| * Drop python-2.5 and remove 2.4,2.5 support codesshimizukawa2013-12-151-1/+2
* | Update copyright year.Georg Brandl2014-03-011-1/+1
|/
* 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
* Added a fallback for itertools.izip_longest to pycompat for python versions <...DasIch2010-08-211-5/+1
* Added a fallback for itertools product to pycompat for python versions < 2.6DasIch2010-08-211-1/+2
* Small code style changes, remove unused imports.Georg Brandl2010-08-211-10/+11
* Fix get_ratio for empty stringsDasIch2010-08-161-1/+6
* Optimized further and added several comments explaining the merging algorithmDasIch2010-08-161-3/+35
* Optimized merging algorithmDasIch2010-08-151-3/+9
* Make levenshtein implementation faster for equal stringsDasIch2010-08-151-4/+3
* Replaced the merging algorithm with one that handles similarities better, it'...DasIch2010-08-151-86/+26
* Fixed NameError introduced by last changesetDasIch2010-08-121-2/+2
* Fallback to zip_longest for python3DasIch2010-08-121-1/+5
* Removed unnecessary checkDasIch2010-08-101-1/+0
* Fixed algorithm test_insert passes now and everything seems to be working fineDasIch2010-08-101-2/+2
* Fix line lengthDasIch2010-08-101-1/+2
* Fixed documentationDasIch2010-08-101-2/+1
* Initial version tracking implementationDasIch2010-08-101-0/+145