| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |\
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Conflicts:
.hgtags
CHANGES.txt
ez_setup.py
setuptools.egg-info/requires.txt
setuptools/version.py
|
| | | |
|
| | | |
|
|\ \ \
| | |/
| |/|
| | |
| | | |
--HG--
branch : feature/issue-229
|
| | |
| | |
| | |
| | | |
Python 2 bytestrings to Unicode automatically.
|
| | | |
|
| |/
| |
| |
| |
| |
| |
| |
| |
| |
| | |
This makes it so that these eggs don't prevent `install_requires` from
installing these packages.
Fixes ticket #80; workaround for ticket #209
--HG--
branch : put_setup_requires_egg_in_cache_dir_4
|
|\|
| |
| |
| |
| | |
--HG--
branch : feature/issue-229
|
| |
| |
| |
| | |
Fixes #239.
|
|/
|
|
|
|
| |
--HG--
branch : feature/issue-229
extra : source : 7b1997ececc5772798ce33a0f8e77387cb55a977
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
Now the same fix gets applied for Python versions [3.0 - 3.2.2> instead of just
3.1. The underlying distutils issue affected all those vesions and has been
fixed in the Python 3.2.2 release.
--HG--
extra : rebase_source : fe4dc458edbf83e13b275e02fb90939d9061e206
|
| |
|
|
|
|
| |
Fixes #197
|
|
|
|
|
|
|
| |
and re-opens #65.
--HG--
extra : amend_source : f14bc0bf6c9f04e16d30ce0abf7bcb944f41ebea
|
| |
|
|
|
|
| |
for Distribute #323, so this backout restores that fix and also Fixes #141.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|\
| |
| |
| |
| | |
--HG--
rename : tests/test_distribute_setup.py => tests/test_ez_setup.py
|
| |\
| | |
| | |
| | |
| | | |
--HG--
branch : distribute
|
| |\ \
| | | |
| | | |
| | | |
| | | | |
--HG--
branch : distribute
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
--HG--
branch : distribute
extra : rebase_source : 7d3608edee54a43789f0574d702fb839628b5071
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
--HG--
rename : doc/formats.txt => docs/formats.txt
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
--HG--
branch : setuptools-0.6
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
* Fix for the Python 2.6.3 build_ext API change
* Support for the most recent Sourceforge download link insanity
* Support for SVN 1.6
* Stop crashing on certain types of HTTP error
* Stop re-trying URLs that already failed retrieval once
* Fixes for various dependency management problems such as looping
builds, re-downloading packages already present on sys.path (but not
in a registered "site" directory), and randomly preferring local -f
packages over local installed packages
* Prevent lots of spurious "already imported from another path" warnings
(e.g. when pkg_resources is imported late)
* Ensure C libraries (as opposed to extensions) are also built when
doing bdist_egg
Other changes:
* Misc. documentation fixes
* Improved Jython support
* Fewer warnings under Python 2.6+
* Warn when 'packages' uses paths instead of package names (because it
causes other problems, like spurious "already imported" warnings)
* Stop using /usr/bin/sw_vers on Mac OS (replaced w/'platform' module
calls)
Note: This is NOT a merge from Distribute; upon review, many of the
tracker-submitted patches used as a basis for forking were incorrect,
incomplete, introduced new bugs, or were not addressing the root
causes. (E.g., one of the changes in this patch fixes three superficially
unrelated issues in the setuptools bug tracker.) Careful review will be
required if you want to merge this work back into Distribute.
--HG--
branch : setuptools-0.6
extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4075385
|
|\ \ \ \ \
| |_|_|_|/
|/| | | |
| | | | |
| | | | | |
--HG--
branch : Setuptools-Distribute merge
|
| |/ / /
| | | |
| | | |
| | | |
| | | |
| | | | |
--HG--
branch : Setuptools-Distribute merge
extra : source : a79dd619dc8637e5c9b7de32bd8c5389c995dcb9
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
--HG--
branch : distribute
extra : rebase_source : 3f4ff1c880688e6dd72d2fa8fab3c07e7f486a7e
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
--HG--
branch : distribute
extra : rebase_source : c0f43d4688762927683ef5f0d4a3e879190dae72
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
arguments to existing pkg_resources methods. Also had to update how __path__ is handled for namespace packages to ensure that when a new egg distribution containing a namespace package is placed on sys.path, the entries in __path__ are in the same order they would have been in had that egg been on the path when pkg_resources was first imported
--HG--
branch : distribute
extra : rebase_source : 63a120c9397f6619d2768ec982e5c6b664c97e40
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
--HG--
branch : distribute
extra : rebase_source : 4c828b71eced1215219f5b16d881fa1f35972744
|
| |_|_|/
|/| | |
| | | |
| | | |
| | | |
| | | | |
--HG--
branch : distribute
extra : rebase_source : 314a8be1a2e63ceaf501ecb047a29f62302be0a0
|
|/ / /
| | |
| | |
| | |
| | |
| | | |
--HG--
branch : distribute
extra : rebase_source : 4ff0df4ad7d9ea8cee6342f9c642e4fe634b7f18
|
| |/
|/|
| |
| |
| |
| |
| |
| | |
another test that was passing trivially due to *bug* in yet another test, ugh
--HG--
branch : distribute
extra : rebase_source : 476550766b7b756dced040ad4356b7685d6f062a
|
| |
| |
| |
| |
| |
| |
| |
| | |
find_links are used, when available, to install each dist listed in setup_requires
--HG--
branch : distribute
extra : rebase_source : 4efd4ba05e527df60a33c55da30c19586a9cecdb
|
| |
| |
| |
| |
| |
| | |
--HG--
branch : distribute
extra : rebase_source : 7e34c308ad98259f9344e10117750aeae3e8d2ea
|
| |
| |
| |
| |
| |
| | |
--HG--
branch : distribute
extra : rebase_source : fc921b526cda13b02a4bb0215f91ee04d03dca57
|
| |
| |
| |
| |
| |
| | |
--HG--
branch : distribute
extra : rebase_source : 7ab3d57b13cb2ec2d7d1b9aafc99f4ec0ea49b5a
|
| |
| |
| |
| |
| |
| | |
--HG--
branch : distribute
extra : rebase_source : c1952763f89af6f9c5e25e67982b96756d7336e3
|
| |
| |
| |
| |
| |
| | |
--HG--
branch : distribute
extra : rebase_source : 101f51e5f7c364407e27b742aec5e02336936d8c
|
| |
| |
| |
| |
| |
| | |
--HG--
branch : distribute
extra : rebase_source : a4655cb42947b8ea089e72b3d4c2ff2482a31e6a
|