Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Disable code intended for PEP 277. | Guido van Rossum | 2002-01-15 | 1 | -5/+6 |
| | |||||
* | Ensure Unicode filenames work with glob - they already do, but the test ↵ | Mark Hammond | 2002-01-07 | 1 | -1/+9 |
| | | | | seems worth keeping. | ||||
* | Patch #449815: Set filesystemencoding based on CODESET. | Martin v. Löwis | 2001-09-05 | 1 | -1/+15 |
| | |||||
* | Add support for Windows using "mbcs" as the default Unicode encoding when ↵ | Mark Hammond | 2001-05-13 | 1 | -0/+81 |
dealing with the file system. As discussed on python-dev and in patch 410465. |