| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
(Fixed unexpected deprecation warning from prombredanne)
Also removed the warning from fallback, only a deprecation warning is issued.
Environment.py whitespacing
Created a specialized command executor for tests in Environment.py
Legacy Test in test_egg_info now supresses the deprecation warning.
PythonPath is now explicitly controlled to allow setup.py test on clean
python installations. *Fixes Issue #101*
Moved some dummy svn tests from test_sdist to test_egg_info since
they are egg_info tests.
Downgraded a with statement in a test since we haven't offically dropped
2.4 support, however, maybe it is time.
Added a test case to ensure no extranuous output on sdist with a simple
dummy package without rev ctrl.
|
|
|
|
|
|
|
|
| |
replaced fsencode with decode_as_string - decoded utf8 or console input to
decode_as_string should be called on encoded string before joining
BUG_FIX - It would seem that there is a issue wiht the legacy file listing
which this commit fits. I have no clue how any of the other stuff would
had even worked.
|
| |
|
|
|
|
|
|
|
|
| |
Added in code to after a deprecation warning parse the .svn files
Should also parse externals.
--HG--
extra : rebase_source : 9dd3bcf22cb56eb0826051f9e477f155e47cdbf6
|
|
|
|
|
| |
--HG--
extra : rebase_source : 352b6baf81e891d13f7310bbeb94d2cfce9dbad8
|
|
|
|
|
| |
--HG--
extra : rebase_source : 2734e79e08e194923eab8c70f92cb77bce7daccf
|
|
|
|
|
| |
--HG--
extra : rebase_source : 5777bafbb7069238b8aa485cfbc23c13b019080f
|
|
|
|
|
|
|
| |
number from svnversion.
--HG--
extra : rebase_source : 8d9c8557e3702b3194fc20d47f5fc07c21521fbe
|
|
|
|
|
|
|
| |
have to emulate zipfile extract on py2.5 and earlier for tests
--HG--
extra : rebase_source : c6ad4eab19a2a454b8b8043d88d9582168f617aa
|
|
|
|
|
| |
--HG--
extra : rebase_source : b845737250a36a725f75aa04109ea357f09955d0
|
|
|
|
|
|
|
|
| |
interate over and both get called by the same callback.
pep8 on svn_utils
--HG--
extra : rebase_source : fa65ebfc167041b5c2e1b2bd901e9354cfaea57e
|
|
|
|
|
| |
--HG--
extra : rebase_source : 0c502ce268425d0236072fe11c5631e8282956f0
|
|
|
|
|
| |
--HG--
extra : rebase_source : 19c8be226a698813103dc2393b3b154060d90669
|
|
|
|
|
| |
--HG--
extra : rebase_source : def9ab923ee6455791c92334ee79c09d9164c43e
|
|
|
|
|
| |
--HG--
extra : rebase_source : 23fbf9ca969a6a0205247ec69e5b674452839f2e
|
|
|
|
|
| |
--HG--
extra : rebase_source : 87deb8066a0cb067e7bccc63cc156b7fed30ea29
|
|
|
|
|
| |
--HG--
extra : rebase_source : c902dd83f2c3df73f3a6f84e08bd8a77b201cc21
|
|
|
|
|
| |
--HG--
extra : rebase_source : 4af53ce7fcf4d69c0d65800e57fabec7d081ce35
|
|
|
|
|
| |
--HG--
extra : rebase_source : 233926ea03e438c2e86546c62e555a007654cacd
|
|
|
|
|
| |
--HG--
extra : rebase_source : f613c3c009ab69ab51c7de82b49ffaef63ea7461
|
|
|
|
|
| |
--HG--
extra : rebase_source : 0990530647692240d7b7126df1e1cdd5ae463ebb
|
|
|
|
|
| |
--HG--
extra : rebase_source : e329ddea4345c4acd90997e8994bd3715926cfbb
|
|
|
|
|
| |
--HG--
extra : rebase_source : 29629f51bacee1ae8394c559e4440dafcb9179d1
|
|
|
|
|
|
|
| |
Several fixes to get the code to pass the tests
--HG--
extra : rebase_source : 76e13888a6efc871cc254076c7e58f201af24472
|
|
|
|
|
| |
--HG--
extra : rebase_source : aebdebb47c60311cf7f81c4c7238dd25b6b8cadb
|
|
|
|
|
| |
--HG--
extra : rebase_source : 3761997a8747b58e3d85bec53097116b9d6e166d
|
|
|
|
|
|
|
|
| |
Added Externals processing for all formats
Will use dir-prop[-base] as a fallback otherwise CMD.
--HG--
extra : rebase_source : dc27f779f22d5f9795c425b92d34db29d62b495d
|
|
|
|
|
| |
--HG--
extra : rebase_source : 9b76763b0ba0dc1ac6de130b04f6bb5ebf546fe6
|
|
|
|
|
| |
--HG--
extra : rebase_source : 16b995fc27ea40fff0dd51734aea47775ff0033a
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Using XML because the regular output is probably internationalized.
Need to inspect setuptools/command/egg_info.py
setuptools/command/sdist.py
setuptools/package_index.py
to see how used again to see if we will every be parsing a
raw XML file or if always from .svn/enteries, if so
looks like we can just replace the whole of the file parsing.
--HG--
extra : rebase_source : 5e10e3b43fbe12f890d09923c1050f8384db7f84
|
|
by Jason Coombs
--HG--
extra : rebase_source : 4004028579ee1efa18c8326c664876f99048e6f6
|