summaryrefslogtreecommitdiffstats
path: root/Lib/packaging/metadata.py
Commit message (Collapse)AuthorAgeFilesLines
* The error message should contain the key as given, not normalized.Éric Araujo2011-11-141-2/+4
| | | | Backout of 2e047702df7f. Reported by Jeremy Kloth.
* Make one function in packaging.metadata simplerÉric Araujo2011-10-191-4/+3
|
* Cleanup in packaging: super considered superÉric Araujo2011-10-141-2/+3
|
* Final bag of small changes coming from distutils2.Éric Araujo2011-09-191-3/+4
| | | | | | | | | - minor cleanup in Metadata - trigger creation of the sysconfig._CONFIG_VARS dict - home_page is used over home-page: it’s not a compound word, it’s an escaped space Distutils2 is now synchronized with Packaging.
* Factor out the distribution file-system safe name functions from ↵Jeremy Kloth2011-09-121-3/+13
| | | | install_distinfo to allow all metadata consumers access to them.
* Fix determination of Metadata version in packaging (#8933).Éric Araujo2011-09-101-1/+2
| | | | Original patch by Filip Gruszczyński.
* Consolidate tests for packaging.metadata.Éric Araujo2011-09-101-2/+12
| | | | | | | | | | | | | | | | | New tests were added in test_metadata and old tests inherited from distutils were still in test_dist, so I moved them into test_metadata (except for one which was more at home in test_run) and merged duplicates. I also added some skips to lure contributors <wink>, optimized the Metadata.update method a trifle, and added notes about a number of issues. A note: The tests in test_dist used to dump the Metadata objects to a file in the METADATA format and look for strings in its contents; I updated them to use the mapping API of Metadata instead. For some fields with special writing rules, I have added tests to ensure my conversion did not lose anything.
* Remove class that was only useful with Sphinx autodocÉric Araujo2011-08-181-8/+0
|
* displaying the faulty project name is a good ideaTarek Ziade2011-05-301-6/+8
|
* Issue #12112: packaging reads/writes metadata using UTF-8Victor Stinner2011-05-191-2/+2
|
* initial import of the packaging package in the standard libraryTarek Ziade2011-05-191-0/+552