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
/
setuptools
/
tests
Commit message (
Expand
)
Author
Age
Files
Lines
*
Document the "Environment" class, and simplify its API.
PJ Eby
2005-08-14
1
-6
/
+6
*
Added docs for main EntryPoint APIs, and cleaned up the API itself a bit.
PJ Eby
2005-08-13
1
-4
/
+4
*
Renamed AvailableDistributions -> Environment. Add sketch of pkg_resources
PJ Eby
2005-08-07
1
-2
/
+2
*
Got rid of the no-longer meaningful "depends" command. Consolidated the
PJ Eby
2005-08-06
1
-41
/
+0
*
Misc. bug fixes and doc additions. Add 'iter_entry_points()' API.
PJ Eby
2005-07-25
1
-6
/
+6
*
Implement "entry points" for dynamic discovery of drivers and plugins.
PJ Eby
2005-07-24
1
-1
/
+83
*
Fix eager resource extraction. Add eager_resources setup() argument. Add
PJ Eby
2005-07-24
1
-2
/
+2
*
Catch a few missed terminology changes.
PJ Eby
2005-07-18
1
-11
/
+11
*
Massive API refactoring; see setuptools.txt changelog for details. Also,
PJ Eby
2005-07-18
3
-37
/
+2707
*
``Distribution`` objects now implement the ``IResourceProvider`` and
PJ Eby
2005-07-17
1
-1
/
+1
*
Renamings for consistent terminology; distributions and requirements now
PJ Eby
2005-07-17
1
-5
/
+5
*
Enhanced the ``test`` command so that it doesn't install the package, but
PJ Eby
2005-07-06
1
-5
/
+5
*
Implement PyPI screenscraping for EasyInstall. Fix a bug in requirement
PJ Eby
2005-06-05
1
-6
/
+13
*
Add "safe_name" and "safe_version" functions to allow sanitizing of
PJ Eby
2005-06-05
1
-15
/
+15
*
Make ``AvailableDistributions`` keep track of the desired platform/python.
PJ Eby
2005-06-05
1
-1
/
+1
*
Add tests for AvailableDistributions().resolve(). This effectively
PJ Eby
2005-05-23
1
-0
/
+41
*
Added support for specifying options on requirements, so that a package's
PJ Eby
2005-05-22
1
-3
/
+44
*
Distribution metadata parsing: distribution objects can now extract their
PJ Eby
2005-05-22
1
-67
/
+108
*
Refine dependency resolution algorithm so it won't take exponential time,
PJ Eby
2005-05-22
1
-10
/
+51
*
Add basic "Requirement" class that can tell whether a distribution or
PJ Eby
2005-05-21
1
-3
/
+44
*
Added "AvailableDistributions" class that finds and indexes usable
PJ Eby
2005-04-03
1
-6
/
+47
*
Fix handling of -/_ so that they are canonicalized to '-' when doing name
PJ Eby
2005-04-03
1
-2
/
+2
*
Add a "Distribution" object that wraps a sys.path entry with metadata, and
PJ Eby
2005-04-03
1
-5
/
+78
*
Add a simple version parser that combines the pre-release smarts of
PJ Eby
2005-04-02
1
-0
/
+58
*
Rough draft of version requirement parser. Make bdist_egg look for a
PJ Eby
2005-04-02
2
-6
/
+39
*
Back out the addition of bogus 'if __name__=="__main__"' block; the One
PJ Eby
2005-04-01
1
-79
/
+174
*
remove excess blank lines, and apply whitespace more in line with the Python
Fred Drake
2004-04-05
1
-166
/
+71
*
Compute command line that should be passed to child setup scripts.
PJ Eby
2004-03-22
1
-21
/
+21
*
Flesh out 'depends' command to display dependencies' status, and halt if
PJ Eby
2004-03-20
1
-14
/
+55
*
Initial checkin of setuptools 0.0.1.
PJ Eby
2004-03-19
1
-0
/
+410