Index of /pub/lucene/pylucene

Icon  Name                            Last modified      Size  Description
[DIR] Parent Directory - [TXT] KEYS 19-Nov-2009 00:44 3.8K [   ] pylucene-2.4.1-1-src.tar.gz 03-Apr-2009 04:43 3.3M [TXT] pylucene-2.4.1-1-src.tar.gz.asc 03-Apr-2009 04:43 195 [   ] pylucene-2.4.1-2-src.tar.gz 23-May-2009 03:30 3.3M [TXT] pylucene-2.4.1-2-src.tar.gz.asc 23-May-2009 03:30 195 [   ] pylucene-2.9.0-1-src.tar.gz 14-Oct-2009 00:54 3.3M [TXT] pylucene-2.9.0-1-src.tar.gz.asc 14-Oct-2009 00:54 195 [   ] pylucene-2.9.1-1-src.tar.gz 07-Nov-2009 10:58 15M [TXT] pylucene-2.9.1-1-src.tar.gz.asc 07-Nov-2009 10:58 833 [   ] pylucene-2.9.2-1-src.tar.gz 27-Feb-2010 00:59 15M [TXT] pylucene-2.9.2-1-src.tar.gz.asc 27-Feb-2010 00:59 833 [   ] pylucene-2.9.3-1-src.tar.gz 29-Jun-2010 15:25 15M [TXT] pylucene-2.9.3-1-src.tar.gz.asc 29-Jun-2010 15:25 833 [   ] pylucene-3.0.0-1-src.tar.gz 30-Nov-2009 02:51 15M [TXT] pylucene-3.0.0-1-src.tar.gz.asc 30-Nov-2009 02:51 833 [   ] pylucene-3.0.1-1-src.tar.gz 27-Feb-2010 01:31 15M [TXT] pylucene-3.0.1-1-src.tar.gz.asc 27-Feb-2010 01:31 833 [   ] pylucene-3.0.2-1-src.tar.gz 29-Jun-2010 15:31 15M [TXT] pylucene-3.0.2-1-src.tar.gz.asc 29-Jun-2010 15:31 833

PyLucene Downloads

Note About tar.gz Files

The tar files in the distribution use GNU tar extensions and must be untarred with a GNU compatible version of tar. The version of tar on Solaris will not work with these files.

Changes

The changes in this release are detailed in the release notes.

Thank you for using PyLucene.

Signatures

Many of the files have been digitally signed using GnuPG. If so, there will be an accompanying file.asc signature file in the same directory as the file. The signing keys can be found in the distribution directory at <http://www.apache.org/dist/lucene/pylucene/KEYS>.

Always download the KEYS file directly from the Apache site, never from a mirror site.

Always test available signatures, e.g.,
$ pgpk -a KEYS
$ pgpk pylucene-2.4.1-1-src.tar.gz.asc
or,
$ pgp -ka KEYS
$ pgp pylucene-2.4.1-1-src.tar.gz.asc
or,
$ gpg --import KEYS
$ gpg --verify pylucene-2.4.1-src.tar.gz.asc