| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | | Removed tests relevant to the co-existence of distribute and setuptools; reta... | Jason R. Coombs | 2013-03-19 | 1 | -37/+6 | |
| * | | | | | Updated references in tests to refer to setuptools in favor of distribute | Jason R. Coombs | 2013-03-19 | 2 | -7/+7 | |
| |/ / / / | ||||||
| * | | | | Backed out changeset: d0a8d1a83053 | Jason R. Coombs | 2013-02-16 | 1 | -17/+3 | |
| * | | | | Fix some ResourceWarnings. | Arfrever Frehtes Taifersar Arahesis | 2012-12-29 | 3 | -11/+33 | |
| * | | | | Disable workaround for Jython scripts on Linux systems. | Arfrever Frehtes Taifersar Arahesis | 2012-11-27 | 1 | -0/+10 | |
| * | | | | Fix 1 failure with Jython 2.5 and 2.7. | Arfrever Frehtes Taifersar Arahesis | 2012-11-27 | 1 | -2/+2 | |
| * | | | | Backed out changeset: 98a9f9dcce0e; Fixes #335. | Jason R. Coombs | 2012-11-26 | 1 | -104/+38 | |
| * | | | | Fix some DeprecationWarnings and ResourceWarnings. | Arfrever Frehtes Taifersar Arahesis | 2012-11-26 | 2 | -11/+11 | |
| * | | | | Do not use assertGreater(), which was introduced in Python 2.7 and 3.1. | Arfrever Frehtes Taifersar Arahesis | 2012-11-26 | 1 | -1/+1 | |
| * | | | | Merge | Jason R. Coombs | 2012-11-24 | 1 | -40/+105 | |
| |\ \ \ \ | ||||||
| | * | | | | Fixes and adds a regression test for #323; required adding some new keyword a... | Erik Bray | 2012-09-11 | 1 | -38/+104 | |
| * | | | | | Warn if filenames cannot be added to the filelist. | stefan@epy | 2012-11-05 | 1 | -0/+2 | |
| * | | | | | No longer decompose filename for comparison. | Stefan H. Holek | 2012-11-05 | 1 | -2/+0 | |
| * | | | | | Rewrite tests for read_manifest. | stefan@epy | 2012-11-05 | 1 | -20/+38 | |
| * | | | | | Skip undecodable filenames in read_manifest as well. | Stefan H. Holek | 2012-11-01 | 1 | -2/+6 | |
| * | | | | | Keep 'surrogateescape' when reading the manifest, to avoid breaking on bad in... | Stefan H. Holek | 2012-10-26 | 1 | -3/+6 | |
| * | | | | | Make sdist tests pass on Windows. | Stefan H. Holek | 2012-10-26 | 1 | -8/+19 | |
| * | | | | | Update tests. | Stefan H. Holek | 2012-10-25 | 1 | -99/+121 | |
| * | | | | | Issue #329: Properly close files created by tests for compatibility with Jython. | Arfrever Frehtes Taifersar Arahesis | 2012-10-24 | 1 | -2/+6 | |
| * | | | | | Fix two failing tests on Windows (paths separated by backslash didn't match m...0.6.29 | Jason R. Coombs | 2012-10-21 | 1 | -2/+3 | |
| * | | | | | Fix failing test case on Windows (can't rmtree if a file is open in that tree) | Jason R. Coombs | 2012-10-21 | 1 | -0/+2 | |
| * | | | | | Fix a test broken by 984cedb. | Stefan H. Holek | 2012-10-19 | 1 | -5/+10 | |
| * | | | | | Use surrogateescape error handler when reading and writing the manifest. Refs... | Stefan H. Holek | 2012-10-17 | 1 | -44/+212 | |
| * | | | | | Fix Python 2.4 incompatibility in test_easy_install.py. | Stefan H. Holek | 2012-10-16 | 1 | -5/+6 | |
| * | | | | | Revert 86d7748 drive-by commit because of unclear BBB consequences. | Stefan H. Holek | 2012-10-15 | 1 | -26/+12 | |
| | |_|_|/ |/| | | | ||||||
| * | | | | Read and write manifest in UTF-8 under Python 3. Fixes #303. | Stefan H. Holek | 2012-10-08 | 1 | -0/+60 | |
| * | | | | Make sure the manifest never contains decomposed UTF-8. | Stefan H. Holek | 2012-10-08 | 1 | -3/+34 | |
| * | | | | merge | Daniel Holth | 2012-09-17 | 3 | -23/+167 | |
| |\| | | | ||||||
| | * | | | Make this test less chatty | Erik Bray | 2012-09-11 | 1 | -0/+7 | |
| | * | | | merge | Erik Bray | 2012-09-11 | 1 | -0/+79 | |
| | |\ \ \ | ||||||
| | | * \ \ | Merged in embray/distribute/fix-sdist (pull request #4) | Jason R. Coombs | 2012-09-05 | 1 | -0/+79 | |
| | | |\ \ \ | ||||||
| | | | * | | | adds a test for pr #4 | Erik Bray | 2012-09-05 | 1 | -0/+79 | |
| | * | | | | | Adds a fix for issue #318, including a regression test. This also fixes anot... | Erik Bray | 2012-09-06 | 2 | -23/+81 | |
| | |/ / / / | ||||||
| * / / / / | skip markerlib tests on Python < 2.6 (no ast compilation) | Daniel Holth | 2012-09-17 | 2 | -40/+6 | |
| |/ / / / | ||||||
| * | | | | move _markerlib test into setuptools/test | Daniel Holth | 2012-08-25 | 1 | -0/+98 | |
| * | | | | add markerlib as _markerlib | Daniel Holth | 2012-08-25 | 1 | -5/+7 | |
| * | | | | Oups. | Lennart Regebro | 2012-08-24 | 1 | -1/+1 | |
| * | | | | Merge. | Lennart Regebro | 2012-08-24 | 1 | -1/+1 | |
| |\ \ \ \ | ||||||
| | * | | | | Fix a typo in a comment. | Arfrever Frehtes Taifersar Arahesis | 2012-08-22 | 1 | -1/+1 | |
| * | | | | | Issue #310: Non-ascii characters in a namespace __init__.py causes errors. | Lennart Regebro | 2012-08-22 | 1 | -6/+15 | |
| |/ / / / | ||||||
| * | | | | Issue 315: | Lennart Regebro | 2012-08-22 | 1 | -0/+4 | |
| * | | | | Issue #314: test_local_index() would fail an OS X. | Lennart Regebro | 2012-08-22 | 1 | -1/+2 | |
| * | | | | Got rid of deprecated assert_ and assertEquals. | Lennart Regebro | 2012-08-22 | 6 | -78/+78 | |
| * | | | | The error message changed in Python 3.3. | Lennart Regebro | 2012-08-22 | 1 | -1/+1 | |
| * | | | | Added fix for the develop command, #299. | Lennart Regebro | 2012-08-21 | 2 | -8/+15 | |
| * | | | | Added failing test for #299. | Lennart Regebro | 2012-08-21 | 2 | -13/+37 | |
| * | | | | Once the test is correctly setup, the problem actually goes away. | Lennart Regebro | 2012-08-21 | 1 | -5/+9 | |
| * | | | | Add failing test for #301. | Lennart Regebro | 2012-08-21 | 1 | -0/+112 | |
| * | | | | Don't raise when exception is caught | Jason R. Coombs | 2012-07-22 | 1 | -0/+1 | |
| * | | | | Merge | Jason R. Coombs | 2012-07-22 | 1 | -7/+6 | |
| |\ \ \ \ | ||||||
