summaryrefslogtreecommitdiff
path: root/src/distutils2/mkpkg.py
Commit message (Collapse)AuthorAgeFilesLines
* moved everything in the same dir - we want to include docs/ in the releaseTarek Ziade2010-09-191-417/+0
|
* Big renaming pass to improve readability?ric Araujo2010-08-111-110/+111
|
* Add notes, fix small things?ric Araujo2010-08-111-16/+45
|
* Update one obsolete filename?ric Araujo2010-07-241-1/+1
|
* Whitespace cleaning?ric Araujo2010-08-111-63/+45
|
* Move Trove classifiers in a separate module?ric Araujo2010-08-081-554/+8
|
* Start improving mkpkg (#8591)?ric Araujo2010-08-081-11/+12
|
* Merges changesAntoine Reversat2010-08-051-7/+6
|\
| * Use explicit name instead of literal (Tarek?s preference)?ric Araujo2010-08-031-3/+3
| |
* | Changed some files to conform to PEP8Antoine Reversat2010-08-051-35/+55
|/
* Wrap I/O operations in try/except blocks to ensure handles are closed?ric Araujo2010-06-271-40/+37
|
* Make all classes new-style classes.?ric Araujo2010-06-261-1/+1
| | | | | | | This will make 3.x migration easier (we will catch incompatibilities sooner thanks to python2.6 -3, e.g. the __hash__ deprecation warning), it allows us to use properties, super and other niceties, and new-style classes are instantiated faster.
* added a dev noteTarek Ziade2010-05-201-0/+2
|
* Cleaning up a few indentations and making a few lines pep8 length compliant.pumazi2010-03-301-5/+8
|
* Converted tabs to spaces and fixed the packages keyword output from ↵pumazi2010-03-221-809/+817
| | | | directory slashes to dotted notation (e.g. repoze/obob/tests to repoze.obob.tests).
* replaced instances of 'classifiers' with 'classifier'Nicolas Cadou2010-03-151-5/+5
|
* replaced a few 'distutils' instances with 'distutils2'Nicolas Cadou2010-03-151-2/+2
|
* Had old package name in mkpkg config file, changed to "~/.mkpkgpy".Sean Reifschneider2010-03-021-1/+1
|
* Adding "mkpkg" module to automate building setup.py or similar.Sean Reifschneider2010-02-231-0/+921