summaryrefslogtreecommitdiffstats
path: root/Lib/packaging
Commit message (Expand)AuthorAgeFilesLines
* Remove packaging from the standard library.Éric Araujo2012-06-24188-30771/+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-132-6/+7
* Remove buggy change for #13719 in packagingÉric Araujo2012-03-072-10/+1
* Make packaging’ upload command work with bdist_msi products (#13719)Éric Araujo2012-03-052-3/+12
* Improve packaging.database documentationÉric Araujo2012-03-051-0/+1
* Fix comparison bug with 'rc' versions in packaging.version (#11841).Éric Araujo2012-02-272-11/+22
* Port the #6884 fix to packagingÉric Araujo2012-02-262-43/+117
* Fix code I unwittingly broke in b0e2d6592a1f (#14038)Éric Araujo2012-02-171-1/+1
* Add test for packaging.util.set_platform (#13974).Éric Araujo2012-02-161-0/+5
* Fix for packaging test failure on shared builds (#1326113)Éric Araujo2012-02-151-1/+2
* Fix parsing of packaging’s build_ext --libraries option (#1326113)Éric Araujo2012-02-152-8/+7
* Port the fix for #13193 to packagingÉric Araujo2012-02-121-4/+2
* Use sys.version_info instead of sys.version in packaging.Éric Araujo2012-02-108-17/+23
* Start improving 2to3 code in packaging (#13462).Éric Araujo2012-02-096-194/+97
* Synchronize packaging.tests.support with distutils2Éric Araujo2012-02-091-19/+22
* More boolean tests for packaging metadata environment markersÉric Araujo2012-02-091-3/+7
* Remove unneeded importÉric Araujo2012-02-091-1/+1
* Group commands by topic in “pysetup run --list-commands” output.Éric Araujo2012-02-093-36/+40
* Fix typos in comments.Éric Araujo2012-02-061-3/+3
* Stop converting package_data to extra_files in pysetup create (#13712).Éric Araujo2012-02-052-28/+33
* Allow multiple values for package_data in setup.cfg (#11805).Éric Araujo2012-02-042-14/+48
* Improve one packaging test, remove a setuptoolism in anotherÉric Araujo2012-02-042-5/+14
* Issue #13901: Prevent test_packaging failures on OS X with --enable-shared.Ned Deily2012-02-031-3/+8
* Update list of trove classifiersÉric Araujo2011-11-201-0/+12
* Remove obsolete verbose arguments from packaging.Éric Araujo2011-11-1511-51/+36
* Remove unused code from packaging.tests.__init__Éric Araujo2011-11-154-108/+10
* Remove redundant setUp/tearDown methods in packaging testsÉric Araujo2011-11-143-23/+2
* The error message should contain the key as given, not normalized.Éric Araujo2011-11-141-2/+4
* Add tests to check initial content of packaging.database cachesÉric Araujo2011-11-141-0/+7
* packaging cleanup: A few super I missed in 5ae03b1e147aÉric Araujo2011-11-142-11/+10
* Adapt test and example after e39d1b6f0856.Éric Araujo2011-11-141-1/+1
* Fix a few typosÉric Araujo2011-11-141-1/+1
* Clean up byte-compilation code in packaging (#11254 followup).Éric Araujo2011-11-145-73/+51
* Issue #13193: Fix distutils.filelist.FileList andAntoine Pitrou2011-11-121-1/+4
* Merge 3.2, fix typos.Florent Xicluna2011-11-112-2/+2
* Use more standard name for one option of packaging’s install_distinfoÉric Araujo2011-11-063-21/+18
* Remove redundant __main__ blocks from packaging modules.Éric Araujo2011-11-063-17/+1
* Clean up mocking of stdout and stdin in packaging tests.Éric Araujo2011-11-0610-113/+61
* Minor tweak to packaging tests.Éric Araujo2011-11-064-3/+4
* Undo potentially confusing name change in packaging.Éric Araujo2011-11-068-19/+19
* Make sure packaging tests that register custom commands also clear themÉric Araujo2011-11-063-19/+34
* Try to fix buildbot failures from #13193Éric Araujo2011-11-051-0/+2
* Actually check the contents of the file created by packaging’s bdist_dumbÉric Araujo2011-11-031-4/+13
* Improve byte-compilation in packaging to be independent of -O or -B.Éric Araujo2011-11-039-155/+117
* Minor code reorganization in one packaging test fileÉric Araujo2011-11-021-27/+25
* Fix typo “seperate”Éric Araujo2011-11-023-3/+3
* Merge 3.2Florent Xicluna2011-10-282-3/+3
* Add tests for packaging.tests.support (#12659).Éric Araujo2011-10-211-0/+78
* Fix missing imports in setup scripts generated by packaging (#13205).Éric Araujo2011-10-212-17/+73