Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Format block comment. | stepshal | 2016-07-21 | 1 | -1/+1 |
| | |||||
* | Fix quantity of blank lines after code object. | stepshal | 2016-07-13 | 1 | -0/+2 |
| | |||||
* | Modeling after Astropy's technique for bundling libraries, the imports are ↵ | Jason R. Coombs | 2015-12-31 | 1 | -6/+1 |
| | | | | | | | now much cleaner. Thanks @embray. Ref #229. --HG-- branch : feature/issue-229 | ||||
* | Update vendoring technique to match that used for packaging. Ref #229. | Jason R. Coombs | 2015-12-31 | 1 | -1/+6 |
| | | | | | --HG-- branch : feature/issue-229 | ||||
* | Merge with master. Ref #229. | Jason R. Coombs | 2015-12-31 | 1 | -62/+74 |
|\ | | | | | | | | | --HG-- branch : feature/issue-229 | ||||
| * | Skip the test when running under venv also | Jason R. Coombs | 2015-11-25 | 1 | -2/+4 |
| | | |||||
| * | Draft a test for testing the new expectation for develop command (and ↵ | Jason R. Coombs | 2015-11-24 | 1 | -0/+25 |
| | | | | | | | | general functionality when console scripts are present). | ||||
| * | Rename tests for clarity | Jason R. Coombs | 2015-11-24 | 1 | -2/+2 |
| | | |||||
| * | Use if clause. | Jason R. Coombs | 2015-11-24 | 1 | -4/+4 |
| | | |||||
| * | Use io.open and its context for simpler reading of a file | Jason R. Coombs | 2015-11-24 | 1 | -8/+5 |
| | | |||||
| * | Use quiet context to suppress stdout. | Jason R. Coombs | 2015-11-24 | 1 | -5/+1 |
| | | |||||
| * | Remove unused imports | Jason R. Coombs | 2015-11-24 | 1 | -2/+0 |
| | | |||||
| * | Extract variable | Jason R. Coombs | 2015-11-24 | 1 | -6/+7 |
| | | |||||
| * | Replace silent test acceptance with a proper skip check | Jason R. Coombs | 2015-11-24 | 1 | -11/+2 |
| | | |||||
| * | Extract setup/teardown methods as proper fixtures. | Jason R. Coombs | 2015-11-24 | 1 | -27/+30 |
| | | |||||
| * | Use context manager for opening file | Jason R. Coombs | 2015-11-24 | 1 | -6/+4 |
|/ | |||||
* | Remove unused import | Jason R. Coombs | 2015-01-02 | 1 | -1/+0 |
| | |||||
* | Remove apparently unused method. | Jason R. Coombs | 2015-01-01 | 1 | -17/+0 |
| | |||||
* | Remove consideration for older Pythons | Jason R. Coombs | 2015-01-01 | 1 | -3/+3 |
| | |||||
* | Convert test_develop to use pytest | Jason R. Coombs | 2015-01-01 | 1 | -7/+6 |
| | |||||
* | Remove unused imports, unused variables, and excess whitespace | Jason R. Coombs | 2014-06-23 | 1 | -4/+2 |
| | |||||
* | Clean some imports. | Arfrever Frehtes Taifersar Arahesis | 2014-02-15 | 1 | -2/+4 |
| | |||||
* | Merged upstream changes. | Vinay Sajip | 2013-06-19 | 1 | -5/+8 |
|\ | | | | | | | | | --HG-- branch : single-codebase | ||||
| * | Merge Vinay Sajip's unified Python 2/3 support from distribute 3 | Jason R. Coombs | 2013-06-18 | 1 | -6/+6 |
| |\ | | | | | | | | | | | | | --HG-- branch : distribute | ||||
| * | | Fixed some resource leaks. | Vinay Sajip | 2012-10-10 | 1 | -5/+12 |
| | | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : source : 98c929e25fee11a99eb125dd9a13521321d68dd3 | ||||
| * | | Merge with upstream | Jason R. Coombs | 2013-06-18 | 1 | -15/+47 |
| |\ \ | | | | | | | | | | | | | | | | | --HG-- branch : distribute | ||||
| * | | | Changes to support 2.x and 3.x in the same codebase. | Vinay Sajip | 2011-06-20 | 1 | -2/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 7d3608edee54a43789f0574d702fb839628b5071 | ||||
* | | | | Initial commit. All tests pass on 2.7, 3.2 and 3.3, though there are some ↵ | Vinay Sajip | 2013-06-15 | 1 | -5/+6 |
| |_|/ |/| | | | | | | | | | | | | | | | | | atexit errors in the multiprocessing module in 2.7/3.2 (seemingly unrelated to setuptools). --HG-- branch : single-codebase | ||||
* | | | Fix some ResourceWarnings. | Arfrever Frehtes Taifersar Arahesis | 2012-12-29 | 1 | -2/+6 |
| |/ |/| | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 31ac3f0135d8cfe0fabc274f1649d1c99eba2868 | ||||
* | | Got rid of deprecated assert_ and assertEquals. | Lennart Regebro | 2012-08-22 | 1 | -3/+3 |
| | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 9d7032bac7db98e445ab6a46b2610c278c691c2d | ||||
* | | Added fix for the develop command, #299. | Lennart Regebro | 2012-08-21 | 1 | -5/+11 |
| | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : ef69472e5a9ce97d9102578898e81e516f06497a | ||||
* | | Added failing test for #299. | Lennart Regebro | 2012-08-21 | 1 | -11/+37 |
|/ | | | | | | --HG-- branch : distribute extra : rebase_source : 4a3ac76a6a49e06e1fecd1d6f4e08fa922f82f73 | ||||
* | skipping a tets if in virtualenv | Tarek Ziade | 2011-05-26 | 1 | -1/+1 |
| | | | | | | --HG-- branch : distribute extra : rebase_source : c0928a6dc8eaa695a8abedd25c9defb0561145a3 | ||||
* | make sure we test that the directory exists before we install stuff asked by ↵ | Tarek Ziade | 2010-04-07 | 1 | -2/+19 |
| | | | | | | | | setup_requires fixes #138 --HG-- branch : distribute extra : rebase_source : 1078501b886e4f0864b4ce84517b2fbc5399da35 | ||||
* | move the rest of the path handling code from develop to easy_install | Ronny Pfannschmidt | 2010-02-11 | 1 | -4/+5 |
| | | | | | | | | also resuffle the path handlers a bit, hopefully everything works now --HG-- branch : distribute extra : rebase_source : dc8e4217f5832b15e8f7287c95732bc68d1e1cf5 | ||||
* | enable easy_install --user, *warning breaks tests* | Ronny Pfannschmidt | 2010-02-11 | 1 | -7/+7 |
| | | | | | | | | the test-isolation got borked and operates on the users home instead of the test-tempdirs --HG-- branch : distribute extra : rebase_source : 1e9bf310b6ba92629d7ba494af17f519cfe17dc5 | ||||
* | Added upload_docs unit test and fixed a bug in test_develop. | Alice Bevan-McGregor | 2009-11-15 | 1 | -1/+1 |
| | | | | | | --HG-- branch : distribute extra : rebase_source : 0ce56dee9fbf2976d41f403fb86d8a2f714820c2 | ||||
* | make sure USER_SITE is listed as a sitedir in easy_install | tarek | 2009-10-27 | 1 | -1/+2 |
| | | | | | | --HG-- branch : distribute extra : rebase_source : f632d56d77b31a6b4f2183728e770d00005b0060 | ||||
* | now develop supports the --user option fixes #58 | tarek | 2009-10-27 | 1 | -0/+63 |
--HG-- branch : distribute extra : rebase_source : 1f25aaecb7ff9c7b273430e68dc2bc2d2e23db7d |