summaryrefslogtreecommitdiff
path: root/Mailman/pythonlib/cgi.py (unfollow)
Commit message (Expand)AuthorFilesLines
2000-12-20process(): Get rid of the string module in favor of string methods.bwarsaw1-3/+4
2000-12-20process(): List comprehensions are fun!bwarsaw1-4/+2
2000-12-20process(): Get rid of the string module, in favor of string methods.bwarsaw1-7/+2
2000-12-20process(): Use augmented assignments.bwarsaw1-1/+1
2000-12-20process(): Use string method startswith().bwarsaw1-3/+2
2000-12-20Multiple queue runner classes, in a new package Mailman.Queue.bwarsaw7-0/+513
2000-12-20Generate Mailman/Queue/Makefilebwarsaw2-2/+5
2000-12-20ARCH_INDEP_DIRS: Add Mailman/Queue to the list of subdirs tobwarsaw1-2/+3
2000-12-20_(): new function to fake out i18n for now.bwarsaw1-0/+3
2000-12-20qfiles directory is just a holder of all the sub-queue directories.bwarsaw1-1/+6
2000-12-20Enqueue(): Allow for queuing to alternative queue directories. Ifbwarsaw1-8/+20
2000-12-20We can use Python 2.0's standard nntplib.py now.bwarsaw1-535/+0
2000-12-20string module functions to string methods.bwarsaw1-36/+40
2000-12-20First step in the conversion to a multiple-queue model. This scriptbwarsaw1-246/+22
2000-12-20process_lists(): Wrap the open_newsgroup() call in a try/except tobwarsaw1-2/+6
2000-12-20main(): In the conversion to string methods, the initialization ofbwarsaw1-2/+2
2000-12-20main(): Explicitly queue the message to INQUEUE_DIR (see changesbwarsaw5-7/+7
2000-12-20main(): Some fixes to handle situations such as sending directly tobwarsaw2-16/+54
2000-12-20VALID_COMMANDS: `auto' is an acceptable command -- this is a scriptbwarsaw1-0/+1
2000-12-08Add `auto' script.bwarsaw1-1/+1
2000-12-08intermediatebwarsaw2-2/+8
2000-12-08Script which can be used to make Postfix automatically recognize newbwarsaw2-0/+184
2000-12-08checkdata(): Check the permissions on the request.db file.bwarsaw1-6/+7
2000-12-07First integration patch for Juan Carlos's translatable string changesbwarsaw8-391/+410
2000-12-07First integration patch of Juan Carlos's i18n string marking changes.bwarsaw2-17/+17
2000-12-07First round integration of Juan Carlos's translatable string markings.bwarsaw13-325/+343
2000-12-07Add version and release date tag to the front page.bwarsaw1-0/+8
2000-12-07run_main(): Gross and temporary hack to put `_' in the builtins. It'sbwarsaw1-0/+9