..
_testing
* refactor some setup/teardown/ensuretemp usages to use funcargs
2009-09-05 23:21:58 +02:00
bin
make all syntax compatible with 3.1 and 2.5
2009-08-29 13:04:48 -05:00
builtin
introduce py.builtin._tryimport to try importing modules in a row, fix a few places
2009-09-04 19:08:10 +02:00
cmdline
various 3k related fixes and cleanups
2009-09-04 18:15:41 +02:00
code
seems like compile is way slower than just parser.suite so
2009-09-06 12:35:52 +02:00
compat
deprecate py.compat.doctest|subprocess|textwrap|...
2009-08-27 21:12:55 +02:00
execnet
execnet cleanup/refinements: avoid creating a shell for each subprocess
2009-09-06 13:38:21 +02:00
io
* use py.builtin._getimself instead of getattr(..., '*self*') everywhere
2009-09-01 16:10:21 +02:00
log
* use py.builtin._getimself instead of getattr(..., '*self*') everywhere
2009-09-01 16:10:21 +02:00
path
* refactor some setup/teardown/ensuretemp usages to use funcargs
2009-09-05 23:21:58 +02:00
process
introduce py.builtin._tryimport to try importing modules in a row, fix a few places
2009-09-04 19:08:10 +02:00
rest
* delete or text files to hacking/ directory.
2009-09-05 16:09:44 +02:00
test
* refactor some setup/teardown/ensuretemp usages to use funcargs
2009-09-05 23:21:58 +02:00
thread
introduce py.builtin._tryimport to try importing modules in a row, fix a few places
2009-09-04 19:08:10 +02:00
__init__.py
execnet cleanup/refinements: avoid creating a shell for each subprocess
2009-09-06 13:38:21 +02:00
_com.py
* use py.builtin._getimself instead of getattr(..., '*self*') everywhere
2009-09-01 16:10:21 +02:00
conftest.py
kill/replace some execnet debug code
2009-08-20 16:41:44 +02:00
error.py
death to "misc" directories. moved most files out of py/misc, either to a
2009-08-25 16:14:15 +02:00
initpkg.py
various 3k related fixes and cleanups
2009-09-04 18:15:41 +02:00
std.py
death to "misc" directories. moved most files out of py/misc, either to a
2009-08-25 16:14:15 +02:00
xmlgen.py
make xmlgen a single file + a single file test instead of a whole directory
2009-09-04 18:30:48 +02:00