summaryrefslogtreecommitdiff
path: root/src/distutils2
Commit message (Expand)AuthorAgeFilesLines
* now checking Requires-Python and NameTarek Ziade2010-03-123-91/+140
* a bad predicate just display a warning --Tarek Ziade2010-03-044-14/+24
* refactored DistributionMetadata so it also recognizes 1.1. It's much cleaner ...Tarek Ziade2010-03-045-37/+479
* this test is not necessary anymoreTarek Ziade2010-03-041-16/+0
* added an __all__ statementTarek Ziade2010-03-041-0/+3
* now we can provide a custom execution contextTarek Ziade2010-03-042-19/+39
* refactored operations -- makes the code clearerTarek Ziade2010-03-041-49/+28
* Had old package name in mkpkg config file, changed to "~/.mkpkgpy".Sean Reifschneider2010-03-021-1/+1
* started to document DistributionMetadataTarek Ziad?2010-02-281-0/+1
* make sure we can have a cfg file without a global sectionTarek Ziad?2010-02-282-3/+11
* added mapping-like APIsTarek Ziad?2010-02-282-0/+22
* Quickly and dirtily translated the "with"s to "try/finally". Ick. Closes #1.Erik Rose2010-02-261-4/+16
* Merged Tarek's commits in. test_check_document was failing in upstream before...Erik Rose2010-02-2632-1108/+1343
|\
| * merge danceTarek Ziad?2010-02-2532-1108/+1343
| |\
| | * one location for the version + shortcuteTarek Ziad?2010-02-251-7/+4
| | * bye bye debug moduleTarek Ziad?2010-02-2512-153/+10
| | * noteTarek Ziad?2010-02-251-0/+3
| | * now the predicates are used by DistributionMetadataTarek Ziad?2010-02-252-4/+16
| | * VersionPredicate class is readyTarek Ziad?2010-02-252-6/+55
| | * includeed the new version tool -- ready to be used in DistributionMetadataTarek Ziad?2010-02-258-533/+637
| | * now the Description field can be read back (no more EOL lost)Tarek Ziad?2010-02-254-7/+33
| | * added an option to apply the markers to the current platformTarek Ziad?2010-02-253-55/+94
| | * making sure summaries are unicode-awareTarek Ziad?2010-02-241-1/+1
| | * refactored DistributionMetadata -- cleaner implementationTarek Ziad?2010-02-2414-395/+473
| | * added all operators and cleaned up the micro-interpreterTarek Ziad?2010-02-242-20/+90
* | | Re-did Command.dry_run using a property rather than overriding the world with...Erik Rose2010-02-251-10/+8
* | | Nudged curly-brace variable substitution grammar to allow the future option o...Erik Rose2010-02-242-4/+12
|/ /
* | Did a few cleanups that don't affect behavior.Erik Rose2010-02-241-8/+3
* | Added a test to nail down the {token} substitution spec a tad. Added a docstr...Erik Rose2010-02-243-2/+12
* | * Tweaked formatting and did minor editing of language in sysconfig.cfg.Erik Rose2010-02-242-21/+18
|/
* first version of the micro-language for PEP 345Tarek Ziad?2010-02-242-4/+165
* fixed importsTarek Ziad?2010-02-233-6/+35
* created a module for metadata mattersTarek Ziad?2010-02-232-227/+231
* merge danceTarek Ziad?2010-02-232-11/+38
|\
| * makes sure the local variables are expandedTarek Ziad?2010-02-232-11/+38
* | Adding "mkpkg" module to automate building setup.py or similar.Sean Reifschneider2010-02-231-0/+921
|/
* now sysconfig uses a sysconfig.cfg fileTarek Ziad?2010-02-236-226/+166
* backported sysconfig tests so we can refactor thingsTarek Ziad?2010-02-232-0/+268
* refactored the code so it works on Python 2.4, 2.5 and 2.6Tarek Ziad?2010-02-2228-255/+174
* removed file_utilTarek Ziad?2010-02-2210-336/+33
* removed dep_utilTarek Ziad?2010-02-2211-184/+75
* removed dir_util callsTarek Ziad?2010-02-223-4/+8
* removed dir_utilTarek Ziad?2010-02-229-333/+66
* created a subpackage for compilersTarek Ziad?2010-02-2218-27/+27
* remove .svn directories from hg repository ;)Titus Brown2010-02-22150-15123/+0
* initialize _CONFIG_VARS when importing from sysconfig backport.Titus Brown2010-02-221-2/+4
* removed all but one dependency on test.test_supportt2010-02-2219-32/+86
* Refactored top-level test stuff to move it away from test.test_support dep.t2010-02-221-1/+77
* added the --dev option to the install command as welltarek2010-02-221-1/+2
* those tests will just stay in the stdlibtarek2010-02-222-983/+0