holger krekel
|
c791610998
|
* simplify and refactor path tests to use funcargs instead of the layered xunit-setup mess
* port py/path to pass 3.11
* added py.builtin._totext, _tobytes, _isbytes, _istext helpers
--HG--
branch : trunk
|
2009-08-31 19:51:25 +02:00 |
Benjamin Peterson
|
6f4c6d36a4
|
allow file to be compiled on 2.5
--HG--
branch : trunk
|
2009-08-29 11:36:08 -05:00 |
Benjamin Peterson
|
0014e65c1d
|
fix interpreting is/is not/in/not in
--HG--
branch : trunk
|
2009-08-29 06:58:54 -05:00 |
Benjamin Peterson
|
695c8038e0
|
new except syntax
--HG--
branch : trunk
|
2009-08-28 20:17:46 -05:00 |
Benjamin Peterson
|
e596d9df13
|
move the old assertion reinterpreting implementation to _assertionold.py
Also, seperate out some common code from the two.
--HG--
branch : trunk
|
2009-08-28 20:13:49 -05:00 |
Benjamin Peterson
|
e0e9953be2
|
implement assert debugging with builtin AST
--HG--
branch : trunk
|
2009-08-28 18:44:20 -05:00 |