| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Slight modification in install targets | bwarsaw | 2002-09-05 | 1 | -1/+3 | |
| | | ||||||
| * | Update to Tamito KAJIYAMA's latest Japanese codec. | bwarsaw | 2002-09-05 | 3 | -1/+1 | |
| | | ||||||
| * | Update to KoreanCodecs 2.0.5 | bwarsaw | 2002-08-06 | 3 | -1/+1 | |
| | | ||||||
| * | Use email package v2.2 | bwarsaw | 2002-07-26 | 3 | -1/+1 | |
| | | ||||||
| * | SETUPINSTOPTS: Add --install-data option so that the japanese.pth file | bwarsaw | 2002-07-25 | 1 | -1/+3 | |
| | | | | | | installed by the JapaneseCodecs package doesn't pollute the system's site-packages. | |||||
| * | Update to the latest Japanese codecs. | bwarsaw | 2002-07-23 | 3 | -1/+1 | |
| | | ||||||
| * | Update to email package 2.1 | bwarsaw | 2002-07-09 | 3 | -1/+1 | |
| | | ||||||
| * | Use version 2.0.4 of the email package. | bwarsaw | 2002-05-22 | 3 | -1/+1 | |
| | | ||||||
| * | Oops, I forgot to cvs rm this | bwarsaw | 2002-05-05 | 1 | -0/+0 | |
| | | ||||||
| * | Update the Korean codecs to Kye-Shik Chang's <perky@fallin.lv> 2.0.4 | bwarsaw | 2002-05-01 | 1 | -1/+1 | |
| | | | | | version, which is LGPL'd. | |||||
| * | Update the Korean codecs to Kye-Shik Chang's <perky@fallin.lv> 2.0.4 | bwarsaw | 2002-05-01 | 2 | -0/+0 | |
| | | | | | version, which is LGPL'd. | |||||
| * | Bumping email package to 2.0.2 | bwarsaw | 2002-04-27 | 1 | -0/+0 | |
| | | ||||||
| * | Even though distutils' --install-lib is advertised as overriding | bwarsaw | 2002-04-26 | 1 | -3/+4 | |
| | | | | | | --install-purelib, this isn't really true w.r.t. the JapaneseCodecs japanese.pth file. So include the --install-purelib option too. | |||||
| * | Updated the Japanese codecs package and the email package. | bwarsaw | 2002-04-18 | 4 | -1/+1 | |
| | | ||||||
| * | install-packages: Add a PYTHONPATH envar setting for the distutils | bwarsaw | 2002-04-11 | 1 | -1/+1 | |
| | | | | | | setup.py command. This will avoid the confusing, but ignorable warnings that distutils insists on emitting even with the -q option. | |||||
| * | Let's use email version 2.0.1. | bwarsaw | 2002-04-11 | 3 | -1/+1 | |
| | | ||||||
| * | Minor update. | bwarsaw | 2002-04-10 | 1 | -0/+0 | |
| | | ||||||
| * | Bump the email package to 2.0 | bwarsaw | 2002-04-08 | 3 | -1/+1 | |
| | | ||||||
| * | The Korean codecs package. | bwarsaw | 2002-04-08 | 1 | -0/+0 | |
| | | ||||||
| * | Add the KoreanCodes package and generalize the installation procedure. | bwarsaw | 2002-04-08 | 1 | -5/+9 | |
| | | ||||||
| * | Obsolete. | bwarsaw | 2002-03-16 | 1 | -1/+0 | |
| | | ||||||
| * | Bump email package version number to 1.2 | bwarsaw | 2002-03-12 | 3 | -1/+1 | |
| | | ||||||
| * | Marc MERLIN points out that Debian has a different activation procedure. | bwarsaw | 2002-03-07 | 1 | -0/+6 | |
| | | ||||||
| * | Tamito KAJIYAMA released a new version of the Japanese codecs. | bwarsaw | 2002-03-04 | 3 | -1/+1 | |
| | | ||||||
| * | Tamito KAJIYAMA has agreed to let us distribute the Japanese codecs | bwarsaw | 2002-03-01 | 2 | -4/+8 | |
| | | | | | for Python! | |||||
| * | install: Don't try to create a pending_subscriptions.db file; it's | bwarsaw | 2002-02-28 | 1 | -1/+0 | |
| | | | | | been obsolete for a long time now. | |||||
| * | A few last minute fixes for bugs in email 1.1 | bwarsaw | 2002-02-28 | 1 | -0/+0 | |
| | | ||||||
| * | Update the email package to version 1.1, and make the corresponding | bwarsaw | 2002-02-28 | 3 | -1/+1 | |
| | | | | | fix to the Makefile.in file. | |||||
| * | Don't count on a tar supporting a `z' option. Instead use gunzip to | bwarsaw | 2002-02-24 | 1 | -2/+1 | |
| | | | | | uncompress the email package tarball. | |||||
| * | Some new path-hacking code: | bwarsaw | 2002-02-23 | 1 | -6/+7 | |
| | | | | | | | | | | | | | | | | | | | | | | - Stick $prefix/pythonlib on the front of sys.path. I've gone back and forth about this for a long time; the question is: for modules that Mailman provides which override the ones in the Python standard library, should they explicitly import our overrides or implicitly import them due to sys.path hacking? I used to want the former, but now I want the latter because it makes code maintenance easier (we don't have to modify a bunch of files when we add or get rid of a shadow module). Yes, this violates explicit over implicit, but I think it's for a good cause. I may regret this some day <wink>. - Go back to appending site-packages to sys.path instead of prepending it. This makes it semantically more similar to the hacking that goes on in site.py. We also don't need for site-packages to be earlier in the path because of the above new rules for shadowing. Remember that we start up the CGI scripts with python -S, so we still need to get site-packages on sys.path (probably). | |||||
| * | Automatically uncompress and distutils install the distributed email | bwarsaw | 2002-02-23 | 1 | -2/+10 | |
| | | | | | | | | | | package into $prefix/pythonlib, which we will arrange to be at the head of sys.path, so as to override the standard package even in Python 2.2. The human installer now should no longer need to install the email package manually for any version of Python. | |||||
| * | Move the path hacking addition of the site-packages directory to here | bwarsaw | 2002-02-12 | 1 | -2/+13 | |
| | | | | | | | | | | from Defaults.py.in. The problem is that even for Python 2.2, we need site-packages to appear /before/ the standard library so that we can pick up the newer version of the email package. Defaults.py/mm_cfg.py is usually imported too late in the game to work, but paths.py is about right (although we'll have to audit the command line scripts to make sure they import paths.py before they import email.*). | |||||
| * | Update bundled email package to 0.97 for support of multibyte | bwarsaw | 2002-02-11 | 2 | -0/+0 | |
| | | | | | character sets. | |||||
| * | Slightly better contrast to the letters. | bwarsaw | 2002-02-01 | 1 | -0/+0 | |
| | | ||||||
| * | install: Install the misc/mailman startup script into $prefix/scripts. | bwarsaw | 2002-01-30 | 1 | -1/+3 | |
| | | ||||||
| * | Terri Oda's favicon contribution, with two modifications: | bwarsaw | 2002-01-30 | 1 | -0/+0 | |
| | | | | | | | - Background was made grey to (I think) improve contrast - gif -> png | |||||
| * | Fix typo found by Dan Mick. | bwarsaw | 2002-01-04 | 1 | -2/+2 | |
| | | ||||||
| * | Fixed the email.Utils.formatdate() numeric timezone calculation for | bwarsaw | 2001-11-19 | 1 | -0/+0 | |
| | | | | | | | America/St_Johns, which was broken due to an erroneous divmod() call. Not important enough to bump the version number, so if you installed it in the last hour or so, please re-install. | |||||
| * | email-0.96 which contains some fixes for parsedate*() and | bwarsaw | 2001-11-19 | 2 | -0/+0 | |
| | | | | | formatdate(), sync'd with the Python 2.2. versions. | |||||
| * | Version 0.95 contains an RFC 2822 compliant email.Utils.formatdate() | bwarsaw | 2001-11-09 | 2 | -0/+0 | |
| | | ||||||
| * | A new version of the tarball with a fixed MANIFEST (and a previously | bwarsaw | 2001-10-26 | 1 | -0/+0 | |
| | | | | | | missing test message). No need to reinstall -- this only affects the test suite. | |||||
| * | Obsoleted by email-0.94.tar.gz | bwarsaw | 2001-10-25 | 1 | -0/+0 | |
| | | ||||||
| * | Latest email package | bwarsaw | 2001-10-25 | 1 | -0/+0 | |
| | | ||||||
| * | Let's use the latest email package | bwarsaw | 2001-10-21 | 2 | -0/+0 | |
| | | ||||||
| * | Outdated. | bwarsaw | 2001-10-15 | 1 | -0/+0 | |
| | | ||||||
| * | New version of this package with a small bug fix and a new Parser | bwarsaw | 2001-10-15 | 1 | -0/+0 | |
| | | | | | derived class. Matches current CVS for Python 2.2. | |||||
| * | Removed email-0.90 and added email-0.91 distutils packages. This | bwarsaw | 2001-10-09 | 2 | -0/+0 | |
| | | | | | | | | | | | sync's things up with Python 2.2's and mimelib's latest APIs. Two primary differences: - Fixed a bug in Message.get_all() that caused failobj to never be returned. - Added MIMEAudio class/module by Anthony Baxter | |||||
| * | Don't do site path hackery here, it's still gotta be done in | bwarsaw | 2001-10-01 | 1 | -9/+1 | |
| | | | | | | Defaults.py.in otherwise the scripts/driver doesn't work (because it doesn't import paths.py). :( | |||||
| * | The latest email-0.90 package | bwarsaw | 2001-10-01 | 1 | -0/+0 | |
| | | ||||||
| * | Remove Cookie.py since we're going to use the one from Python's | bwarsaw | 2001-10-01 | 2 | -583/+0 | |
| | | | | | | | | standard library. Also, add the compatibility email package as a distutils tarball (is this the right way to do it?) | |||||
