hpk
22d98ac3a1
[svn r38460] removing a very-likely-obsolete test
...
and otherwise fixing files and tests
to do py.test.skip()s only during setup.
--HG--
branch : trunk
2007-02-11 14:46:46 +01:00
guido
ada3a4cfcf
[svn r38386] Fixed some more nasty problems after running py.test --apigen on pypy: problem
...
recognizing """foo "bar" baz""" as a single line string (hack unfortunately),
unicode problems. Also added some code to debug the tokenizer: you can now run
the color.py script with a Python file as arg to tokenize the file.
--HG--
branch : trunk
2007-02-10 15:20:21 +01:00
guido
663447a7d1
[svn r38370] Hrmph, probably the nastiest case of 'debug print' I ran into so far, bringing
...
apigen almost to a crawl... Also small optimization making that 'normal'
multi-line strings are resolved before those using \.
--HG--
branch : trunk
2007-02-10 13:02:06 +01:00
guido
4d4ce90f73
[svn r38362] Fixed stupidity in the last checkin: only matching multi-line strings using
...
slashes if the slash is actually at the end of the line... :(
--HG--
branch : trunk
2007-02-10 12:06:58 +01:00
hpk
248a8d944f
[svn r38310] assertion to be sure about keywords
...
--HG--
branch : trunk
2007-02-09 20:45:04 +01:00
guido
30608ea412
[svn r38262] Fixed support for tokenizing multi-line strings that use \ to span lines.
...
--HG--
branch : trunk
2007-02-09 16:13:30 +01:00
guido
73281adc5a
[svn r38246] Fixed problems with line height in sources, added missing commas to seperate
...
base classes, added all Python (2.5) keywords.
--HG--
branch : trunk
2007-02-09 14:01:08 +01:00
guido
d9572239a8
[svn r37739] Made that only the first two lines of a source file are examined for the
...
encoding.
--HG--
branch : trunk
2007-02-01 15:57:34 +01:00
guido
2f8325e277
[svn r37602] Fixed support for files ending on a comment rather than a newline, fixed some
...
unicode() call so it's not done on objects that are already unicode.
--HG--
branch : trunk
2007-01-30 15:46:57 +01:00
guido
45868fe506
[svn r37594] Fixed unicode issues in apigen/htmlgen.py and apigen/source, moved some methods
...
out of HTMLDocument and added support for finding out the encoding of a Python
file in order to accomplish that (both in source/html.py), fixed some minor
issues (items with a name starting with _ are now hidden from nav, fixed
indentation issue in nav) in htmlgen.py.
--HG--
branch : trunk
2007-01-30 14:24:27 +01:00
hpk
5992a8ef21
[svn r37264] create the new development trunk
...
--HG--
branch : trunk
2007-01-24 15:24:01 +01:00