hpk
a999dc8472
[svn r57540] merge changes from release branch back
...
[svn merge -r 57430:HEAD ../release/0.9.x/ .]
* cmdline script organisation
* execnet windows fixes
* documentation updates
* test skips
also regen setup.py
--HG--
branch : trunk
2008-08-21 12:18:58 +02:00
hpk
4115e975d1
[svn r57429] merging/porting the release branch changes and
...
cleanups to trunk.
svn merge -r 56716:HEAD ../release/0.9.x/ to trunk
--HG--
branch : trunk
2008-08-18 17:08:39 +02:00
hpk
f3f84fa36c
[svn r51329] rename special __package__ to __pkg__ because python 2.6 needs the former
...
(thanks to Ralf Schmitt)
--HG--
branch : trunk
2008-02-08 09:43:05 +01:00
hpk
96355656ce
[svn r38824] skip these tests on win32
...
--HG--
branch : trunk
2007-02-14 14:11:34 +01:00
hpk
508eb5d4de
[svn r38504] fixes for python2.3
...
--HG--
branch : trunk
2007-02-11 19:36:38 +01:00
hpk
22d98ac3a1
[svn r38460] removing a very-likely-obsolete test
...
and otherwise fixing files and tests
to do py.test.skip()s only during setup.
--HG--
branch : trunk
2007-02-11 14:46:46 +01:00
fijal
f65d6e9d35
[svn r37623] Get rid of last frame if possible (the frame containing start_tracing should
...
not be there, unless this is the last frame)
--HG--
branch : trunk
2007-01-30 17:58:11 +01:00
guido
bef3ad84ce
[svn r37579] Made that the package name can be set when using from_dict() to fill a
...
DocStorage.
--HG--
branch : trunk
2007-01-30 11:34:08 +01:00
guido
fe3a71994a
[svn r37545] Moved get_star_import_tree out of the DocStorage class, created 'pkg_to_dict'
...
function in docstorage.py and using that from apigen.py (to later simplify
py.test integration, and to improve testability). Simplified 'deindent()' a
bit, made the wrap_page use the filenames from the stylesheeturl and the
scripturls instead of having them hard-coded, some minor HTML/CSS changes.
--HG--
branch : trunk
2007-01-29 17:11:15 +01:00
guido
06cbe63616
[svn r37540] Nicer formatting of docstrings (de-indented and such), fixed problem getting
...
to frame source (IOError that popped up when building the py lib's api docs)
in description.py.
--HG--
branch : trunk
2007-01-29 15:20:31 +01:00
hpk
15c1ebe506
[svn r37463] test_get_initpkg_star_items() fails for me
...
when run as part of the whole py lib tests,
succeeds when ran as a single test.
Pruning sys.modules fixes this (but i am
not sure why the tracer depends on seeing
the import happen)
--HG--
branch : trunk
2007-01-28 12:02:19 +01:00
guido
3cf7c74d1e
[svn r37355] Fixing test (not sure why it was in this state?).
...
--HG--
branch : trunk
2007-01-25 21:39:43 +01:00
fijal
e4044030b3
[svn r37347] Enchance the test.
...
--HG--
branch : trunk
2007-01-25 18:03:54 +01:00
guido
ba07a8769f
[svn r37322] Turned out there was a function for this already, even... Thanks, fijal!
...
--HG--
branch : trunk
2007-01-25 12:59:02 +01:00
guido
c9545204d0
[svn r37266] Fixed a problem in the CallFrame code, it doesn't like py.code.Source objects
...
(no test, sorry, didn't succeed in reproducing it from a test yet), some minor
HTML changes.
--HG--
branch : trunk
2007-01-24 17:06:35 +01:00
hpk
5992a8ef21
[svn r37264] create the new development trunk
...
--HG--
branch : trunk
2007-01-24 15:24:01 +01:00