| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | more doc | tarek | 2009-09-26 | 3 | -8/+21 |
| * | Fixed a spelling error | agronholm | 2009-09-26 | 1 | -4/+4 |
| * | Documented major changes in 0.6.2 | agronholm | 2009-09-26 | 1 | -1/+16 |
| * | started a dev guide for contributors | tarek | 2009-09-26 | 1 | -0/+28 |
| * | removed the salesy description | tarek | 2009-09-26 | 1 | -2/+2 |
| * | reorganized texts | tarek | 2009-09-26 | 2 | -36/+63 |
| * | make the bootstrap file py2.3+win32 compatible | tarek | 2009-09-25 | 1 | -13/+28 |
| * | Fix script launcher creation on 64-bit Windows, patch by Jason R. Coombs (htt... | agronholm | 2009-09-25 | 9 | -5/+29 |
| * | Apparently a __ne__ method is necessary, at least under Python 2.4, or you ri... | Lennart Regebro | 2009-09-24 | 1 | -0/+2 |
| * | Merging. Mercurial is confusing. | Lennart Regebro | 2009-09-23 | 1 | -104/+103 |
| |\ | |||||
| | * | Fix python_cmd return value | agronholm | 2009-09-23 | 1 | -12/+4 |
| | * | Get rid of the ugly Jython hack since the subprocess module is now always ava... | agronholm | 2009-09-23 | 1 | -9/+2 |
| | * | Convert string template arguments in logger calls to logger arguments | agronholm | 2009-09-23 | 1 | -14/+14 |
| | * | PEP8 fixes | agronholm | 2009-09-23 | 1 | -70/+84 |
| * | | Merging. | Lennart Regebro | 2009-09-23 | 1 | -1/+2 |
| * | | Wrong file mode when creating bdists under Python 3.1. | Lennart Regebro | 2009-09-22 | 1 | -1/+1 |
| * | | Fixed a bug that gave a traceback when doing install --help under Python 3. | Lennart Regebro | 2009-09-22 | 1 | -1/+1 |
| * | | Name changes of the parameters. | Lennart Regebro | 2009-09-22 | 8 | -37/+33 |
| |/ | |||||
| * | Cut and paste error. | Lennart Regebro | 2009-09-21 | 1 | -1/+1 |
| * | Merged head. | Lennart Regebro | 2009-09-21 | 5 | -5/+26 |
| |\ | |||||
| | * | merge dance | tarek | 2009-09-20 | 20 | -64/+278 |
| | |\ | |||||
| | * | | merged + removed trailing spaces | tarek | 2009-09-20 | 3 | -5/+4 |
| | * | | make sure setuptools does like distutils in get_ext_filename fixes #41 | tarek | 2009-09-20 | 2 | -0/+22 |
| * | | | More docs for python 3 support. | Lennart Regebro | 2009-09-21 | 3 | -22/+131 |
| | |/ |/| | |||||
| * | | Fixed a daft bug (my fault). | Lennart Regebro | 2009-09-19 | 1 | -2/+3 |
| * | | Works with zope.interface now. | Lennart Regebro | 2009-09-18 | 5 | -25/+50 |
| * | | Only decode HTML pages in 3.x. | Martin v. Löwis | 2009-09-13 | 1 | -2/+3 |
| * | | Support attrs is None. | Martin v. Löwis | 2009-09-13 | 1 | -1/+1 |
| * | | Merge with upstream | Martin v. Löwis | 2009-09-13 | 1 | -0/+2 |
| |\ \ | |||||
| | * | | Convert HTML pages to text. | Martin v. Löwis | 2009-09-13 | 1 | -0/+2 |
| * | | | Deal with convert_doctests_2to3 not being set. | Martin v. Löwis | 2009-09-13 | 1 | -1/+1 |
| * | | | Merge upstream changes. | Martin v. Löwis | 2009-09-13 | 6 | -33/+200 |
| |\| | | |||||
| | * | | Merge upstream changes. | Martin v. Löwis | 2009-09-13 | 6 | -33/+200 |
| | |\| | |||||
| | | * | fixed typo | tarek | 2009-09-13 | 1 | -1/+1 |
| | | * | Now install_site works properly with distribute distribution. fixes #44 | tarek | 2009-09-13 | 3 | -2/+28 |
| | | * | next version is 0.6.2 | tarek | 2009-09-12 | 1 | -1/+1 |
| | | * | better marker for easy_install detection | tarek | 2009-09-11 | 2 | -7/+10 |
| | | * | reintroduced use_setuptools in distribute_setup.py | tarek | 2009-09-10 | 2 | -26/+164 |
| * | | | Fix processing of convert_doctests_2to3. | Martin v. Löwis | 2009-09-13 | 2 | -2/+12 |
| * | | | Fix processing of command line option. | Martin v. Löwis | 2009-09-13 | 1 | -1/+1 |
| * | | | Add convert_doctests_2to3. | Martin v. Löwis | 2009-09-13 | 2 | -8/+16 |
| * | | | Document 2to3 features. | Martin v. Löwis | 2009-09-13 | 1 | -0/+24 |
| * | | | Provide registry for fixer packages. | Martin v. Löwis | 2009-09-13 | 2 | -4/+7 |
| * | | | Fix running 2to3. | Martin v. Löwis | 2009-09-13 | 1 | -3/+3 |
| * | | | Move initialization of updated_files into finalize_options | Martin v. Löwis | 2009-09-13 | 1 | -1/+1 |
| * | | | Support running 2to3 on build_py. | Martin v. Löwis | 2009-09-13 | 2 | -1/+52 |
| |/ / | |||||
| * | | Work around distutils 3.1 breaking ext_map. | Martin v. Löwis | 2009-09-13 | 1 | -0/+5 |
| * | | Open svn externals file in text mode. | Martin v. Löwis | 2009-09-13 | 1 | -1/+1 |
| * | | Open zipsafe file in text mode. | Martin v. Löwis | 2009-09-12 | 1 | -1/+1 |
| * | | Run 2to3 on doctest source. | Martin v. Löwis | 2009-09-12 | 1 | -4/+5 |
