summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
* Expand log() tests to include long integers.Raymond Hettinger2002-12-181-0/+2
* This is Richie Hindle's patchMichael W. Hudson2002-12-171-0/+289
* Made this a little more compatible w/ the sandbox version, which isTim Peters2002-12-161-2/+2
* datetime escapes the sandbox. The Windows build is all set. I leave itTim Peters2002-12-161-0/+2128
* Apply SF patch 652930: Add optional base argument to math.log(x[, base]).Raymond Hettinger2002-12-141-0/+1
* Tighten the tests for assignment to __bases__: disallow empty tuple.Guido van Rossum2002-12-131-0/+8
* Patch #536661: Improve performance of splitext. Add test_macpath.Martin v. Löwis2002-12-123-0/+79
* Patch #650653: Raise always value error if the table is not 256 bytes long.Martin v. Löwis2002-12-121-0/+2
* Change issubclass() so that recursive tuples (directly or indirectlyWalter Dörwald2002-12-121-1/+18
* Patch #551960: Add check for setrlimit() supportJason Tishler2002-12-121-4/+12
* Enhance issubclass() and PyObject_IsSubclass() so that a tuple isWalter Dörwald2002-12-121-0/+9
* Clean-up test class for DictMixin.Raymond Hettinger2002-12-111-2/+6
* Added test_ossaudiodev to expected skips on Windows.Tim Peters2002-12-101-0/+1
* Aesthetic tweakery: factor read_sound_file() out of play_sound_file().Greg Ward2002-12-101-5/+9
* Initial revision is rev 1.8 of test_linuxaudiodev.py, withGreg Ward2002-12-101-0/+89
* SF 548651: Fix the METH_CLASS implementation.Tim Peters2002-12-091-4/+4
* Add test_unicode() to ensure that 1) textwrap doesn't crash on unicodeGreg Ward2002-12-091-0/+12
* Added test_initial_whitespace() to ensure that SF bug #622849 is fixed.Greg Ward2002-12-091-3/+13
* Add support for binary pickles to the shelve module. In some situationsSkip Montanaro2002-12-081-0/+51
* Add another test which exercises the whole suite with aRaymond Hettinger2002-12-071-0/+14
* Fix typo in abstract.c which caused __rpow__ to not be invoked.Raymond Hettinger2002-12-071-0/+5
* Cleaned up test (removing bogus argument list).Raymond Hettinger2002-12-071-2/+2
* Remove assumption that cls is a subclass of dict.Raymond Hettinger2002-12-071-3/+3
* The final tweaks before closingMichael W. Hudson2002-12-051-0/+4
* 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