python-mode.el 6.0.9 "Beetle"

provide auto-pair feature

Milestone information

Project:
python-mode.el
Series:
trunk
Version:
6.0.9
Code name:
Beetle
Released:
 
Registrant:
Andreas Roehler
Release registered:
Active:
No. Drivers cannot target bugs and blueprints to this milestone.  

Download RDF metadata

Activities

Assigned to you:
No blueprints or bugs assigned to you.
Assignees:
13 Andreas Roehler
Blueprints:
No blueprints are targeted to this milestone.
Bugs:
2 Opinion, 11 Fix Released

Download files for this release

After you've downloaded a file, you can verify its authenticity using its MD5 sum or signature. (How do I verify a download?)

File Description Downloads
download icon python-mode.el-6.0.9.tar.gz (md5) python-mode.el-6.0.9 342
last downloaded 9 days ago
Total downloads: 342

Release notes 

New in version 6.0.9
--------------------

- autopair-mode delivered
  Credits to Joao Tavora http://autopair.googlecode.com
  see README-AUTOPAIR.org for details

- Syntax highlighting in Python-shell buffers enabled
  boolean `py-fontify-shell-buffer-p', default is nil

- py-add-abbrev, new command
  Similar to `add-mode-abbrev', but uses
  `py-partial-expression' before point for expansion to
  store, not `word'. Also provides a proposal for new
  abbrevs.

  Proposal for an abbrev is composed from the downcased
  initials of expansion - provided they are of char-class
  [:alpha:]

  For example code below would be recognised as a
  `py-expression' composed by three
  py-partial-expressions.

  OrderedDict.popitem(last=True)

  Putting the curser at the EOL, M-3 M-x py-add-abbrev

  would prompt "op" for an abbrev to store, as first
  `py-partial-expression' beginns with a "(", which is
  not taken as proposal.

- py-edit-abbrevs
  Jumps to `python-mode-abbrev-table'

- modeline enhanced
  when a path/to/my/favoured/Python is given with `py-shell-name'
  the Python-shell buffer before would display

  *ND path/to/my/favoured/Python*

  now:

  *ptmfP Python*

  boolean `py-modeline-display-full-path-p'
  boolean `py-modeline-acronym-display-home-p'
  If the modeline acronym should contain chars indicating the home-directory.

- mode-line indicates "Py" by default
  customize `python-mode-modeline-display'

- Pymacs intergration dropped from trunk
  conflicts with classic install being reported

Changelog 

This release does not have a changelog.

0 blueprints and 13 bugs targeted

Bug report Importance Assignee Status
1006643 #1006643 Incorrect re-indentation 4 Medium Andreas Roehler  2 Opinion
1005289 #1005289 Shebang problems under Windows 1 Undecided Andreas Roehler  2 Opinion
909205 #909205 exception in except clause highlighted as keyword 4 Medium Andreas Roehler  10 Fix Released
1001324 #1001324 temporary files left 4 Medium Andreas Roehler  10 Fix Released
1003263 #1003263 auto-pair 4 Medium Andreas Roehler  10 Fix Released
1003580 #1003580 not that useful completion 4 Medium Andreas Roehler  10 Fix Released
1004329 #1004329 r989: Completion fails in ipython buffer 4 Medium Andreas Roehler  10 Fix Released
1005772 #1005772 path in modeline 4 Medium Andreas Roehler  10 Fix Released
1008679 #1008679 py-newline-and-indent fails to clean up spurious trailing whitespace 4 Medium Andreas Roehler  10 Fix Released
1008842 #1008842 completion at gentoo 4 Medium Andreas Roehler  10 Fix Released
1008927 #1008927 Error when using python2-mode or python3-mode 4 Medium Andreas Roehler  10 Fix Released
1011897 #1011897 entire except statement is highlighted as builtin 4 Medium Andreas Roehler  10 Fix Released
1009318 #1009318 empty triple quote 5 Low Andreas Roehler  10 Fix Released
This milestone contains Public information
Everyone can see this information.