Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 40 million developers.
Sign up- Taipei, Taiwan
- Sign in to view email
- https://uranusjr.com/
Pinned
886 contributions in the last year
Activity overview
Contribution activity
January 2020
Created a pull request in pypa/pip that received 7 comments
Delete tmpdir with rmtree to handle Unicode paths
pytest (rather py.path.local) does not handle non-ASCII paths properly on Windows with Python 2, but Python's builtin shutil.rmtree() does.
This be…
+1
−1
•
7
comments
- Delay TempDirectory.delete resolution to cleanup
- Explicitly set newline when rewriting for release
- Fix incorrect quoting Link.url
- Detect all registered VCS and choose inner-most
- Delete a file to let --force-reinstall fix it
- Minor uninstall test refactoring
- Add test for uppercase script name
- More Unicode Path Fixes
- Fix Unicode issues in pip install (try 2)
- Use logger to log instead of logging
- Rewrite protect_pip_from_modification_on_windows
- Custom optparse.Option type that calls expanduser
Created an issue in pypa/pip that received 4 comments
Improve uninstall logic to handle file removal failure e.g. `pip install -U pip` on Windows
When pip is uninstalling (or upgrading/reinstalling) itself, it would try to remove the wrapper script generated by the installation. This causes p…
4
comments