r79363 - pyrepl/trunk/pyrepl
[email protected] Mon, 22 Nov 2010 22:20:29 +0100 (CET)
| Newsgroups | gmane.comp.python.pyrepl.checkins |
|---|---|
| Message-ID | <[email protected]> |
Author: antocuni
Date: Mon Nov 22 22:20:28 2010
New Revision: 79363
Modified:
pyrepl/trunk/pyrepl/README
pyrepl/trunk/pyrepl/setup.py
Log:
update readme, bump version
Modified: pyrepl/trunk/pyrepl/README
==============================================================================
--- pyrepl/trunk/pyrepl/README (original)
+++ pyrepl/trunk/pyrepl/README Mon Nov 22 22:20:28 2010
@@ -1,4 +1,4 @@
-This is pyrepl 0.8.1, a readline-a-like in Python.
+This is pyrepl 0.8.2, a readline-a-like in Python.
http://pyrepl.codespeak.net/
@@ -44,6 +44,20 @@
emails, so don't think I'll be irritated by the banality of your
comments!)
+Summary of 0.8.2:
+
+ + This is the same version which is distributed with PyPy 1.4, which uses it
+ as its default interactive interpreter:
+
+ - have the possibility of having a "CPython-like" prompt, with ">>>" as
+ PS1 and "..." as PS2
+
+ - add the pyrepl.readline module, which exposes a subset of CPython's
+ readline implemented on top of pyrepl
+
+ + Add support for colored completions: see e.g. fancycomplete:
+ http://bitbucket.org/antocuni/fancycompleter
+
Summary of 0.8.1:
+ Fixes
- in the area of unbound keys and unknown commands
Modified: pyrepl/trunk/pyrepl/setup.py
==============================================================================
--- pyrepl/trunk/pyrepl/setup.py (original)
+++ pyrepl/trunk/pyrepl/setup.py Mon Nov 22 22:20:28 2010
@@ -32,7 +32,7 @@
setup(
name = "pyrepl",
- version = "0.8.1",
+ version = "0.8.2",
author = "Michael Hudson",
author_email = "[email protected]",
url = "http://codespeak.net/pyrepl/",