summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
* #6416: Fix compilation of the select module on Windows, as well as test_subpr...Amaury Forgeot d'Arc2009-07-091-1/+1
* 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
* 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
* 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
* Issue 6070: when creating a compiled file, after copying the mode bits, onR. David Murray2009-07-071-0/+19
* 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
* Use select.poll() in subprocess, when available, rather than select() so thatGregory P. Smith2009-07-041-1/+17
* 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
* fix a few cases where automated fail -> assert translation messed upBenjamin Peterson2009-07-011-23/+23
* use assert* methods in test_unittestBenjamin Peterson2009-06-301-53/+53
* convert usage of fail* to assert*Benjamin Peterson2009-06-30191-3469/+3469
* Resolves issues 5155, 5313, 5331 - bad file descriptor error with processes i...Jesse Noller2009-06-301-1/+69
* Backport fix for buglet from py3kAntoine Pitrou2009-06-291-1/+2
* http://bugs.python.org/issue6267Kristján Valur Jónsson2009-06-281-14/+128
* return locals and cells in get_locals() not bound globals, thoughBenjamin Peterson2009-06-281-1/+1
* #2016 Fix a crash in function call when the **kwargs dictionary is mutatedAmaury Forgeot d'Arc2009-06-251-0/+18
* Remove the ipaddr module per discussion on python-devAmaury Forgeot d'Arc2009-06-231-554/+0
* Issue 6329: Fix iteration for memoryviews.Raymond Hettinger2009-06-231-0/+6
* Fix issue 5230 by having pydoc's safeimport check to see if the importR. David Murray2009-06-231-0/+42
* Issue #5450: Moved tests involving loading tk from Lib/test/test_tcl toGuilherme Polo2009-06-211-31/+0
* use closuresBenjamin Peterson2009-06-191-3/+3
* show that this one isn't usedBenjamin Peterson2009-06-191-1/+1
* add missing assertion #6313Benjamin Peterson2009-06-191-0/+1
* remove duplicate testBenjamin Peterson2009-06-191-9/+0
* #6276: Remove usage of nested() in favor of new with statement with multiple ...Georg Brandl2009-06-181-3/+3
* Issue #6215: Fixed to use self.open() instead of open() or io.open().Hirokazu Yamamoto2009-06-171-18/+18
* Acknowledge the role of the MPFR library in creating cmath_testcases.txtMark Dickinson2009-06-161-0/+10
* don't mask encoding errors when decoding a string #6289Benjamin Peterson2009-06-161-0/+12
* #6227: Because of a wrong indentation, the test was not testing what it should.Amaury Forgeot d'Arc2009-06-142-1/+3
* when no module is given in a 'from' relative import, make ImportFrom.module NULLBenjamin Peterson2009-06-131-0/+4
* give a better error message when deleting ()Benjamin Peterson2009-06-131-0/+6
* allow importing from a module named None if it has an 'as' clauseBenjamin Peterson2009-06-131-0/+2
* prevent import statements from assigning to NoneBenjamin Peterson2009-06-131-0/+6
* keep the slice.step field as NULL if no step expression is givenBenjamin Peterson2009-06-131-0/+6
* Revert r73401 per Raymond Hettinger's request.Alexandre Vassalotti2009-06-121-2/+2
* Make pickling of OrderedDict instances more efficient.Alexandre Vassalotti2009-06-121-2/+2