Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (py-delete-char): Check for py-honor-comment-indentation. | Barry Warsaw | 1996-08-01 | 1 | -0/+1 |
| | |||||
* | (py-mode): comment-start is now "# " so indent-for-comment does the | Barry Warsaw | 1996-08-01 | 1 | -6/+41 |
| | | | | | | | | | | right thing. (py-comment-region): let-bind comment-start to "## " so commented regions get transformed into non-indenting comment lines. (py-compute-region): Implement modification to rule for recognizing "indenting comment lines". | ||||
* | CW9 | Jack Jansen | 1996-08-01 | 18 | -5269/+6127 |
| | |||||
* | Removed debug output | Jack Jansen | 1996-08-01 | 1 | -2/+0 |
| | |||||
* | Removed unused var | Jack Jansen | 1996-08-01 | 2 | -5/+0 |
| | |||||
* | NumVersion stuff has changed | Jack Jansen | 1996-08-01 | 2 | -47/+8 |
| | |||||
* | - Minimum stacksize is now 8K for PPC, 4K for 68K | Jack Jansen | 1996-08-01 | 1 | -7/+20 |
| | | | | - Added PyMac_BuildNumVersion | ||||
* | New .pyc magic numnber, too. | Guido van Rossum | 1996-08-01 | 1 | -1/+1 |
| | |||||
* | Use Tcl/Tk 7.5/4.1 by default. | Guido van Rossum | 1996-08-01 | 1 | -2/+2 |
| | |||||
* | Put definition of _REENTRANT in config.h | Guido van Rossum | 1996-08-01 | 5 | -74/+72 |
| | |||||
* | Allow compilation by K&R C compiler. | Guido van Rossum | 1996-08-01 | 1 | -8/+8 |
| | |||||
* | The usual | Guido van Rossum | 1996-07-31 | 2 | -126/+121 |
| | |||||
* | Changes for AIX; also remove all references to _REENTRANT. | Guido van Rossum | 1996-07-31 | 1 | -3/+7 |
| | |||||
* | Changes for AIX sharedlibs. | Guido van Rossum | 1996-07-31 | 1 | -14/+120 |
| | |||||
* | Changes for AIX shared libs | Guido van Rossum | 1996-07-31 | 2 | -2/+9 |
| | |||||
* | #comment update | Barry Warsaw | 1996-07-31 | 1 | -0/+2 |
| | |||||
* | #comment update | Barry Warsaw | 1996-07-31 | 1 | -0/+4 |
| | |||||
* | #updated to do list | Barry Warsaw | 1996-07-31 | 1 | -4/+4 |
| | |||||
* | Don't trip over empty string in sys.path. | Guido van Rossum | 1996-07-31 | 1 | -1/+1 |
| | |||||
* | (py-parse-state): stop searching backwards when we found a keyword at | Barry Warsaw | 1996-07-31 | 1 | -2/+6 |
| | | | | | column zero. Perhaps a kludge, but similar in nature to Emacs' beginning-of-defun shortcut. | ||||
* | (py-statement-closes-block-p, py-compute-indentation): Outdent one | Barry Warsaw | 1996-07-31 | 1 | -3/+17 |
| | | | | level after a return, raise, break, or continue statement. | ||||
* | getprogramname --> Py_GetProgramName | Guido van Rossum | 1996-07-31 | 1 | -3/+3 |
| | |||||
* | If NO_DYNAMIC_LINK is defined, load_dynamic_module() will always fail. | Guido van Rossum | 1996-07-31 | 1 | -0/+4 |
| | |||||
* | Added _REENTRANT definition | Guido van Rossum | 1996-07-31 | 1 | -0/+4 |
| | |||||
* | DESTLIB and MACHDESTLIB are now derived from variables set by the Makefile. | Guido van Rossum | 1996-07-31 | 1 | -8/+10 |
| | | | | Clarified some comments. | ||||
* | Collect together all detailed installation directories. | Guido van Rossum | 1996-07-31 | 1 | -2/+13 |
| | |||||
* | The usual | Guido van Rossum | 1996-07-31 | 2 | -120/+144 |
| | |||||
* | Added doc para for --with-libs | Guido van Rossum | 1996-07-31 | 1 | -0/+3 |
| | |||||
* | Add entry for _REENTRANT macro | Guido van Rossum | 1996-07-31 | 1 | -0/+3 |
| | |||||
* | Three changes: | Guido van Rossum | 1996-07-31 | 1 | -6/+12 |
| | | | | | | - Improved version of NeXT patching of $OPT - Added new option --with-libs='lib1 lib2 ...' - Define _REENTRANT when posix threads are in use | ||||
* | Collect together all detailed installation directories. | Guido van Rossum | 1996-07-31 | 1 | -4/+7 |
| | |||||
* | Add a variable so you can easily install more than one machdep directory. | Guido van Rossum | 1996-07-30 | 1 | -1/+2 |
| | |||||
* | Correct typo (intall -> install) | Guido van Rossum | 1996-07-30 | 1 | -1/+1 |
| | |||||
* | Numerous changes, but still a lot of XXX thingies. | Guido van Rossum | 1996-07-30 | 1 | -47/+37 |
| | |||||
* | Exhaustive list of news in beta2 compared to beta1. | Guido van Rossum | 1996-07-30 | 1 | -9/+73 |
| | | | | Now all we need to do is do the same for beta1 compared to 1.3. | ||||
* | FreeBSD platform specific modules | Guido van Rossum | 1996-07-30 | 4 | -0/+136 |
| | |||||
* | patch level 1.4b2 | Guido van Rossum | 1996-07-30 | 1 | -1/+1 |
| | |||||
* | Note that the values are ints. | Guido van Rossum | 1996-07-30 | 2 | -0/+2 |
| | |||||
* | New zip code and release; added guido@python.org as alternative email. | Guido van Rossum | 1996-07-30 | 2 | -6/+6 |
| | |||||
* | Don't make an exception for NeXT (BBUM says it's no longer needed). | Guido van Rossum | 1996-07-30 | 1 | -1/+1 |
| | | | | | (But hypot() should really be defined in a separate file, triggered by configure.) | ||||
* | Some more install changes: | Guido van Rossum | 1996-07-30 | 1 | -16/+26 |
| | | | | | | | | | | - "make install" now depends on "make altinstall" for most of the work, and the binary is always installed as python<version> first, with a hard link to python made by "make bininstall". - Create the machine dependent directory if it doesn't exist, and attempt to run the regen script in it (unfortunately this will fail unless you have h2py in your $PATH - help!) | ||||
* | Remove "." from default path. Also rearrange so that SITEPATH comes | Guido van Rossum | 1996-07-30 | 1 | -2/+2 |
| | | | | after DESTPATH. | ||||
* | Don't have "." in the default path. | Guido van Rossum | 1996-07-30 | 1 | -2/+2 |
| | |||||
* | Always insert script directory in front of sys.path -- if there's no | Guido van Rossum | 1996-07-30 | 1 | -17/+17 |
| | | | | | sys.argv, insert "". Note that "." is removed as a default component of the path (see changes to getpath.c and Setup.in). | ||||
* | Add missing close parenthesis. | Guido van Rossum | 1996-07-30 | 2 | -2/+2 |
| | |||||
* | Got rid of all references to stdwin. | Guido van Rossum | 1996-07-30 | 1 | -38/+17 |
| | | | | | | Documented insertion of script directory in path. Updated author's address. Changed MAILING LIST section to INTERNET RESOURCES. | ||||
* | Remove comment "SGI only" | Guido van Rossum | 1996-07-30 | 1 | -1/+1 |
| | |||||
* | Simplified and rationalized. | Guido van Rossum | 1996-07-30 | 1 | -7/+3 |
| | |||||
* | mac utility | Guido van Rossum | 1996-07-30 | 1 | -0/+19 |
| | |||||
* | turn a pile of RCS files into a ChangeLog file | Guido van Rossum | 1996-07-30 | 1 | -0/+109 |
| |