index
:
external_python_setuptools
40.7-maintenance
bootstrap
bootstrap-2.x
bootstrap-py24
bugfix/1623-always-targz
bugfix/1635-disallow-parent-paths
bugfix/1663-restore-port
bugfix/2129-better-egg-detection
bugfix/2232-adopt-distutils-default
bugfix/2232-ubuntu-patch
bugfix/downgrade-pip
bugfix/downgrade-pip-redux
debt/drop-py35
debt/remove-RequirementParseError
develop-nspkg
develop-nspkg-always
di-patch-1
distutils
distutils-adopt-escape-hatch
docs/auto-merge
docs/distutils-porting
dont-normalize
drop-py26
export-pkg-resources
feature/1246-utf-8-in-scripts
feature/1696-update-vendored-deps
feature/2093-docs-revamp
feature/deprecate-2to3
feature/deps-in-metadata
feature/deterministic-provides-extras-2
feature/easy-install-dep
feature/implicit-bootstrap
feature/include-pyproject.toml
feature/pip-options-alignment
feature/pyopenssl-fallback
feature/simple-dist-name-in-scripts
feature/tox-venv
feature/vendor-pkg-resources
feature/version-in-cfg
feature/xenial-py37
fix_changelog
issue-704
issue-889
issue-97
issue250-module_from_spec
issue250-reentry
iterator-unpack
maint/44.x
master
pr/1521
pr1887-rebase
replicant-10
revert-1180-fix_889_and_non-ascii_in_setup.cfg_take_2
setuptools-scm
Python setuptools
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
setuptools
/
command
/
upload_docs.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
make sure all tests passes on all python versions fixes #149
Tarek Ziade
2010-05-06
1
-1
/
+5
*
using a py3 marker instead of a try..except
Tarek Ziade
2010-04-05
1
-2
/
+5
*
proper fix to avoid a syntax error on 2.5
Tarek Ziade
2010-04-05
1
-2
/
+2
*
auth=b'Basic ' will throw a SyntaxError on 2.5
Tarek Ziade
2010-04-05
1
-1
/
+1
*
Add some compatibility code for upload_docs so it will work in both
"Brett Cannon ext:(%22)
2010-01-17
1
-18
/
+30
*
Use more reasonable variable names.
"Brett Cannon ext:(%22)
2010-01-17
1
-4
/
+4
*
Rename variable 'http' to 'conn' as httplib is renamed http in Python
"Brett Cannon ext:(%22)
2010-01-17
1
-10
/
+10
*
Add back in a missing space between "Basic" and the base64-encoded
"Brett Cannon ext:(%22)
2010-01-17
1
-2
/
+2
*
Change upload_docs so that its use of base64 does not fail under
"Brett Cannon ext:(%22)
2010-01-17
1
-2
/
+8
*
Fixed empty folder issue during upload_docs.
Alice Bevan-McGregor
2009-11-15
1
-1
/
+1
*
Added a upload_docs command to upload project documentation to PyPI's package...
Jannis Leidel
2009-10-07
1
-0
/
+153