summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
* Add support for %U and %W to contribute to calculating the date when the yearBrett Cannon2004-10-181-0/+22
* SF #1048865: Fix a trivial typo that breaks StreamReader.readlines()Hye-Shik Chang2004-10-171-1/+12
* Fix and test weak referencing of itertools.tee objects.Raymond Hettinger2004-10-171-0/+8
* Invalid patterns to substitute and safe_substitute would crash since patternNeal Norwitz2004-10-171-0/+12
* remove_stderr_debug_decorations(): Always try the substitution. ElseTim Peters2004-10-141-3/+1
* Get test to pass on amd64 (opteron). This is pretty hacky, butNeal Norwitz2004-10-141-2/+7
* Fixed a small bug. doctest didn't handle unicode docstrings containingJim Fulton2004-10-132-2/+23
* Don't spend quite as much time looking for leaks on Windows, whereFredrik Lundh2004-10-131-2/+4
* normalize case when comparing directory names (problem reported byFredrik Lundh2004-10-131-1/+2
* Add a comment explaining -kb.Martin v. Löwis2004-10-131-0/+1
* New helper remove_stderr_debug_decorations(). This test passes in aTim Peters2004-10-131-7/+24
* Kill several problems at once: test_poll() failed sometimes for me.Tim Peters2004-10-132-8/+11
* test_stdout_none(): Don't print "banana" to the screen in the middleTim Peters2004-10-131-2/+5
* Windows test_creationflags() test: print msg to stderr informing theTim Peters2004-10-131-1/+2
* XXX about extreme expense of test_no_leaking() on Windows. I'm not sureTim Peters2004-10-131-0/+1
* Experience with Zope2's tests showed it's a Bad Idea to make unittestTim Peters2004-10-121-45/+35
* Wrap long lines.Tim Peters2004-10-121-43/+67
* Whitespace normalization.Tim Peters2004-10-121-17/+16
* Added Peter Astrand's subprocess module.Fredrik Lundh2004-10-122-0/+516
* Open source files in universal newlines mode.Michael W. Hudson2004-10-111-1/+1
* Locale data that contains regex metacharacters are now properly escaped.Brett Cannon2004-10-061-0/+13
* Whitespace normalization.Tim Peters2004-10-031-1/+1
* SF bug #997050: Document, test, & check for non-string values in ConfigParser...David Goodger2004-10-031-12/+44
* SF bug #1017864: ConfigParser now correctly handles default keys, processing ...David Goodger2004-10-031-0/+10
* use new readPlist() and writePlist() functionsJust van Rossum2004-10-021-7/+7
* Upon insertion, if memory runs out, the deque was left in a corrupted state.Armin Rigo2004-10-021-0/+9
* deque_traverse(): If the deque had one block, and its rightindex wasTim Peters2004-10-011-0/+9
* Add tests for syntax errors.Raymond Hettinger2004-09-301-0/+13
* Expand scope to include general mapping protocol tests.Raymond Hettinger2004-09-301-0/+13
* Add missing test_dict.py from patch #736962.Walter Dörwald2004-09-301-0/+404
* Improve test coverage.Raymond Hettinger2004-09-305-34/+49
* Improve test coverage.Raymond Hettinger2004-09-292-0/+45
* Improve test coverage.Raymond Hettinger2004-09-292-5/+116
* Reverted the addition of a NORMALIZE_NUMBERS option, per Tim Peter'sEdward Loper2004-09-281-101/+0
* * Increase test coverage.Raymond Hettinger2004-09-281-0/+29
* Added a new NORMALIZE_NUMBERS option, which causes number literals inEdward Loper2004-09-281-0/+101
* Use Py_CLEAR(). Add unrelated test.Raymond Hettinger2004-09-281-0/+3
* Plug a leak and beef-up test coverage.Raymond Hettinger2004-09-281-0/+149
* Rename test for comparision errors.Raymond Hettinger2004-09-271-1/+1
* Beef-up tests for greater coverage and refcount checking.Raymond Hettinger2004-09-271-1/+59
* Patch #1011240: SystemError generated by struct.pack('P', 'foo').Armin Rigo2004-09-271-0/+1
* Use floor division operator.Raymond Hettinger2004-09-275-5/+5
* Checkin Tim's fix to an error discussed on python-dev.Raymond Hettinger2004-09-261-0/+5
* Whitespace normalization.Tim Peters2004-09-241-1/+1
* Port test_unpack to doctest (patch #736962).Johannes Gijsbers2004-09-241-144/+131
* Add yet more tests for buffer().Neil Schemenauer2004-09-241-0/+11
* Add a few more tests for the buffer() object.Neil Schemenauer2004-09-241-0/+8
* Whitespace normalization.Tim Peters2004-09-241-1/+1
* SF bug #513866: Float/long comparison anomaly.Tim Peters2004-09-231-2/+102
* Improve three recipes in the itertools docs.Raymond Hettinger2004-09-231-3/+9