From 2c4bcccf9459345e6485dfacb137f209fce6f831 Mon Sep 17 00:00:00 2001 From: Michele Simionato Date: Sat, 1 Jan 2011 05:53:35 +0100 Subject: plac 0.7.5 --- plac/CHANGES.txt | 8 +- plac/Makefile | 2 +- plac/doc/plac.html | 560 +++---- plac/doc/plac.pdf | 4308 +++++++++++++++++++++++++------------------------ plac/doc/plac_adv.txt | 8 +- plac/plac_ext.py | 2 +- 6 files changed, 2513 insertions(+), 2375 deletions(-) diff --git a/plac/CHANGES.txt b/plac/CHANGES.txt index 0853f30..c10d331 100644 --- a/plac/CHANGES.txt +++ b/plac/CHANGES.txt @@ -1,8 +1,12 @@ HISTORY ---------- -0.7.4 Fixed the plac_runner switches -i and -s; fixed a bug with multiline output - and issue with nosetest (2010-09-04) +0.7.5 Fixed a bug with the help of subcommands, signaled by Paul Jacobson; + added the ability to save the output of a command into a file; postponed + the import of the readline module to avoid buffering issues; fixed a + bug with the traceback when in multiprocessing mode (2011-01-01) +0.7.4 Fixed the plac_runner switches -i and -s; fixed a bug with multiline + output and issue with nosetest (2010-09-04) 0.7.3 Put the documentation in a single document; added runp (2010-08-31) 0.7.2 Interpreter.call does not start an interpreter automagically anymore; better documented and added tests for the metavar concept (2010-08-31) diff --git a/plac/Makefile b/plac/Makefile index 98add43..6d8a752 100644 --- a/plac/Makefile +++ b/plac/Makefile @@ -1,7 +1,7 @@ default: make doc/plac.pdf doc/plac.pdf: doc/plac.txt doc/plac_core.txt doc/plac_adv.txt - cd doc; rst2pdf --footer=###Page### plac.txt; rst2html --stylesheet=$(HOME)/gcode/df.css plac.txt plac.html + cd doc; rst2pdf --footer=###Page### plac.txt; rst2html --stylesheet=$(HOME)/md/gcodedev/df.css plac.txt plac.html upload: python3.1 setup.py register sdist upload 2: diff --git a/plac/doc/plac.html b/plac/doc/plac.html index 06cfceb..efb86b1 100644 --- a/plac/doc/plac.html +++ b/plac/doc/plac.html @@ -3,7 +3,7 @@ - +