| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fixed #1304: isort 5 no longer recognises as a stdlib module. | Timothy Crosley | 2020-07-08 | 1 | -1/+1 |
| | | |||||
| * | Add missing stdlib modules | Timothy Crosley | 2020-06-25 | 1 | -1/+2 |
| | | |||||
| * | Ensure posixpath is included in stdlib across versions | Timothy Crosley | 2020-06-24 | 1 | -1/+1 |
| | | |||||
| * | Update script to include empty user agent | Timothy Crosley | 2020-06-20 | 1 | -1/+2 |
| | | |||||
| * | More fine grained python stdlib inclusion | Timothy Crosley | 2019-10-29 | 1 | -3/+3 |
| | | |||||
| * | Switch from .format to f-string; switch from print to warnings where applicable | Timothy Crosley | 2019-10-27 | 1 | -5/+5 |
| | | |||||
| * | Passing tests! | Timothy Crosley | 2019-10-21 | 1 | -1/+0 |
| | | |||||
| * | Auto-generate the complete list of stdlib modules | Jon Dufresne | 2019-08-24 | 1 | -0/+46 |
| The new script, mkstdlibs.py, uses intersphinx to dump a complete list of Python stdlib modules to the files py3.txt/py27.txt. These files are read by isort to decide if a module should be considered stdlib or not. In the future, if the stdlib changes, the fix is to simply re-run the script. Fixes #985 | |||||
