summaryrefslogtreecommitdiffstats
path: root/Lib/packaging/command
Commit message (Expand)AuthorAgeFilesLines
* Remove packaging from the standard library.Éric Araujo2012-06-2433-6074/+0
* Implemented PEP 405 (Python virtual environments).Vinay Sajip2012-05-261-1/+4
* Fix #13210. Port the Windows build from VS2008 to VS2010.Brian Curtin2012-05-131-1/+1
* Remove buggy change for #13719 in packagingÉric Araujo2012-03-071-1/+1
* Make packaging’ upload command work with bdist_msi products (#13719)Éric Araujo2012-03-051-1/+1
* Fix parsing of packaging’s build_ext --libraries option (#1326113)Éric Araujo2012-02-151-2/+1
* Use sys.version_info instead of sys.version in packaging.Éric Araujo2012-02-104-8/+7
* Group commands by topic in “pysetup run --list-commands” output.Éric Araujo2012-02-091-30/+20
* Remove obsolete verbose arguments from packaging.Éric Araujo2011-11-154-18/+14
* Clean up byte-compilation code in packaging (#11254 followup).Éric Araujo2011-11-143-56/+35
* Use more standard name for one option of packaging’s install_distinfoÉric Araujo2011-11-062-16/+13
* Undo potentially confusing name change in packaging.Éric Araujo2011-11-066-12/+11
* Improve byte-compilation in packaging to be independent of -O or -B.Éric Araujo2011-11-032-53/+34
* Fix typo “seperate”Éric Araujo2011-11-022-2/+2
* More fixes for PEP 3147 compliance in packaging (#11254)Éric Araujo2011-10-192-4/+8
* Cleanup in packaging: super considered superÉric Araujo2011-10-141-1/+1
* Fix writing of the RESOURCES file by packaging (#12386)Éric Araujo2011-10-141-1/+1
* Remove two unneeded attributes in packagingÉric Araujo2011-09-211-1/+0
* 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