summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* (python-mode): font-lock-defaults must be make-local-variable'dBarry Warsaw1996-09-041-16/+23
|
* (py-dump-help-string): Use documentation-property to get docstring.Barry Warsaw1996-09-031-2/+1
|
* (python-mode): font-lock-defaults necessary for Emacs 19, but doesn'tBarry Warsaw1996-09-031-1/+3
| | | | hurt for XEmacs.
* #py-shell gets an autoload cookieBarry Warsaw1996-09-031-0/+1
|
* New version submitted by Jim Fulton.Guido van Rossum1996-08-281-12/+29
|
* Fix paths to match python1.4 installation.Guido van Rossum1996-08-281-1/+1
| | | | (Forgot LIBP)
* Fix paths to match python1.4 installation.Guido van Rossum1996-08-281-2/+2
|
* Remove the entry for private variables (it's supposed to be a surprise!)Guido van Rossum1996-08-261-3/+0
|
* Some final changes. I'll give up on nicely reformatting andGuido van Rossum1996-08-261-8/+29
| | | | structuring it, for now.
* Added all changes in beta1 and beta3.Guido van Rossum1996-08-261-16/+446
| | | | Still very rough (needs reordering etc.).
* Added Vlad.Guido van Rossum1996-08-201-0/+1
|
* New generic makefile by Jim F; drop pyimenu.elGuido van Rossum1996-08-203-363/+66
|
* Minor updates.Guido van Rossum1996-08-201-6/+6
|
* typoGuido van Rossum1996-08-201-1/+1
|
* Barry's 2.73Guido van Rossum1996-08-201-6/+6
|
* Barry's 2.72Guido van Rossum1996-08-201-228/+561
|
* *** empty log message ***Barry Warsaw1996-08-201-3/+3
|
* (py-no-outdent-re): Added return, break, raise, continue since weBarry Warsaw1996-08-121-1/+3
| | | | already outdent for those statements.
* New AIX-NOTESGuido van Rossum1996-08-091-0/+144
|
* New AIX-NOTESGuido van Rossum1996-08-091-61/+0
|
* #updated commentaryBarry Warsaw1996-08-061-4/+3
|
* (py-menu): Create default valueBarry Warsaw1996-08-061-0/+7
|
* (py-forward-into-nomenclature): Slightly better regex for stopping onBarry Warsaw1996-08-051-2/+4
| | | | underscore.
* (py-electric-colon): Use (py-next-statement -1) instead ofBarry Warsaw1996-08-021-1/+1
| | | | (forward-line -1), to properly catch continued statements.
* #updated commentsBarry Warsaw1996-08-011-19/+22
|
* (python-mode): automatically install imenu stuff.Barry Warsaw1996-08-011-8/+15
|
* (imenu-example--python-show-method-args-p,Barry Warsaw1996-08-011-0/+210
| | | | | | | | | | | | | imenu-example--python-class-regexp, imenu-example--python-method-regexp, imenu-example--python-method-no-arg-parens, imenu-example--python-method-arg-parens, imenu-example--generic-python-expression, imenu-example--python-generic-regexp, imenu-example--python-generic-parens): New variables. (imenu-example--create-python-index, imenu-example--create-python-index-engine): New functions.
* (py-keep-region-active): Zap duplicate defun.Barry Warsaw1996-08-011-11/+6
|
* (py-delete-char): Check for py-honor-comment-indentation.Barry Warsaw1996-08-011-0/+1
|
* (py-mode): comment-start is now "# " so indent-for-comment does theBarry Warsaw1996-08-011-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".
* New .pyc magic numnber, too.Guido van Rossum1996-08-011-1/+1
|
* #comment updateBarry Warsaw1996-07-311-0/+2
|
* #comment updateBarry Warsaw1996-07-311-0/+4
|
* #updated to do listBarry Warsaw1996-07-311-4/+4
|
* (py-parse-state): stop searching backwards when we found a keyword atBarry Warsaw1996-07-311-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 oneBarry Warsaw1996-07-311-3/+17
| | | | level after a return, raise, break, or continue statement.
* Exhaustive list of news in beta2 compared to beta1.Guido van Rossum1996-07-301-9/+73
| | | | Now all we need to do is do the same for beta1 compared to 1.3.
* Got rid of all references to stdwin.Guido van Rossum1996-07-301-38/+17
| | | | | | Documented insertion of script directory in path. Updated author's address. Changed MAILING LIST section to INTERNET RESOURCES.
* Moved 1.3 news to HISTORY; put some 1.4 news in NEWSGuido van Rossum1996-07-302-145/+167
|
* Added two new questions; about globals/locals and about recursive imports.Guido van Rossum1996-07-301-6/+40
|
* Added Bill TuttGuido van Rossum1996-07-301-0/+1
|
* directives for Tools/scripts/fixcid.pyGuido van Rossum1996-07-301-0/+398
|
* (python-mode): Added menu support, requires easymenu.Barry Warsaw1996-07-291-10/+45
|
* (py-forward-into-nomenclature): small fix to not infinitely loop atBarry Warsaw1996-07-251-1/+1
| | | | underscores.