summaryrefslogtreecommitdiffstats
path: root/Lib/distutils/tests/test_dist.py
Commit message (Expand)AuthorAgeFilesLines
* test_distutils: remove the test file in DistributionTestCase.test_debug_mode()Victor Stinner2014-09-111-1/+2
* Fix determination of Metadata version (#8933). Patch by Filip Gruszczyński.Éric Araujo2011-09-101-0/+14
* Slight cleanup in distutils test_dist.Éric Araujo2011-09-101-54/+49
* Merged revisions 86236,86240,86332,86340,87271,87273,87447 via svnmerge fromÉric Araujo2011-02-031-2/+2
* Merged revisions 86596 via svnmerge fromEzio Melotti2010-11-211-21/+21
* Merged revisions 86223-86224,86226,86234 via svnmerge fromÉric Araujo2010-11-061-19/+21
* Issue #7457: added a read_pkg_file method to distutils.dist.DistributionMetad...Tarek Ziadé2009-12-081-2/+29
* Fixed #1923: make sure we don't strip meaningful whitespace in PKG-INFO Descr...Tarek Ziadé2009-12-061-0/+16
* Fixed #1180: Option to ignore ~/.pydistutils.cfg in DistutilsTarek Ziadé2009-10-271-0/+29
* Changed distutils tests to avoid environment alterationTarek Ziadé2009-10-181-12/+19
* #6954: Fixed crash when using DISTUTILS_DEBUG flag in Distutils.Tarek Ziadé2009-09-211-0/+7
* improving distutils coverageTarek Ziadé2009-09-211-0/+22
* using print statements when used for user interactionTarek Ziadé2009-07-041-18/+0
* convert usage of fail* to assert*Benjamin Peterson2009-06-301-21/+21
* improved distutils.dist test coverage, pep-8 compliancyTarek Ziadé2009-06-011-6/+51
* removed sys.platform == 'mac' support in distutils.dist.parse_command_line an...Tarek Ziadé2009-05-171-19/+39
* now using EnvironGuard everywhereTarek Ziadé2009-05-101-16/+6
* Replace variableTarek Ziadé2009-02-141-1/+1
* Fix for #5257: refactored all tests in distutils, so they use a temporary dir...Tarek Ziadé2009-02-141-17/+13
* fixed #4646 : distutils was choking on empty options arg in the setup function.Tarek Ziadé2008-12-291-0/+24
* Issue #2562: Fix distutils PKG-INFO writing logic to allow havingMarc-André Lemburg2008-09-031-0/+35
* Try setting HOME env.var to fix test on Win32Andrew M. Kuchling2008-05-111-1/+1
* Add message to test assertionAndrew M. Kuchling2008-05-111-1/+2
* #1858: re-apply patch for this, adding the missing filesAndrew M. Kuchling2008-05-111-0/+46
* Revert r62998 as it broke the build (seems distutils.config is missing).Brett Cannon2008-05-101-47/+0
* #1858 from Tarek Ziade:Andrew M. Kuchling2008-05-101-0/+47
* Patch #2167 from calvin: Remove unused importsChristian Heimes2008-02-231-2/+0
* Whitespace normalization.Tim Peters2005-03-281-1/+1
* PEP 314 implementation (client side):Fred Drake2005-03-201-1/+90
* This allows additional commands to be provided for existing setup.pyFred Drake2004-08-031-0/+100