summaryrefslogtreecommitdiff
path: root/Lib/packaging/compiler/msvc9compiler.py
Commit message (Expand)AuthorAgeFilesLines
* Remove packaging from the standard library.Éric Araujo2012-06-241-721/+0
* Fix #13210. Port the Windows build from VS2008 to VS2010.Brian Curtin2012-05-131-5/+6
* Remove obsolete verbose arguments from packaging.Éric Araujo2011-11-151-2/+2
* Cleanup in packaging: super considered superÉric Araujo2011-10-141-1/+1
* Packaging: remove last mentions and uses of setup.py in the code.Éric Araujo2011-06-161-4/+4
* fix packaging.compiler.msvc9compiler: os.environ['path'] value is also a strVictor Stinner2011-05-201-2/+1
* fix packaging.compiler.msvc9compiler: os.environ values are str, not bytesVictor Stinner2011-05-191-2/+2
* fixed the path splittingTarek Ziade2011-05-191-1/+2
* make sure split() is called before the encodingTarek Ziade2011-05-191-1/+1
* initial import of the packaging package in the standard libraryTarek Ziade2011-05-191-0/+720