summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add pcre to the list of safe modules.Guido van Rossum1997-10-221-1/+1
* Remove outdated comments.Guido van Rossum1997-10-221-7/+1
* Removed some unneeded imports, moved others around.Guido van Rossum1997-10-221-4/+2
* Removed unneeded imports of regex and regsub.Guido van Rossum1997-10-221-2/+0
* Use re instead of regex. Also remove bogus return statement from __init__().Guido van Rossum1997-10-221-6/+8
* Added pgrep() function, which is like grep/egrep/emgrep but uses PerlGuido van Rossum1997-10-222-0/+36
* Deleted this long-obsolete moduleGuido van Rossum1997-10-221-32/+0
* Added "new" symbol defns for RE_ANSI_HEX and RE_NO_GNU_EXTENSIONS --Guido van Rossum1997-10-221-0/+6
* Put {} around \^ in sets to force latex2html to do the right thing...Guido van Rossum1997-10-222-6/+6
* New CObject from Jim Fulton, adds PyCObject_FromVoidPtrAndDesc() andGuido van Rossum1997-10-212-2/+66
* Forgot to add .cxx and .cpp to the second case statement.Guido van Rossum1997-10-211-0/+2
* Some patches to Lee Busby's fpectl mods that accidentally didn't make itGuido van Rossum1997-10-203-30/+40
* Remove "." or "" from front of sys.path (this bit me once).Guido van Rossum1997-10-201-0/+3
* Catch KeyboardInterrupt separately and propagate it, instead ofGuido van Rossum1997-10-201-1/+4
* Add optional 4th argument to count(), matching find() etc.Guido van Rossum1997-10-202-14/+28
* Patch by Charles G. Waldman to add optional user and passwordGuido van Rossum1997-10-201-1/+10
* Write a str() function for class objects that returnsGuido van Rossum1997-10-201-2/+36
* Don't use sscanf(s, "%x", &c) to parse \xX... escapes; hardcode it.Guido van Rossum1997-10-201-3/+10
* Add getintarg(), getlongarg(), getstrarg() to macros since these noGuido van Rossum1997-10-201-0/+3
* Add proper (getattrfunc) cast in Pcre_Type.Guido van Rossum1997-10-201-1/+1
* Change sharedmodules to lib-dynload.Guido van Rossum1997-10-202-7/+7
* Remove .pyo files like .pyc files.Guido van Rossum1997-10-201-1/+1
* Rename sharedmodules to lib-dynload.Guido van Rossum1997-10-201-3/+3
* Switch around OPT assignments in Don Beaudry's patch for Olimit (hisGuido van Rossum1997-10-202-7/+7
* AIX notes are simpler -- no need to enable sharedlibs with an edit.Guido van Rossum1997-10-201-2/+1
* count() now has a 4th parameter too. Also rephrased the docs for findGuido van Rossum1997-10-202-24/+18
* Documented exc_info(); also updated exc_type and last_type docs.Guido van Rossum1997-10-202-36/+114
* Added separate tests for {}.get().Guido van Rossum1997-10-201-0/+3
* Correct Barry's fix -- take care of {}.get(0).Guido van Rossum1997-10-201-0/+3
* Added tests of dict.get()Barry Warsaw1997-10-201-0/+6
* dict_get(): Fixed a couple of stupid mistakes which caused crashes.Barry Warsaw1997-10-201-8/+2
* Change Python-as-executable-script example to use "#! /usr/bin/env python"Fred Drake1997-10-152-10/+10
* splitpasswd(): The parameter is named "user", not "host".Fred Drake1997-10-141-1/+1
* Restore the \seealso formatting that got lost when I updated the mathFred Drake1997-10-132-2/+6
* Add support for ctypedesc, cvardesc, seealso, seemodule, seetext.Fred Drake1997-10-131-0/+47
* Remove macpath entry -- it is already documented.Fred Drake1997-10-132-4/+0
* socket_type ==> SocketTypeFred Drake1997-10-132-2/+2
* Remove superfluous comman from between "not" and "in" when describing theFred Drake1997-10-132-2/+2
* struct _frozen:Fred Drake1997-10-132-8/+8
* Shared libraries didn't quite work under AIX because of the change inGuido van Rossum1997-10-101-0/+11
* Darn. When thread support is disabled, the BEGIN/END macros don'tGuido van Rossum1997-10-102-4/+8
* Updated (but still not up to date)Jack Jansen1997-10-101-7/+11
* Build balloon help for EditPythonPrefsJack Jansen1997-10-102-4/+72
* Fixup sys.path to be able to find macostoolsJack Jansen1997-10-101-0/+1
* 1.5a4 relnotesJack Jansen1997-10-101-16/+27
* Projects used for 1.5a4Jack Jansen1997-10-1011-2394/+2442
* This commit was manufactured by cvs2svn to create tag 'r15a4'.v1.5a4cvs2svn1997-10-091-0/+1
* Final touch -- Don's SGI_ABI patches.Guido van Rossum1997-10-091-0/+4
* Don Beaudry's changes to support SGI_ABI on Irix 6.x.Guido van Rossum1997-10-094-209/+342
* Remove requirement for strdup() since it causes so many troubles for too manyFred Drake1997-10-091-4/+4