Benjamin Peterson
|
59892b8532
|
remove usage of the new module
--HG--
branch : trunk
|
2009-08-29 15:14:18 -05:00 |
holger krekel
|
b930565d56
|
* fix some syntax and 3k issues for py/path and py/process, tests only partially working
* have py.process.cmdexec return unicode/text (for now)
* rename py.builtin.basestring to _basestring
--HG--
branch : trunk
|
2009-08-29 16:40:03 +02:00 |
holger krekel
|
1dafcc6b37
|
fix py/io classes and tests to pass 3.1
introduce py.builtin._totext helper to make a 2k=unicode / 3k=str object, allow a string as data
--HG--
branch : trunk
|
2009-08-29 15:51:49 +02: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
|
d1932a30ed
|
deprecate py.compat.doctest|subprocess|textwrap|...
(and for now pass through Python stdlib provided modules).
--HG--
branch : trunk
|
2009-08-27 21:12:55 +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
|
739edc26b4
|
simplifying errno error class creation and introduce a py.error.checked_call helper
that creates a proper errno-specific exception instead of OSErrors. use it from
py.path.local.
--HG--
branch : trunk
|
2009-08-25 09:38:19 +02:00 |
holger krekel
|
f3fcb5e6d3
|
- strike lots of basically unused code around local path implementation.
and tweak things a bit to make py.path.local at least importable on 3k
- also strike unused somewhat related code in initpkg.py
--HG--
branch : trunk
|
2009-08-20 19:43:13 +02:00 |
holger krekel
|
561fdca3a2
|
move localpath implementation to a single file, simplify unix/posix difference and fix a bit
--HG--
branch : trunk
|
2009-08-20 17:37:06 +02:00 |