aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* more doctarek2009-09-263-8/+21
* Fixed a spelling erroragronholm2009-09-261-4/+4
* Documented major changes in 0.6.2agronholm2009-09-261-1/+16
* started a dev guide for contributorstarek2009-09-261-0/+28
* removed the salesy descriptiontarek2009-09-261-2/+2
* reorganized textstarek2009-09-262-36/+63
* make the bootstrap file py2.3+win32 compatibletarek2009-09-251-13/+28
* Fix script launcher creation on 64-bit Windows, patch by Jason R. Coombs (htt...agronholm2009-09-259-5/+29
* Apparently a __ne__ method is necessary, at least under Python 2.4, or you ri...Lennart Regebro2009-09-241-0/+2
* Merging. Mercurial is confusing.Lennart Regebro2009-09-231-104/+103
|\
| * Fix python_cmd return valueagronholm2009-09-231-12/+4
| * Get rid of the ugly Jython hack since the subprocess module is now always ava...agronholm2009-09-231-9/+2
| * Convert string template arguments in logger calls to logger argumentsagronholm2009-09-231-14/+14
| * PEP8 fixesagronholm2009-09-231-70/+84
* | Merging.Lennart Regebro2009-09-231-1/+2
* | Wrong file mode when creating bdists under Python 3.1.Lennart Regebro2009-09-221-1/+1
* | Fixed a bug that gave a traceback when doing install --help under Python 3.Lennart Regebro2009-09-221-1/+1
* | Name changes of the parameters.Lennart Regebro2009-09-228-37/+33
|/
* Cut and paste error.Lennart Regebro2009-09-211-1/+1
* Merged head.Lennart Regebro2009-09-215-5/+26
|\
| * merge dancetarek2009-09-2020-64/+278
| |\
| * | merged + removed trailing spacestarek2009-09-203-5/+4
| * | make sure setuptools does like distutils in get_ext_filename fixes #41tarek2009-09-202-0/+22
* | | More docs for python 3 support.Lennart Regebro2009-09-213-22/+131
| |/ |/|
* | Fixed a daft bug (my fault).Lennart Regebro2009-09-191-2/+3
* | Works with zope.interface now.Lennart Regebro2009-09-185-25/+50
* | 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-136-33/+200
|\| |
| * | Merge upstream changes.Martin v. Löwis2009-09-136-33/+200
| |\|
| | * fixed typotarek2009-09-131-1/+1
| | * Now install_site works properly with distribute distribution. fixes #44tarek2009-09-133-2/+28
| | * next version is 0.6.2tarek2009-09-121-1/+1
| | * better marker for easy_install detectiontarek2009-09-112-7/+10
| | * reintroduced use_setuptools in distribute_setup.pytarek2009-09-102-26/+164
* | | Fix processing of convert_doctests_2to3.Martin v. Löwis2009-09-132-2/+12
* | | Fix processing of command line option.Martin v. Löwis2009-09-131-1/+1
* | | Add convert_doctests_2to3.Martin v. Löwis2009-09-132-8/+16
* | | Document 2to3 features.Martin v. Löwis2009-09-131-0/+24
* | | 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
* | Run 2to3 on doctest source.Martin v. Löwis2009-09-121-4/+5