Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Extend sys.path with site.getsitepackages(). | Mark Sapiro | 2019-08-16 | 1 | -0/+10 |
| | |||||
* | fix python doc urls | Yasuhito FUTATSUKI at POEM | 2018-07-15 | 1 | -1/+1 |
| | |||||
* | Bump copyright dates. | Mark Sapiro | 2018-06-17 | 3 | -3/+3 |
| | |||||
* | paths.py now adds dist-packages as well as site-packages to sys.path. | Mark Sapiro | 2016-09-07 | 1 | -1/+6 |
| | |||||
* | Added INIT INFO to the sample init.d script. | Mark Sapiro | 2016-09-04 | 1 | -1/+13 |
| | |||||
* | Fixed the 'pidfile' path in the sample init.d script. | Mark Sapiro | 2015-10-06 | 1 | -1/+1 |
| | |||||
* | Replaced PythonPowered.png with current version. | Mark Sapiro | 2015-01-08 | 1 | -0/+0 |
| | |||||
* | Added a reopen command to the sample init.d script in misc/mailman.in. | Mark Sapiro | 2013-11-16 | 1 | -2/+7 |
| | |||||
* | - Added Tokio Kikuchi's icons to the misc/ and installed icons/ | Mark Sapiro | 2011-07-08 | 3 | -1/+1 |
| | | | | directories. Bug #782474. | ||||
* | Replaced old logos with new ones. | Mark Sapiro | 2011-04-23 | 3 | -0/+0 |
| | |||||
* | Configure/make no longer builds Japanese and Korean codecs in | Mark Sapiro | 2009-09-13 | 1 | -2/+2 |
| | | | | pythonlib if Python already has them. | ||||
* | Rev 1141 wasn't completely correct. | Mark Sapiro | 2009-08-01 | 1 | -2/+2 |
| | |||||
* | Removed no longer used import. | Mark Sapiro | 2009-02-20 | 1 | -2/+1 |
| | |||||
* | Updated links to Python documentation. | Mark Sapiro | 2009-01-11 | 1 | -1/+1 |
| | |||||
* | As part of the Python 2.6 compatibility changes, we now use Python's email | Mark Sapiro | 2008-12-02 | 1 | -0/+4 |
| | | | | | | library if it is new enough rather than installing our own in pythonlib. However, if we are doing an upgrade, there may be an existing email library in pythonlib which is incompatible with Python 2.6 and we need to remove it. | ||||
* | Python 2.4 is a minimum. Also, fix some autoconf complaints and remove | Barry Warsaw | 2008-11-30 | 1 | -4/+1 |
| | | | | deprecation warnings regarding string exceptions. | ||||
* | Try to guess whether the email package is actually needed or not. | Barry Warsaw | 2008-11-03 | 1 | -1/+1 |
| | |||||
* | Added a call to warnings.filterwarnings() to misc/paths.py.in to supress the | Mark Sapiro | 2007-10-18 | 1 | -2/+6 |
| | | | | Python 2.5 DeprecationWarning on string exceptions. | ||||
* | With python2.5, importing JapaneseCodecs triggers LookupError because | tkikuchi | 2006-10-12 | 1 | -3/+18 |
| | | | | | | | | | 'iso2022_jp' does not exist in japanese (but 'iso_2022_jp'). We try to test Japanese (and Korean) codecs before changing path order and do not import japanese/korean if the codecs already exist in python distribution. (as in 2.4 and 2.5) Importing japanese/korean is going away in mailman-2.2. | ||||
* | A much improved release script, which now knows about Subversion (though isn't | bwarsaw | 2006-09-01 | 1 | -6/+0 |
| | | | | | | | yet ready to work from the trunk). Also, get rid of all the obsolete .cvsignore directories, they're no longer needed. Almost ready for 2.1.9rc1! | ||||
* | Update to email 2.5.8 | bwarsaw | 2006-07-26 | 3 | -1/+1 |
| | |||||
* | Changed email package to 2.5.7. Backed out workaround set_payload() method | msapiro | 2006-03-06 | 3 | -3/+4 |
| | | | | from Message.py | ||||
* | A cleansing pass, almost entirely cosmetic. Such things as whitespace | bwarsaw | 2005-12-30 | 1 | -1/+2 |
| | | | | | | | | | | | | | normalization, removal of tabs, copyright year updates to changed files, docstring and comment fixes, and usage of True/False. I also made a pass through the NEWS file. One import was reordered, and after this commit I will move the mmdsr.readme file to README.mmdsr. From my perspective, after that we're ready to go. I will port these changes forward to the trunk. | ||||
* | Arabic and Hebrew bi-directional (RFC-1556) encoding aliases. | tkikuchi | 2005-11-08 | 1 | -1/+9 |
| | | | | | IMHO They should be included in Python distribution. This is a temporary solution. | ||||
* | FSF office has moved to 51 Franklin Street. | tkikuchi | 2005-08-27 | 4 | -4/+4 |
| | |||||
* | update to email 2.5.6 | bwarsaw | 2005-04-29 | 2 | -0/+0 |
| | |||||
* | Use email-2.5.6 | bwarsaw | 2005-04-29 | 1 | -2/+2 |
| | |||||
* | JapaneseCodecs update. | tkikuchi | 2004-11-28 | 3 | -1/+1 |
| | | | | http://www.python.jp/Zope/download/JapaneseCodecs | ||||
* | Closing: | tkikuchi | 2004-10-02 | 1 | -1/+4 |
| | | | | | [ 799166 ] install-sh doesn't support multiple sources [ 946554 ] configure does not check for gettext/msgmerge | ||||
* | update to email 2.5.5 | bwarsaw | 2004-05-14 | 2 | -0/+0 |
| | |||||
* | Update to email 2.5.5 | bwarsaw | 2004-05-14 | 1 | -2/+2 |
| | |||||
* | Backing out the switch to cjkcodecs. There were too many problems | bwarsaw | 2003-12-30 | 6 | -8/+14 |
| | | | | | | | | | | with this including - couldn't get correct, backwards compatible, working fixes into Python in time - some controversy over whether cjkcodecs are best for Japanese. As we're running out of time, we'll keep the status quo from Mailman 2.1.3 here. | ||||
* | Replace CJKCodecs-1.0.tar.gz with cjkcodecs-1.0.2.tar.gz. Remove an | bwarsaw | 2003-12-29 | 4 | -1/+1 |
| | | | | outdated email package. Update cvsignore. | ||||
* | Updated for cjkcodecs 1.0.2 | bwarsaw | 2003-12-29 | 1 | -1/+1 |
| | |||||
* | TK's patch # 865661 chunk which replaces JapaneseCodecs-1.4.9 and | bwarsaw | 2003-12-26 | 6 | -16/+13 |
| | | | | KoreanCodecs-2.0.5 with CJKCodecs-1.0. | ||||
* | Add a PKGDIR variable which allows the builder to specify an alternative | bwarsaw | 2003-12-01 | 1 | -2/+3 |
| | | | | | | | directory to unpack the distutils packages. You need to specify it on the make command like, e.g. "make PKGDIR=/tmp install". Closes SF # 784700. | ||||
* | Typo | bwarsaw | 2003-09-25 | 1 | -1/+1 |
| | |||||
* | Backporting from the HEAD -- email 2.5.4 | bwarsaw | 2003-09-22 | 1 | -1/+1 |
| | |||||
* | This commit was manufactured by cvs2svn to create branch | 2003-09-22 | 1 | -0/+0 | |
| | | | 'Release_2_1-maint'. | ||||
* | Fix the path to the pidfile. Closes SF bug # 726415, John Dennis. | bwarsaw | 2003-04-24 | 1 | -5/+5 |
| | |||||
* | Use email 2.5.1 | bwarsaw | 2003-03-31 | 1 | -0/+0 |
| | |||||
* | This commit was manufactured by cvs2svn to create branch | 2003-03-31 | 2 | -0/+376 | |
| | | | 'Release_2_1-maint'. | ||||
* | Backporting SF patch #683906, add $DESTDIR to install target, by | bwarsaw | 2003-03-31 | 1 | -9/+11 |
| | | | | Ademar de Souza Reis Jr | ||||
* | This commit was manufactured by cvs2svn to create branch | 2003-01-02 | 12 | -0/+216 | |
'Release_2_1-maint'. |