summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* more cleanups and if zlib -> skipUnless(zlib)Ezio Melotti2009-07-101-90/+94
* #6447: typo in subprocess docstringAmaury Forgeot d'Arc2009-07-101-2/+2
* cleaned up distutils.command.buildTarek Ziadé2009-07-101-15/+5
* Added test coverage for distutils.command.buildTarek Ziadé2009-07-101-0/+54
* Fixed #6455 (the test shall use pyd files under win32, rather than so files)Tarek Ziadé2009-07-101-4/+5
* #6416: Fix compilation of the select module on Windows, as well as test_subpr...Amaury Forgeot d'Arc2009-07-092-6/+7
* Try to fix Solaris buildbot rmtree failure in test_getcwd_long_pathnamesR. David Murray2009-07-091-2/+1
* Temporarily ignore rmtree errors in test_getcwd_long_pathnames to seeR. David Murray2009-07-091-1/+2
* Curdir needs to be in the path for the test to work on all buildbots.R. David Murray2009-07-091-0/+2
* Specify umask in execute bit test to get consistent resultsR. David Murray2009-07-091-0/+2
* PendingDeprecationWarning -> DeprecationWarning in build_extTarek Ziadé2009-07-091-2/+2
* Make test work with -O.R. David Murray2009-07-091-2/+8
* Conditionalize test cleanup code to eliminate traceback, which willR. David Murray2009-07-091-1/+1
* Sets the compiler attribute to keep the old behavior for third-party packages.Tarek Ziadé2009-07-082-4/+29
* Issue #1523: Remove deprecated overflow masking in struct module, andMark Dickinson2009-07-071-19/+1
* Expand test coverage for struct.pack with native integer packing;Mark Dickinson2009-07-071-170/+107
* Add skipping to struct test that only applies when overflow masking is in effectMark Dickinson2009-07-071-0/+2
* http://bugs.python.org/issue6382Kristján Valur Jónsson2009-07-071-9/+23
* Issue 6070: when creating a compiled file, after copying the mode bits, onR. David Murray2009-07-071-0/+19
* Fixed #6377: distutils compiler switch ignored (and added a deprecation warni...Tarek Ziadé2009-07-062-23/+69
* http://bugs.python.org/issue6382Kristján Valur Jónsson2009-07-051-1/+3
* Issues #1530559, #1741130: Fix various inconsistencies in struct.packMark Dickinson2009-07-051-25/+26
* Backport test cases added in r73852.Alexandre Vassalotti2009-07-051-0/+13
* Fix bad variable name in r73846.Alexandre Vassalotti2009-07-051-2/+2
* Issue 2370: Add Python 3 warnings for the removal of operator.isCallable andAlexandre Vassalotti2009-07-051-0/+12
* if zlib -> skipUnless(zlib) and minor cleanupsEzio Melotti2009-07-041-37/+49
* Merge r73838 from py3k branch. Use the nondeprecated unittest methodGregory P. Smith2009-07-048-155/+155
* using print statements when used for user interactionTarek Ziadé2009-07-042-29/+11
* Fixed #6413: fixed log level in distutils.dist.announceTarek Ziadé2009-07-041-2/+2
* Use select.poll() in subprocess, when available, rather than select() so thatGregory P. Smith2009-07-042-36/+113
* http://bugs.python.org/issue6267Kristján Valur Jónsson2009-07-031-1/+1
* http://bugs.python.org/issue6267Kristján Valur Jónsson2009-07-031-5/+5
* http://bugs.python.org/issue6381Kristján Valur Jónsson2009-07-031-1/+6
* cleaned distutils.file_utilTarek Ziadé2009-07-031-69/+52
* basic tests to raise distutils.file_util coverageTarek Ziadé2009-07-031-1/+16
* cleaned up distutils.command.build_pyTarek Ziadé2009-07-031-90/+44
* Fixed #6403 : package path usage for build_extTarek Ziadé2009-07-032-10/+41
* condense with assertRaisesBenjamin Peterson2009-07-021-13/+2
* test that compile() accepts the future flagBenjamin Peterson2009-07-021-0/+3
* when print() gets unicode arguments, sep and end should be unicode by default...Benjamin Peterson2009-07-021-6/+29
* only order comparisons are removed in py3k #6119Benjamin Peterson2009-07-021-1/+10
* remove this test; a module level warning is enoughBenjamin Peterson2009-07-021-11/+0
* pep8-fied and cleaned up distutils.utilTarek Ziadé2009-07-021-75/+67
* cleaned up the bdist_dumb moduleTarek Ziadé2009-07-021-15/+4
* raising bdist_dumb test coverageTarek Ziadé2009-07-021-0/+15
* proxy the __exit__ callBenjamin Peterson2009-07-011-1/+1
* Merged revisions 73379,73388,73507,73722 via svnmerge fromBenjamin Peterson2009-07-015-183/+183
* fix a few cases where automated fail -> assert translation messed upBenjamin Peterson2009-07-012-25/+25
* use assert* methods in test_unittestBenjamin Peterson2009-06-301-53/+53
* convert usage of fail* to assert*Benjamin Peterson2009-06-30268-5021/+5021