summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
* Split long line.Tim Peters2002-11-241-2/+3
* Whitespace normalization.Tim Peters2002-11-243-7/+5
* Patch #626485: Support Unicode normalization.Martin v. Löwis2002-11-231-0/+68
* Update character names.Martin v. Löwis2002-11-231-3/+3
* Implement names for CJK unified ideographs. Add name to KeyError output.Martin v. Löwis2002-11-232-6/+19
* Add test cases for Hangul syllables. Update output.Martin v. Löwis2002-11-232-1/+26
* Remove duplicate testNeal Norwitz2002-11-231-2/+0
* Patch #642500 with slight modifications: allow keyword arguments inJust van Rossum2002-11-231-11/+12
* Two bugs:Fred Drake2002-11-221-7/+7
* Move Windows Python away from bsddb 1.85 and toward Sleepycat's latest.Tim Peters2002-11-221-0/+1
* Implement dict() style constructor.Raymond Hettinger2002-11-221-0/+3
* Patch #633547: Support plural forms. Do TODOs in test suite.Martin v. Löwis2002-11-212-157/+248
* Change int() so that passing a string, unicode, float or long argumentWalter Dörwald2002-11-193-22/+28
* Importing test suite from bsddb3 3.4.0 (with modifications).Martin v. Löwis2002-11-192-1/+64
* check for str.__mod__Neil Schemenauer2002-11-181-0/+3
* check for unicode.__mod__Neil Schemenauer2002-11-181-0/+1
* Improve DictMixin.Raymond Hettinger2002-11-181-6/+5
* Style guide reformats. I saw this test fail on a very heavily loadedTim Peters2002-11-151-6/+9
* SF patch #520382: Expand shelve.py to have a full dictionary interfaceRaymond Hettinger2002-11-151-0/+98
* Fix or disable some tests that were affected by the new C3 MROGuido van Rossum2002-11-141-20/+79
* This uses only one temp file at a time, so use test_support.TESTFN asTim Peters2002-11-141-2/+2
* Add some simple tests of the persistence hooks.Jeremy Hylton2002-11-131-0/+35
* Remove inst_persistent_id() WANNI (we ain't never needed it).Jeremy Hylton2002-11-131-1/+23
* remove debugging printJeremy Hylton2002-11-131-2/+0
* Add getstate and setstate implementation to concrete set classes.Jeremy Hylton2002-11-131-1/+9
* Fix SF # 635969, No error "not all arguments converted"Neal Norwitz2002-11-121-0/+8
* SF patch 637176: list.sort crasherTim Peters2002-11-122-2/+31
* Allow both string and Unicode objects in levels.Martin v. Löwis2002-11-091-2/+2
* Don't try to convert the test filename to Unicode with -U.Martin v. Löwis2002-11-091-1/+6
* I already forgot what I changed -- it wasn't important <wink>.Tim Peters2002-11-091-2/+0
* OK -- all tests pass on Windows now. The rest were due to 3 moreTim Peters2002-11-091-22/+5
* More tests run on Windows now. Something is still wrong here, but noTim Peters2002-11-091-27/+34
* Many changes to get this to pass on Windows, and to make it easier toTim Peters2002-11-091-11/+45
* Whitespace normalization.Tim Peters2002-11-097-296/+296
* Comment out the test docstrings so we can at least tell which tests areTim Peters2002-11-091-28/+28
* Whitespace normalization.Tim Peters2002-11-091-16/+16
* Open at least one binary file in binary mode. This allows a few of theTim Peters2002-11-091-1/+1
* This is Richie Hindle's patch:Michael W. Hudson2002-11-081-6/+31
* Closes SF bug #628246.Raymond Hettinger2002-11-081-0/+25
* Make int("...") return a long if an int would overflow.Walter Dörwald2002-11-061-7/+8
* Fixed bug #470582, using a modified version of patch #527371,Gustavo Niemeyer2002-11-062-0/+7
* Skip the test_nocaret test when running as jython. Jython happens to addFinn Bock2002-11-061-1/+4
* Make the test pass for jython where there are no sys.executable.Finn Bock2002-11-061-3/+7
* This is Alex Martelli's patchMichael W. Hudson2002-11-051-0/+4
* Patch implementing bz2 module.Gustavo Niemeyer2002-11-051-0/+290
* Some days, I think my comment ofMichael W. Hudson2002-11-051-0/+3
* Add getpreferredencoding. Support @euro modifiers. Fixes #554676.Martin v. Löwis2002-11-031-0/+2
* Fix SF # 631066, running regrtest in user mode failsNeal Norwitz2002-11-031-1/+21
* Skip test_dbm if we can't write to the fileNeal Norwitz2002-11-021-31/+43
* Patch #631972: Adds an is_jython flag.Finn Bock2002-11-011-0/+2