Benjamin Peterson
|
0014e65c1d
|
fix interpreting is/is not/in/not in
--HG--
branch : trunk
|
2009-08-29 06:58:54 -05:00 |
Benjamin Peterson
|
ac934bb2b6
|
only test View on 2.x
--HG--
branch : trunk
|
2009-08-28 20:28:09 -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 |
holger krekel
|
783e6aeb4d
|
temporary checking towards 3.1 compatibility
introduced some helpers to py.builtin namespace which need some review
after things begin to work more nicely
--HG--
branch : trunk
|
2009-08-28 19:16:15 +02:00 |
holger krekel
|
681d344eac
|
deprecate py.magic.autopath() and finally remove py/magic directory.
--HG--
branch : trunk
|
2009-08-27 18:46:42 +02:00 |
holger krekel
|
13932b7f4b
|
* deprecate py.magic.invoke/revoke in favour of
the new py.code.patch_builtins, py.code.unpatch_builtins
* deprecate py.magic.patch/revert
* deprecate py.magic.AssertionError in favour of py.code._AssertionError
* introduced pytest_assertion plugin.
--HG--
branch : trunk
|
2009-08-27 17:26:02 +02:00 |