Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change [_Py_]re_compile_pattern() to return a char*. | Guido van Rossum | 1997-09-03 | 1 | -2/+2 |
| | | | | | Since it only returns an error message (or NULL) there's no reason for it to be unsigned char *, and various compilers like this better. | ||||
* | 1.5a3 prerelease 1 from AMK | Guido van Rossum | 1997-08-13 | 1 | -25/+13 |
| | |||||
* | Add syntax for hex,octal | Guido van Rossum | 1997-08-13 | 1 | -0/+2 |
| | |||||
* | Jeffrey's latests | Guido van Rossum | 1997-07-17 | 1 | -0/+12 |
| | |||||
* | New versions straight from Jeffrey Ollie's web site | Guido van Rossum | 1997-07-10 | 1 | -52/+58 |
| | |||||
* | Latest from Jeffrey Ollie. | Guido van Rossum | 1997-05-09 | 1 | -19/+1 |
| | | | | Infinite failure stack, some bugs fixed (fastmap, star_jump, register bug). | ||||
* | rename exported symbols with _Py_ prefix | Guido van Rossum | 1996-05-24 | 1 | -0/+14 |
| | |||||
* | Merge alpha100 branch back to main trunk | Guido van Rossum | 1994-08-01 | 1 | -5/+5 |
| | |||||
* | * Added support for X11 modules. | Guido van Rossum | 1993-07-28 | 1 | -0/+11 |
| | | | | | | | * Makefile: change location of FORMS library. * posixmodule.c: turn #if 0 into #ifdef MSDOS (stuff in unistd.h or not) * Almost all .h files: added CPP magic to avoid duplicate inclusions and to support inclusion from C++. | ||||
* | (I suggest a recompile after getting this, the ceval.c bugfix may be crucial!) | Guido van Rossum | 1993-04-15 | 1 | -1/+1 |
| | | | | | | | * Makefile: removed superfluous AR=ar, fixed misleading comment. * ceval.c: fixed debugging code; save/restore errors in locals_2_fast. * intrcheck.c: for SunOS etc., turn off syscall resumption. * regexpr.h: bump number of registers to 100. | ||||
* | Change prototypes decision. | Guido van Rossum | 1992-01-27 | 1 | -3/+8 |
| | |||||
* | Initial revision | Guido van Rossum | 1992-01-19 | 1 | -0/+135 |