Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | style: convert more string formatting to f-strings | Ned Batchelder | 2021-11-11 | 1 | -1/+1 |
* | Implement __spec__ for files we run. #745 #838 | Ned Batchelder | 2019-11-24 | 1 | -2/+13 |
* | Update NOTICE link to GitHub. | Ned Batchelder | 2018-06-24 | 1 | -1/+1 |
* | A different way to group builtins, because it's fun, why not? | Ned Batchelder | 2018-03-31 | 1 | -3/+8 |
* | Make the list of builtins more compact, since they are never the problem in t... | Ned Batchelder | 2017-03-05 | 1 | -2/+13 |
* | Move the jython conditional for try_execfile.py | Ned Batchelder | 2017-01-19 | 1 | -7/+2 |
* | More Jython test fixes/skips | Ned Batchelder | 2017-01-14 | 1 | -1/+7 |
* | Setuptools fixed their egg-ordering problem, no need for this test workaround... | Ned Batchelder | 2016-07-29 | 1 | -5/+0 |
* | Compensate for setuptools 25.0.0 seemingly doing sys.path differently | Ned Batchelder | 2016-07-24 | 1 | -0/+5 |
* | Move try_execfile.py to an unambiguous place | Ned Batchelder | 2016-06-12 | 1 | -0/+84 |