summaryrefslogtreecommitdiffstats
path: root/Lib/packaging/command
Commit message (Expand)AuthorAgeFilesLines
* Avoid matching '' or 'yn' when asking for 'y' or 'n' in interactive codeÉric Araujo2011-09-191-1/+1
* Final bag of small changes coming from distutils2.Éric Araujo2011-09-191-2/+2
* A few style changes originally done in the distutils2 repoÉric Araujo2011-09-181-2/+2
* Fix typo and wordingÉric Araujo2011-09-181-1/+1
* Branch mergeÉric Araujo2011-09-185-55/+32
|\
| * Packaging cleanup: remove conditionals for < 2.6 support.Éric Araujo2011-09-175-55/+32
* | Make a number of small changes to ease the backport to distutils2Éric Araujo2011-09-182-2/+2
|/
* 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-121-31/+1
* Remove obsolete comment (yes, build_ext supports C++)Éric Araujo2011-09-101-4/+0
* Fix usage of bytes in packaging's bdist_wininst.Éric Araujo2011-09-101-7/+8
* Fix usage of dry-run in packaging bdist_wininst and install_distinfo.Éric Araujo2011-09-102-40/+39
* Clean up packaging.util: add __all__, remove some unused functions.Éric Araujo2011-09-014-4/+2
* Fix packaging command registry to let Windows machines find bdist_msiÉric Araujo2011-08-311-2/+7
* Fix typo I introduced in f93acf8844ecÉric Araujo2011-08-301-1/+1
* Make bdist_* commands respect --skip-build passed to bdist (#10946).Éric Araujo2011-08-293-4/+13
* Remove obsolete mentions of the compress program and .Z archives.Éric Araujo2011-08-292-14/+14
* Cleanup: move code out of a try blockÉric Araujo2011-08-291-4/+6
* Cleanup: use sys.version_info instead of convoluted hexversion lshiftsÉric Araujo2011-08-291-11/+6
* Issue #12326: refactor usage of sys.platformVictor Stinner2011-08-201-2/+1
* Minor cleanupÉric Araujo2011-08-201-7/+7
* Make TypeError message from Command.__init__ more usefulÉric Araujo2011-07-291-1/+2
* Factor out code used by packaging commands for HTTP requests (#12169).Éric Araujo2011-07-083-107/+15
* Packaging: remove last mentions and uses of setup.py in the code.Éric Araujo2011-06-161-4/+1
* Fix sdist to always include setup.cfg (#11092), to comply with the specÉric Araujo2011-06-061-8/+13
* Fix format of warnings from the packaging check commandÉric Araujo2011-06-021-1/+1
* Re-add line that was mistakenly removed alongside RPM support.Éric Araujo2011-05-311-0/+1
* Re-apply distutils2 changes lost before the merge of packaging.Éric Araujo2011-05-311-34/+2
* Issue 10126 - backported distutils fix for the enable-share mode into packagingTarek Ziade2011-05-221-3/+3
* fixed the export symbols for the win32 linkerTarek Ziade2011-05-211-1/+1
* use the same line terminator everywhereTarek Ziade2011-05-211-2/+2
* package: replace open(fn, 'w').close() by open(fn, 'wb').close()Victor Stinner2011-05-191-1/+1
* packaging: use with open() instead of try/finally: closeVictor Stinner2011-05-192-28/+25
* Issue #10419, issue #6011: port 6ad356525381 fix from distutils to packagingVictor Stinner2011-05-191-13/+35
* packaging: don't use locale encoding to compute MD5 checksumsVictor Stinner2011-05-191-2/+2
* initial import of the packaging package in the standard libraryTarek Ziade2011-05-1933-0/+6278