Matthias Urlichs
6754106209
Added a rudimentare manpage
2018-10-15 12:58:00 +02:00
Matthias Urlichs
9803f6ce0e
-- update version number
2018-10-15 12:57:21 +02:00
Matthias Urlichs
0aa91b7a65
drop built doc files
2018-10-15 12:57:17 +02:00
Matthias Urlichs
81012decf4
travis python versions update
2018-10-15 12:56:59 +02:00
Matthias Urlichs
701b4cd33b
Also test with pypy
...
just for the heck of it
2014-05-16 10:21:25 +02:00
Matthias Urlichs
3f3785c8dc
expand spaces
2014-05-16 10:20:20 +02:00
Matthias Urlichs
7b819c931c
Change version to 2.2.0 (semantic versioning)
2014-05-16 10:11:23 +02:00
Matthias Urlichs
aa6aec7d86
Add a test script and a YML file for travis-CI
2014-05-07 05:51:04 +02:00
Matthias Urlichs
b2fef34742
more Py3 fixes
2014-05-07 05:47:38 +02:00
Matthias Urlichs
96490105f2
missed a python2-ism
2014-05-07 02:46:06 +02:00
Matthias Urlichs
1f644af063
Convert print statements to Py3
2014-05-06 12:32:01 +02:00
Matthias Urlichs
bd906ee414
iteritems() is not Py3 compatible
2014-05-06 12:23:56 +02:00
Matthias Urlichs
ec375a6586
Py3 compatibility, part 1
2014-05-06 12:23:27 +02:00
Matthias Urlichs
ed61018824
Merge current version from Mike Kazantsev <mk.fraggod@gmail.com>
...
https://github.com/mk-fg/yapps
2014-05-06 12:21:43 +02:00
Matthias Urlichs
8c5fc455cb
Merge development histories
2014-05-06 12:20:27 +02:00
Mike Kazantsev
713e47af29
cli: allow "-" as output file for simplicity, add note on that
2014-04-01 18:20:48 +06:00
Mike Kazantsev
99ca901c81
cli: fixed main() signature
2013-01-20 07:25:25 +06:00
Mike Kazantsev
b3e6b284e8
README: minor correction
2013-01-19 10:44:25 +06:00
Mike Kazantsev
c488c15a18
cli: added --indent-with-tabs option
2013-01-19 10:42:59 +06:00
Mike Kazantsev
9bbf3cfd54
cli: use argparse
2013-01-19 10:40:19 +06:00
Mike Kazantsev
4a4f629060
parsetree: use INDENT consistently when generating python code
2013-01-19 10:11:00 +06:00
Mike Kazantsev
b7e7d1095b
cli: fixed non-global import
2013-01-19 10:09:17 +06:00
Mike Kazantsev
f225760b2a
README: added links to the author site
2013-01-19 09:59:10 +06:00
Mike Kazantsev
085ef1c20d
Mostly packaging changes
...
* Added installation of yapps2 console_scripts entry point
* Split long_description into README.md
* Changed metadata in setup.py to point to this fork
* Some tabs/whitespace mix fixes, dropped trailing spaces
2013-01-19 09:49:40 +06:00
Mike Kazantsev
7f948bae0e
Cumulative debian patches 2.1.1-17.2 (circa debian-specific stuff)
...
By Matthias Urlichs and debian project maintainers/contributors
2013-01-19 09:21:27 +06:00
Amit Patel
24b6391eb3
Calculator example: bug fixes, style improvements, added tests.
...
1. Bug fix: parenthesized expressions with variable lookup triggered a
lookup error. The problem was that the lookup environment wasn't being
passed down to the subexpression parser. expr should've been expr<<V>>
2. Style fix: code relied on "from string import *". Changed it to use the
int() global and the .strip() string method.
3. Style fix: parser printed the results to stdout. Changed it so the caller
has to print the results, so that we can have tests that don't print.
4. Tests: added some basic tests. The code uses a global for global variables,
and it's useful in the tests, but clear it afterwards.
5. Change tabs to spaces and fix indentation.
2012-04-11 15:12:01 -07:00
Amit Patel
8520d2b4bc
Initial version in git
2009-09-09 13:52:11 -07:00
Matthias Urlichs
859a8711b8
Fix a|an English example
...
Close Debian #312909 .
2005-06-11 12:38:44 +02:00
smurf@smurf.noris.de
4272c1a352
Add option to limit backtrace depth on syntax errors.
2005-01-22 21:36:32 +01:00
smurf@smurf.noris.de
d486d174ed
Fix recursive includes.
2005-01-22 05:39:56 +01:00
smurf@smurf.noris.de
edb0f3fc8c
Brown paper bag -- fix Python 2.4 stuff.
2004-12-24 01:49:52 +01:00
smurf@smurf.noris.de
72c3cde17c
typo
2004-12-23 23:00:34 +01:00
smurf@smurf.noris.de
c435cf5fc5
Add support for Python 2.4
2004-12-12 22:22:54 +01:00
smurf@smurf.noris.de
3c99ef5f1e
update documentation:
...
- toss hyphens
- document extensions
2004-09-23 15:24:16 +02:00
smurf@smurf.noris.de
501dad1774
turn off triggers
2004-09-23 15:23:24 +02:00
smurf@smurf.noris.de
94063b9233
ignore new package's files
2004-09-23 14:55:24 +02:00
smurf@smurf.noris.de
e5a6a46c8b
split off runtime to its own package
...
document the fact that I can't use the original runtime
2004-09-23 14:50:33 +02:00
smurf@smurf.noris.de
0af7a3f585
latex2html => hevea
2004-07-19 13:30:22 +02:00
smurf@smurf.noris.de
0eda7f52fa
Build-Depend on python.
2004-07-12 13:35:59 +02:00
smurf@smurf.noris.de
d1fe80ad6f
ship "empty" file
2004-05-17 02:02:40 +02:00
smurf@smurf.noris.de
297f932414
Typo (made large file handling slow)
2004-05-17 02:01:42 +02:00
smurf@smurf.noris.de
0a29b03a5c
exporter: test was in wrong dir
2004-05-14 16:25:51 +02:00
smurf@smurf.noris.de
01922b5e82
Clean up external source before generating a diff
2004-05-14 16:20:04 +02:00
smurf@linux.smurf.noris.de
51b0dad8b2
Documentation update:
...
build and install HTML documentation from LaTex source
2004-05-14 16:14:34 +02:00
smurf@smurf.noris.de
09e8f121c3
Merge bk://server/public/python_yapps
...
into smurf.noris.de:/usr/local/src/misc/yapps
2004-05-14 15:33:27 +02:00
smurf@linux.smurf.noris.de
4490610238
Added tex documentation from yapps-2.0.4.
2004-05-14 15:33:13 +02:00
smurf@smurf.noris.de
48561d93fd
Renamed the package to "yapps2".
2004-05-14 15:31:18 +02:00
smurf@smurf.noris.de
eb1c171355
require python-dev because of distutils
2003-12-31 16:00:42 +01:00
smurf@smurf.noris.de
d845a26c95
Change yapps.py t exit 1 on failure to parse
2003-12-31 15:57:38 +01:00
smurf@smurf.noris.de
be9ccd5758
Update to 3.6.1, use build-depends-indep.
2003-12-30 17:36:56 +01:00