aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* bootstrapping.py -> distribute_setup.pytarek2009-08-081-7/+7
| | | | | | --HG-- branch : distribute extra : rebase_source : 4e57a0bc1a8bea73bc8ed0f102d0e0907c554235
* bootstraping.py -> bootstrapping.pytarek2009-08-051-7/+7
| | | | | | --HG-- branch : distribute extra : rebase_source : b54a39a7e7f17f3275d62d29da37de0776fb7ee3
* renamed bootstraptarek2009-08-041-7/+7
| | | | | | --HG-- branch : distribute extra : rebase_source : 0f35dd5d49900dc6d6a4c237fb1ca422fa5740e2
* fixed #24: the jython calls now workstarek2009-07-231-2/+2
| | | | | | --HG-- branch : distribute extra : rebase_source : 490026cb4cb661428ab2ca71697664e4cba22909
* fixed the forbidden access problemtarek2009-07-231-3/+8
| | | | | | --HG-- branch : distribute extra : rebase_source : 4638763f686895225618238abb4f55786a205692
* shorcut to avoid unecessary work when located in a non-isolated environmenttarek2009-07-231-1/+2
| | | | | | --HG-- branch : distribute extra : rebase_source : 6b093a48e2647923cf36d1dd7ea74def0a961dc6
* safer test: will not overwrite an existing file for the testtarek2009-07-231-13/+30
| | | | | | --HG-- branch : distribute extra : rebase_source : f7eb15a38641127ee2eabdf9aedce9df4e79d581
* fixed import testtarek2009-07-221-1/+15
| | | | | | --HG-- branch : distribute extra : rebase_source : a007e84b35812190d3cb622d372b48c96634fc08
* test for the bootstraptarek2009-07-221-0/+38
| | | | | | --HG-- branch : distribute extra : rebase_source : 0f78770f9506430933809a442c88c740941bf367
* moved api_tests.txt doctest to tests/Tarek Ziadé2009-07-171-0/+330
| | | | | | --HG-- branch : distribute extra : rebase_source : 9ab6aebbc44b3f99f01dc7deb99e4a83de362714
* SharedLibrary -> Library. For now, Windows libs get built as shared,PJ Eby2006-01-061-2/+2
| | | | | | | | and other platforms get static. :( --HG-- branch : setuptools extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4041941
* First draft of shared library build support. See tests/shlib_testPJ Eby2006-01-055-0/+192
for a trivial example. This has only been tested on Windows with a MinGW compiler, and the Mac OS support isn't finished. Testing w/other platforms+compilers would be helpful. --HG-- branch : setuptools extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4041927