| clean up subprocess call in dos module |
|
More...
|
about 8 years ago
|
| protect against encoding/decoding errors |
|
More...
|
about 8 years ago
|
| fix SHELL test failing depending on testing order |
|
More...
|
about 8 years ago
|
| fix --convert with native and BASIC filenames |
|
More...
|
about 8 years ago
|
| preserve SHELL argument intact without splitting; also shlex doesn't do unicode, use utf-8 & convert back to avoid crashes |
|
More...
|
about 8 years ago
|
| allow for cp65001 encoding on Windows with redirects |
|
More...
|
about 8 years ago
|
| can use unicode name of fs location with statvfs, don't use locale.getpreferredencoding() |
|
More...
|
about 8 years ago
|
| use stdin encoding as encoding for subprocess communication (works on Linux and Win when started from shell) |
|
More...
|
about 8 years ago
|
| preserve quoted commands in subshell call |
|
More...
|
about 8 years ago
|
| clean up dos module and improve error handling |
|
More...
|
about 8 years ago
|
| combine Unix and Windows shell handlers |
|
More...
|
about 8 years ago
|
| remove pexpect dependency, update acks |
|
More...
|
about 8 years ago
|
| fix SHELL after keyboard changes |
|
More...
|
about 8 years ago
|
| remove PyWin32 dependency |
|
More...
|
about 8 years ago
|
| Merge 'topic-dosnames': cleanup, refactoring and improvements to Unicode filename handling |
|
More...
|
about 8 years ago
|
| merge dosnames module back into disk module |
|
More...
|
about 8 years ago
|
| move NameConverter methods back into DiskDevice |
|
More...
|
about 8 years ago
|
| remove win32api dependence from config module |
|
More...
|
about 8 years ago
|
| use ctypes instead of win32api for short file names |
|
More...
|
about 8 years ago
|
| fix missing win32api import |
|
More...
|
about 8 years ago
|
| replace file name glyphs with ? if not in codepage |
|
More...
|
about 8 years ago
|
| treat file names starting with dot as extension only |
|
More...
|
about 8 years ago
|
| remove join_dosname |
|
More...
|
about 8 years ago
|
| remove unused functions from dosnames |
|
More...
|
about 8 years ago
|
| refactor listdir, make filter_names use get_dos_display_name |
|
More...
|
about 8 years ago
|
| simplify normalise_dosname |
|
More...
|
about 8 years ago
|
| create normalise_dosname to replace split_dosname |
|
More...
|
about 8 years ago
|
| rename match_filename -> get_native_name, native_relpath -> get_native_reldir, native_path -> get_native_abspath |
|
More...
|
about 8 years ago
|
| simplify match_filename and _find_native_path signatures |
|
More...
|
about 8 years ago
|
| simplify error handling in native_relpath |
|
More...
|
about 8 years ago
|