index
:
user/sven/micropython.git
for-upstream
master
old
stmhal-flash
origin/HEAD
origin/dependabot/github_actions/actions/upload-artifact-5
origin/master
origin/parse-bytecode
origin/v1.22-release
origin/v1.24-release
origin/v1.26-release
The MicroPython project
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
upip.py
Age
Commit message (
Expand
)
Author
2021-12-29
tools/upip.py: Skip '.frozen' entry in sys.path for install path.
Damien George
2021-12-15
tools/upip.py: Support == to specify exact package version.
Christian Decker
2021-04-23
tools/upip.py: Use .errno instead of .args[0] for OSError exceptions.
Damien George
2020-10-20
tools/upip.py: Support explicit port number in host.
awachtler
2020-02-28
all: Reformat C and Python source code with tools/codeformat.py.
Damien George
2019-05-15
tools/upip.py: Add support for multiple index URLs with custom default.
Damien George
2019-03-08
tools/upip.py: Use "raise arg" instead of no-arg raise form, for native.
Damien George
2018-04-23
tools/upip: Upgrade upip to 1.2.4.
Damien George
2017-09-29
tools/upip: Upgrade to 1.2.2.
Paul Sokolovsky
2017-05-05
tools/upip: Upgrade to 1.2.
Paul Sokolovsky
2017-05-01
tools/upip: Upgrade to 1.1.6, supports commented lines in requirements.txt.
Paul Sokolovsky
2017-02-10
tools/upip: Update to 1.1.5. Better and more user-friendly error handling.
Paul Sokolovsky
2016-11-07
tools, unix: Replace upip tarball with just source files.
Paul Sokolovsky