Benjamin Peterson
ee1747fcb4
make all syntax compatible with 3.1 and 2.5
...
--HG--
branch : trunk
2009-08-29 13:04:48 -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
d43d69e3db
death to "misc" directories. moved most files out of py/misc, either to a
...
private attic or to other places in the lib.
--HG--
branch : trunk
2009-08-25 16:14:15 +02:00
holger krekel
2b8f489d60
moved laura's utestconvert script to a more visible place
...
--HG--
branch : trunk
2009-08-21 12:56:43 +02:00
holger krekel
36288223b4
[mq]: 101-prep
...
--HG--
branch : 1.0.x
2009-08-19 17:12:02 +02:00
holger krekel
629fe2151c
fixing some release/apigen related issues
...
--HG--
branch : trunk
2009-06-18 20:04:36 +02:00
guido
af5ba099b3
[svn r62971] Re-added 'gendoc.py' script to build the py lib documentation, now using the
...
externalized apigen package. The package should be on the PYTHONPATH, if not
the script warns.
--HG--
branch : trunk
2009-03-16 16:16:08 +01:00
hpk
7688f88c4f
[svn r62492] removing apigen bits from py lib, they are now in svn/apigen
...
--HG--
branch : trunk
2009-03-03 19:06:16 +01:00
hpk
c17a09adaf
[svn r62211] merge 60797:HEAD of pytestplugin branch:
...
this merge contains:
* a new plugin architecture
* a pluginized pytest core
* many pytest related refactorings
* refactorings/streamlining of pytest's own tests
--HG--
branch : trunk
2009-02-27 11:18:27 +01:00
getxsick
1c85d7fe9a
[svn r61975] subprocess is in stdlib since 2.4
...
for backwards compatibility we use compat.subprocess if needed
--HG--
branch : trunk
2009-02-17 18:24:41 +01:00
getxsick
51e14dd1b0
[svn r61954] removed of using some deprecated modules/functions from stdlib.
...
used subprocess instead (the module is included to stdlib since 2.4)
--HG--
branch : trunk
2009-02-16 20:30:14 +01:00
pedronis
33b0390ee6
[svn r58190] adding arigo/hacks/svnwcrevert as a py.svnwcrevert script on py lib trunk
...
--HG--
branch : trunk
2008-09-17 10:50:04 +02:00
hpk
0dbe04abcb
[svn r57587] merging doc and tool changes from release branch
...
svn merge -r 57540:HEAD release/0.9.x
--HG--
branch : trunk
2008-08-22 15:41:17 +02:00
hpk
b1069dec00
[svn r57551] normalizing py.which cmdline script
...
--HG--
branch : trunk
2008-08-21 15:25:29 +02:00
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
8cefb88d9c
[svn r57445] retain the behaviour of printing if we insert to sys.path
...
--HG--
branch : trunk
2008-08-18 21:03:25 +02:00
hpk
3fafeacdcb
[svn r57442] robustify. this can also happen to get exectued while being in another version of the py lib.
...
--HG--
branch : trunk
2008-08-18 20:02:56 +02:00
hpk
fc3721259f
[svn r57439] account for changed location
...
--HG--
branch : trunk
2008-08-18 18:57:13 +02:00
hpk
013cbb52a1
[svn r57358] move more scripts to build directory
...
--HG--
branch : trunk
2008-08-17 17:24:29 +02:00
hpk
abc8cf09aa
[svn r57321] merging the event branch:
...
* moving in test, misc, code, io directories and
py/__init__.py
* py/bin/_find.py does not print to stderr anymore
* a few fixes to conftest files in other dirs
some more fixes and adjustments pending
--HG--
branch : trunk
2008-08-16 17:26:59 +02:00
hpk
15b129a12e
[svn r56231] add a small script that tells where an import of a python module package would come from.
...
py.which is meant to be the equivalent of "which" in unix.
--HG--
branch : trunk
2008-07-02 10:42:24 +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
lamby
ba91810a17
[svn r51285] Fix _docgen.py documentation building.
...
--HG--
branch : trunk
2008-02-05 12:55:00 +01:00
fijal
a99085cea3
[svn r45519] Ignore non-existing files
...
--HG--
branch : trunk
2007-08-06 15:58:18 +02:00
guido
13c44faa38
[svn r38770] Removed option --apigen_relpath, added options --docpath and --apigenpath, both
...
of which are not only used for building the navigation, but also to actually
tell py.test where docs should be generated. Also cleaned up and fixed the
situation regarding relative links in the navigation menu and stylesheet/js
paths.
--HG--
branch : trunk
2007-02-14 00:56:57 +01:00
guido
f5f46c9f3e
[svn r38700] Fixed paths, docs are now no longer placed in a sub dir.
...
--HG--
branch : trunk
2007-02-13 15:26:46 +01:00
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
5271ecce58
[svn r38598] fixing download url and fix makepyrelease script
...
--HG--
branch : trunk
2007-02-12 17:57:45 +01:00
guido
275673ba21
[svn r38396] Capturing stdout and stderr when running the update_website tests to not mess
...
up --rest output.
--HG--
branch : trunk
2007-02-10 16:41:31 +01:00
hpk
1e8845dfa5
[svn r38181] delete is now an option per-host
...
--HG--
branch : trunk
2007-02-08 18:24:30 +01:00
guido
9b22af1b32
[svn r38179] Allowing to rsync also when tests are failing using a --ignorefail switch, and
...
added a --help switch that shows a short help message.
--HG--
branch : trunk
2007-02-08 17:28:33 +01:00
fijal
395d97160c
[svn r38165] Update this as well
...
--HG--
branch : trunk
2007-02-08 16:35:11 +01:00
fijal
1a33d1eae6
[svn r38117] call "python py.test" instead of "py.test" (does not rely on +x flag)
...
--HG--
branch : trunk
2007-02-07 21:41:55 +01:00
guido
d11aec0b42
[svn r38077] Script to run "py.test --apigen" on the py lib (well, can be used on other
...
projects too) and rsync the results to some remote host/path (by default
codespeak.net, currently to some dir in my home directory, when it's tested
better in practice files will go to the website directory).
--HG--
branch : trunk
2007-02-07 16:36:02 +01:00
hpk
ba2dcf16bd
[svn r37699] removing py._dist export (only accessed from setup.py
...
and py/bin/_makepyrelease.py)
--HG--
branch : trunk
2007-01-31 23:23:24 +01:00
hpk
9fe8e7ca65
[svn r37661] fixing this script (IMO it was broken if you provided arguments)
...
--HG--
branch : trunk
2007-01-31 12:27:25 +01:00
hpk
5992a8ef21
[svn r37264] create the new development trunk
...
--HG--
branch : trunk
2007-01-24 15:24:01 +01:00