holger krekel
|
29a5b7452e
|
* improve and test --tb=short reporting
* show --tb=short tracebacks for importing test modules
--HG--
branch : trunk
|
2010-05-22 16:18:24 +02:00 |
holger krekel
|
379390a8aa
|
remove code.new() function and store lines directly into linecache.cache instead.
This avoids the need for custom code objects, improving compatibility for jython
and pypy-c.
--HG--
branch : trunk
|
2010-05-11 22:54:04 +02:00 |
holger krekel
|
5ece3858e4
|
introduce new py.io.saferepr for printing the 'repr' of an object safely
and without consuming too much space
--HG--
branch : trunk
|
2010-04-29 14:17:07 +02:00 |
holger krekel
|
030548bc73
|
expose py.code._reinterpret functions so that pypy and internal
uses don't need to go through internal implementation imports
--HG--
branch : trunk
|
2010-04-29 01:20:56 +02:00 |
holger krekel
|
22a50a5b88
|
* various jython related fixes.
* more care for print-errors including unicode-encoding related errors.
--HG--
branch : trunk
|
2010-04-28 15:24:38 +02:00 |
holger krekel
|
c8d78177b9
|
(fixes issue85) correctly write non-ascii test output to junitxml files, refine some internal methods for it
--HG--
branch : trunk
|
2010-04-27 15:15:43 +02:00 |
holger krekel
|
f6a04b92d2
|
fix unicode issues (port of pypy/py repo changeset r72526 by Armin)
--HG--
branch : trunk
|
2010-04-27 12:23:13 +02:00 |
holger krekel
|
b3a05b545e
|
another couple of checks on jython, still some problems
--HG--
branch : trunk
|
2010-04-23 19:05:22 +02:00 |
holger krekel
|
55fcc5a219
|
always directly use basename for tracebacks, independently from code.path
fixes issue77 although i guess it was already fixed before.
--HG--
branch : trunk
|
2010-01-18 12:12:18 +01:00 |
holger krekel
|
0149771997
|
refine excludepath handling to treat entries with no path as matching
--HG--
branch : trunk
|
2010-01-18 03:04:20 +01:00 |
holger krekel
|
9da1ba40ed
|
move down py/impl/XYZ to py/_XYZ
--HG--
branch : trunk
|
2010-01-13 17:15:54 +01:00 |