Benjamin Peterson
|
130046d245
|
remove magic directories from install
--HG--
branch : trunk
|
2009-08-28 18:51:14 -05:00 |
holger krekel
|
81f7891539
|
merging 1.0.x branch
--HG--
branch : trunk
|
2009-08-26 22:57:06 +02:00 |
holger krekel
|
3be875bfd2
|
some fixes and small doc updates, aiming to finalize 1.0.2
--HG--
branch : 1.0.x
|
2009-08-26 19:09:52 +02:00 |
holger krekel
|
c024dc6417
|
* using a MANIFEST.in file instead of our own generated MANIFEST file
* port the test_install refactoring from trunk, move to bin-for-dist
--HG--
branch : 1.0.x
|
2009-08-26 11:09:55 +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
|
f3fcb5e6d3
|
- strike lots of basically unused code around local path implementation.
and tweak things a bit to make py.path.local at least importable on 3k
- also strike unused somewhat related code in initpkg.py
--HG--
branch : trunk
|
2009-08-20 19:43:13 +02:00 |
holger krekel
|
079a2327ec
|
kill/replace some execnet debug code
bump version to "trunk" on trunk
add "py" to rsyncdirs
--HG--
branch : trunk
|
2009-08-20 16:41:44 +02:00 |
holger krekel
|
36288223b4
|
[mq]: 101-prep
--HG--
branch : 1.0.x
|
2009-08-19 17:12:02 +02:00 |
holger krekel
|
36189a7aa7
|
[mq]: 101doc
--HG--
branch : 1.0.x
|
2009-08-18 19:04:57 +02:00 |
holger krekel
|
38180ffa5f
|
fix --version test, set version to 1.0.x rather than 1.0.1 for now, regen setup.py/MANIFEST
--HG--
branch : 1.0.x
|
2009-08-17 16:46:19 +02:00 |
holger krekel
|
afc8e6bd91
|
more terse reporting of collection errors / tracebacks, bump version number aiming for 1.0.1
--HG--
branch : 1.0.x
|
2009-08-06 14:49:55 +02:00 |
holger krekel
|
a94afc6b5e
|
regen
--HG--
branch : 1.0.x
|
2009-08-04 12:02:38 +02:00 |
holger krekel
|
8c8617c354
|
* rename "rep" to "report" in reporting hooks
* refine docs
* bump version data
* improve announcement
--HG--
branch : 1.0.x
|
2009-08-04 12:00:04 +02:00 |
holger krekel
|
1a570011fe
|
showing relative paths by default, improving xfail output a bit, bumping version info to 1.0.0
--HG--
branch : 1.0.x
|
2009-08-03 16:01:32 +02:00 |
holger krekel
|
875ebc18ef
|
targetting a b9
--HG--
branch : 1.0.x
|
2009-07-23 20:16:27 +02:00 |
holger krekel
|
64a5075545
|
trying to tweak setup and py version attributes to not cause merging conflicts
--HG--
branch : 1.0.x
|
2009-07-14 21:36:51 +02:00 |
holger krekel
|
88a0714dfa
|
* refix handling of partial setup failures
* shuffle / consolidate related tests
* re-gen setup.py
--HG--
branch : 1.0.x
|
2009-07-08 16:41:30 +02:00 |
holger krekel
|
d056149b67
|
trying to get together a working 1.0.0b7
without ez_setup.py
--HG--
branch : 1.0.x
|
2009-06-30 11:42:57 +01:00 |
holger krekel
|
bd8f68555d
|
re-adding py.test.mark as documented (!) by adding pytest_keyword plugin
--HG--
branch : 1.0.x
|
2009-06-28 13:19:43 +02:00 |
holger krekel
|
e412f695dd
|
tagging 1.0.0b5
--HG--
branch : 1.0.x
|
2009-06-24 18:02:41 +02:00 |
holger krekel
|
250d58729d
|
another attempt at a full tarball
--HG--
branch : 1.0.x
|
2009-06-24 17:47:29 +02:00 |
holger krekel
|
e6210806fe
|
tag revision 1.0.0b4 for upload
--HG--
branch : 1.0.x
|
2009-06-24 17:23:09 +02:00 |
holger krekel
|
a137b62370
|
add py.test version to verbose reporting
correctly regen setup
--HG--
branch : 1.0.x
|
2009-06-24 16:57:55 +02:00 |
holger krekel
|
49c4027df3
|
regen setup.py, already bump trove classifier
--HG--
branch : 1.0.x
|
2009-06-24 16:20:14 +02:00 |
holger krekel
|
5d0fd33b64
|
bumping version to "1.0.x" for now, regen setup, opening 1.0.x branch
--HG--
branch : 1.0.x
|
2009-06-23 12:19:55 +02:00 |
holger krekel
|
a07d1a4391
|
remove TODO file (mostly done, superflous or in the issue tracker),
remove keyword subsitution in text files.
regen setup with hg info instead of svn.
--HG--
branch : trunk
|
2009-06-23 12:12:45 +02:00 |
holger krekel
|
53dc595113
|
b3, fix (likelY) windows-path-comparison related issue at plugin registration
link to PyPI
--HG--
branch : trunk
|
2009-06-19 13:05:44 +02:00 |
holger krekel
|
bcb30d1c7a
|
bah - i guess i rather keep using setuptools for 1.0 because
of the issue of installing non-setuptools mediated windows
scripts on previously installed with setuptools ones
--HG--
branch : trunk
|
2009-06-17 21:08:19 +02:00 |
holger krekel
|
169691ec5c
|
regen setup.py, striking some unused headers
--HG--
branch : trunk
|
2009-05-21 16:16:22 +02:00 |
hpk
|
4157de8aaf
|
[svn r64091] adding missing file
--HG--
branch : trunk
|
2009-04-15 12:11:39 +02:00 |
holger krekel
|
6b1b3a3494
|
fix funcarg usage in execnet, regen setup
--HG--
branch : trunk
|
2009-04-14 23:01:46 +02:00 |
hpk
|
9c6e5aa7eb
|
[svn r64000] can't bear the setuptools problems anymore. trying to switch away from it.
--HG--
branch : trunk
|
2009-04-13 01:05:08 +02:00 |
hpk
|
575935a4aa
|
[svn r63546] small updates, regen setup.py
--HG--
branch : trunk
|
2009-04-02 19:34:16 +02:00 |
hpk
|
a72ab92ed6
|
[svn r63539] moving py/doc to doc/ and removing some more files
--HG--
branch : trunk
|
2009-04-02 15:24:02 +02:00 |
hpk
|
90616cd194
|
[svn r63360] bumping to first beta
--HG--
branch : trunk
|
2009-03-26 13:51:47 +01:00 |
hpk
|
2c0ec27d1a
|
[svn r63355] bump version
--HG--
branch : trunk
|
2009-03-26 13:22:04 +01:00 |
hpk
|
9b5e15bebe
|
[svn r63346] update docs
--HG--
branch : trunk
|
2009-03-26 12:15:14 +01:00 |
hpk
|
c6ee2b0d52
|
[svn r63341] regen setup
--HG--
branch : trunk
|
2009-03-26 10:48:10 +01:00 |
hpk
|
1930f50bc2
|
[svn r63319] * fixing verbose reporting to work the "old" way for non-dist settings
* bump version number
* comment out greenlet C-Extension for now
--HG--
branch : trunk
|
2009-03-25 12:50:57 +01:00 |
hpk
|
d203d47b4d
|
[svn r63241] regen setup, fix gensetup script
--HG--
branch : trunk
|
2009-03-23 17:03:10 +01:00 |
hpk
|
d1016d7800
|
[svn r63238] rather going for some alpha releases until i am sure that packaging works well
--HG--
branch : trunk
|
2009-03-23 16:30:32 +01:00 |
hpk
|
98ebf16c78
|
[svn r63235] bumping version to 1.0.0b1
--HG--
branch : trunk
|
2009-03-23 16:24:30 +01:00 |
hpk
|
1fc92407e9
|
[svn r63234] fix gensetup, regen setup
--HG--
branch : trunk
|
2009-03-23 16:17:49 +01:00 |
hpk
|
743af50fd7
|
[svn r63224] regen setup
--HG--
branch : trunk
|
2009-03-23 11:06:32 +01:00 |
hpk
|
83e65a310e
|
[svn r63217] * remove obsolete doc
* regen setup.py
* update README.txt
--HG--
branch : trunk
|
2009-03-23 01:59:18 +01:00 |
hpk
|
7e2ffb61e8
|
[svn r63214] re-gen setup.py with up-to-date list of files.
--HG--
branch : trunk
|
2009-03-23 01:38:17 +01:00 |
hpk
|
074788e580
|
[svn r63164] rebuild setup.py
--HG--
branch : trunk
|
2009-03-21 03:21:45 +01:00 |
pedronis
|
5cbc7f34db
|
[svn r62738] quick fix of setup.py
--HG--
branch : trunk
|
2009-03-08 22:08:01 +01:00 |
hpk
|
1bd4afee0b
|
[svn r58690] * add to TODO, changelog
* regen setup
--HG--
branch : trunk
|
2008-10-06 21:50:35 +02:00 |
hpk
|
71945dc1cc
|
[svn r58021] regen setup
--HG--
branch : trunk
|
2008-09-09 20:56:18 +02:00 |