summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
...
* Patch #648998: test_commands ACL patchJason Tishler2002-12-051-0/+1
* Add a Cygwin skip mentioned by Jason Tishler.Tim Peters2002-12-051-1/+1
* Patch #551977: Regression exceptions for cygwinJason Tishler2002-12-051-0/+22
* Replace BadInternalCall with TypeError. Add a test case. Fix whitespace.Raymond Hettinger2002-12-041-0/+7
* Rearrange test_socket_ssl so that a skip is expected iff the networkTim Peters2002-12-043-28/+35
* Some more expected skips on OSX.Guido van Rossum2002-12-031-0/+3
* Lose references to knee (no longer exists) and pyclbr (has its ownGuido van Rossum2002-12-031-2/+0
* Add more sophistication to the comparison between pyclbr output andGuido van Rossum2002-12-031-42/+36
* Moderately heavy reorganization of pyclbr to fix package-related bugs.Guido van Rossum2002-12-021-14/+34
* Require 'largefile' resource for Mac OSX as well.Guido van Rossum2002-12-021-5/+5
* On Max OSX, try increasing the stack limit to 2048 so test_re andGuido van Rossum2002-12-021-0/+16
* getdoc():Ka-Ping Yee2002-11-301-1/+1
* Nudge getting __module__ and __name__ for new-style classes so thatMichael W. Hudson2002-11-271-1/+9
* SF #641170, reST version of Lib/test/READMENeal Norwitz2002-11-271-89/+99
* I don't know why staring at the email to python-checkins made meMichael W. Hudson2002-11-271-0/+2
* Readjustments to the way we cope with exceptions from subclasses'Michael W. Hudson2002-11-271-2/+79
* I had the inheritance cycle stuff backwards. Oops!Michael W. Hudson2002-11-271-0/+8
* Patch #639112: fixes for None locale and tz.Martin v. Löwis2002-11-271-56/+141
* Bring UserDict in-sync with changes to dict.Raymond Hettinger2002-11-271-0/+13
* SF Patch 643443. Added dict.fromkeys(iterable, value=None), a classRaymond Hettinger2002-11-271-0/+28
* The MRO conflict error message depends on dictionary hash order.Guido van Rossum2002-11-271-4/+4
* Add a way to say "use any resource except A". For example, to runFred Drake2002-11-261-3/+14
* This is my patch:Michael W. Hudson2002-11-261-0/+89
* A tweaked version of Jeremy's patch #642489, to produce better errorGuido van Rossum2002-11-251-0/+31
* SF 643115: Set._update() had a special case for dictionaries which allowedRaymond Hettinger2002-11-251-0/+3
* Fix typo in comment.Walter Dörwald2002-11-251-1/+1
* Regenerate from Unicode 3.2.0 to include all First/Last ranges.Martin v. Löwis2002-11-241-1/+1
* Reduced memory burden by iterating over the normalization test inputTim Peters2002-11-242-4/+2
* Fiddled things so that test_normalization is expected to be skipped ifTim Peters2002-11-242-39/+60
* Skip test_normalization on Windows until it's at least clear why theTim Peters2002-11-241-0/+1
* 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