summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Collapse)AuthorAgeFilesLines
* README file for hints on Purify'ing or Quantify'ing the PythonBarry Warsaw1997-01-161-0/+72
| | | | interpreter. It also mentions the soon to be checked in pure module.
* (python-cc-style): Added definitions for c-hanging-braces-alist whichBarry Warsaw1996-12-201-1/+1
| | | | make the most sense for PyMethodDef structures. [one small fix]
* (python-cc-style): Added definitions for c-hanging-braces-alist whichBarry Warsaw1996-12-201-2/+8
| | | | make the most sense for PyMethodDef structures.
* (py-delete-function): new variableBarry Warsaw1996-12-171-1/+7
| | | | (py-delete-char): funcall py-delete-function.
* (python-mode): added comment-end definitions.Barry Warsaw1996-12-171-0/+2
|
* (python-cc-style): typo "c-offset-alist" => "c-offsets-alist"Barry Warsaw1996-12-121-2/+2
|
* Added a provide so the corresponding require will succeed.Barry Warsaw1996-12-101-0/+3
|
* (python-cc-style): Although open braces for substatements typicallyBarry Warsaw1996-12-091-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 whereBarry Warsaw1996-12-091-2/+2
| | | | possible.
* C coding standard for Python C files.Barry Warsaw1996-12-091-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 Rossum1996-12-051-6/+5
|
* New URL for Swiss ftp mirror.Guido van Rossum1996-12-051-1/+1
|
* /usr/local/bin/python -> /usr/bin/env pythonGuido van Rossum1996-11-273-3/+3
|
* Added note about "boot" implying "clobber".Guido van Rossum1996-11-271-4/+11
| | | | Added definition TARGET=python for more flexibility.
* Corrected *noconfig* to be *shared*; added cc: vlad back.Guido van Rossum1996-11-271-3/+4
|
* monty -> grail in Grail URL.Guido van Rossum1996-11-271-1/+1
|
* Added os.remove()/unlink(), rmdir(), rename(), and [f]truncate().Guido van Rossum1996-11-141-0/+17
|
* Added Q. about enabling *shared* on Linux.Guido van Rossum1996-11-131-20/+29
|
* Fix syntax of commented-out variablesGuido van Rossum1996-11-061-2/+2
|
* (match-string): Added a definition for older Emacsen.Barry Warsaw1996-10-291-0/+9
|
* New permission notice, includes CNRI.Guido van Rossum1996-10-251-9/+16
|
* Added last-minute changes.Guido van Rossum1996-10-251-4/+38
|
* CNRI additions, approved by the boss and his wife :-)Guido van Rossum1996-10-251-9/+16
|
* Add SHELL=/bin/sh definition, to override SGI make's default to $SHELL.Guido van Rossum1996-10-241-0/+3
|
* Barry's latest (2.83). He likes this version particularly becauseGuido van Rossum1996-10-231-72/+125
| | | | 83 is a prime number.
* Added answer by Greg Stein about threads on Linux.Guido van Rossum1996-10-231-18/+32
|
* (py-indent-line): take an optional universal argument which says toBarry Warsaw1996-10-231-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 Rossum1996-10-221-4/+12
|
* Added question about error from misuse of mangled names.Guido van Rossum1996-10-221-0/+7
|
* Added all current changes.Guido van Rossum1996-10-221-5/+205
|
* Added item about bug in Slackware96 libdl.Guido van Rossum1996-10-131-19/+30
|
* Add a dependency on clobber to the boot target. Now, if you run "makeGuido van Rossum1996-10-101-1/+1
| | | | -f Makefile.pre.in boot", all traces of previous runs are removed.
* Nils Fischbeck, Tim Hochberg, Terry Reedy, Ka-Ping YeeGuido van Rossum1996-10-081-0/+4
|
* Added 'static' target; add variable TARGET replacing pythonGuido van Rossum1996-10-081-3/+8
|
* Toss Q 3.10 on posix.listdir on NeXT. Add revived vpApp.Guido van Rossum1996-10-081-33/+26
|
* Toss the outdated QuickRef.Guido van Rossum1996-10-081-6639/+0
|
* (py-process-filter): Make sure current-buffer is restored, even in theBarry Warsaw1996-09-301-36/+41
| | | | | event of error. Can't use new Emacs primitive save-current-buffer, so use unwind-protect instead.
* Added editline fixGuido van Rossum1996-09-122-0/+81
|
* Rewrite sections on GUI and DOS/Windows, various other small edits,Guido van Rossum1996-09-111-134/+118
| | | | added 1996 copyright, $Revision$.
* Improvement suggested by Sjoerd: use $(MAKE)Guido van Rossum1996-09-111-2/+3
| | | | in boot target and use $(srcdir)/Makefile.pre.in
* Added Makefile.pre.in, my generic makefileGuido van Rossum1996-09-102-0/+265
|
* Rewritten by Ka-Ping Yee.Guido van Rossum1996-09-101-193/+167
|
* Removed some obsolete questions and references to version 1.2.Guido van Rossum1996-09-091-231/+159
| | | | | Added some cross refs about broken lambda and broken recursion of nested functions.
* PS: use -O2, not -O3Guido van Rossum1996-09-061-0/+37
|
* New email and zip code for GuidoGuido van Rossum1996-09-061-14/+14
|
* NEXT shared libs instructionsGuido van Rossum1996-09-061-0/+44
|
* (python-font-lock-keywords): with Python 1.4 `access' is no a keywordBarry Warsaw1996-09-041-1/+1
|
* I have been increasingly annoyed about the fact thatBarry Warsaw1996-09-041-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>
* #stylisticsBarry Warsaw1996-09-041-2/+4
|
* (python-mode): typosBarry Warsaw1996-09-041-2/+2
|