Commit Graph

162 Commits

Author SHA1 Message Date
hpk af86caf712 [svn r58517] clarify/better english for the cross-python version namespaces
--HG--
branch : trunk
2008-10-01 11:24:24 +02:00
hpk cf833b023c [svn r58516] fix typo
--HG--
branch : trunk
2008-10-01 11:11:29 +02:00
hpk a80bfae0a1 [svn r58386] adding info for debian and rpm systems
--HG--
branch : trunk
2008-09-23 16:42:27 +02:00
hpk 0974aa784a [svn r58375] some updates on the filesystem front
--HG--
branch : trunk
2008-09-23 12:41:22 +02:00
hpk cc10d84088 [svn r58308] * de-generalize conditional skips and only care
nicely for common tedious causes of skipping:
  import a module and checking it has a certain
  version.  usage example:

  docutils = py.test.importorskip(docutils, minversion="0.4")

* used new helper and cleanup skipping logic in py lib

--HG--
branch : trunk
2008-09-21 17:15:28 +02:00
hpk 13c7fb6709 [svn r58298] move and update TODO file
--HG--
branch : trunk
2008-09-21 14:51:32 +02:00
hpk e77fab82ee [svn r58297] add a new way of conditionally skipping a test:
py.test.skip(ifraises="...")

see more info in the added doc.

also remove a redundant raises test and
cleanup raises code a bit.

--HG--
branch : trunk
2008-09-21 14:50:56 +02:00
hpk cdb8fa1abe [svn r58288] update TODOs, docstring
--HG--
branch : trunk
2008-09-21 10:17:11 +02:00
hpk 39440c91c9 [svn r58010] some support for old naming because many sites import ReST checker from this conftest.
--HG--
branch : trunk
2008-09-09 18:51:49 +02:00
hpk 561a14054c [svn r57754] * introduce py.test.collect.File (File for py or non-py files)
* introduce py.test.collect.Collector.collect_by_name and
  special case it for Directories to allow specifying
  files that would otherwise be ignored because of filters.
* fix py/doc/conftest to work with new API
* refactor py/doc/test_conftest.py to use suptest helper
* avoid old APIs in some more places.

--HG--
branch : trunk
2008-09-02 14:24:15 +02:00
hpk ee94d1d2bd [svn r57707] review todo.txt and future/* items, merge into one TODO.txt file.
--HG--
branch : trunk
2008-09-01 10:37:17 +02:00
hpk d9f3c868e8 [svn r57689] mentioning "-U" switch.
--HG--
branch : trunk
2008-08-29 20:55:42 +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 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 82b9899401 [svn r57346] shift talk from py/doc to extradoc/talk dir
--HG--
branch : trunk
2008-08-17 13:58:56 +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 7428eadf7d [svn r57320] remove test, misc, doc, io, and code directories
that are to come from the event branch with the next commit.

--HG--
branch : trunk
2008-08-16 17:10:17 +02:00
hpk e101bad658 [svn r56721] some more upcoming notes
--HG--
branch : trunk
2008-07-22 21:12:17 +02:00
hpk f9b7835181 [svn r56712] add a note about the needed FILE:LINENO summary.
--HG--
branch : trunk
2008-07-22 16:39:45 +02:00
hpk 49fb0d39af [svn r56663] some more planning and notes for 1.0
--HG--
branch : trunk
2008-07-19 12:24:09 +02:00
hpk c95b6544e4 [svn r56636] note regarding collection/runtest ambiguity
--HG--
branch : trunk
2008-07-18 11:50:49 +02:00
hpk f97333b057 [svn r56635] a few notes for release planning
--HG--
branch : trunk
2008-07-18 11:38:21 +02:00
hpk 6d5c15b340 [svn r56304] almost any version works
--HG--
branch : trunk
2008-07-04 16:03:19 +02:00
hpk 41064e610e [svn r56286] note that --showlocals doesn't work on trunk
--HG--
branch : trunk
2008-07-04 10:01:15 +02:00
guido 14bdc16dd5 [svn r52001] Removed (outdated, and perhaps a bit too verbose) document about svn auth, in
favour of a short note and code example in the existing path.txt doc in docs.

--HG--
branch : trunk
2008-03-01 15:14:11 +01: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 24e2d79924 [svn r51132] a todo/note on skip's and speed (inspired by exarkun on #pypy)
--HG--
branch : trunk
2008-01-30 16:25:40 +01:00
hpk e03e71c96f [svn r51058] fix ReST
--HG--
branch : trunk
2008-01-26 12:45:03 +01:00
hpk 923c85b701 [svn r51057] review, refactor and write up for some 1.0 related TODOs
--HG--
branch : trunk
2008-01-26 12:33:32 +01:00
hpk f2b0bd10e6 [svn r51034] merging in fijal's reporter-merge branch into the trunk,
still needs refactoring as far as i am concernced.

--HG--
branch : trunk
2008-01-25 16:54:04 +01:00
hpk 8569bd57a9 [svn r50606] don't fail for links to html files where we don'T have a .txt
--HG--
branch : trunk
2008-01-14 17:43:08 +01:00
fijal 11e2b9426f [svn r45525] be a bit more impersonal
--HG--
branch : trunk
2007-08-07 09:11:18 +02:00
fijal 141a101673 [svn r45520] Add some rough ideas about pylib plannign
--HG--
branch : trunk
2007-08-06 15:58:54 +02:00
fijal e49f017024 [svn r42273] Added a file about what I would like to have in apigen.
--HG--
branch : trunk
2007-04-23 19:41:43 +02:00
fijal 9f223d2bc3 [svn r42194] Add my notes (this time for real)
--HG--
branch : trunk
2007-04-20 10:02:38 +02:00
fijal 03c8634b09 [svn r42193] revert my changes
--HG--
branch : trunk
2007-04-20 10:01:00 +02:00
fijal 4a5acb9c09 [svn r42191] Move several issues from merlinux tracker
--HG--
branch : trunk
2007-04-20 09:53:54 +02:00
hpk 8f58035cde [svn r42103] added some issues/features previously tracked elsewhere
--HG--
branch : trunk
2007-04-16 18:19:11 +02:00
hpk 446099b65e [svn r42092] add rlcompleter2 / pdbplus issues
--HG--
branch : trunk
2007-04-16 15:17:28 +02:00
hpk 5e201641af [svn r42089] some more infos/issues put to the TODO file
--HG--
branch : trunk
2007-04-16 14:37:00 +02:00
hpk 2779732a0c [svn r42085] adding some issues from the merlinux tracker (and removing them there)
--HG--
branch : trunk
2007-04-16 12:46:25 +02:00
fijal 91d7ced4eb [svn r39994] fix rest
--HG--
branch : trunk
2007-03-06 19:02:28 +01:00
fijal 9bbef25ec1 [svn r39981] Some random notes about future pylib direction
--HG--
branch : trunk
2007-03-06 13:38:49 +01:00
guido b4516bc432 [svn r38969] Fixed ReST.
--HG--
branch : trunk
2007-02-15 22:33:31 +01:00
santagada f9feca8c93 [svn r38967] spelling mistake
--HG--
branch : trunk
2007-02-15 22:12:15 +01:00
hpk 20398b87f3 [svn r38840] fix links to release branch
--HG--
branch : trunk
2007-02-14 15:48:39 +01:00
hpk 05ef2d5832 [svn r38831] be more careful to not work with svnwc() paths
when checking for mtimes

--HG--
branch : trunk
2007-02-14 15:07:23 +01:00
arigo 79a17fa4ef [svn r38828] Try harder to get the logic right to avoid regenerating html files for
unmodified txts.

--HG--
branch : trunk
2007-02-14 14:57:46 +01:00
hpk 80f98fe70c [svn r38818] add release 0.9.0 announcement link to index.txt
--HG--
branch : trunk
2007-02-14 13:34:17 +01:00