aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools
Commit message (Expand)AuthorAgeFilesLines
* Fix script launcher creation on 64-bit Windows, patch by Jason R. Coombs (htt...agronholm2009-09-257-2/+3
* Wrong file mode when creating bdists under Python 3.1.Lennart Regebro2009-09-221-1/+1
* Name changes of the parameters.Lennart Regebro2009-09-224-14/+10
* merge dancetarek2009-09-2015-36/+172
|\
| * Fixed a daft bug (my fault).Lennart Regebro2009-09-191-2/+3
| * Works with zope.interface now.Lennart Regebro2009-09-183-8/+28
| * Only decode HTML pages in 3.x.Martin v. Löwis2009-09-131-2/+3
| * Support attrs is None.Martin v. Löwis2009-09-131-1/+1
| * Merge with upstreamMartin v. Löwis2009-09-131-0/+2
| |\
| | * Convert HTML pages to text.Martin v. Löwis2009-09-131-0/+2
| * | Deal with convert_doctests_2to3 not being set.Martin v. Löwis2009-09-131-1/+1
| * | Merge upstream changes.Martin v. Löwis2009-09-132-1/+21
| |\|
| | * Merge upstream changes.Martin v. Löwis2009-09-132-1/+21
| | |\
| * | | Fix processing of convert_doctests_2to3.Martin v. Löwis2009-09-132-2/+12
| * | | Add convert_doctests_2to3.Martin v. Löwis2009-09-131-8/+15
| * | | Provide registry for fixer packages.Martin v. Löwis2009-09-132-4/+7
| * | | Fix running 2to3.Martin v. Löwis2009-09-131-3/+3
| * | | Move initialization of updated_files into finalize_optionsMartin v. Löwis2009-09-131-1/+1
| * | | Support running 2to3 on build_py.Martin v. Löwis2009-09-132-1/+52
| |/ /
| * | Work around distutils 3.1 breaking ext_map.Martin v. Löwis2009-09-131-0/+5
| * | Open svn externals file in text mode.Martin v. Löwis2009-09-131-1/+1
| * | Open zipsafe file in text mode.Martin v. Löwis2009-09-121-1/+1
| * | Redirect stderr as well.Martin v. Löwis2009-09-121-2/+2
| * | Add default for pop.Martin v. Löwis2009-09-121-1/+1
| * | Remove sdist3 command again.Martin v. Löwis2009-09-122-36/+1
| * | Implement isascii.Martin v. Löwis2009-09-121-1/+13
| * | Port writing text files to 3.x.Martin v. Löwis2009-09-121-2/+9
| * | Replace os.path.walk with os.walk.Martin v. Löwis2009-09-121-2/+4
| * | Explicitly encode data as UTF-8 before writing to a binary file.Martin v. Löwis2009-09-121-2/+7
| * | Add src_root attribute to support installing from a copy.Martin v. Löwis2009-09-122-3/+6
| * | Conditionalize _file processing.Martin v. Löwis2009-09-111-4/+10
| * | Shortcut User-agent computation, as 2to3 won'tMartin v. Löwis2009-09-111-1/+1
| * | Work around apparent 3.x limitation wrt. variablesMartin v. Löwis2009-09-111-3/+4
| * | Correct path names for fixed files.Martin v. Löwis2009-09-111-1/+2
| * | Use types.ModuleType instead of new.module.Martin v. Löwis2009-09-112-6/+6
| * | Add sdist3 command.Martin v. Löwis2009-09-112-1/+35
* | | merged + removed trailing spacestarek2009-09-201-3/+3
* | | make sure setuptools does like distutils in get_ext_filename fixes #41tarek2009-09-202-0/+22
| |/ |/|
* | Now install_site works properly with distribute distribution. fixes #44tarek2009-09-132-1/+21
|/
* fixed #20 - catching invalid URL error from httplibtarek2009-08-282-1/+7
* made zip_ok False by default #33tarek2009-08-281-1/+1
* fixed #16 and #18: BadStatusLine and ValueError in package_index.urlopentarek2009-08-262-1/+49
* add --version to easy_installPhilip Jenvey2009-08-091-1/+7
* bootstrapping.py -> distribute_setup.pytarek2009-08-081-2/+2
* Change references to ez_setup to point to our own bootstrapping instead.Hanno Schlichting2009-08-081-2/+2
* Fix import that was breaking py3kagronholm2009-08-061-1/+1
* The User-Agent is also changed to Distributetarek2009-07-211-2/+2
* making ez_setup removing an existing setuptools distribution out of the waytarek2009-07-202-2/+10
* Packages required at build time where not fully present at install time. This...Hanno Schlichting2009-07-171-3/+4
* moved api_tests.txt doctest to tests/Tarek Ziadé2009-07-171-1/+1