index
:
forks/emacs.git
local/emacs-29
local/emacs30
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lisp
/
progmodes
/
python.el
Commit message (
Expand
)
Author
Age
Files
Lines
*
* progmodes/python.el
Fabián Ezequiel Gallina
2013-01-30
1
-9
/
+11
*
* progmodes/python.el (python-shell-parse-command): Find
Fabián Ezequiel Gallina
2013-01-28
1
-1
/
+5
*
* lisp/progmodes/python.el: Enhancements to header documentation about
Fabián Ezequiel Gallina
2013-01-23
1
-1
/
+4
*
* progmodes/python.el (python-nav-end-of-statement): Fix
Fabián Ezequiel Gallina
2013-01-10
1
-2
/
+11
*
Update copyright notices for 2013.
Paul Eggert
2013-01-01
1
-1
/
+1
*
* progmodes/python.el (python-nav-end-of-statement): Rewrite in
Fabián Ezequiel Gallina
2012-12-31
1
-9
/
+20
*
* progmodes/python.el: Bump defgroup :version to 24.3.
Fabián Ezequiel Gallina
2012-12-31
1
-1
/
+1
*
Backported revisions 2012-12-29T12:33:33Z!fgallina@gnu.org and 2012-12-29T12:...
Fabián Ezequiel Gallina
2012-12-31
1
-14
/
+28
*
* progmodes/python.el (python-skeleton-class)
Fabián Ezequiel Gallina
2012-12-11
1
-8
/
+8
*
* progmodes/python.el:
Fabián Ezequiel Gallina
2012-11-26
1
-1
/
+1
*
Fix Imenu regression.
Fabián Ezequiel Gallina
2012-11-26
1
-9
/
+27
*
Fix end-of-defun misbehavior.
Fabián Ezequiel Gallina
2012-11-12
1
-68
/
+69
*
* progmodes/python.el (inferior-python-mode): Fix hang in
Fabián Ezequiel Gallina
2012-11-03
1
-11
/
+18
*
* progmodes/python.el (python-mode-map): Replace
Fabián Ezequiel Gallina
2012-10-11
1
-10
/
+4
*
Implemented `backward-up-list'-like navigation.
Fabián Ezequiel Gallina
2012-10-08
1
-0
/
+64
*
* progmodes/python.el (python-fill-paragraph): Rename from
Fabián Ezequiel Gallina
2012-10-08
1
-12
/
+11
*
* progmodes/python.el (python-shell-output-filter): Handle extra
Fabián Ezequiel Gallina
2012-10-08
1
-1
/
+3
*
Fix shell handling of unbalanced quotes and parens in output.
Fabián Ezequiel Gallina
2012-10-08
1
-24
/
+48
*
Enhancements on forward-sexp movement.
Fabián Ezequiel Gallina
2012-10-08
1
-145
/
+131
*
* progmodes/python.el (inferior-python-mode)
Fabián Ezequiel Gallina
2012-10-07
1
-7
/
+10
*
Enhancements to indentation.
Fabián Ezequiel Gallina
2012-10-07
1
-5
/
+14
*
Fix shell output retrieval and comint-prompt-regexp init.
Fabián Ezequiel Gallina
2012-10-07
1
-31
/
+46
*
Enhancements to docstring formatting when filling paragraphs.
Fabián Ezequiel Gallina
2012-10-05
1
-14
/
+32
*
Spelling fixes.
Paul Eggert
2012-10-04
1
-1
/
+1
*
Allow user to set docstring style for fill-paragraph.
Fabián Ezequiel Gallina
2012-10-04
1
-48
/
+128
*
Fix cornercase for string syntax.
Fabián Ezequiel Gallina
2012-10-03
1
-16
/
+10
*
Shell output catching a la gud-gdb.
Fabián Ezequiel Gallina
2012-09-30
1
-18
/
+32
*
Enhancements for triple-quote string syntax.
Fabián Ezequiel Gallina
2012-09-30
1
-12
/
+13
*
* progmodes/python.el:
Fabián Ezequiel Gallina
2012-09-24
1
-10
/
+9
*
Enhancements for triple-quote string syntax.
Fabián Ezequiel Gallina
2012-09-24
1
-45
/
+61
*
* progmodes/python.el (python-indent-line): More consistent cursor
Fabián Ezequiel Gallina
2012-09-23
1
-10
/
+21
*
* progmodes/python.el (python-shell-send-string): When
Matt McClure
2012-09-07
1
-3
/
+13
*
Replace version 24.2 with 24.3 where appropriate (hopefully)
Glenn Morris
2012-08-15
1
-11
/
+11
*
* progmodes/python.el (python-shell-send-string):
Fabián Ezequiel Gallina
2012-08-14
1
-5
/
+3
*
Use `completion-table-dynamic' for completion functions.
Fabián Ezequiel Gallina
2012-08-14
1
-71
/
+72
*
Remove some unnecessary bindings of same-window-* variables.
Chong Yidong
2012-08-11
1
-5
/
+1
*
* progmodes/python.el (python-pdbtrack-tracked-buffer)
Fabián Ezequiel Gallina
2012-08-09
1
-4
/
+5
*
* progmodes/python.el: Enhancements to forward-sexp.
Fabián Ezequiel Gallina
2012-08-09
1
-72
/
+167
*
* progmodes/python.el Fixed defsubst warning.
Fabián Ezequiel Gallina
2012-08-07
1
-73
/
+79
*
Make internal shell process buffer names start with space.
Fabián Ezequiel Gallina
2012-08-06
1
-15
/
+22
*
Shell processes: enhancements to startup and CEDET compatibility.
Fabián Ezequiel Gallina
2012-07-31
1
-28
/
+41
*
* progmodes/python.el (run-python-internal): Disable font lock for
Fabián Ezequiel Gallina
2012-07-31
1
-5
/
+6
*
Consistent completion in inferior python with emacs -nw.
Fabián Ezequiel Gallina
2012-07-27
1
-3
/
+1
*
* lisp/progmodes/python.el (python-mode-map): Added keybinding for
Fabián Ezequiel Gallina
2012-07-27
1
-16
/
+19
*
Enhancements to ppss related code (thanks Stefan).
Fabián Ezequiel Gallina
2012-07-18
1
-49
/
+24
*
progmodes/python.el: Set file local vars at end of file and clean tabs.
Fabián Ezequiel Gallina
2012-07-18
1
-2
/
+8
*
* progmodes/python.el: Enhancements to eldoc support.
Fabián Ezequiel Gallina
2012-07-18
1
-49
/
+54
*
New utility functions + python-info-ppss-context fix.
Fabián Ezequiel Gallina
2012-07-17
1
-1
/
+12
*
Final renames and doc fixes for movement commands.
Fabián Ezequiel Gallina
2012-07-17
1
-34
/
+37
*
* progmodes/python.el (python-shell-send-string-no-output): Allow
Fabián Ezequiel Gallina
2012-07-17
1
-12
/
+17
[next]