File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed
Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change 11Changelog
22=========
33
4+ v0.9.5.3
5+ --------
6+ A bugfix/feature release (and a start at gtk). Happy Christmas everyone!
7+
8+ * #67: Make pastebin URL really configurable.
9+ * #68: Set a__main__ module and set interpreter's namespace to that module.
10+ * #70: Implement backward completion on backward tab.
11+ * #62: Hide matches starting with a _ unless explicitly typed.
12+ * #72: Auto dedentation
13+
14+ - add a hack to add a write() method to our fake stdin object
15+ - Don't use curses interface when stdout is not attached to a terminal.
16+ - PEP-8 conformance.
17+ - Only restore indentation when inside a block.
18+ - Do not decrease the lineno in tracebacks for Py3
19+ - Do not add internal code to history.
20+ - Make paren highlighting more accurate.
21+ - Catch SyntaxError in import completion.
22+
423v0.9.5.2
524--------
625
You can’t perform that action at this time.
0 commit comments