We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3282738 commit 6362dbdCopy full SHA for 6362dbd
CHANGELOG
@@ -1,6 +1,17 @@
1
CHANGELOG
2
=========
3
4
+0.35: 2016-07-19
5
+----------------
6
+
7
+Fixes:
8
+- Fix in completer. Don't hang when pasting a long string with many
9
+ backslashes.
10
+- Fix Python2 bug: crash when filenames contain non-ascii characters.
11
+- Added `pt[i]pythonX` and `pt[i]pythonX.X` commands.
12
+- Compatibility with IPython 5.0.
13
14
15
0.34: 2016-05-06
16
---------------
17
setup.py
@@ -14,7 +14,7 @@
setup(
name='ptpython',
author='Jonathan Slenders',
- version='0.34',
+ version='0.35',
18
url='https://github.com/jonathanslenders/ptpython',
19
description='Python REPL build on top of prompt_toolkit',
20
long_description=long_description,
0 commit comments