- fca8371 (python-cc-style): Added definitions for c-hanging-braces-alist which by Barry Warsaw · 28 years ago
- 7607e8f (python-cc-style): Added definitions for c-hanging-braces-alist which by Barry Warsaw · 28 years ago
- b053993 (py-delete-function): new variable by Barry Warsaw · 28 years ago
- 5c8bef1 (python-mode): added comment-end definitions. by Barry Warsaw · 28 years ago
- eb14d61 (python-cc-style): typo "c-offset-alist" => "c-offsets-alist" by Barry Warsaw · 28 years ago
- 1d75734 Added a provide so the corresponding require will succeed. by Barry Warsaw · 28 years ago
- 5632ce0 (python-cc-style): Although open braces for substatements typically by Barry Warsaw · 28 years ago
- 8c0710f (python-cc-style): Oops, we decided to use TABs for 8 spaces where possible. by Barry Warsaw · 28 years ago
- 0b32459 C coding standard for Python C files. by Barry Warsaw · 28 years ago
- ba469ba More stale info. by Guido van Rossum · 28 years ago
- 7941379 New URL for Swiss ftp mirror. by Guido van Rossum · 28 years ago
- f06ee5f /usr/local/bin/python -> /usr/bin/env python by Guido van Rossum · 28 years ago
- bec7484 Added note about "boot" implying "clobber". by Guido van Rossum · 28 years ago
- 4742767 Corrected *noconfig* to be *shared*; added cc: vlad back. by Guido van Rossum · 28 years ago
- 4662b87 monty -> grail in Grail URL. by Guido van Rossum · 28 years ago
- c59120b Added os.remove()/unlink(), rmdir(), rename(), and [f]truncate(). by Guido van Rossum · 28 years ago
- caa83c4 Added Q. about enabling *shared* on Linux. by Guido van Rossum · 28 years ago
- 7d42d95 Fix syntax of commented-out variables by Guido van Rossum · 28 years ago
- 3622e0d (match-string): Added a definition for older Emacsen. by Barry Warsaw · 28 years ago
- d266eb4 New permission notice, includes CNRI. by Guido van Rossum · 28 years ago
- 7704bb7 Added last-minute changes. by Guido van Rossum · 28 years ago
- 130575d CNRI additions, approved by the boss and his wife :-) by Guido van Rossum · 28 years ago
- b0259bc Add SHELL=/bin/sh definition, to override SGI make's default to $SHELL. by Guido van Rossum · 28 years ago
- a83f3b8 Barry's latest (2.83). He likes this version particularly because by Guido van Rossum · 28 years ago
- 9e0e4dd Added answer by Greg Stein about threads on Linux. by Guido van Rossum · 28 years ago
- 7cb505c (py-indent-line): take an optional universal argument which says to by Barry Warsaw · 28 years ago
- bed266a New version for 1.4 from Manus. by Guido van Rossum · 28 years ago
- a4e41a8 Added question about error from misuse of mangled names. by Guido van Rossum · 28 years ago
- 02afd08 Added all current changes. by Guido van Rossum · 28 years ago
- 9c5dc29 Added item about bug in Slackware96 libdl. by Guido van Rossum · 28 years ago
- 43e6661 Add a dependency on clobber to the boot target. Now, if you run "make by Guido van Rossum · 28 years ago
- f17fa68 Nils Fischbeck, Tim Hochberg, Terry Reedy, Ka-Ping Yee by Guido van Rossum · 28 years ago
- 434882e Added 'static' target; add variable TARGET replacing python by Guido van Rossum · 28 years ago
- 8a91302 Toss Q 3.10 on posix.listdir on NeXT. Add revived vpApp. by Guido van Rossum · 28 years ago
- 0983315 Toss the outdated QuickRef. by Guido van Rossum · 28 years ago
- 7a73ef8 (py-process-filter): Make sure current-buffer is restored, even in the by Barry Warsaw · 28 years ago
- dc082eb Added editline fix by Guido van Rossum · 28 years ago
- c458e94 Rewrite sections on GUI and DOS/Windows, various other small edits, by Guido van Rossum · 28 years ago
- 946cf89 Improvement suggested by Sjoerd: use $(MAKE) by Guido van Rossum · 28 years ago
- 1631cbe Added Makefile.pre.in, my generic makefile by Guido van Rossum · 28 years ago
- 694f701 Rewritten by Ka-Ping Yee. by Guido van Rossum · 28 years ago
- 8727df4 Removed some obsolete questions and references to version 1.2. by Guido van Rossum · 28 years ago
- c8adefe PS: use -O2, not -O3 by Guido van Rossum · 28 years ago
- 8130054 New email and zip code for Guido by Guido van Rossum · 28 years ago
- 566b35f NEXT shared libs instructions by Guido van Rossum · 28 years ago
- 2e049b2 (python-font-lock-keywords): with Python 1.4 `access' is no a keyword by Barry Warsaw · 28 years ago
- b3e81d5 I have been increasingly annoyed about the fact that by Barry Warsaw · 28 years ago
- 01af401 #stylistics by Barry Warsaw · 28 years ago
- 550a02e (python-mode): typos by Barry Warsaw · 28 years ago
- 615d4a4 (python-mode): font-lock-defaults must be make-local-variable'd by Barry Warsaw · 28 years ago
- 604cefa (py-dump-help-string): Use documentation-property to get docstring. by Barry Warsaw · 28 years ago
- b1f8951 (python-mode): font-lock-defaults necessary for Emacs 19, but doesn't by Barry Warsaw · 28 years ago
- c72ad87 #py-shell gets an autoload cookie by Barry Warsaw · 28 years ago
- 62cf605 New version submitted by Jim Fulton. by Guido van Rossum · 28 years ago
- 7629bbc Fix paths to match python1.4 installation. (Forgot LIBP) by Guido van Rossum · 28 years ago
- be725fd Fix paths to match python1.4 installation. by Guido van Rossum · 28 years ago
- 52a42fe Remove the entry for private variables (it's supposed to be a surprise!) by Guido van Rossum · 28 years ago
- 5f9aa9e Some final changes. I'll give up on nicely reformatting and by Guido van Rossum · 28 years ago
- 4a67a16 Added all changes in beta1 and beta3. Still very rough (needs reordering etc.). by Guido van Rossum · 28 years ago
- 3a1fbb4 Added Vlad. by Guido van Rossum · 28 years ago
- e8c0a15 New generic makefile by Jim F; drop pyimenu.el by Guido van Rossum · 28 years ago
- b4d3779 Minor updates. by Guido van Rossum · 28 years ago
- 5c8e256 typo by Guido van Rossum · 28 years ago
- 880d1ee Barry's 2.73 by Guido van Rossum · 28 years ago
- 6ba1120 Barry's 2.72 by Guido van Rossum · 28 years ago
- 261f87d *** empty log message *** by Barry Warsaw · 28 years ago
- f67a57e (py-no-outdent-re): Added return, break, raise, continue since we by Barry Warsaw · 28 years ago
- 9dc7833 New AIX-NOTES by Guido van Rossum · 28 years ago
- 36eb6c7 New AIX-NOTES by Guido van Rossum · 28 years ago
- cf34d2a #updated commentary by Barry Warsaw · 28 years ago
- 5490a06 (py-menu): Create default value by Barry Warsaw · 28 years ago
- c5a8cbd (py-forward-into-nomenclature): Slightly better regex for stopping on by Barry Warsaw · 28 years ago
- a766182 (py-electric-colon): Use (py-next-statement -1) instead of by Barry Warsaw · 28 years ago
- 3fcaf61 #updated comments by Barry Warsaw · 28 years ago
- 755c671 (python-mode): automatically install imenu stuff. by Barry Warsaw · 28 years ago
- 8143746 (imenu-example--python-show-method-args-p, by Barry Warsaw · 28 years ago
- ce60bc7 (py-keep-region-active): Zap duplicate defun. by Barry Warsaw · 28 years ago
- 6e527d2 (py-delete-char): Check for py-honor-comment-indentation. by Barry Warsaw · 28 years ago
- a789171 (py-mode): comment-start is now "# " so indent-for-comment does the right thing. by Barry Warsaw · 28 years ago
- 64d376a New .pyc magic numnber, too. by Guido van Rossum · 28 years ago
- 9e277db #comment update by Barry Warsaw · 28 years ago
- c08a949 #comment update by Barry Warsaw · 28 years ago
- 5c0d00f #updated to do list by Barry Warsaw · 28 years ago
- 170ffa7 (py-parse-state): stop searching backwards when we found a keyword at by Barry Warsaw · 28 years ago
- f831d81 (py-statement-closes-block-p, py-compute-indentation): Outdent one by Barry Warsaw · 28 years ago
- ccdfce3 Exhaustive list of news in beta2 compared to beta1. by Guido van Rossum · 28 years ago
- 74faed2 Got rid of all references to stdwin. by Guido van Rossum · 28 years ago
- c30e95f Moved 1.3 news to HISTORY; put some 1.4 news in NEWS by Guido van Rossum · 28 years ago
- 0d20cfa Added two new questions; about globals/locals and about recursive imports. by Guido van Rossum · 28 years ago
- 63d9cd7 Added Bill Tutt by Guido van Rossum · 28 years ago
- d19828d directives for Tools/scripts/fixcid.py by Guido van Rossum · 28 years ago
- 42f707f (python-mode): Added menu support, requires easymenu. by Barry Warsaw · 28 years ago
- c846f46 (py-forward-into-nomenclature): small fix to not infinitely loop at underscores. by Barry Warsaw · 28 years ago
- fb34942 #comment update, re: py-mode-syntax-table by Barry Warsaw · 28 years ago
- 9e5a9c8 (py-forward-into-nomenclature, py-backward-into-nomenclature): New functions. by Barry Warsaw · 28 years ago
- 71e315b (py-shift-region-left): When checking for left edged code, watch for by Barry Warsaw · 28 years ago
- aaa5430 Additions to the cast of thousands by Guido van Rossum · 28 years ago
- fc9cc3a added a thing on the to-do list by Barry Warsaw · 28 years ago
- 44b7220 (python-font-lock-keywords): added class and def by Barry Warsaw · 28 years ago
- 8e9d7d7 (py-mode-syntax-table): revert underscore to word class, even though I by Barry Warsaw · 28 years ago