]> code.delx.au - gnu-emacs/history - lisp/progmodes/python.el
Update copyright year to 2014 by running admin/update-copyright.
[gnu-emacs] / lisp / progmodes / python.el
2014-01-01 Paul EggertUpdate copyright year to 2014 by running admin/update...
2013-12-26 Fabián Ezequiel... * lisp/progmodes/python.el: Use lexical-binding.
2013-12-25 Xue FuqiaoMerge from mainline.
2013-12-25 Fabián Ezequiel... * lisp/progmodes/python.el:
2013-12-24 Fabián Ezequiel... * lisp/progmodes/python.el (python-nav-beginning-of...
2013-12-13 Fabián Ezequiel... * lisp/progmodes/python.el (python-pdbtrack-stacktrace...
2013-12-12 Fabián Ezequiel... * lisp/progmodes/python.el (python-indent-calculate...
2013-12-12 David EngsterMerge from CEDET upstream.
2013-12-12 Eli ZaretskiiSupport MS-Windows file names that use characters outsi...
2013-12-12 Fabián Ezequiel... * lisp/progmodes/python.el (python-indent-context)
2013-12-12 Nathan Trapuzzano* lisp/progmodes/python.el (python-indent-calculate...
2013-12-07 Eli ZaretskiiMerge from trunk.
2013-11-29 Stefan Monnier* lisp/progmodes/python.el (python-mode-map): Remove...
2013-11-26 Glenn Morris* lisp/progmodes/python.el (python-indent-guess-indent...
2013-11-23 Glenn Morris* python.el (python-shell-send-file): Add option to...
2013-11-23 Glenn MorrisRevert previous python.el change
2013-11-23 Jorgen Schaefer* lisp/progmodes/python.el (python-shell--save-temp...
2013-11-23 Glenn MorrisMerge from emacs-24; up to 2013-01-03T02:37:57Z!rgm...
2013-11-18 Eli ZaretskiiMerge from mainline.
2013-11-05 Bozhidar Batsov* lisp/progmodes/python.el (python-mode): Remove incorr...
2013-11-04 Stefan Monnier* lisp/progmodes/python.el: Fix up last change.
2013-10-30 Stefan Monnier* lisp/progmodes/python.el (python-shell-get-buffer...
2013-10-08 Eli ZaretskiiSupport menus on text-mode terminals.
2013-10-07 Stefan Monnier* lisp/electric.el (electric-indent-inhibit): New var.
2013-09-26 Eli ZaretskiiMerge from trunk.
2013-09-17 Glenn MorrisMerge from emacs-24; up to 2013-01-03T02:31:36Z!rgm...
2013-09-12 Kenichi Handamerge trunk
2013-09-11 Glenn MorrisImprove previous interpreter-mode-alist change
2013-09-10 Glenn MorrisTweak previous change
2013-09-10 Glenn MorrisTreat interpreter-mode-alist as alist of regexps, not...
2013-09-09 Paul EggertSpelling fixes and tidy up a comment.
2013-09-05 Eli ZaretskiiMerge from trunk after a lot of time.
2013-09-05 Stefan Monnier* lisp/subr.el (pop): Use `car-safe'.
2013-09-04 Xue FuqiaoMerge from mainline.
2013-09-02 Fabián Ezequiel... Format code sent to Python shell for robustness.
2013-09-02 Fabián Ezequiel... * progmodes/python.el (python-nav-if-name-main): New...
2013-09-02 Fabián Ezequiel... * progmodes/python.el (python-shell-completion-get...
2013-08-27 Glenn MorrisMerge from emacs-24; up to 2013-01-03T01:56:56Z!rgm...
2013-08-27 Stefan Monnier* lisp/progmodes/python.el (python-font-lock-keywords...
2013-08-16 Paul EggertSpelling fixes.
2013-08-13 Fabián Ezequiel... * lisp/progmodes/python.el (python-imenu--build-tree)
2013-08-13 Glenn MorrisMerge from emacs-24; up to 2013-01-02T16:37:04Z!eggert...
2013-08-12 Glenn MorrisMerge from emacs-24; up to 2013-01-02T10:15:31Z!michael...
2013-07-25 Glenn MorrisMerge from emacs-24; up to 2013-01-01T11:02:14Z!rudalic...
2013-07-20 Glenn MorrisMerge from emacs-24; up to 2012-12-31T11:35:13Z!rudalic...
2013-07-13 Fabián Ezequiel... * lisp/progmodes/python.el (python-imenu--build-tree...
2013-07-06 Glenn MorrisMerge from emacs-24; up to 2012-12-30T19:34:25Z!jan...
2013-07-03 Glenn MorrisMerge from emacs-24; up to 2012-12-29T12:57:49Z!fgallin...
2013-06-24 Glenn MorrisMerge from emacs-24; up to 2012-12-29T06:14:00Z!cyd...
2013-06-21 Stephen BermanMerge from trunk.
2013-06-18 Kenichi Handamerge emacs
2013-06-18 Glenn Morris* lisp/progmodes/python.el (ffap-alist): Declare.
2013-06-14 Stephen BermanMerge from trunk.
2013-06-02 David EngsterMerge with CEDET upstream (rev. 8564).
2013-06-01 Glenn MorrisMerge from emacs-24; up to 2012-12-27T20:09:45Z!juri...
2013-05-26 Fabián Ezequiel... * progmodes/python.el: Fix typo in commentary.
2013-05-26 Fabián Ezequiel... * progmodes/python.el (python-indent-block-enders)...
2013-05-15 Eli ZaretskiiMerge from trunk, configury not fixed yet.
2013-05-09 Glenn MorrisMerge from emacs-24; up to 2012-12-27T17:59:21Z!rgm...
2013-05-09 Glenn MorrisFix a bunch of custom types (thank you cus-test.el)
2013-04-26 Glenn MorrisMerge from emacs-24; up to 2012-12-27T08:21:08Z!rgm...
2013-04-20 Glenn MorrisMerge from emacs-24; up to 2012-12-26T22:30:58Z!yamaoka...
2013-04-20 Eli ZaretskiiMerge from trunk.
2013-04-20 Erik CharleboisBetter full-screen frame support on MS-Windows.
2013-04-19 Fabián Ezequiel... Small fixes to 2013-04-19T02:31:09Z!fgallina@gnu.org
2013-04-19 Eli ZaretskiiMerge from trunk.
2013-04-19 Fabián Ezequiel... New faster Imenu implementation.
2013-04-18 Eli ZaretskiiMerge from trunk.
2013-04-17 Fabián Ezequiel... * lisp/progmodes/python.el (python-nav--syntactically...
2013-04-17 Eli ZaretskiiMerge from trunk.
2013-04-17 Fabián Ezequiel... New defun movement commands.
2013-04-17 Fabián Ezequiel... * progmodes/python.el (python-syntax--context-compiler...
2013-04-16 Stefan Monnier* lisp/progmodes/python.el (python-mode-skeleton-abbrev...
2013-04-05 Kenichi Handamerge trunk
2013-03-30 Eli ZaretskiiMerge from trunk.
2013-03-30 Glenn MorrisMerge from emacs-24; up to 2012-12-26T16:22:18Z!michael...
2013-03-28 Eli ZaretskiiMerge from trunk and resolve conflicts.
2013-03-26 Fabián Ezequiel... Un-indent after "pass" and "return" statements
2013-03-16 Stefan MonnierMerge from emacs-24
2013-03-11 Glenn MorrisMerge from emacs-24; up to 2012-12-25T17:37:29Z!eliz...
2013-03-08 Glenn MorrisMerge from emacs-24; up to 2012-12-25T15:07:59Z!dmantip...
2013-03-06 Glenn MorrisMerge from emacs-24; up to 2012-12-25T11:37:21Z!dmantip...
2013-03-05 Glenn MorrisMerge from emacs-24; up to 2012-12-24T15:56:17Z!eliz...
2013-03-03 Glenn MorrisMerge from emacs-24; up to 2012-12-24T06:24:08Z!eggert...
2013-03-02 Bill WohlerMerge from trunk; up to 2013-03-02T21:05:52Z!eggert...
2013-03-02 Glenn MorrisMerge from emacs-24; up to 2012-12-23T17:06:58Z!eliz...
2013-02-28 Glenn MorrisMerge from emacs-24; up to 2012-12-23T02:41:17Z!rgm...
2013-02-24 Glenn MorrisMerge from emacs-24; up to 2012-12-22T19:09:52Z!rgm...
2013-02-22 Glenn MorrisMerge from emacs-24; up to 2012-12-22T02:59:08Z!cyd...
2013-02-21 Glenn MorrisMerge from emacs-24; up to 2012-12-21T07:35:02Z!ueno...
2013-02-20 Fabián Ezequiel... * progmodes/python.el (python-info-current-defun):...
2013-02-19 Fabián Ezequiel... * progmodes/python.el (python-info-current-defun):...
2013-02-19 Glenn MorrisMerge from emacs-24; up to 2012-12-20T16:09:05Z!dmantip...
2013-02-19 Fabián Ezequiel... * progmodes/python.el (python-indent-context): Fix
2013-02-18 Bill WohlerMerge from trunk; up to 2013-02-18T01:30:27Z!monnier...
2013-02-17 Glenn MorrisMerge from emacs-24; up to 2012-12-20T05:05:41Z!dmantip...
2013-02-15 Glenn MorrisMerge from emacs-24; up to 2012-12-19T19:51:40Z!monnier...
2013-02-15 Paul EggertMerge from emacs-24; up to 2012-12-19T13:01:16Z!michael...
2013-02-14 Fabián Ezequiel... * progmodes/python.el: Explain how to restore "cc-mode...
2013-02-13 Fabián Ezequiel... * progmodes/python.el (python-info-current-defun):...
next