-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
56 changed files
with
11,290 additions
and
241 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
First of all, thank you very much for submitting codes / pull requests | ||
to this little project. :smile: | ||
|
||
I want the whole project to be licensed under the permissive **MIT | ||
license**, so that anybody can use it pretty much anyway they want. So | ||
by submitting codes / changes to this project, you agree to license all | ||
of them under the **MIT license** to this project. | ||
|
||
-------------- | ||
|
||
首先,非常感谢你对这个小工具提交的代码/改动。 :smile: | ||
|
||
我希望整个项目都是使用\ **MIT授权协议**\ 的,好让每个人使用的时候几乎不受任何限制。所以通过向这个项目提交代码/改动,你同意将它们全部用\ **MIT协议**\ 授权给这个项目。 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
Version History: | ||
~~~~~~~~~~~~~~~~ | ||
|
||
- 1.2.22: Fix "TypeError: b'xxxxxx' is not JSON serializable" for cache | ||
- 1.2.21: Support aria2 downloading resuming (disable preallocation) | ||
- 1.2.20: Fix an error in upload resuming; Add in retries for aria2 | ||
- 1.2.19: Add in aria2 download support | ||
- 1.2.18: Add in upload resuming using slices; Fix Unicode issue with | ||
py2\_jsondump(); Fix the pypi setup package | ||
- 1.2.17: Fix UnicodeEncodeError on redirect; Add in retry on urllib3 | ||
TimeOutError | ||
- 1.2.16: Add in proxy prompts | ||
- 1.2.15: Fix a severe bug (accidental directory deletion) in | ||
``download`` command intoduced in 1.2.14 | ||
- 1.2.14: Add in ``download`` command | ||
- 1.2.13: Remove argcomplete; Improve encoding handling prompting | ||
- 1.2.12: Add in (optional) argcomplete | ||
- 1.2.11: Fix Exception in error dump introduced in 1.2.10 | ||
- 1.2.10: Handle (32, 'EPIPE'); Warn LOUDLY on encoding failures; | ||
Remove 'is\_revision' | ||
- 1.2.9: Fix formatex() Syntax Error; Handle (110, 'ETIMEDOUT') | ||
- 1.2.8: Fix a Syntax Error; Handle {'error\_code': 0, 'error\_msg': | ||
'no error'} | ||
- 1.2.7: Fix Hash Cache JSON saving (need to using string for Hashes) | ||
- 1.2.6: Fix Hash Cache JSON dumping (``Unicode`` again) | ||
- 1.2.5: Add in offline (cloud) download; Fix stack printing | ||
- 1.2.4: Fix command line parsing for Python 3 (``Unicode`` by default) | ||
- 1.2.3: Fix GUI for Python 3 | ||
- 1.2.2: Fix division for Python 3 | ||
- 1.2.1: Make it ``universal`` (Python 2 & 3 compatible) | ||
- 1.0.20: Initial release |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
include LICENSE | ||
include README.md | ||
include HISTORY.md | ||
include CONTRIBUTING.md | ||
include README.rst | ||
include HISTORY.rst | ||
include CONTRIBUTING.rst |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.