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
/
release.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Re-wrote link inference to now respect specific patterns and generate links t...
Jason R. Coombs
2013-07-13
1
-49
/
+26
*
Have the documentation also grab the version from setuptools/__init__.py
Jason R. Coombs
2013-07-13
1
-1
/
+1
*
setup.py now loads the version from setuptools/__init__.py, limiting the plac...
Jason R. Coombs
2013-07-13
1
-1
/
+1
*
Now that setup script is importable, the release script can grab the version ...
Jason R. Coombs
2013-07-13
1
-4
/
+1
*
Factored out the setuptools-specific code from release.py and moved the commo...
Jason R. Coombs
2013-07-13
1
-205
/
+9
*
Bumped to 0.10 in preparation for next release.
Jason R. Coombs
2013-07-13
1
-2
/
+2
*
Spaces for indent
Jason R. Coombs
2013-07-08
1
-188
/
+188
*
Added stubbed upload_ez_setup function
Jason R. Coombs
2013-07-08
1
-0
/
+8
*
Point to permalink for ez_setup.py in README. Fixes #25.
Jason R. Coombs
2013-07-08
1
-1
/
+1
*
Use requests for updating milestone and version
Jason R. Coombs
2013-07-05
1
-15
/
+5
*
Bumped to 0.9 in preparation for next release.
Jason R. Coombs
2013-07-05
1
-1
/
+1
*
Fixed AttributeError around izip_longest
0.8
Jason R. Coombs
2013-07-05
1
-1
/
+6
*
Fixed two more NameErrors on Python 3 in release script
Jason R. Coombs
2013-07-05
1
-2
/
+2
*
Re-enable automatic registration and upload of the released package
Jason R. Coombs
2013-07-05
1
-2
/
+2
*
Include Windows-specific files in tarball even when MANIFEST.in does not incl...
Arfrever Frehtes Taifersar Arahesis
2013-06-20
1
-1
/
+3
*
Bumped to 0.8 in preparation for next release.
Jason R. Coombs
2013-06-18
1
-1
/
+1
*
Update release script to run under Python 3
Jason R. Coombs
2013-06-18
1
-6
/
+18
*
Update some URLs.
Arfrever Frehtes Taifersar Arahesis
2013-06-11
1
-1
/
+1
*
Add __init__.py to the list of 'files with versions'
Jason R. Coombs
2013-06-09
1
-0
/
+1
*
Bumped to 0.7.3 in preparation for next release.
Jason R. Coombs
2013-06-09
1
-1
/
+1
*
Fix 'set_versions'
0.7.2
Jason R. Coombs
2013-06-09
1
-1
/
+1
*
Allow uploading the docs
Jason R. Coombs
2013-06-09
1
-1
/
+1
*
Bumped to 0.7.2 in preparation for next release.
Jason R. Coombs
2013-06-03
1
-1
/
+1
*
Bumped to 0.7.1 in preparation for next release.
Jason R. Coombs
2013-06-02
1
-1
/
+1
*
Bumped to 0.7 in preparation for next release.
0.7
Jason R. Coombs
2013-06-02
1
-1
/
+1
*
Updated release script to allow setting of the version to be released at rele...
Jason R. Coombs
2013-06-01
1
-18
/
+26
*
README.txt now references specific versions again
Jason R. Coombs
2013-06-01
1
-1
/
+3
*
No need to upload bootstrap script as it's referenced from the docs.
Jason R. Coombs
2013-05-28
1
-9
/
+0
*
Bumped to 0.7b5 in preparation for next release.
Jason R. Coombs
2013-05-28
1
-1
/
+1
*
Temporarily disable uploading until PyPI is used again
0.7b4
Jason R. Coombs
2013-05-28
1
-3
/
+5
*
Bump version for subsequent release
Jason R. Coombs
2013-05-25
1
-1
/
+1
*
Bump to next anticipated version
Jason R. Coombs
2013-05-24
1
-1
/
+1
*
Extract function for uploading to pypi
0.7b2
Jason R. Coombs
2013-05-24
1
-15
/
+18
*
Bump to 0.7b2 for next release
Jason R. Coombs
2013-05-24
1
-1
/
+1
*
Updated get_next_version to bump arbitrary versions and added doctests.
Jason R. Coombs
2013-05-24
1
-5
/
+25
*
Merge changes from distribute 0.6.41
Jason R. Coombs
2013-05-24
1
-5
/
+5
|
\
|
*
Bumped to 0.6.42 in preparation for next release.
Jason R. Coombs
2013-05-24
1
-1
/
+1
|
*
Update reference to Travis CI using setuptools mirror
Jason R. Coombs
2013-05-19
1
-1
/
+1
|
*
Delint release script
Jason R. Coombs
2013-05-19
1
-4
/
+4
|
*
Bumped to 0.6.41 in preparation for next release.
Guy Rozendorn
2013-05-14
1
-1
/
+1
*
|
Update versions in preparation for an 0.7b1 release
0.7b1
Jason R. Coombs
2013-05-13
1
-4
/
+2
|
/
*
Merge
Jason R. Coombs
2013-05-12
1
-2
/
+8
|
\
|
*
Use HTTPS for uploading the distribution to PyPI.
Jason R. Coombs
2013-05-12
1
-3
/
+9
*
|
Bumped to 0.6.40 in preparation for next release.
Jason R. Coombs
2013-05-12
1
-3
/
+4
|
/
*
Moved link generation routine from setup.py to release.py. The new routine re...
Jason R. Coombs
2013-05-05
1
-0
/
+58
*
Bumped to 0.6.39 in preparation for next release.
Jason R. Coombs
2013-05-05
1
-1
/
+1
*
Bumped to 0.6.38 in preparation for next release.
Jason R. Coombs
2013-05-04
1
-1
/
+1
*
Bumped to 0.6.37 in preparation for next release.
Jason R. Coombs
2013-04-05
1
-1
/
+1
*
Update release script to use keyring more properly (rather than bundling an a...
Jason R. Coombs
2013-02-16
1
-1
/
+1
*
Bumped to 0.6.36 in preparation for next release.
Jason R. Coombs
2013-02-16
1
-1
/
+1
[next]