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
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
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
41064e610e
[svn r56286] note that --showlocals doesn't work on trunk
...
--HG--
branch : trunk
2008-07-04 10:01:15 +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
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
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
hpk
e4d4fb7c56
[svn r38741] doing r38739 in the right place (dist will get
...
recopied from trunk)
--HG--
branch : trunk
2007-02-13 19:22:47 +01:00
hpk
40c8b10040
[svn r38455] various merging of startup documentation
...
and rewriting/refactoring information and
references. clarifying release-structure
a bit.
--HG--
branch : trunk
2007-02-11 14:26:03 +01:00
fijal
f5308aba2d
[svn r37881] Some other stuff goes private
...
--HG--
branch : trunk
2007-02-03 19:52:21 +01:00
fijal
46a91b3705
[svn r37876] s/get_collector_trail/_get_collector_trail/
...
--HG--
branch : trunk
2007-02-03 19:00:04 +01:00
hpk
90188b1256
[svn r37855] a first rough list for py.test namespace cleanup
...
--HG--
branch : trunk
2007-02-03 12:18:25 +01:00
hpk
923c65f13e
[svn r37835] some updates to TODO items
...
--HG--
branch : trunk
2007-02-03 00:10:38 +01:00
hpk
0600b1aa36
[svn r37815] path.txt: showing a bit more for string methods
...
update TODO
--HG--
branch : trunk
2007-02-02 19:27:22 +01:00
hpk
084460ffd4
[svn r37789] small updates and streamlining of docs
...
--HG--
branch : trunk
2007-02-02 02:22:43 +01:00
hpk
b706ec2f95
[svn r37741] monster checking for
...
* unifying IO capturing methods
* py.io.StdCapture and py.io.StdCaptureFD
(and both have a classmethod 'call' that is
a shortcut for capturing output while
executing a function)
* removing lots of duplicate code
* providing some examples in py/doc/io.txt
at least tests on win32 and linux seem
to pass all for me.
--HG--
branch : trunk
2007-02-01 16:20:39 +01:00
hpk
3e91580231
[svn r37701] note on removal of compat.TestCase
...
--HG--
branch : trunk
2007-01-31 23:44:03 +01:00
hpk
e721d85278
[svn r37641] removing py.path.extpy after all
...
--HG--
branch : trunk
2007-01-30 23:22:15 +01:00
fijal
c1e6116de5
[svn r37555] update
...
--HG--
branch : trunk
2007-01-29 18:14:27 +01:00
fijal
02abf0ee5d
[svn r37535] update on that
...
--HG--
branch : trunk
2007-01-29 14:10:51 +01:00
fijal
a1171a8726
[svn r37442] update
...
--HG--
branch : trunk
2007-01-27 18:33:41 +01:00
guido
50a0a04bd2
[svn r37432] Some updates on stuff I've worked on, fixed ReST.
...
--HG--
branch : trunk
2007-01-27 14:33:40 +01:00
hpk
c32d3f8673
[svn r37428] added a note about dist_rsyncroots semantics
...
--HG--
branch : trunk
2007-01-27 14:09:09 +01:00
hpk
3fb8b07b57
[svn r37294] seediff
...
--HG--
branch : trunk
2007-01-24 21:25:49 +01:00
hpk
edb7bc4c0f
[svn r37291] seediff
...
--HG--
branch : trunk
2007-01-24 20:35:23 +01:00
hpk
39a82d0400
[svn r37289] todotodo
...
--HG--
branch : trunk
2007-01-24 20:16:26 +01:00
hpk
d6266856ca
[svn r37288] added some RSession related TODOs
...
--HG--
branch : trunk
2007-01-24 18:56:02 +01:00
hpk
7cf9824680
[svn r37278] move files from branch to trunk (and thus complete
...
the merge of the config branch into the trunk)
--HG--
branch : trunk
2007-01-24 17:46:46 +01:00
hpk
5992a8ef21
[svn r37264] create the new development trunk
...
--HG--
branch : trunk
2007-01-24 15:24:01 +01:00