Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mypy: use __future__ uniformly in checked files | Ned Batchelder | 2023-01-05 | 1 | -0/+2 |
| | |||||
* | mypy: test_concurrency.py, test_python.py | Ned Batchelder | 2023-01-03 | 1 | -1/+2 |
| | |||||
* | refactor(test): use tmp_path instead of tmpdir | Ned Batchelder | 2023-01-03 | 1 | -8/+9 |
| | |||||
* | refactor: removed mentions of Jython and IronPython | Ned Batchelder | 2022-12-30 | 1 | -4/+0 |
| | |||||
* | refactor(test): os_sep and remove_tree helpers | Ned Batchelder | 2021-10-24 | 1 | -2/+2 |
| | |||||
* | style: use the official designation for utf-8 | Ned Batchelder | 2021-10-10 | 1 | -1/+1 |
| | | | | | Yes, this is completely unimportant. Don't ask me why I bothered, I'm not really sure. | ||||
* | test: improve zipfile test | Ned Batchelder | 2021-04-14 | 1 | -9/+13 |
| | | | | | | | Before this commit, the GetZipBytesTest.test_get_encoded_zip_files test was flaky on Python 3.10.0a7. Since I had just added new files to the common zip file, I tried splitting the newly added stuff into its own file, and that seemed to fix the problem. | ||||
* | refactor: unittest2pytest -w tests | Ned Batchelder | 2021-01-31 | 1 | -1/+1 |
| | | | | One step of moving to pure pytest tests. | ||||
* | Update NOTICE link to GitHub. | Ned Batchelder | 2018-06-24 | 1 | -1/+1 |
| | |||||
* | Clean up for pull request #122 | Ned Batchelder | 2017-01-14 | 1 | -15/+21 |
| | |||||
* | source_for_file helper with unit tests | loic@dachary.org | 2017-01-10 | 1 | -1/+26 |
| | | | | | --HG-- branch : issue-426 | ||||
* | Do a better job decoding source files. #431 | Ned Batchelder | 2015-10-16 | 1 | -1/+1 |
| | |||||
* | Add license mention to the top of all files. #313. | Ned Batchelder | 2015-07-24 | 1 | -0/+3 |
| | |||||
* | Move python source understanding into python.py | Ned Batchelder | 2015-01-01 | 1 | -0/+27 |