Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Adjust other env.PYPY tests to the latest way | Ned Batchelder | 2019-12-31 | 1 | -1/+1 |
| | |||||
* | Use pylint 2.x | Ned Batchelder | 2019-05-13 | 1 | -1/+0 |
| | |||||
* | Silence a DeprecationWarning | Ned Batchelder | 2019-05-09 | 1 | -0/+5 |
| | | | | | | "DeprecationWarning: Use inspect.signature() instead of inspect.getfullargspec()" This started appearing with Python 3.8a4. | ||||
* | Move set_env.py to github.com/nedbat/odds | Ned Batchelder | 2019-04-07 | 1 | -0/+3 |
| | |||||
* | Suppress another warning | Ned Batchelder | 2018-12-23 | 1 | -0/+1 |
| | |||||
* | Control the sys.path that tests see | Ned Batchelder | 2018-11-25 | 1 | -0/+35 |
| | |||||
* | Check for import order | Ned Batchelder | 2018-09-13 | 1 | -1/+2 |
| | |||||
* | Quiet a pylint warning | Ned Batchelder | 2018-06-30 | 1 | -0/+2 |
| | |||||
* | ResourceWarning isn't in py2? | Ned Batchelder | 2018-06-29 | 1 | -1/+1 |
| | |||||
* | Suppress needless warnings during tests | Ned Batchelder | 2018-06-29 | 1 | -0/+14 |
| | |||||
* | Update NOTICE link to GitHub. | Ned Batchelder | 2018-06-24 | 1 | -1/+1 |
| | |||||
* | Enable DeprecationWarnings during tests | Ned Batchelder | 2017-10-12 | 1 | -0/+18 |