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
2015-10-04Correct Dutch stop wordsTimotheus Kampik
2015-08-30Make searchindex generation deterministic.Valentin Lorentz
2015-06-08Fix #1784: Provide non-minified JS code in sphinx/search/*.pyshimizukawa
2015-03-09Fixed #1756: Incorrect section titles in search that was introduced from 1.3b...shimizukawa
2015-03-08websupport: pep8 fixesGeorg Brandl
2015-03-08search: reformat japanese word splitter literalsGeorg Brandl
2015-01-28Remove non-determinismDmitry Shachnev
2015-01-03Merge branch 'stable'Georg Brandl
2015-01-03all: update copyrightGeorg Brandl
2014-11-04Merge with stable.Georg Brandl
2014-10-28Fix #1610: Sphinx cause AttributeError when MeCab search option is enabled an...Takayuki Shimizukawa
2014-09-25remove with_statement feature for py25.Takayuki Shimizukawa
2014-09-25merge with stableTakayuki Shimizukawa
2014-09-13Test for subclasses of docutils node types when screening searchindexNathan Goldbaum
2014-06-15* fix over 80 chars line and remove unused import.Takayuki Shimizukawa
2014-04-30wrap py3 iterators with list() for each places that expect a list object. ref...Takayuki Shimizukawa
2014-04-30remove 'six' name except importing line.Takayuki Shimizukawa
2014-04-29use six privided text_type() to replace with unicode() to support py2/py3 in ...Takayuki Shimizukawa
2014-04-29use six privided iteritems(),itervalues() to support py2/py3 in one source. r...Takayuki Shimizukawa
2014-04-29use six privided functions/classes to support py2/py3 in one source. refs #1350.Takayuki Shimizukawa
2014-03-06Closes #1413: Moves SearchEnglish import below SearchLanguage definitionRob Ruana
2014-03-04Merged in shibu/sphinx/add_stemmer (pull request #214)Georg Brandl
2014-03-01Update copyright year.Georg Brandl
2014-01-23make stop word string unicodeshibukawa yoshiki
2014-01-22Add development memo about stemming JS code, acceleration tips about stemming...shibukawa yoshiki
2014-01-22import stopwords from snowball project except en, ja, ro, trshibukawa yoshiki
2014-01-21Add html_search_* options templates to conf.pyshibukawa yoshiki
2014-01-20add 14 languages search supportshibukawa yoshiki
2014-01-13Closes #1308: Strip HTML tags from the content of "raw" nodes before feeding ...Georg Brandl
2014-01-10Closes #603: Do not use the HTML-ized title for building the search index (thatGeorg Brandl
2014-01-07Fix: Can't search alphabetical words on the HTML quick search generated with ...Takayuki Shimizukawa
2013-02-24Fix uppercase word is not found in search when html_search_language='ja'. Clo...Takayuki Shimizukawa
2013-02-19Closes #1074: Add environment version info to the generated search index to a...Jonathan Waltman
2013-02-19Speed up search index generation by caching word stemming calls.Jonathan Waltman
2013-01-13Fix long lines reported by "make check".Georg Brandl
2013-01-04fix problems with py25,py3x for search index generationTakayuki Shimizukawa
2013-01-04Closes #1067: implement pluggable search scorer and tweak scoring to give goo...Georg Brandl
2013-01-03Fix loading the existing search index.Georg Brandl
2013-01-03Issue #1067: in search index generation, record words in section titles in th...Georg Brandl
2013-01-02Copyright update.Georg Brandl
2012-11-09sphinx/search/__init__.py: make stopwords array sortedJakub Wilk
2011-09-23Merge with 1.0Georg Brandl
2011-01-15Fix backslashes.Georg Brandl
2011-01-15Make check.Georg Brandl
2011-01-04Determine search language in builder, and add missing method in websupport in...Georg Brandl
2011-01-04#273: Add an API for adding full-text search support for languages other than...Georg Brandl