| Commit message (Expand) | Author | Age | Files | Lines |
* | Added splitext() | Guido van Rossum | 1996-07-23 | 1 | -0/+22 |
|
|
* | New versions generated on a Linux 2.x system by AMK | Guido van Rossum | 1996-07-22 | 8 | -164/+430 |
|
|
* | Optimizations and one intentional loophole by Jim Fulton. | Guido van Rossum | 1996-07-22 | 1 | -58/+82 |
|
|
* | This is needed for users of Linux 2.x | Guido van Rossum | 1996-07-22 | 10 | -0/+1608 |
|
|
* | Got rid of ChangeLog -- too bad, but I can't keep it up to date. | Guido van Rossum | 1996-07-22 | 1 | -4532/+0 |
|
|
* | Use NEWOBJ() macro instead of calling newobject() directly. | Guido van Rossum | 1996-07-22 | 1 | -1/+1 |
|
|
* | Added SetFolder method which sets Standard File initial folder | Jack Jansen | 1996-07-22 | 1 | -0/+29 |
|
|
* | Added PyOS_CheckStack() function which returns -1 when we are running | Jack Jansen | 1996-07-22 | 1 | -0/+14 |
|
|
* | Added USE_STACKCHECK define | Jack Jansen | 1996-07-22 | 5 | -0/+8 |
|
|
* | Fuck. For PC support, this must be in the distribution. | Guido van Rossum | 1996-07-22 | 84 | -0/+13110 |
|
|
* | Restore the capability to pass a class (usually Pack) as an option to widget | Guido van Rossum | 1996-07-21 | 2 | -8/+14 |
|
|
* | Use gcc, not gcc-elf on Linux | Guido van Rossum | 1996-07-21 | 2 | -3/+3 |
|
|
* | Additions to the cast of thousands | Guido van Rossum | 1996-07-21 | 1 | -0/+13 |
|
|
* | More changes by Sjoerd & Jack | Guido van Rossum | 1996-07-21 | 1 | -42/+136 |
|
|
* | Addition by Jack to test for missing type support | Guido van Rossum | 1996-07-21 | 1 | -0/+20 |
|
|
* | Added extra notes for AIX and SCO. | Guido van Rossum | 1996-07-21 | 1 | -0/+7 |
|
|
* | Use INSTALL_PROGRAM for makesetup | Guido van Rossum | 1996-07-21 | 1 | -1/+1 |
|
|
* | Added Jim Fulton's "asharedmodule" target | Guido van Rossum | 1996-07-21 | 1 | -1/+17 |
|
|
* | Use INT_MAX/LONG_MAX instead of non-ANSI LONG_BIT | Guido van Rossum | 1996-07-21 | 1 | -5/+4 |
|
|
* | New submission by Fred Drake. | Guido van Rossum | 1996-07-21 | 1 | -775/+1102 |
|
|
* | New style names for getprogramname and getargcargv | Guido van Rossum | 1996-07-21 | 1 | -6/+6 |
|
|
* | Rewritten keys() and has_key() to avoid memory leaks. | Guido van Rossum | 1996-07-21 | 1 | -11/+17 |
|
|
* | complex -> Py_complex | Guido van Rossum | 1996-07-21 | 2 | -96/+96 |
|
|
* | Hacks for MS_COREDLL | Guido van Rossum | 1996-07-21 | 1 | -0/+19 |
|
|
* | Only __dict__ and __class__ are read-only instance attributes | Guido van Rossum | 1996-07-21 | 1 | -2/+4 |
|
|
* | new .pyc magic number (** operator) | Guido van Rossum | 1996-07-21 | 1 | -1/+1 |
|
|
* | added 1996 | Guido van Rossum | 1996-07-21 | 1 | -2/+2 |
|
|
* | Py_complex; and WITHOUT_COMPLEX added to getargs.c | Guido van Rossum | 1996-07-21 | 4 | -6/+8 |
|
|
* | renamed complex -> Py_complex | Guido van Rossum | 1996-07-21 | 1 | -10/+10 |
|
|
* | Hacks for MS_COREDLL | Guido van Rossum | 1996-07-21 | 1 | -0/+14 |
|
|
* | added new names for getprogramname, getargcargv | Guido van Rossum | 1996-07-21 | 1 | -0/+2 |
|
|
* | Added prototype + doc for PySequence_Length() | Guido van Rossum | 1996-07-21 | 1 | -0/+7 |
|
|
* | added parser module to overview | Guido van Rossum | 1996-07-21 | 2 | -0/+8 |
|
|
* | added plock | Guido van Rossum | 1996-07-21 | 2 | -0/+12 |
|
|
* | Minute changes by Fred Drake | Guido van Rossum | 1996-07-21 | 2 | -80/+4 |
|
|
* | changes by Jack to Mac docs | Guido van Rossum | 1996-07-21 | 8 | -18/+288 |
|
|
* | Don't use tktools, dummy! Reworded test message slightly. | Guido van Rossum | 1996-07-21 | 2 | -10/+62 |
|
|
* | fix canvas bind commands | Guido van Rossum | 1996-07-21 | 4 | -4/+4 |
|
|
* | Added option to refilemessages() to keep sequences | Guido van Rossum | 1996-07-21 | 1 | -4/+27 |
|
|
* | Changes for new parser module (Fred Drake) | Guido van Rossum | 1996-07-21 | 3 | -37/+276 |
|
|
* | New opcodes BINARY_POWER, RAISE_VARARGS, CALL_FUNCTION, MAKE_FUNCTION | Guido van Rossum | 1996-07-21 | 1 | -0/+5 |
|
|
* | add mac compatibility | Guido van Rossum | 1996-07-21 | 1 | -1/+29 |
|
|
* | - Added a file dialog example | Jack Jansen | 1996-07-18 | 4 | -2/+132 |
|
|
* | Old names changed to Py_GetCopyright, etc. | Jack Jansen | 1996-07-10 | 4 | -6/+6 |
|
|
* | inittab is a "struct _inittab". | Jack Jansen | 1996-07-10 | 1 | -4/+1 |
|
|
* | Given a module/pathname file created by findmodulefiles compile all | Jack Jansen | 1996-07-10 | 1 | -0/+39 |
|
|
* | added a thing on the to-do list | Barry Warsaw | 1996-07-08 | 1 | -1/+2 |
|
|
* | (python-font-lock-keywords): added class and def | Barry Warsaw | 1996-07-05 | 1 | -7/+13 |
|
|
* | (py-mode-syntax-table): revert underscore to word class, even though I | Barry Warsaw | 1996-07-03 | 1 | -1/+5 |
|
|
* | (py-delete-char): Obey numeric argument. | Barry Warsaw | 1996-07-03 | 1 | -15/+21 |
|
|