summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
* | make sure manual_test can be used under 2.3tarek2009-12-301-4/+16
* | now using subprocess.calltarek2009-12-211-9/+13
* | disable Py3tarek2009-12-211-9/+8
* | uses distutils install schemes nowtarek2009-12-211-4/+16
* | Modified test script to be py3k compatibleagronholm2009-12-201-2/+6
* | Changed interpreter line to the recommended formagronholm2009-12-201-1/+1
* | added test_full to maintarek2009-12-201-1/+1
* | added manual functional tests for checking a releasetarek2009-12-201-0/+79
* | no_fake needs to be True by default fixes #74tarek2009-10-181-0/+12
* | fixed the testtarek2009-09-271-5/+6
* | merge dancetarek2009-09-201-6/+6
|\ \
| * \ Merge upstream changes.Martin v. Löwis2009-09-131-0/+61
| |\ \
| * | | Fix tests to support 3.x.Martin v. Löwis2009-09-121-6/+6
* | | | merged + removed trailing spacestarek2009-09-201-1/+0
| |/ / |/| |
* | | reintroduced use_setuptools in distribute_setup.pytarek2009-09-101-0/+61
|/ /
* | bootstrapping.py -> distribute_setup.pytarek2009-08-081-7/+7
* | bootstraping.py -> bootstrapping.pytarek2009-08-051-7/+7
* | renamed bootstraptarek2009-08-041-7/+7
* | fixed #24: the jython calls now workstarek2009-07-231-2/+2
* | fixed the forbidden access problemtarek2009-07-231-3/+8
* | shorcut to avoid unecessary work when located in a non-isolated environmenttarek2009-07-231-1/+2
* | safer test: will not overwrite an existing file for the testtarek2009-07-231-13/+30
* | fixed import testtarek2009-07-221-1/+15
* | test for the bootstraptarek2009-07-221-0/+38
* | moved api_tests.txt doctest to tests/Tarek Ziadé2009-07-171-0/+330
|/
* SharedLibrary -> Library. For now, Windows libs get built as shared,PJ Eby2006-01-061-2/+2
* First draft of shared library build support. See tests/shlib_testPJ Eby2006-01-055-0/+192