Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added a provide so the corresponding require will succeed. | Barry Warsaw | 1996-12-10 | 1 | -0/+3 |
| | |||||
* | (python-cc-style): Although open braces for substatements typically | Barry Warsaw | 1996-12-09 | 1 | -0/+2 |
| | | | | | hang on the right side, if they are on a separate line, indent them under the keyword. | ||||
* | (python-cc-style): Oops, we decided to use TABs for 8 spaces where | Barry Warsaw | 1996-12-09 | 1 | -2/+2 |
| | | | | possible. | ||||
* | C coding standard for Python C files. | Barry Warsaw | 1996-12-09 | 1 | -0/+35 |
| | | | | | | | | | | | Currently fairly minimal, but I'll be adding to this as needed. I think it's pretty darn close. To use this, just load the file and in a C buffer type: M-x c-set-style RET python RET [there are ways to automate much of this!] | ||||
* | More stale info. | Guido van Rossum | 1996-12-05 | 1 | -6/+5 |
| | |||||
* | New URL for Swiss ftp mirror. | Guido van Rossum | 1996-12-05 | 1 | -1/+1 |
| | |||||
* | /usr/local/bin/python -> /usr/bin/env python | Guido van Rossum | 1996-11-27 | 3 | -3/+3 |
| | |||||
* | Added note about "boot" implying "clobber". | Guido van Rossum | 1996-11-27 | 1 | -4/+11 |
| | | | | Added definition TARGET=python for more flexibility. | ||||
* | Corrected *noconfig* to be *shared*; added cc: vlad back. | Guido van Rossum | 1996-11-27 | 1 | -3/+4 |
| | |||||
* | monty -> grail in Grail URL. | Guido van Rossum | 1996-11-27 | 1 | -1/+1 |
| | |||||
* | Added os.remove()/unlink(), rmdir(), rename(), and [f]truncate(). | Guido van Rossum | 1996-11-14 | 1 | -0/+17 |
| | |||||
* | Added Q. about enabling *shared* on Linux. | Guido van Rossum | 1996-11-13 | 1 | -20/+29 |
| | |||||
* | Fix syntax of commented-out variables | Guido van Rossum | 1996-11-06 | 1 | -2/+2 |
| | |||||
* | (match-string): Added a definition for older Emacsen. | Barry Warsaw | 1996-10-29 | 1 | -0/+9 |
| | |||||
* | New permission notice, includes CNRI. | Guido van Rossum | 1996-10-25 | 1 | -9/+16 |
| | |||||
* | Added last-minute changes. | Guido van Rossum | 1996-10-25 | 1 | -4/+38 |
| | |||||
* | CNRI additions, approved by the boss and his wife :-) | Guido van Rossum | 1996-10-25 | 1 | -9/+16 |
| | |||||
* | Add SHELL=/bin/sh definition, to override SGI make's default to $SHELL. | Guido van Rossum | 1996-10-24 | 1 | -0/+3 |
| | |||||
* | Barry's latest (2.83). He likes this version particularly because | Guido van Rossum | 1996-10-23 | 1 | -72/+125 |
| | | | | 83 is a prime number. | ||||
* | Added answer by Greg Stein about threads on Linux. | Guido van Rossum | 1996-10-23 | 1 | -18/+32 |
| | |||||
* | (py-indent-line): take an optional universal argument which says to | Barry Warsaw | 1996-10-23 | 1 | -13/+22 |
| | | | | | | | | | | | | | | defeat extra outdentation for block closing statements (return, raise, break, continue, pass). (py-compute-indentation): extra argument to honor block closing statements. (py-electric-colon, py-indent-region): use py-compute-indentation's extra argument (py-statement-closes-block-p): `pass' treated as a block closing statement. | ||||
* | New version for 1.4 from Manus. | Guido van Rossum | 1996-10-22 | 1 | -4/+12 |
| | |||||
* | Added question about error from misuse of mangled names. | Guido van Rossum | 1996-10-22 | 1 | -0/+7 |
| | |||||
* | Added all current changes. | Guido van Rossum | 1996-10-22 | 1 | -5/+205 |
| | |||||
* | Added item about bug in Slackware96 libdl. | Guido van Rossum | 1996-10-13 | 1 | -19/+30 |
| | |||||
* | Add a dependency on clobber to the boot target. Now, if you run "make | Guido van Rossum | 1996-10-10 | 1 | -1/+1 |
| | | | | -f Makefile.pre.in boot", all traces of previous runs are removed. | ||||
* | Nils Fischbeck, Tim Hochberg, Terry Reedy, Ka-Ping Yee | Guido van Rossum | 1996-10-08 | 1 | -0/+4 |
| | |||||
* | Added 'static' target; add variable TARGET replacing python | Guido van Rossum | 1996-10-08 | 1 | -3/+8 |
| | |||||
* | Toss Q 3.10 on posix.listdir on NeXT. Add revived vpApp. | Guido van Rossum | 1996-10-08 | 1 | -33/+26 |
| | |||||
* | Toss the outdated QuickRef. | Guido van Rossum | 1996-10-08 | 1 | -6639/+0 |
| | |||||
* | (py-process-filter): Make sure current-buffer is restored, even in the | Barry Warsaw | 1996-09-30 | 1 | -36/+41 |
| | | | | | event of error. Can't use new Emacs primitive save-current-buffer, so use unwind-protect instead. | ||||
* | Added editline fix | Guido van Rossum | 1996-09-12 | 2 | -0/+81 |
| | |||||
* | Rewrite sections on GUI and DOS/Windows, various other small edits, | Guido van Rossum | 1996-09-11 | 1 | -134/+118 |
| | | | | added 1996 copyright, $Revision$. | ||||
* | Improvement suggested by Sjoerd: use $(MAKE) | Guido van Rossum | 1996-09-11 | 1 | -2/+3 |
| | | | | in boot target and use $(srcdir)/Makefile.pre.in | ||||
* | Added Makefile.pre.in, my generic makefile | Guido van Rossum | 1996-09-10 | 2 | -0/+265 |
| | |||||
* | Rewritten by Ka-Ping Yee. | Guido van Rossum | 1996-09-10 | 1 | -193/+167 |
| | |||||
* | Removed some obsolete questions and references to version 1.2. | Guido van Rossum | 1996-09-09 | 1 | -231/+159 |
| | | | | | Added some cross refs about broken lambda and broken recursion of nested functions. | ||||
* | PS: use -O2, not -O3 | Guido van Rossum | 1996-09-06 | 1 | -0/+37 |
| | |||||
* | New email and zip code for Guido | Guido van Rossum | 1996-09-06 | 1 | -14/+14 |
| | |||||
* | NEXT shared libs instructions | Guido van Rossum | 1996-09-06 | 1 | -0/+44 |
| | |||||
* | (python-font-lock-keywords): with Python 1.4 `access' is no a keyword | Barry Warsaw | 1996-09-04 | 1 | -1/+1 |
| | |||||
* | I have been increasingly annoyed about the fact that | Barry Warsaw | 1996-09-04 | 1 | -0/+28 |
| | | | | | | | | add-change-log-entry-other-window is so bad about guessing the proper name of Python functions, methods and variables, so finally I wrote the following (unidiff patch against python-mode.el 2.73): Per Cederqvist <ceder@signum.se> | ||||
* | #stylistics | Barry Warsaw | 1996-09-04 | 1 | -2/+4 |
| | |||||
* | (python-mode): typos | Barry Warsaw | 1996-09-04 | 1 | -2/+2 |
| | |||||
* | (python-mode): font-lock-defaults must be make-local-variable'd | Barry Warsaw | 1996-09-04 | 1 | -16/+23 |
| | |||||
* | (py-dump-help-string): Use documentation-property to get docstring. | Barry Warsaw | 1996-09-03 | 1 | -2/+1 |
| | |||||
* | (python-mode): font-lock-defaults necessary for Emacs 19, but doesn't | Barry Warsaw | 1996-09-03 | 1 | -1/+3 |
| | | | | hurt for XEmacs. | ||||
* | #py-shell gets an autoload cookie | Barry Warsaw | 1996-09-03 | 1 | -0/+1 |
| | |||||
* | New version submitted by Jim Fulton. | Guido van Rossum | 1996-08-28 | 1 | -12/+29 |
| | |||||
* | Fix paths to match python1.4 installation. | Guido van Rossum | 1996-08-28 | 1 | -1/+1 |
| | | | | (Forgot LIBP) |