summaryrefslogtreecommitdiff
path: root/distutils2/metadata.py
Commit message (Expand)AuthorAgeFilesLines
* Merge default?ric Araujo2012-05-211-15/+18
|\
| * Fix minor whitespace, syntax and idiom nits?ric Araujo2012-05-161-1/+0
| * #13614: Merge changes from julien_courteau and PierrePaul regarding bad rstMathieu Leduc-Hamel2012-05-121-2/+2
| * MergePierre Paul2012-05-121-1/+4
| |\
| | * fix: setup.py register fails if description has ReST uncompatible with Sphinx...Julien Courteau2012-04-211-0/+3
| | * Fix typoJulien Courteau2012-04-211-1/+1
| * | #13614: Raises a TypeError now if the RST description is invalidPierre Paul2012-05-121-1/+1
| |/
| * changed the metadata behavior so the version does not get set all the timeTarek Ziade2012-03-121-14/+15
* | Merge default?ric Araujo2011-11-141-17/+10
|\ \ | |/ |/|
| * Ye olde merge.?ric Araujo2011-11-121-6/+6
| |\
| * | Start a branch to provide Distutils2 for Python 3.?ric Araujo2011-09-241-16/+9
* | | The error message should contain the key as given, not normalized.?ric Araujo2011-11-141-2/+4
| |/ |/|
* | Code simplification?ric Araujo2011-11-121-4/+2
* | Super considered super.?ric Araujo2011-11-121-3/+5
|/
* Fix determination of Metadata version in packaging (#8933).?ric Araujo2011-09-191-3/+5
* Consolidate tests for d2.metadata.?ric Araujo2011-09-191-3/+13
* Fix the backport fixes.?ric Araujo2011-09-181-8/+12
* Factor out the distribution file-system safe name functions from install_dist...Jeremy Kloth2011-09-061-3/+13
* Branch merge. Will clean up later.?ric Araujo2011-08-311-8/+0
|\
| * Remove class that was only useful with Sphinx autodoc?ric Araujo2011-08-291-8/+0
* | Fixed a python2.4 syntax errors.Alexandru Plugaru2011-08-301-4/+6
|/
* Backported packaging from cpython default, overwriting previous version.Vinay Sajip2011-08-181-84/+76
* Changing the metadata.version API and relocating the metadata_to_dict function.Kelsey Hightower2011-02-101-9/+54
* Clean up metadata?ric Araujo2011-02-091-35/+36
* Remove unneeded constant in favor of comment.?ric Araujo2011-02-091-3/+1
* Fix type of d2.metadata.__all__?ric Araujo2011-02-061-2/+2
* Branch merge.?ric Araujo2011-02-031-2/+2
|\
| * renamed DistributionMetadata to MetadataChristophe Combelles2011-01-281-2/+2
* | Don't check twice the same thing (restructured text compatibility).Alexis Metaireau2011-02-011-2/+2
* | merge changes by sprintGodefroid Chapelle2011-01-291-196/+24
|\ \
| * | split the micro-language for PEP 345 in markersTarek Ziade2011-01-291-191/+2
| * | merge Julien's cloneGael Pasgrimaud2011-01-291-6/+30
| |\ \
| | * | add docstring to all public api of DistributionMetadataGael Pasgrimaud2011-01-281-0/+6
| | * | add DistributionMetadata to apiref. fix directives in modules documentationGael Pasgrimaud2011-01-281-2/+8
| | * | Allow to have more than one file in description-file. Also check that those f...Gael Pasgrimaud2011-01-281-0/+1
| | * | move lineGael Pasgrimaud2011-01-281-2/+2
| * | | 'Supported-Platform' was missing from the list of multiple use fields.Julien Miotte2011-01-281-1/+1
| * | | Better handling of multi lines fields of the setup.cfg.Julien Miotte2011-01-281-0/+4
| | |/ | |/|
* | | metadata.check checks for missing authorGodefroid Chapelle2011-01-291-1/+1
| |/ |/|
* | fixed #11038. Add strict parameter to metadata.check() and use the strict mod...Gael Pasgrimaud2011-01-281-3/+14
|/
* savepointTarek Ziade2010-11-271-16/+19
* finished the removal of the log moduleTarek Ziade2010-11-051-4/+4
* Branch merge?ric Araujo2010-10-021-12/+19
|\
| * Added the ability to test for existence of a given fieldJeremy Kloth2010-10-011-12/+19
* | added support for more metadata and filesTarek Ziade2010-10-011-1/+1
|/
* moved everything in the same dir - we want to include docs/ in the releaseTarek Ziade2010-09-191-0/+670