Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | test_python33_bdist_egg.py: Check return value of bdist_egg command | Marc Abramowitz | 2012-07-07 | 1 | -1/+1 | |
| | | | ||||||
* | | | Add a test for Python 3.3 bdist_egg issue | Marc Abramowitz | 2012-07-07 | 1 | -0/+25 | |
| | | | ||||||
* | | | Add tests and fix for marshal.load of pyc files on Python 3.3 | Marc Abramowitz | 2012-06-26 | 2 | -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.3 | tarek | 2009-12-30 | 1 | -4/+16 | |
| | | ||||||
* | | now using subprocess.call | tarek | 2009-12-21 | 1 | -9/+13 | |
| | | ||||||
* | | disable Py3 | tarek | 2009-12-21 | 1 | -9/+8 | |
| | | ||||||
* | | uses distutils install schemes now | tarek | 2009-12-21 | 1 | -4/+16 | |
| | | ||||||
* | | Modified test script to be py3k compatible | agronholm | 2009-12-20 | 1 | -2/+6 | |
| | | ||||||
* | | Changed interpreter line to the recommended form | agronholm | 2009-12-20 | 1 | -1/+1 | |
| | | ||||||
* | | added test_full to main | tarek | 2009-12-20 | 1 | -1/+1 | |
| | | ||||||
* | | added manual functional tests for checking a release | tarek | 2009-12-20 | 1 | -0/+79 | |
| | | ||||||
* | | no_fake needs to be True by default fixes #74 | tarek | 2009-10-18 | 1 | -0/+12 | |
| | | ||||||
* | | fixed the test | tarek | 2009-09-27 | 1 | -5/+6 | |
| | | ||||||
* | | merge dance | tarek | 2009-09-20 | 1 | -1/+0 | |
|\ \ | ||||||
| * | | merged + removed trailing spaces | tarek | 2009-09-20 | 1 | -1/+0 | |
| | | | ||||||
* | | | Merge upstream changes. | Martin v. L?wis | 2009-09-13 | 1 | -0/+61 | |
|\ \ \ | |/ / | ||||||
| * | | reintroduced use_setuptools in distribute_setup.py | tarek | 2009-09-10 | 1 | -0/+61 | |
| | | | ||||||
* | | | Fix tests to support 3.x. | Martin v. L?wis | 2009-09-12 | 1 | -6/+6 | |
|/ / | ||||||
* | | bootstrapping.py -> distribute_setup.py | tarek | 2009-08-08 | 1 | -7/+7 | |
| | | ||||||
* | | bootstraping.py -> bootstrapping.py | tarek | 2009-08-05 | 1 | -7/+7 | |
| | | ||||||
* | | renamed bootstrap | tarek | 2009-08-04 | 1 | -7/+7 | |
| | | ||||||
* | | fixed #24: the jython calls now works | tarek | 2009-07-23 | 1 | -2/+2 | |
| | | ||||||
* | | fixed the forbidden access problem | tarek | 2009-07-23 | 1 | -3/+8 | |
| | | ||||||
* | | shorcut to avoid unecessary work when located in a non-isolated environment | tarek | 2009-07-23 | 1 | -1/+2 | |
| | | ||||||
* | | safer test: will not overwrite an existing file for the test | tarek | 2009-07-23 | 1 | -13/+30 | |
| | | ||||||
* | | fixed import test | tarek | 2009-07-22 | 1 | -1/+15 | |
| | | ||||||
* | | test for the bootstrap | tarek | 2009-07-22 | 1 | -0/+38 | |
| | | ||||||
* | | moved api_tests.txt doctest to tests/ | Tarek Ziad? | 2009-07-17 | 1 | -0/+330 | |
|/ | ||||||
* | SharedLibrary -> Library. For now, Windows libs get built as shared, | PJ Eby | 2006-01-06 | 1 | -2/+2 | |
| | | | | and other platforms get static. :( | |||||
* | First draft of shared library build support. See tests/shlib_test | PJ Eby | 2006-01-05 | 5 | -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. |