summaryrefslogtreecommitdiff
path: root/setuptools/command
Commit message (Expand)AuthorAgeFilesLines
...
* | Change upload_docs so that its use of base64 does not fail under"Brett Cannon ext:(%22)2010-01-171-2/+8
* | makes sure install_site_pyFixes #108tarek2010-01-061-0/+4
* | Avoid shadowing the package fixes #80tarek2009-12-121-1/+1
* | easy_install doesn't use a setup.cfg located in the working dir - fixes #99tarek2009-12-021-1/+7
* | Fixed empty folder issue during upload_docs.Alice Bevan-McGregor2009-11-151-1/+1
* | Fixed #80: test_develop fails with Python 3.1. I don't understand why the mod...tarek2009-11-152-1/+7
* | make sure USER_SITE is listed as a sitedir in easy_installtarek2009-10-272-1/+7
* | now develop supports the --user option fixes #58tarek2009-10-271-1/+105
* | removed empty linestarek2009-10-271-31/+0
* | Generated scripts now wraps their call in a __main__ section. Fixes #11tarek2009-10-271-4/+6
* | removed PJE-style white linestarek2009-10-271-35/+3
* | Reversing patch for 64-bit Windows script launcher, applied PJE's simpler sol...agronholm2009-10-201-3/+2
* | Added a upload_docs command to upload project documentation to PyPI's package...Jannis Leidel2009-10-072-1/+154
* | Changed file() calls to open() callsagronholm2009-09-271-1/+1
* | Fix script launcher creation on 64-bit Windows, patch by Jason R. Coombs (htt...agronholm2009-09-251-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-222-6/+6
* | merge dancetarek2009-09-209-25/+136
|\ \
| * | Fixed a daft bug (my fault).Lennart Regebro2009-09-191-2/+3
| * | Works with zope.interface now.Lennart Regebro2009-09-182-7/+27
| * | Merge upstream changes.Martin v. Löwis2009-09-131-1/+1
| |\ \
| | * \ Merge upstream changes.Martin v. Löwis2009-09-131-1/+1
| | |\ \
| * | | | Fix processing of convert_doctests_2to3.Martin v. Löwis2009-09-131-2/+7
| * | | | Add convert_doctests_2to3.Martin v. Löwis2009-09-131-8/+15
| * | | | Provide registry for fixer packages.Martin v. Löwis2009-09-131-4/+5
| * | | | 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-131-1/+44
| |/ / /
| * | | 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
| * | | 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-121-3/+5
| * | | 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-111-2/+2
| * | | 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-201-0/+2
| |/ / |/| |
* | | Now install_site works properly with distribute distribution. fixes #44tarek2009-09-131-1/+1
|/ /
* | made zip_ok False by default #33tarek2009-08-281-1/+1
* | add --version to easy_installPhilip Jenvey2009-08-091-1/+7
* | making ez_setup removing an existing setuptools distribution out of the waytarek2009-07-201-2/+1
* | Apply patch from pjenvey. Closes #3.Hanno Schlichting2009-07-163-4/+13
* | #2 fixed setuptools for 2.7 (current trunk)Tarek Ziadé2009-07-161-0/+46
* | #1 Added compatibility with Subversion 1.6.Tarek Ziadé2009-07-162-3/+4
|/