summaryrefslogtreecommitdiffstats
path: root/Lib/packaging
Commit message (Expand)AuthorAgeFilesLines
* Remove two unneeded attributes in packagingÉric Araujo2011-09-212-6/+3
* Squash last tempdir leak in packaging tests.Éric Araujo2011-09-191-0/+2
* Avoid matching '' or 'yn' when asking for 'y' or 'n' in interactive codeÉric Araujo2011-09-192-2/+2
* Final bag of small changes coming from distutils2.Éric Araujo2011-09-199-29/+22
* A few style changes originally done in the distutils2 repoÉric Araujo2011-09-182-4/+5
* Replace cmp function with key functionÉric Araujo2011-09-181-15/+2
* Fix typo and wordingÉric Araujo2011-09-181-1/+1
* Branch mergeÉric Araujo2011-09-1815-94/+45
|\
| * Packaging cleanup: remove conditionals for < 2.6 support.Éric Araujo2011-09-1716-95/+46
* | Make a number of small changes to ease the backport to distutils2Éric Araujo2011-09-1819-125/+104
* | Fix fallback base class when tests run without threadingÉric Araujo2011-09-181-1/+1
* | Issue #12765: Fix packaging.test.test_database failures on OS X dueNed Deily2011-09-151-0/+1
|/
* Fix packaging.database.Distribution.list_distinfo_files (#12785).Éric Araujo2011-09-152-23/+27
* The value is the dotted module name to the command class.Jeremy Kloth2011-09-131-1/+1
* Factor out the distribution file-system safe name functions from install_dist...Jeremy Kloth2011-09-123-36/+16
* Remove unneeded --all option of “pysetup list”.Éric Araujo2011-09-122-12/+9
* Remove obsolete comment (yes, build_ext supports C++)Éric Araujo2011-09-101-4/+0
* Don’t let invalid line in setup.cfg pass silentlyÉric Araujo2011-09-101-3/+4
* Fix usage of bytes in packaging's bdist_wininst.Éric Araujo2011-09-101-7/+8
* Use bytes regex instead of decoding whole pagesÉric Araujo2011-09-101-12/+10
* Fix usage of dry-run in packaging bdist_wininst and install_distinfo.Éric Araujo2011-09-102-40/+39
* Fix determination of Metadata version in packaging (#8933).Éric Araujo2011-09-102-2/+16
* Consolidate tests for packaging.metadata.Éric Araujo2011-09-104-351/+333
* Issue #9561: packaging now writes egg-info files using UTF-8Victor Stinner2011-09-051-2/+2
* Minor: tweak docstrings and __all__ in packaging.tests.supportÉric Araujo2011-09-011-13/+27
* Minor improvement to extensions in setup.cfg: check parent packageÉric Araujo2011-09-012-4/+47
* Minor improvement to extensions section in setup.cfg.Éric Araujo2011-09-012-9/+18
* Clean up packaging.util: add __all__, remove some unused functions.Éric Araujo2011-09-018-144/+42
* Fix packaging command registry to let Windows machines find bdist_msiÉric Araujo2011-08-311-2/+7
* Move help texts near to the function they’re related toÉric Araujo2011-08-301-121/+101
* Fix typo I introduced in f93acf8844ecÉric Araujo2011-08-301-1/+1
* Update list of trove classifiers to match PyPIÉric Araujo2011-08-301-0/+7
* Make bdist_* commands respect --skip-build passed to bdist (#10946).Éric Araujo2011-08-294-33/+26
* Remove obsolete mentions of the compress program and .Z archives.Éric Araujo2011-08-293-25/+22
* Remove display options (--name, etc.) from the Distribution class.Éric Araujo2011-08-295-87/+35
* Cleanup: move code out of a try blockÉric Araujo2011-08-291-4/+6
* Print all fields when calling “pysetup metadata” without options.Éric Araujo2011-08-291-11/+7
* Cleanup: use sys.version_info instead of convoluted hexversion lshiftsÉric Araujo2011-08-291-11/+6
* Minor code simplificationÉric Araujo2011-08-251-3/+2
* Another (hopefully last) fix for test_packaging on Windws (#12678)Éric Araujo2011-08-251-3/+13
* Fix test_packaging on Windows (#12678).Éric Araujo2011-08-242-4/+16
* Try to fix packaging tests using build_ext on Windows (#12678)Éric Araujo2011-08-232-19/+18
* Fix test_command_install_dist in shared Python buildsÉric Araujo2011-08-211-0/+1
* Factor out the build_ext fixup for shared Python builds.Éric Araujo2011-08-212-22/+29
* Remove obsolete codeÉric Araujo2011-08-211-2/+0
* Issue #12326: refactor usage of sys.platformVictor Stinner2011-08-201-2/+1
* Add a simple test for the packaging RECORD file.Éric Araujo2011-08-201-1/+53
* Minor cleanupÉric Araujo2011-08-202-12/+7
* Add a test for extension modules in the old-style record fileÉric Araujo2011-08-201-1/+24
* Rework test_old_record a bit to make the test more exactÉric Araujo2011-08-201-13/+13