| Commit message (Expand) | Author | Age | Files | Lines |
* | Mods by Just: | Jack Jansen | 1996-07-26 | 1 | -20/+46 |
|
|
* | (py-forward-into-nomenclature): small fix to not infinitely loop at | Barry Warsaw | 1996-07-25 | 1 | -1/+1 |
|
|
* | #comment update, re: py-mode-syntax-table | Barry Warsaw | 1996-07-24 | 1 | -4/+5 |
|
|
* | (py-forward-into-nomenclature, py-backward-into-nomenclature): New functions. | Barry Warsaw | 1996-07-24 | 1 | -0/+31 |
|
|
* | putenv | Guido van Rossum | 1996-07-24 | 2 | -2/+5 |
|
|
* | Added putenv to AC_CHECK_FUNCS list. | Guido van Rossum | 1996-07-24 | 1 | -1/+1 |
|
|
* | Append version number to library install directory. | Guido van Rossum | 1996-07-24 | 1 | -10/+23 |
|
|
* | Added version number to destination. | Guido van Rossum | 1996-07-24 | 1 | -14/+16 |
|
|
* | As a side effect of calling PySys_SetArgv (setpythonargv), the | Guido van Rossum | 1996-07-24 | 1 | -0/+18 |
|
|
* | Added hook to os.environ to call putenv(), if it exists. | Guido van Rossum | 1996-07-24 | 1 | -0/+19 |
|
|
* | Added Sam Rushing's errno module | Guido van Rossum | 1996-07-24 | 2 | -0/+562 |
|
|
* | Converted to new style names by Skip Montanaro | Guido van Rossum | 1996-07-24 | 2 | -322/+319 |
|
|
* | Different lines for bsddb module. | Guido van Rossum | 1996-07-24 | 1 | -3/+3 |
|
|
* | Added simple-minded (i.e. leaking :-) putenv() interface, if os has it. | Guido van Rossum | 1996-07-23 | 1 | -0/+27 |
|
|
* | Updated pointers to Andrew Kuchlings fine software. | Guido van Rossum | 1996-07-23 | 2 | -14/+16 |
|
|
* | Added 3rd optional argument to translate(), a string of characters to delete. | Guido van Rossum | 1996-07-23 | 3 | -29/+106 |
|
|
* | (rmt.py): Updated to "modern" python coding conventions, somewhat. Keyword | Fred Drake | 1996-07-23 | 1 | -21/+21 |
|
|
* | Remove all CRLF -> LF translation for file uploads, since we cannot | Guido van Rossum | 1996-07-23 | 1 | -9/+14 |
|
|
* | (py-shift-region-left): When checking for left edged code, watch for | Barry Warsaw | 1996-07-23 | 1 | -1/+2 |
|
|
* | Renamed all occurrences of posix to os. | Guido van Rossum | 1996-07-23 | 1 | -28/+33 |
|
|
* | Changes by Jim Fulton: pass environ around as arg; | Guido van Rossum | 1996-07-23 | 1 | -19/+52 |
|
|
* | 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 |
|
|