summaryrefslogtreecommitdiff
path: root/src/distutils2/command
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | | | test loader with dotted syntax now workingKonrad Delong2010-07-271-4/+33
| | | * | | | refactored test command tests and added another functional testKonrad Delong2010-07-271-9/+8
| | | * | | | switched back to "the right way" of setting test_suiteKonrad Delong2010-07-271-1/+1
| | | * | | | added an alias to dist.pyKonrad Delong2010-07-271-1/+1
| | | * | | | basic functional test for the test commandKonrad Delong2010-07-271-0/+30
| | | * | | | added a version number when uploadingKonrad Delong2010-07-271-1/+2
* | | | | | | Style nitpicks?ric Araujo2010-08-082-5/+2
* | | | | | | Merge from Jeremy?ric Araujo2010-08-0822-290/+426
|\ \ \ \ \ \ \
| * | | | | | | Cleanup sweep (PEP 8)?ric Araujo2010-08-071-54/+51
| * | | | | | | Move one method to ease diffing with configure.py.?ric Araujo2010-08-071-17/+16
| * | | | | | | User site directory doesn?t exist before 2.6?ric Araujo2010-08-071-4/+9
| * | | | | | | Remove redundant redundancy?ric Araujo2010-08-071-3/+1
| * | | | | | | Add a comment about one ambiguity in PEP 376, remove obsolete comment?ric Araujo2010-08-071-4/+3
| * | | | | | | Make option lists respect style used in other commands?ric Araujo2010-08-072-15/+20
| * | | | | | | Finish renaming of some options, clarify old record option help?ric Araujo2010-08-071-3/+5
| * | | | | | | Tweak command.__all__.?ric Araujo2010-08-071-9/+3
| * | | | | | | Add missing install_distinfo in command.__all__?ric Araujo2010-08-071-0/+1
| |/ / / / / /
| * | | | | | Merge from Josip?ric Araujo2010-08-0520-129/+155
| |\ \ \ \ \ \
| | * | | | | | Add command post-hooksKonrad Delong2010-08-051-0/+6
| | * | | | | | Make set_undefined_options more friendly?ric Araujo2010-08-0414-66/+37
| | * | | | | | Merge from Konrad, with small fixes?ric Araujo2010-08-0411-144/+299
| | |\ \ \ \ \ \ | | | |/ / / / /
| | | * | | | | Fix merge after running tests?ric Araujo2010-08-031-6/+7
| | | * | | | | Merge install_distinfo command?ric Araujo2010-08-038-55/+94
| | | |\ \ \ \ \
| | | | * | | | | Use explicit name instead of literal (Tarek?s preference)?ric Araujo2010-08-031-2/+2
| | | | * | | | | Finish hashlib backport.?ric Araujo2010-07-311-1/+1
| | | | * | | | | Minor style and wording fixes?ric Araujo2010-07-313-16/+21
| | | | * | | | | Fix typos, spell ?metadata? consistently, update one docstring?ric Araujo2010-07-314-10/+10
| | | | * | | | | Remove unsafe mktemp use?ric Araujo2010-07-311-2/+2
| | | | * | | | | Change an option name to comply with the style of the other ones?ric Araujo2010-07-131-2/+2
| | | | * | | | | removed the config moduleTarek Ziade2010-07-293-27/+61
| | | | | |/ / / | | | | |/| | |
| | | | * | | | merged spawn into utilTarek Ziade2010-07-252-2/+2
| | * | | | | | added upload_docs option to upload commandKonrad Delong2010-07-221-0/+8
| | | |/ / / / | | |/| | | |
| * | | | | | Did some naming changes in install_distinfoJosip Djolonga2010-08-042-15/+11
| | |/ / / / | |/| | | |
| * | | | | Added more testsJosip Djolonga2010-07-221-2/+2
| * | | | | Some fixes after Eric's suggestionsJosip Djolonga2010-07-191-3/+3
| * | | | | Merged with tarekJosip Djolonga2010-07-183-86/+200
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | merged with Tarek's codeJosip Djolonga2010-07-183-86/+200
| | |\ \ \ \ | | | |_|/ / | | |/| | |
| | | * | | pep8 complianceJosip Djolonga2010-07-171-3/+4
| | | * | | changed name from install_dist_info to install_distinfo for consistencyJosip Djolonga2010-07-173-152/+198
| | | * | | fixed the writer to handle .pyc files in RECORDJosip Djolonga2010-07-171-11/+13
| | | * | | Replaced install_egg_info with install_dist_infoJosip Djolonga2010-07-163-84/+149
* | | | | | Merged with Tarek's repo (again)Jeremy Kloth2010-07-176-9/+16
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Fix import errors found by pyflakes?ric Araujo2010-07-186-9/+16
| |/ / / /
* | | | | Removed deprecated and unused check_metadata() method.Jeremy Kloth2010-07-171-8/+0
* | | | | `sdist.add_defaults()` now uses source files from all commands.Jeremy Kloth2010-07-143-42/+26
|/ / / /
* | | | Removed bogus uses of sub-commandsJeremy Kloth2010-07-082-16/+5
* | | | Nuked support for ext_modules as list of tuples which wasJeremy Kloth2010-07-081-87/+17
* | | | Restored logging of directory creationJeremy Kloth2010-07-081-1/+3
* | | | Merged with master repositoryJeremy Kloth2010-07-089-25/+216
|\ \ \ \ | | |_|/ | |/| |
| * | | merged Alexis/Konrad branchesTarek Ziade2010-07-043-3/+137
| |\ \ \