| Wed, 25 Jul 2018 09:05:58 +0000 |
Joseph Myers |
Python 3 preparation: unicode.
|
| Tue, 24 Jul 2018 23:00:54 +0000 |
Joseph Myers |
Python 3 preparation: use range() instead of xrange().
|
| Wed, 28 Nov 2012 06:45:30 +0300 |
anatoly techtonik |
Python 2.3 workarounds cleanup
|
| Wed, 16 Nov 2011 09:51:38 -0500 |
Eric S. Raymond |
Remove keyword expansions from CVS. All regression tests passed afterwards.
|
| Mon, 22 Feb 2010 05:26:57 +0000 |
Richard Jones |
Beginnings of a big code cleanup / modernisation to make 2to3 happy
|
| Tue, 24 Nov 2009 20:26:52 +0000 |
Stefan Seefeld |
Fix Issue2550609, hopefully for real, this time.
|
| Tue, 24 Nov 2009 20:20:14 +0000 |
Stefan Seefeld |
Fix Issue2550609.
|
| Tue, 24 Nov 2009 20:12:52 +0000 |
Stefan Seefeld |
Fix Issue2550609.
|
| Fri, 11 Sep 2009 15:55:11 +0000 |
Bernhard Reiter |
Indexers behaviour made more consistent regarding length of indexed words...
|
| Thu, 12 Mar 2009 04:29:16 +0000 |
Richard Jones |
force sqlite3 in py2.6+ to treat our stored text as UTF-8
|
| Thu, 12 Mar 2009 02:52:56 +0000 |
Richard Jones |
Add compatibility package to allow us to deal with Python versions 2.3..2.6.
|
| Mon, 01 Sep 2008 00:43:02 +0000 |
Richard Jones |
fix bug introduced in 1.4.5 in RDBMS full-text indexing;
|
| Thu, 07 Aug 2008 22:02:30 +0000 |
Richard Jones |
fix comment, thanks alex
|
| Thu, 07 Aug 2008 06:05:53 +0000 |
Richard Jones |
another psql 8.3 compat fix
|
| Wed, 04 Oct 2006 01:12:00 +0000 |
Richard Jones |
support sqlite3
|
| Sat, 06 May 2006 16:19:27 +0000 |
Alexander Smishlajev |
pysqlite 1.1.6 does not allow to pass a list of tuples to cursor.execute().
|
| Thu, 27 Apr 2006 06:33:18 +0000 |
Richard Jones |
improvements
|
| Mon, 06 Feb 2006 21:00:47 +0000 |
Richard Jones |
Features and fixes.
|
| Wed, 28 Sep 2005 05:42:23 +0000 |
Richard Jones |
merge from maint branch
|
| Wed, 28 Sep 2005 05:41:19 +0000 |
Richard Jones |
Fix RDBMS indexer indexing UTF-8 words that encode to > 30 chars
maint-0.8
|
| Sun, 22 May 2005 18:02:00 +0000 |
Alexander Smishlajev |
perform word splitting in unicode for national characters support
maint-0.8
|
| Sun, 22 May 2005 17:55:00 +0000 |
Alexander Smishlajev |
perform word splitting in unicode for national characters support
|
| Thu, 28 Apr 2005 00:21:42 +0000 |
Richard Jones |
added Xapian indexer; replaces standard indexers if Xapian is available
|
| Sat, 08 Jan 2005 16:16:59 +0000 |
Johannes Gijsbers |
Some cleanup:
|
| Sat, 08 Jan 2005 11:25:23 +0000 |
Johannes Gijsbers |
Add a bunch of $Id$ keywords, clarify the license for the SQL in tsearch2_setup.py.
|
| Wed, 05 Jan 2005 22:14:21 +0000 |
Johannes Gijsbers |
Change indexer_common.search() to take a list of nodeids...
|
| Tue, 04 Jan 2005 01:33:04 +0000 |
Richard Jones |
have RDBMS full-text indexer do AND searching [SF#1055435]
maint-0.8
|
| Mon, 03 Jan 2005 03:22:22 +0000 |
Richard Jones |
fix indexer searching with no valid words [SF#1086787]
|
| Fri, 05 Nov 2004 05:10:07 +0000 |
Richard Jones |
don't index common words [SF#1046612]
|
| Mon, 22 Mar 2004 07:45:40 +0000 |
Richard Jones |
Implemented proper datatypes in mysql and postgresql backends...
|
| Sun, 21 Mar 2004 23:39:08 +0000 |
Richard Jones |
That's the last of the RDBMS migration steps done! Yay!
|