summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Collapse)AuthorAgeFilesLines
* Issue #5829: don't raise OverflowError for complex('1e500'). Backport of ↵Mark Dickinson2009-05-201-0/+7
| | | | r72803.
* Fix issue #1689458 by teaching frame_setlineno how to jump to the first line ofJeffrey Yasskin2009-05-201-0/+21
| | | | a code object.
* Issue 6066: POP_MARK was not in pickle protocol 0.Collin Winter2009-05-201-1/+1
|
* fixed the 'package' option of build_extTarek Ziadé2009-05-192-11/+35
|
* Issue 6032: fix refleaks in test_urllib2_localnet.Collin Winter2009-05-181-17/+21
|
* While I was modifying test_trace, it threw an exception when I accidentallyJeffrey Yasskin2009-05-181-1/+1
| | | | | | | made it try to set the line number from the trace callback for a 'call' event. This patch makes the error message a little more helpful in that case, and makes it a little less likely that a future editor will make the same mistake in test_trace.
* Issue 6037: MutableSequence.__iadd__ should return self.Raymond Hettinger2009-05-181-0/+1
|
* Fixed #6053 - win32 fixes for distutils testsTarek Ziadé2009-05-182-3/+7
|
* working with relative paths to avoid tar warnings on absolute pathsTarek Ziadé2009-05-181-2/+14
|
* Fixed the library extension when distutils build_ext is used inplaceTarek Ziadé2009-05-182-10/+7
|
* fixed the test nameTarek Ziadé2009-05-171-2/+2
|
* pep8-fied distutils.archive_util + added minimum test coverageTarek Ziadé2009-05-172-40/+110
|
* pep8-fied distutils.dir_utilTarek Ziadé2009-05-171-61/+49
|
* removed sys.platform == 'mac' usage in distutils.dir_utilTarek Ziadé2009-05-172-11/+14
|
* removed sys.platform == 'mac' support in distutils.dist.parse_command_line ↵Tarek Ziadé2009-05-172-25/+39
| | | | and improved test coverage
* not running this test with MSVC6Tarek Ziadé2009-05-171-0/+7
|
* completely ignore old-style stuff for type checking overloadingBenjamin Peterson2009-05-161-9/+12
|
* properly lookup __instancecheck__ and __subclasscheck__Benjamin Peterson2009-05-161-6/+17
|
* use skipTest()Benjamin Peterson2009-05-161-4/+1
|
* pep8-fied distutils.dist moduleTarek Ziadé2009-05-161-93/+37
|
* #6041: sdist and register now use the check command. No more duplicate code ↵Tarek Ziadé2009-05-165-72/+179
| | | | for metadata checking
* Fix bootstrapping by removing uses of the copy module in distutilsAntoine Pitrou2009-05-152-8/+6
|
* Issue #2116: Weak references and weak dictionaries now support copy()ing and ↵Antoine Pitrou2009-05-153-1/+113
| | | | deepcopy()ing.
* Issue #1655: Make imaplib IPv6-capable. Patch by Derek Morr.Antoine Pitrou2009-05-151-4/+2
|
* Issue 6024: make regrtest.py promote refleaks to test failures.Collin Winter2009-05-141-1/+11
|
* a useful decorator for cleaning up threadsBenjamin Peterson2009-05-142-7/+13
|
* prevent refleaks from threadsBenjamin Peterson2009-05-141-1/+5
|
* Issue #1664: Make nntplib IPv6-capable. Patch by Derek Morr.Antoine Pitrou2009-05-141-2/+1
| | | | (Unfortunately, nntplib doesn't have a test suite)
* #6022 fixed test_get_outputs so it doesn't leaves a test file in the cwdTarek Ziadé2009-05-141-4/+10
|
* Fix test failure on Windows, and add skip check if even unicodedataR. David Murray2009-05-141-3/+7
| | | | turns out not to be an external module on some other platform.
* pep8-fied distutils.command.sdist + more testsTarek Ziadé2009-05-142-44/+39
|
* more test coverage for distutils sdist commandTarek Ziadé2009-05-142-4/+17
|
* adding void to the c functionTarek Ziadé2009-05-131-1/+1
|
* added an inifoo in the C file, to avoid a warning by the MSVC9 linkerTarek Ziadé2009-05-131-1/+1
|
* Issue #4050: inspect.findsource/getsource now raise an IOError if the 'source'R. David Murray2009-05-132-1/+10
| | | | file is a binary. Patch by Brodie Rao, test by Daniel Diniz.
* the compiler attribute is used in setup.py; can't renameBenjamin Peterson2009-05-121-14/+14
|
* fixed #5977: distutils build_ext.get_outputs was not using the inplace optionTarek Ziadé2009-05-122-45/+85
|
* Better fix for modules using unittest.main(). Fixes regression caused by ↵Michael Foord2009-05-121-1/+1
| | | | commit for issue 5995. Michael Foord
* Fix to restore command line behaviour for test modules using ↵Michael Foord2009-05-121-1/+2
| | | | unittest.main(). Regression caused by issue 5995. Michael
* removing the assert statement so the code works when Python is run with -OTarek Ziadé2009-05-121-1/+2
|
* Adds a verbosity keyword argument to unittest.main plus a minor fix allowing ↵Michael Foord2009-05-112-12/+18
| | | | | | | | | | you to specify test modules / classes from the command line. Closes issue 5995. Michael Foord
* Issue #5981: Fix some float.fromhex bugs related to inf and nan handling.Mark Dickinson2009-05-111-0/+31
|
* distutils.test_build_clib added a new line at the end of the file, to avoid ↵Tarek Ziadé2009-05-111-1/+1
| | | | a warning with some compilers
* fixed test_build_ext for win32Tarek Ziadé2009-05-101-1/+1
|
* use isinstanceBenjamin Peterson2009-05-101-5/+5
|
* fixed test for all platformsTarek Ziadé2009-05-101-1/+1
|
* now using EnvironGuard everywhereTarek Ziadé2009-05-103-71/+25
|
* refactored test_sysconfig so it uses test.test_support.EnvironmentVarGuardTarek Ziadé2009-05-102-19/+19
|
* Added tests form install_lib and pep8-fied the moduleTarek Ziadé2009-05-102-27/+97
|
* fixed #5984 and improved test coverageTarek Ziadé2009-05-102-47/+151
|