| Commit message (Expand) | Author | Age | Files | Lines |
* | Add cast to realloc/malloc call to shut up AIX compiler. (Vladimir Marangozov) | Guido van Rossum | 1997-10-31 | 2 | -4/+5 |
|
|
* | New policy for package imports: only a directory containing | Guido van Rossum | 1997-10-31 | 1 | -2/+38 |
|
|
* | Instead of using _PyImport_Inittab[] directly, use the new "official" | Guido van Rossum | 1997-10-31 | 1 | -4/+8 |
|
|
* | Remove the declaration of "internal" table _PyImport_Inittab[]; add | Guido van Rossum | 1997-10-31 | 1 | -3/+1 |
|
|
* | Add empty __init__.py files to the test packages so the new policy | Guido van Rossum | 1997-10-31 | 1 | -1/+4 |
|
|
* | Take out the setlocale() call. It affects atof() and will break | Guido van Rossum | 1997-10-31 | 1 | -8/+0 |
|
|
* | Hack suggested by Matthias Klose to pull in all relevant entry points | Guido van Rossum | 1997-10-31 | 1 | -0/+10 |
|
|
* | Add #include "mytime.h", needed for SunOS 4.1 (Matthias Klose). | Guido van Rossum | 1997-10-31 | 1 | -0/+1 |
|
|
* | New version from Sjoerd, small bugfix + optimizations. | Guido van Rossum | 1997-10-30 | 1 | -24/+28 |
|
|
* | Install Misc/Makefile.pre.in in the config/ install directory. | Guido van Rossum | 1997-10-29 | 1 | -0/+1 |
|
|
* | Tests for tokenize.py (Ka-Ping Yee) | Guido van Rossum | 1997-10-27 | 3 | -0/+775 |
|
|
* | New, fixed version with proper r"..." and R"..." support from Ka-Ping. | Guido van Rossum | 1997-10-27 | 1 | -7/+10 |
|
|
* | Redone (by Ka-Ping) using the new re module, and adding recognition | Guido van Rossum | 1997-10-27 | 1 | -57/+55 |
|
|
* | Small wording change about global and local trace functions. | Guido van Rossum | 1997-10-27 | 2 | -4/+20 |
|
|
* | This should hopefully finally clean up the remaining __del__ related | Guido van Rossum | 1997-10-27 | 1 | -9/+11 |
|
|
* | Bugfix in match() -- the number of registers shouldn't be divided by two! | Guido van Rossum | 1997-10-27 | 1 | -1/+1 |
|
|
* | Use __dict__.update(state) instead of for loop over state.items() and | Guido van Rossum | 1997-10-26 | 1 | -11/+9 |
|
|
* | Ooops, found too more references to old conditions on floating point values. | Fred Drake | 1997-10-24 | 2 | -14/+2 |
|
|
* | Removed obsolete discussion on _xdr helper module. | Fred Drake | 1997-10-24 | 2 | -42/+2 |
|
|
* | re -> regex conversions by Sjoerd. | Guido van Rossum | 1997-10-24 | 3 | -95/+100 |
|
|
* | New module -- converts regex regular expressions to re style. | Guido van Rossum | 1997-10-23 | 1 | -0/+186 |
|
|
* | Although it's hard to be sure, I *think* this is a working conversion | Guido van Rossum | 1997-10-23 | 1 | -67/+67 |
|
|
* | Remove redundant import regsub. | Guido van Rossum | 1997-10-23 | 1 | -1/+0 |
|
|
* | Daniel Larsson discovered another cut-n-paste bug in the Olimit story... | Guido van Rossum | 1997-10-23 | 2 | -3/+3 |
|
|
* | Convert all remaining *simple* cases of regex usage to re usage. | Guido van Rossum | 1997-10-22 | 23 | -144/+134 |
|
|
* | Add pcre to the list of safe modules. | Guido van Rossum | 1997-10-22 | 1 | -1/+1 |
|
|
* | Remove outdated comments. | Guido van Rossum | 1997-10-22 | 1 | -7/+1 |
|
|
* | Removed some unneeded imports, moved others around. | Guido van Rossum | 1997-10-22 | 1 | -4/+2 |
|
|
* | Removed unneeded imports of regex and regsub. | Guido van Rossum | 1997-10-22 | 1 | -2/+0 |
|
|
* | Use re instead of regex. Also remove bogus return statement from __init__(). | Guido van Rossum | 1997-10-22 | 1 | -6/+8 |
|
|
* | Added pgrep() function, which is like grep/egrep/emgrep but uses Perl | Guido van Rossum | 1997-10-22 | 2 | -0/+36 |
|
|
* | Deleted this long-obsolete module | Guido van Rossum | 1997-10-22 | 1 | -32/+0 |
|
|
* | Added "new" symbol defns for RE_ANSI_HEX and RE_NO_GNU_EXTENSIONS -- | Guido van Rossum | 1997-10-22 | 1 | -0/+6 |
|
|
* | Put {} around \^ in sets to force latex2html to do the right thing... | Guido van Rossum | 1997-10-22 | 2 | -6/+6 |
|
|
* | New CObject from Jim Fulton, adds PyCObject_FromVoidPtrAndDesc() and | Guido van Rossum | 1997-10-21 | 2 | -2/+66 |
|
|
* | Forgot to add .cxx and .cpp to the second case statement. | Guido van Rossum | 1997-10-21 | 1 | -0/+2 |
|
|
* | Some patches to Lee Busby's fpectl mods that accidentally didn't make it | Guido van Rossum | 1997-10-20 | 3 | -30/+40 |
|
|
* | Remove "." or "" from front of sys.path (this bit me once). | Guido van Rossum | 1997-10-20 | 1 | -0/+3 |
|
|
* | Catch KeyboardInterrupt separately and propagate it, instead of | Guido van Rossum | 1997-10-20 | 1 | -1/+4 |
|
|
* | Add optional 4th argument to count(), matching find() etc. | Guido van Rossum | 1997-10-20 | 2 | -14/+28 |
|
|
* | Patch by Charles G. Waldman to add optional user and password | Guido van Rossum | 1997-10-20 | 1 | -1/+10 |
|
|
* | Write a str() function for class objects that returns | Guido van Rossum | 1997-10-20 | 1 | -2/+36 |
|
|
* | Don't use sscanf(s, "%x", &c) to parse \xX... escapes; hardcode it. | Guido van Rossum | 1997-10-20 | 1 | -3/+10 |
|
|
* | Add getintarg(), getlongarg(), getstrarg() to macros since these no | Guido van Rossum | 1997-10-20 | 1 | -0/+3 |
|
|
* | Add proper (getattrfunc) cast in Pcre_Type. | Guido van Rossum | 1997-10-20 | 1 | -1/+1 |
|
|
* | Change sharedmodules to lib-dynload. | Guido van Rossum | 1997-10-20 | 2 | -7/+7 |
|
|
* | Remove .pyo files like .pyc files. | Guido van Rossum | 1997-10-20 | 1 | -1/+1 |
|
|
* | Rename sharedmodules to lib-dynload. | Guido van Rossum | 1997-10-20 | 1 | -3/+3 |
|
|
* | Switch around OPT assignments in Don Beaudry's patch for Olimit (his | Guido van Rossum | 1997-10-20 | 2 | -7/+7 |
|
|
* | AIX notes are simpler -- no need to enable sharedlibs with an edit. | Guido van Rossum | 1997-10-20 | 1 | -2/+1 |
|
|