summaryrefslogtreecommitdiffstats
path: root/Lib/packaging/compiler
Commit message (Expand)AuthorAgeFilesLines
* Packaging cleanup: remove conditionals for < 2.6 support.Éric Araujo2011-09-173-3/+1
* Packaging: remove last mentions and uses of setup.py in the code.Éric Araujo2011-06-163-7/+6
* Use list constructor or built-in method instead of copy moduleÉric Araujo2011-06-041-4/+3
* The compiler class for EMX was removedÉric Araujo2011-06-012-5/+2
* Issue 10126 - backported distutils fix for the enable-share mode into packagingTarek Ziade2011-05-221-3/+3
* fix packaging.compiler.msvc9compiler: os.environ['path'] value is also a strVictor Stinner2011-05-191-2/+1
* fix packaging.compiler.msvc9compiler: os.environ values are str, not bytesVictor Stinner2011-05-191-2/+2
* packaging: use with open() instead of try/finally: closeVictor Stinner2011-05-191-4/+1
* 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-198-0/+3677