summaryrefslogtreecommitdiff
path: root/Misc/python-mode.el
Commit message (Expand)AuthorAgeFilesLines
* Kill execfile(), use exec() insteadNeal Norwitz2007-08-121-6/+6
* Merged revisions 55817-55961 via svnmerge fromGuido van Rossum2007-06-131-1/+1
* Patch #1601678: move intern() to sys.intern().Georg Brandl2006-12-191-1/+1
* Get rid of most of the remaining uses of <>. There's still Tools/* thogh.Neal Norwitz2006-08-291-2/+0
* Part of SF patch #1513870 (the still relevant part) -- add reduce() toGuido van Rossum2006-08-261-1/+1
* Get rid of a bunch more raw_input referencesNeal Norwitz2006-03-171-4/+4
* Sync with python-mode project. Adds two changes:Skip Montanaro2003-12-181-5/+47
* delete the f1 key binding. py-help-at-point is still available @ C-c C-h.Skip Montanaro2003-08-011-1/+0
* make pending-delete/delete-selection mode work with py-electric-colonSkip Montanaro2003-08-011-2/+4
* tweak to py-fill-paragraph - problem noted by John Lee and correctionSkip Montanaro2003-07-311-1/+1
* Remove short-circuitying grubbing by using last grubbed buffer. It'sKen Manheimer2003-06-171-9/+5
* Slightly more lenient pdbtrack prompt recognition, for people who useKen Manheimer2003-05-011-1/+1
* Allow for multiple parens around pdb prompt for (new) nested debuggingKen Manheimer2003-05-011-4/+4
* py-pdbtrack-grub-for-buffer(): Rectified some logic errors iKen Manheimer2003-03-031-6/+18
* Guard advancing past leading meta-comments.Ken Manheimer2003-03-031-4/+6
* Enhanced pdbtrack to provide for source code that's not findable byKen Manheimer2003-03-031-29/+105
* Bernhard Herzog's paragraph and string-filling code. I've been using it forSkip Montanaro2002-12-311-0/+152
* (py-parse-state-re): Remove the "if" from the regular expression.Barry Warsaw2002-10-211-1/+1
* (py-pychecker-run): Fix calculation of last command to include theBarry Warsaw2002-09-281-3/+8
* (py-pychecker-run): Use the last pychecker invocation as the defaultBarry Warsaw2002-07-171-1/+3
* We need to (require 'compile) to guarantee that compile-internal isBarry Warsaw2002-07-171-0/+1
* (py-imenu-create-index-function): Skip over stuff that looks like codeBarry Warsaw2002-07-161-0/+2
* (py-pychecker-run): Thomas Heller points out that this function messesBarry Warsaw2002-07-161-2/+2
* (py-goto-statement-below): Watch out for landing in a triple quotedBarry Warsaw2002-05-231-3/+4
* (py-execute-region): Do the blank line skipping inside theBarry Warsaw2002-05-121-8/+7
* Watch out for older XEmacsen for which requiring info-look doesn'tBarry Warsaw2002-04-301-8/+11
* (py-comint-output-filter-function): Put the pop-to-buffer call insideBarry Warsaw2002-04-261-1/+1
* Fix typo in the setup of interpreter-mode-alist.Barry Warsaw2002-04-251-1/+1
* SF patch #510288 by Kevin J. Butler, mod'd by Barry. This providesBarry Warsaw2002-04-251-7/+121
* (py-execute-region): Alexander Schmolck points out that leadingBarry Warsaw2002-04-251-0/+7
* (py-comint-output-filter-function): Add a pop-to-buffer call so youBarry Warsaw2002-04-251-0/+1
* (py-shell-hook): A new hook variable, run at the end of py-shell.Barry Warsaw2002-04-251-0/+14
* Merge in Skip's last few updates w.r.t. py-help-at-point:Barry Warsaw2002-04-221-2/+6
* Some contributions and ideas by Alexander Schmolck: add a keybindingBarry Warsaw2002-04-221-9/+52
* Skip Montanaro's contribution (slightly mod'd by Barry) to provide aBarry Warsaw2002-04-221-4/+54
* (py-execute-region): If the line at the beginning of the region is aBarry Warsaw2002-04-221-6/+11
* (py-execute-region): If you ran this without having visited aBarry Warsaw2002-04-221-45/+23
* (py-temp-directory): Add /var/tmp to the list of directories thisBarry Warsaw2002-03-181-3/+4
* (py-honor-comment-indentation, py-compute-indentation): Fix theBarry Warsaw2002-03-151-3/+7
* (py-version): Hopefully fixed my XEmacs settings so this doesn't getBarry Warsaw2001-07-061-1/+1
* (py-continuation-offset): Update docstring to describe that thisBarry Warsaw2001-07-061-4/+9
* (python-font-lock-keywords): Add "yield" as a keyword to support theBarry Warsaw2001-06-191-2/+2
* (py-continuation-offset): New variable which controls how much toBarry Warsaw2001-06-181-3/+12
* (py-pdbtrack-track-stack-file): On Ken's suggestion, add "pdbtrack:"Barry Warsaw2001-04-111-3/+3
* intermediateBarry Warsaw2001-04-111-51/+148
* (py-parse-state): Teach python-mode how to scan code which followsBarry Warsaw2001-02-241-3/+11
* (py-execute-region): This one's easy... kill the temporary file'sBarry Warsaw2001-02-201-2/+4
* (python-font-lock-keywords): Add highlighting of `as' as a keyword,Barry Warsaw2000-12-271-0/+2
* (py-goto-beginning-of-tqs): When searching backwards for the matchingBarry Warsaw2000-10-271-4/+8
* (py-execute-region): Make sure the new temporary buffer is current forBarry Warsaw2000-06-231-3/+4