summaryrefslogtreecommitdiff
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
...
* | | test_python33_bdist_egg.py: Check return value of bdist_egg commandMarc Abramowitz2012-07-071-1/+1
| | |
* | | Add a test for Python 3.3 bdist_egg issueMarc Abramowitz2012-07-071-0/+25
| | |
* | | Add tests and fix for marshal.load of pyc files on Python 3.3Marc Abramowitz2012-06-262-0/+13
| |/ |/| | | | | | | Fixes https://bitbucket.org/tarek/distribute/issue/283/bdist_egg-issues-with-python-330ax
* | 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-1/+0
|\ \
| * | merged + removed trailing spacestarek2009-09-201-1/+0
| | |
* | | Merge upstream changes.Martin v. L?wis2009-09-131-0/+61
|\ \ \ | |/ /
| * | reintroduced use_setuptools in distribute_setup.pytarek2009-09-101-0/+61
| | |
* | | Fix tests to support 3.x.Martin v. L?wis2009-09-121-6/+6
|/ /
* | 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
| | | | and other platforms get static. :(
* 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.