index
:
delta/python-setuptools-bitbucket.git
0.7-maintenance
AbsoluteMSTR/adds-257-pip-style-version-1441051798003
BB-268_make_VersionConflict_report_who_required_package_3
BB-270_fix_VersionConflict_test_failure_2
DistributionNotFound_list_requirers
Setuptools-Distribute_merge
baserock/master
baserock/richardipsum/pip
baserock/richardipsum/pip-7.0-rebase
bdist_wininst_gui_scripts
bugfix-277
develop
distribute
distribute-legacy
docs_update_for_requires
feature/issue-229
fix-type-error-skip-reason
get_command_list
master
ncoghlan/setuppy-edited-online-with-bitbucket-1401023748153
no-normalize-warning
patch1
postproc
put_setup_requires_egg_in_cache_dir_4
setuptools
setuptools-0.6
single-codebase
svetlyak40wt/make-194-same-level-header-as-other-vers-1453106898145
sync_certifi
zip_path
bitbucket.org: Obsolete (use python-setuptools-git)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
setup.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix typo; ref #239.
Jason R. Coombs
2014-08-10
1
-1
/
+1
*
Include setup_requires directive in Distribution attributes and metadata. Fix...
Jason R. Coombs
2014-08-10
1
-0
/
+1
*
necessary to explicitly invoke 'iter' in Python 2
Jason R. Coombs
2014-06-15
1
-1
/
+1
*
Use iterables to determine the best filename to use for changes.
Jason R. Coombs
2014-06-15
1
-6
/
+6
*
Use io.open for changes file as well to support UTF-8 encoding.
Jason R. Coombs
2014-06-15
1
-2
/
+2
*
Include the script template files - fixes #220
Monty Taylor
2014-06-14
1
-1
/
+2
*
Change the project URL to BitBucket rather than PyPI
Nick Coghlan
2014-05-25
1
-1
/
+1
*
Normalize whitespace
Jason R. Coombs
2014-05-23
1
-17
/
+17
*
Apply patch based on patch in 2008 by Klaus Zimmerman. Fixes #176.
Jason R. Coombs
2014-03-28
1
-0
/
+1
*
Add support for running tests via pytest-runner.
Jason R. Coombs
2014-03-23
1
-0
/
+5
*
Enable commented code (requiring ssl extra for tests).
Jason R. Coombs
2014-03-23
1
-1
/
+3
*
Backed out changeset: 78c8cfbe3e10
Jason R. Coombs
2014-03-22
1
-4
/
+1
*
Use a context manager instead of calling _test.run in multiple places. Allevi...
Jason R. Coombs
2014-03-16
1
-4
/
+10
*
Use binary mode to save/restore entry_points - no need to mutate newlines
Jason R. Coombs
2014-03-16
1
-2
/
+2
*
Update setuptools setup.py to work with setuptools 4.0
4.0b1
Jason R. Coombs
2014-03-16
1
-1
/
+4
*
Bump wincertstore to 0.2. Fixes #164.
Jason R. Coombs
2014-03-14
1
-2
/
+2
*
Python 2.6 or later is required
Jason R. Coombs
2014-03-14
1
-1
/
+1
*
Issue #162: Update dependency on certifi to 1.0.1.
Arfrever Frehtes Taifersar Arahesis
2014-03-11
1
-2
/
+2
*
Declare support for Python 3.4
Jason R. Coombs
2014-02-09
1
-0
/
+1
*
Use io.open() instead of codecs.open().
Arfrever Frehtes Taifersar Arahesis
2014-02-07
1
-3
/
+3
*
Open readme with codecs to enable explicit encoding declaration. Fixes #144.
Jason R. Coombs
2014-02-05
1
-1
/
+3
*
Fix long line in windows_specific_files override.
Jason R. Coombs
2013-11-24
1
-1
/
+5
*
Use with statement in setup.py
Jason R. Coombs
2013-11-24
1
-20
/
+12
*
Updated environment-specific console script generation to use modern style.
Jason R. Coombs
2013-11-24
1
-8
/
+17
*
Remove unused variable
Jason R. Coombs
2013-11-24
1
-1
/
+0
*
Drop support for Python 2.5 and Python 2.4. Fixes #41.
Jason R. Coombs
2013-11-24
1
-8
/
+0
*
Use version from version module in setup script
Jason R. Coombs
2013-08-05
1
-4
/
+4
*
Remove excess whitespace
Jason R. Coombs
2013-07-18
1
-1
/
+1
*
Updated README and setup.py to reference PyPA
Jason R. Coombs
2013-07-18
1
-1
/
+1
*
Load version from the file rather than by importing the module (which is subj...
0.9.4
Jason R. Coombs
2013-07-15
1
-1
/
+7
*
better variable name
Jason R. Coombs
2013-07-15
1
-3
/
+3
*
setup.py now loads the version from setuptools/__init__.py, limiting the plac...
Jason R. Coombs
2013-07-13
1
-5
/
+4
*
Correct reference to certifi version (updated incorrectly by release.py script)
Jason R. Coombs
2013-07-13
1
-2
/
+2
*
Bumped to 0.9.1 in preparation for next release.
Jason R. Coombs
2013-07-13
1
-3
/
+3
*
Allow setup script to be imported
Jason R. Coombs
2013-07-13
1
-1
/
+4
*
Remove 2to3 build support for setuptools itself
Jason R. Coombs
2013-07-13
1
-37
/
+0
*
Remove unused import
Jason R. Coombs
2013-07-13
1
-1
/
+0
*
Bumped to 0.10 in preparation for next release.
Jason R. Coombs
2013-07-13
1
-3
/
+3
*
Bumped to 0.9 in preparation for next release.
Jason R. Coombs
2013-07-05
1
-3
/
+3
*
Merge with 0.7.5
Jason R. Coombs
2013-06-29
1
-0
/
+4
|
\
|
*
Bumped to 0.7.6 in preparation for next release.
Jason R. Coombs
2013-06-29
1
-1
/
+1
|
*
Add comment to capture the purpose of the environment variable
0.7.5
Jason R. Coombs
2013-06-29
1
-0
/
+4
|
*
Add support for SETUPTOOLS_DISABLE_VERSIONED_EASY_INSTALL_SCRIPT variable.
Arfrever Frehtes Taifersar Arahesis
2013-06-20
1
-1
/
+2
|
*
Bumped to 0.7.5 in preparation for next release.
Jason R. Coombs
2013-06-19
1
-1
/
+1
*
|
Add support for SETUPTOOLS_DISABLE_VERSIONED_EASY_INSTALL_SCRIPT variable.
Arfrever Frehtes Taifersar Arahesis
2013-06-20
1
-1
/
+2
*
|
Include Windows-specific files in tarball even when MANIFEST.in does not incl...
Arfrever Frehtes Taifersar Arahesis
2013-06-20
1
-1
/
+1
*
|
Merge 0.7.3 release
0.8b1
Jason R. Coombs
2013-06-18
1
-3
/
+5
|
\
\
|
|
/
|
/
|
|
*
Bumped to 0.8 in preparation for next release.
Jason R. Coombs
2013-06-18
1
-1
/
+1
|
*
Merge Python 3 native support from distribute
Jason R. Coombs
2013-06-18
1
-39
/
+29
|
|
\
|
*
\
Merge Vinay Sajip's unified Python 2/3 support from distribute 3
Jason R. Coombs
2013-06-18
1
-15
/
+24
|
|
\
\
[next]