summaryrefslogtreecommitdiff
path: root/tools/upip_utarfile.py
AgeCommit message (Collapse)Author
2020-07-06Add license to some obvious files.Diego Elio Pettenò
2017-09-29tools/upip: Upgrade to 1.2.2.Paul Sokolovsky
TLS SNI support, fixes after making str.rstrip() behavior compliant.
2016-11-07tools, unix: Replace upip tarball with just source files.Paul Sokolovsky
To make its inclusion as frozen modules in multiple ports less magic. Ports are just expected to symlink 2 files into their scripts/modules subdirs. Unix port updated to use this and in general follow frozen modules setup tested and tried on baremetal ports, where there's "scripts" predefined dir (overridable with FROZEN_DIR make var), and a user just drops Python files there.