Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update comment to reflect issue was reported in Distribute. | Jason R. Coombs | 2015-01-02 | 1 | -1/+1 |
* | Use unicode literals to define files as text, and encode specifically when sa... | Jason R. Coombs | 2015-01-02 | 1 | -9/+3 |
* | Extract var | Jason R. Coombs | 2015-01-02 | 1 | -2/+3 |
* | Suppress exceptions in a context for clarity, brevity, and reuse. | Jason R. Coombs | 2015-01-02 | 1 | -5/+2 |
* | Use quiet context | Jason R. Coombs | 2015-01-02 | 1 | -9/+6 |
* | Replace setup/teardown with a shorter, more elegant fixture. | Jason R. Coombs | 2015-01-02 | 1 | -37/+23 |
* | Use useroverride fixture | Jason R. Coombs | 2015-01-02 | 1 | -8/+1 |
* | Use context opener | Jason R. Coombs | 2015-01-02 | 1 | -12/+12 |
* | Use skipif marker for real_prefix | Jason R. Coombs | 2015-01-02 | 1 | -9/+3 |
* | Python 2.6 can be assumed | Jason R. Coombs | 2015-01-02 | 1 | -3/+3 |
* | Port test_test to pytest | Jason R. Coombs | 2015-01-02 | 1 | -4/+3 |
* | Use DALS for nicer indentation | Jason R. Coombs | 2015-01-02 | 1 | -23/+29 |
* | Remove unused imports | Jason R. Coombs | 2015-01-02 | 1 | -2/+0 |
* | Use PY3 and PY2 throughout | Jason R. Coombs | 2014-05-17 | 1 | -2/+2 |
* | Clean some imports. | Arfrever Frehtes Taifersar Arahesis | 2014-02-15 | 1 | -2/+4 |
* | Re-save test modules with UTF-8 encoding | Jason R. Coombs | 2013-06-17 | 1 | -6/+6 |
* | Post-merge fixes for Python 3. | Vinay Sajip | 2012-10-10 | 1 | -2/+2 |
* | Oups. | Lennart Regebro | 2012-08-24 | 1 | -1/+1 |
* | Issue #310: Non-ascii characters in a namespace __init__.py causes errors. | Lennart Regebro | 2012-08-22 | 1 | -6/+15 |
* | Added fix for the develop command, #299. | Lennart Regebro | 2012-08-21 | 1 | -3/+4 |
* | Added failing test for #299. | Lennart Regebro | 2012-08-21 | 1 | -2/+0 |
* | 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 |