summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
* Expand upon test_site.test_s_option to try to debug its failure.Brett Cannon2009-02-241-1/+2
* Backport 69934: Register xrange() as a Sequence.Raymond Hettinger2009-02-241-0/+3
* Revert debugging statements, culprit is possibly test_distutils (see #5316)Antoine Pitrou2009-02-221-2/+1
* Try to make sense of the test_site buildbot failuresAntoine Pitrou2009-02-221-1/+2
* Issue #5341: Fix a variety of spelling errors.Mark Dickinson2009-02-217-10/+10
* Fix keyword arguments for itertools.count().Raymond Hettinger2009-02-211-0/+2
* Issue 5176: special-case string formatting in BINARY_MODULO implementation. T...Collin Winter2009-02-201-0/+6
* Inline coefficients in gamma(). Add reflection formula. Add comments.Raymond Hettinger2009-02-191-10/+18
* Add some cross-references to the docs. Simplify the python code equivalent f...Raymond Hettinger2009-02-191-3/+3
* Add keyword arg support to itertools.repeat().Raymond Hettinger2009-02-191-0/+1
* Add keyword arg support to itertools.compress().Raymond Hettinger2009-02-191-0/+1
* Issue #5282: Fixed mmap resize on 32bit windows and unix. When offset > 0,Hirokazu Yamamoto2009-02-171-0/+21
* Issue #5292: Fixed mmap crash on its boundary access m[len(m)].Hirokazu Yamamoto2009-02-171-0/+4
* Add GC support to count() objects. Backport candidate.Raymond Hettinger2009-02-161-0/+5
* Issue #5260: Various portability and standards compliance fixes, optimizationsMark Dickinson2009-02-151-6/+6
* #5179: don't leak PIPE fds when child execution fails.Georg Brandl2009-02-141-0/+16
* this needn't be a shebang lineBenjamin Peterson2009-02-141-1/+1
* we're no longer using CVS, so this doesn't have to be binaryBenjamin Peterson2009-02-141-31/+30
* Add keyword argument support to itertools.count().Raymond Hettinger2009-02-141-0/+2
* #3694: add test for fix committed in r66693.Georg Brandl2009-02-131-0/+4
* - Issue #3745: Fix hashlib to always reject unicode and non buffer-apiGregory P. Smith2009-02-131-3/+18
* One more test.Raymond Hettinger2009-02-121-0/+3
* Add an extra testcase.Raymond Hettinger2009-02-121-0/+3
* Issue 5032: added a step argument to itertools.count() and allowed non-integ...Raymond Hettinger2009-02-121-1/+36
* Issue #1008086: Fixes socket.inet_aton() to always return 4 bytes evenGregory P. Smith2009-02-111-0/+8
* Issue #5175: PyLong_AsUnsignedLongLong now raises OverflowError forMark Dickinson2009-02-101-2/+2
* compileall used the ctime of bytecode and source to determine if the bytecodeBrett Cannon2009-02-101-0/+63
* Issue 1818: collections.namedtuple() to support automatic renaming of invalid...Raymond Hettinger2009-02-101-0/+11
* Checking for tk availability before continuing (basically the same that is do...Guilherme Polo2009-02-091-1/+7
* Some tests for Tkinter.Text.searchGuilherme Polo2009-02-092-0/+29
* Issue #5170: Fixed Unicode output bug in logging and added test case. This is...Vinay Sajip2009-02-081-2/+25
* Issue #4512 closeout: Make ZipImport.get_filename() a public methodNick Coghlan2009-02-081-6/+6
* Issue 4195: Restore the ability to execute packages with the -m switch (but t...Nick Coghlan2009-02-081-0/+63
* make destinsrc privateBenjamin Peterson2009-02-071-4/+4
* Add test for issue #999042, explict global statement works.Neil Schemenauer2009-02-071-0/+7
* Fix broken test in test_hotshot. Treating the current directory as anNeil Schemenauer2009-02-071-1/+7
* Eliminated the need to use ttk.__loadtk__ and the problems related it.Guilherme Polo2009-02-071-7/+1
* Ivan on IRC in #twisted reported this crasher.Armin Rigo2009-02-061-0/+5
* Fix a number of Win32ErrorTests error cases. chmod wasn't being tested. 'ac...Kristján Valur Jónsson2009-02-061-5/+7
* Implement issue #4285, convert sys.version_info to a namedEric Smith2009-02-061-1/+13
* Minor doc fixups.Raymond Hettinger2009-02-041-3/+6
* issue 4804: Provide checks for the format string of strftime, and for the "m...Kristján Valur Jónsson2009-02-041-1/+1
* Register decimals as numbers.NumberRaymond Hettinger2009-02-031-0/+7
* Validate that __length_hint__ returns a usable result.Raymond Hettinger2009-02-031-0/+10
* Issue 1242657: list(obj) can swallow KeyboardInterrupt.Raymond Hettinger2009-02-021-0/+31
* Restore Tkinter.Tk._loadtk so this test doesn't fail for problemsGuilherme Polo2009-02-011-1/+7
* - Issue #5104: The socket module now raises OverflowError when 16-bit port andGregory P. Smith2009-01-311-6/+30
* Add an extra test for long <-> float hash equivalence.Mark Dickinson2009-01-311-0/+1
* check the errno in bad fd casesBenjamin Peterson2009-01-311-2/+8
* make _tkinter._flatten check the result of PySequence_Size for errors #3880Benjamin Peterson2009-01-301-1/+10