Skip to content

Commit f9c50c0

Browse files
committed
Prepare changelog
1 parent aa0f450 commit f9c50c0

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

CHANGELOG

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,25 @@
11
Changelog
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+
423
v0.9.5.2
524
--------
625

0 commit comments

Comments
 (0)