summaryrefslogtreecommitdiffstats
path: root/Lib/packaging/manifest.py
Commit message (Collapse)AuthorAgeFilesLines
* Remove packaging from the standard library.Éric Araujo2012-06-241-381/+0
| | | | | | Distutils2 will live on on PyPI and be included in the stdlib when it is ready. See discussion starting at http://mail.python.org/pipermail/python-dev/2012-June/120430.html
* Port the #6884 fix to packagingÉric Araujo2012-02-261-7/+13
|
* Port the fix for #13193 to packagingÉric Araujo2012-02-121-4/+2
|
* Issue #13193: Fix distutils.filelist.FileList andAntoine Pitrou2011-11-121-1/+4
| | | | | packaging.manifest.Manifest under Windows. The "recursive-include" directive now recognizes both legal path separators.
* Increase test coverage for packaging.manifest (#11751).Éric Araujo2011-10-111-1/+3
| | | | Patch by Justin Love.
* initial import of the packaging package in the standard libraryTarek Ziade2011-05-191-0/+372