summaryrefslogtreecommitdiffstats
path: root/Lib/packaging/command/build_ext.py
Commit message (Expand)AuthorAgeFilesLines
* Remove packaging from the standard library.Éric Araujo2012-06-241-644/+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
* Fix parsing of packaging’s build_ext --libraries option (#1326113)Éric Araujo2012-02-151-2/+1
* Remove obsolete verbose arguments from packaging.Éric Araujo2011-11-151-6/+0
* Packaging cleanup: remove conditionals for < 2.6 support.Éric Araujo2011-09-171-11/+6
* Remove obsolete comment (yes, build_ext supports C++)Éric Araujo2011-09-101-4/+0
* Fix typo I introduced in f93acf8844ecÉric Araujo2011-08-301-1/+1
* 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
* Packaging: remove last mentions and uses of setup.py in the code.Éric Araujo2011-06-161-4/+1
* 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
* initial import of the packaging package in the standard libraryTarek Ziade2011-05-191-0/+666