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
/
dist.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Declare argtypes and restype on SetFileAttributesW so that it will cast Pytho...
Jason R. Coombs
2014-10-19
1
-2
/
+2
*
The name win32 is a misnomer. Use 'windows_support' instead.
Jason R. Coombs
2014-10-19
1
-2
/
+2
*
Cache eggs required for building in .eggs dir
Marc Abramowitz
2014-10-13
1
-2
/
+19
*
Include setup_requires directive in Distribution attributes and metadata. Fix...
Jason R. Coombs
2014-08-10
1
-1
/
+1
*
Use numbers.Number to detect numeric type
Jason R. Coombs
2014-07-05
1
-2
/
+3
*
Extract variable for clarity.
Jason R. Coombs
2014-06-18
1
-4
/
+6
*
Remove superfluous import
Jason R. Coombs
2014-06-18
1
-4
/
+3
*
Use a variable for less busy syntax
Jason R. Coombs
2014-06-01
1
-2
/
+3
*
generalize fix for issue #197 from 1cd816bb7c933eecd9d8464e054b21c7d5daf2df
Jurko Gospodneti?
2014-05-12
1
-4
/
+4
*
Use PY3 and PY2 throughout
Jason R. Coombs
2014-05-17
1
-2
/
+2
*
Monkey-patch the write_pkg_info method on Python 3.1 DistributionMetadata. Fi...
Jason R. Coombs
2014-05-03
1
-0
/
+21
*
Backout b17e9a0ea116 and 50725de303ef, restoring Feature model. Fixes #161 an...
Jason R. Coombs
2014-03-08
1
-3
/
+256
*
Removed Features functionality. Fixes #65.
Jason R. Coombs
2014-02-09
1
-256
/
+3
*
Backed out changeset: ef949e6e6de1, which was itself a backout of the fix for...
Jason R. Coombs
2014-01-27
1
-2
/
+3
*
Fix Python 3 failure when constructing an egg_fetcher. Fixes #131.
Jason R. Coombs
2014-01-05
1
-1
/
+1
*
Trim excess whitespace
Jason R. Coombs
2013-08-25
1
-123
/
+4
*
Remove unused imports
Jason R. Coombs
2013-08-25
1
-4
/
+0
*
Reorganize imports
Jason R. Coombs
2013-08-25
1
-4
/
+9
*
Set stacklevel on DeprecationWarning for more relevant locality.
Jason R. Coombs
2013-08-15
1
-3
/
+6
*
Fix TypeError when no attrs were passed
1.0b2
Jason R. Coombs
2013-08-11
1
-1
/
+2
*
Officially deprecated Features functionality (per #65).
Jason R. Coombs
2013-08-11
1
-3
/
+21
*
Initial commit. All tests pass on 2.7, 3.2 and 3.3, though there are some ate...
Vinay Sajip
2013-06-15
1
-3
/
+6
*
Merged latest changes from setuptools-0.6 branch
Jason R. Coombs
2013-05-13
1
-4
/
+4
|
\
|
*
Backport experimental environment marker support from the trunk
pje
2013-05-04
1
-4
/
+4
|
*
Major updates and fixes include:
PJ Eby
2009-10-12
1
-6
/
+47
*
|
Merge dist module
Jason R. Coombs
2013-05-03
1
-9
/
+43
|
\
\
|
*
|
Copy changes to dist.py from 1aae1efe5733
Jason R. Coombs
2013-05-03
1
-6
/
+47
|
|
/
*
|
Backed out changeset: 98a9f9dcce0e; Fixes #335.
Jason R. Coombs
2012-11-26
1
-3
/
+2
*
|
Merge
Jason R. Coombs
2012-11-24
1
-0
/
+37
|
\
\
|
*
|
Added comment and updated CHANGES
Jason R. Coombs
2012-11-24
1
-0
/
+2
|
*
|
Don't wrap sys.stdout if it's in the correct encoding already.
Gabriel
2012-11-23
1
-0
/
+3
|
*
|
Print metadata in UTF-8 independent of platform. Fixes #311.
Stefan H. Holek
2012-10-08
1
-0
/
+32
*
|
|
Fixes and adds a regression test for #323; required adding some new keyword a...
Erik Bray
2012-09-11
1
-2
/
+3
|
/
/
*
|
Adds a fix for issue #318, including a regression test. This also fixes anot...
Erik Bray
2012-09-06
1
-1
/
+2
*
|
setting to_scan to [] instead of None ensures (somewhat confusingly) that fin...
Erik Bray
2011-05-23
1
-0
/
+1
*
|
backporting the API Eby added in 0.6c11
tarek
2009-11-01
1
-21
/
+11
*
|
Name changes of the parameters.
Lennart Regebro
2009-09-22
1
-3
/
+3
*
|
Support attrs is None.
Martin v. L?wis
2009-09-13
1
-1
/
+1
*
|
Deal with convert_doctests_2to3 not being set.
Martin v. L?wis
2009-09-13
1
-1
/
+1
*
|
Fix processing of convert_doctests_2to3.
Martin v. L?wis
2009-09-13
1
-0
/
+5
*
|
Add default for pop.
Martin v. L?wis
2009-09-12
1
-1
/
+1
*
|
Add src_root attribute to support installing from a copy.
Martin v. L?wis
2009-09-12
1
-0
/
+1
|
/
*
Added a warning if a namespace package is declared, but its parent
PJ Eby
2008-02-14
1
-11
/
+11
*
Backport all known 2.5-compatibility fixes
PJ Eby
2006-09-20
1
-17
/
+17
*
* Fixed ``AttributeError`` when trying to download a ``setup_requires``
PJ Eby
2006-07-14
1
-2
/
+2
*
Backport 'module' fixes to 0.6
PJ Eby
2006-04-24
1
-5
/
+5
*
Added ``test_loader`` keyword to support custom test loaders.
PJ Eby
2006-03-29
1
-9
/
+9
*
Implement dependency_links feature, courtesy of Tres Seaver's rough
PJ Eby
2006-03-29
1
-10
/
+10
*
Fix setup_requires/tests_require/etc. not using setup.cfg or other
PJ Eby
2006-02-28
1
-11
/
+11
*
When installing setup_requires/tests_require packages, use
PJ Eby
2006-02-28
1
-1
/
+1
[next]