guido
|
cb8041a34a
|
[svn r38650] Added env var for creating relative links to the py lib docs (in the nav bar),
added script to generate py lib's docs and api docs in a subdir in one go.
--HG--
branch : trunk
|
2007-02-13 00:14:50 +01:00 |
guido
|
0b575823d0
|
[svn r38649] Adding _findpy call to not have to set PYTHONPATH to find the py lib.
--HG--
branch : trunk
|
2007-02-13 00:10:38 +01:00 |
hpk
|
16e47af8a9
|
[svn r38626] some XXX to TODO, and adding a part about proper linking
--HG--
branch : trunk
|
2007-02-12 19:11:07 +01:00 |
hpk
|
a07cceca9f
|
[svn r38621] * fix for linking problems: move future.txt one level up
* be slightly more defensive about apigen_relpath
--HG--
branch : trunk
|
2007-02-12 18:58:38 +01:00 |
hpk
|
9e8334e8ae
|
[svn r38601] pointing to the just uploaded py-0.9.0-beta packages
--HG--
branch : trunk
|
2007-02-12 18:04:15 +01:00 |
hpk
|
5271ecce58
|
[svn r38598] fixing download url and fix makepyrelease script
--HG--
branch : trunk
|
2007-02-12 17:57:45 +01:00 |
arigo
|
00aa8876d6
|
[svn r38597] Raise an ImportError if there is no way to build a C extension module,
e.g. on top of pypy-c. Importing e.g. py.magic.greenlet then gives an
exception that is saner to catch than ValueError.
--HG--
branch : trunk
|
2007-02-12 17:49:32 +01:00 |
hpk
|
620b070002
|
[svn r38595] streamlining info a bit
--HG--
branch : trunk
|
2007-02-12 17:42:53 +01:00 |
hpk
|
1169851892
|
[svn r38588] or maybe this version for google? :)
--HG--
branch : trunk
|
2007-02-12 17:29:15 +01:00 |
hpk
|
e6071cfb7a
|
[svn r38586] use merlinux.eu (did you know it exists? :)
--HG--
branch : trunk
|
2007-02-12 17:27:07 +01:00 |
cfbolz
|
9f3949ba3f
|
[svn r38585] remove the gmbh
--HG--
branch : trunk
|
2007-02-12 17:17:37 +01:00 |
hpk
|
a4123181c8
|
[svn r38584] cleaning up menu bar: "index" instead of doc,
removing pseudo "home" page.
--HG--
branch : trunk
|
2007-02-12 17:13:05 +01:00 |
hpk
|
f19050bd40
|
[svn r38582] refining the release announcement/finalizing from my site
fijal, cfbolz, guido_w: are you ok with it? (your name
is under the release announcement)
--HG--
branch : trunk
|
2007-02-12 17:10:28 +01:00 |
hpk
|
ed2759b262
|
[svn r38579] library code should not use magic timeouts,
testing code may use a global TESTTIMEOUT
--HG--
branch : trunk
|
2007-02-12 16:55:48 +01:00 |
guido
|
5a46d43990
|
[svn r38578] Made that the docstring isn't replaced by the function info anymore, but the
func info is appended, some small style issues.
--HG--
branch : trunk
|
2007-02-12 16:45:56 +01:00 |
fijal
|
53c204962a
|
[svn r38577] Test for explicit Failed
--HG--
branch : trunk
|
2007-02-12 16:40:04 +01:00 |
fijal
|
ba07ab5533
|
[svn r38576] typo!
--HG--
branch : trunk
|
2007-02-12 16:30:32 +01:00 |
fijal
|
de078273a0
|
[svn r38574] Special case outcome.Failed - reuse that excinfo
--HG--
branch : trunk
|
2007-02-12 16:28:28 +01:00 |
fijal
|
6210030d27
|
[svn r38573] This tests was completely broken when pypy is there
--HG--
branch : trunk
|
2007-02-12 16:28:09 +01:00 |
fijal
|
cb87cd42cc
|
[svn r38572] Move a bit into using high-level traceback interface instead of low-level one
--HG--
branch : trunk
|
2007-02-12 16:27:46 +01:00 |
guido
|
c7fa5db37b
|
[svn r38571] Using wcpath.info().created_rev (last changed revision) rather than
wcpath.status().rev (current wc rev) as revision, added revision for source and
namespace pages.
--HG--
branch : trunk
|
2007-02-12 16:21:35 +01:00 |
hpk
|
a43ff3108f
|
[svn r38568] improving r38560 a bit
--HG--
branch : trunk
|
2007-02-12 15:58:14 +01:00 |
fijal
|
6294a4b189
|
[svn r38560] Compare collectors by id rather than by name. It needs to be rethought
a bit.
--HG--
branch : trunk
|
2007-02-12 14:20:49 +01:00 |
fijal
|
d01fb4a18e
|
[svn r38559] Give info about tests in case of failure/interruption
--HG--
branch : trunk
|
2007-02-12 14:14:36 +01:00 |
hpk
|
d1008d3752
|
[svn r38549] also privatizing Config.initdirect (which relates to remote reprs and such)
--HG--
branch : trunk
|
2007-02-12 13:21:16 +01:00 |
hpk
|
5d36fbf365
|
[svn r38548] carefully privatizing Config.make_repr and Config.merge_repr
by doing a whole-pylib replace and reviewing the diff in detail
--HG--
branch : trunk
|
2007-02-12 13:18:23 +01:00 |
guido
|
38e3462d98
|
[svn r38546] Typo.
--HG--
branch : trunk
|
2007-02-12 12:36:07 +01:00 |
guido
|
8a07ca4457
|
[svn r38542] Fixed help string for --apigenrelpath.
--HG--
branch : trunk
|
2007-02-12 12:16:18 +01:00 |
hpk
|
4388237e69
|
[svn r38534] some more little issues
--HG--
branch : trunk
|
2007-02-12 01:41:07 +01:00 |
hpk
|
66b0639109
|
[svn r38533] adding a way to modify the "apigen relative path"
from the command line, unifying conftest and confrest
--HG--
branch : trunk
|
2007-02-12 01:37:48 +01:00 |
hpk
|
8c55dd3f35
|
[svn r38530] fix
--HG--
branch : trunk
|
2007-02-12 01:09:57 +01:00 |
cfbolz
|
b4732e7982
|
[svn r38524] add link to pyfuse (which is the newer approach, I think) and fix the link
target.
--HG--
branch : trunk
|
2007-02-11 23:16:23 +01:00 |
hpk
|
b1b2a94a55
|
[svn r38518] fix references
--HG--
branch : trunk
|
2007-02-11 20:57:12 +01:00 |
hpk
|
97aab00607
|
[svn r38516] majorly refactor future chapter, mentioning
APIgen and other more current ideas
--HG--
branch : trunk
|
2007-02-11 20:52:11 +01:00 |
hpk
|
790c9bbb88
|
[svn r38514] rewrite/refactor why_py (it was quite old)
--HG--
branch : trunk
|
2007-02-11 20:31:14 +01:00 |
hpk
|
00c7ccfaa0
|
[svn r38508] skip signal detection tests for python < 2.4
(2.4 and 2.5 work apparently)
--HG--
branch : trunk
|
2007-02-11 19:56:08 +01:00 |
hpk
|
ff9df3c079
|
[svn r38506] config.getvalue_pathlist should also honour option values
(to be uniform with getvalue semantics)
--HG--
branch : trunk
|
2007-02-11 19:47:04 +01:00 |
hpk
|
7973f472d7
|
[svn r38505] clarify that config.getvalue will first lookup
in options.
--HG--
branch : trunk
|
2007-02-11 19:43:34 +01:00 |
hpk
|
508eb5d4de
|
[svn r38504] fixes for python2.3
--HG--
branch : trunk
|
2007-02-11 19:36:38 +01:00 |
hpk
|
14ad83da06
|
[svn r38496] don't print the test-mode, that needs more thought how
to do it now
--HG--
branch : trunk
|
2007-02-11 19:01:19 +01:00 |
hpk
|
bda58e9862
|
[svn r38484] make config.option override any conftest provided value.
--HG--
branch : trunk
|
2007-02-11 18:08:13 +01:00 |
hpk
|
50f9f1a410
|
[svn r38480] unneeded import
--HG--
branch : trunk
|
2007-02-11 17:56:46 +01:00 |
hpk
|
5c000e57f1
|
[svn r38474] make io capturing configurable per e.g.
conf_iocapture = "sys"
by default it has "fd" for performing fd-based capturing
--HG--
branch : trunk
|
2007-02-11 17:25:01 +01:00 |
hpk
|
245aa057b4
|
[svn r38473] rewrote the future section of py test
--HG--
branch : trunk
|
2007-02-11 17:24:17 +01:00 |
hpk
|
5be8668782
|
[svn r38472] clarifications regarding dist testing
--HG--
branch : trunk
|
2007-02-11 17:14:40 +01:00 |
hpk
|
9b7fa6514b
|
[svn r38470] try to have py.process.cmdexec run on top of PyPy
(with its currentl limitations)
--HG--
branch : trunk
|
2007-02-11 16:11:49 +01:00 |
hpk
|
c52a54796d
|
[svn r38467] make string comparison lowercase-insensitive for windows
--HG--
branch : trunk
|
2007-02-11 15:59:56 +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 |
hpk
|
e068a463a1
|
[svn r38459] two functions with the same name, use the latter one.
--HG--
branch : trunk
|
2007-02-11 14:45:49 +01:00 |
hpk
|
4e66510fa7
|
[svn r38458] better docstring for top level object
--HG--
branch : trunk
|
2007-02-11 14:33:22 +01:00 |