Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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) | ||||
* | Fix paths to match python1.4 installation. | Guido van Rossum | 1996-08-28 | 1 | -2/+2 |
| | |||||
* | Remove the entry for private variables (it's supposed to be a surprise!) | Guido van Rossum | 1996-08-26 | 1 | -3/+0 |
| | |||||
* | Some final changes. I'll give up on nicely reformatting and | Guido van Rossum | 1996-08-26 | 1 | -8/+29 |
| | | | | structuring it, for now. | ||||
* | Added all changes in beta1 and beta3. | Guido van Rossum | 1996-08-26 | 1 | -16/+446 |
| | | | | Still very rough (needs reordering etc.). | ||||
* | Added Vlad. | Guido van Rossum | 1996-08-20 | 1 | -0/+1 |
| | |||||
* | New generic makefile by Jim F; drop pyimenu.el | Guido van Rossum | 1996-08-20 | 3 | -363/+66 |
| | |||||
* | Minor updates. | Guido van Rossum | 1996-08-20 | 1 | -6/+6 |
| | |||||
* | typo | Guido van Rossum | 1996-08-20 | 1 | -1/+1 |
| | |||||
* | Barry's 2.73 | Guido van Rossum | 1996-08-20 | 1 | -6/+6 |
| | |||||
* | Barry's 2.72 | Guido van Rossum | 1996-08-20 | 1 | -228/+561 |
| | |||||
* | *** empty log message *** | Barry Warsaw | 1996-08-20 | 1 | -3/+3 |
| | |||||
* | (py-no-outdent-re): Added return, break, raise, continue since we | Barry Warsaw | 1996-08-12 | 1 | -1/+3 |
| | | | | already outdent for those statements. | ||||
* | New AIX-NOTES | Guido van Rossum | 1996-08-09 | 1 | -0/+144 |
| | |||||
* | New AIX-NOTES | Guido van Rossum | 1996-08-09 | 1 | -61/+0 |
| | |||||
* | #updated commentary | Barry Warsaw | 1996-08-06 | 1 | -4/+3 |
| | |||||
* | (py-menu): Create default value | Barry Warsaw | 1996-08-06 | 1 | -0/+7 |
| | |||||
* | (py-forward-into-nomenclature): Slightly better regex for stopping on | Barry Warsaw | 1996-08-05 | 1 | -2/+4 |
| | | | | underscore. | ||||
* | (py-electric-colon): Use (py-next-statement -1) instead of | Barry Warsaw | 1996-08-02 | 1 | -1/+1 |
| | | | | (forward-line -1), to properly catch continued statements. |