- 2f74fdd test_boom: More comments. Also check that len(gc.garbage) doesn't by Tim Peters · 22 years ago
- dee38ac Add Tim's gc boom test to the test suite. by Jeremy Hylton · 22 years ago
- 7fb697b Revert Patch #670715: iconv support. by Martin v. Löwis · 22 years ago
- 44f527f Change formatchar(), so that u"%c" % 0xffffffff now raises by Walter Dörwald · 22 years ago
- 56fbcb5 Remove duplicate test. by Walter Dörwald · 22 years ago
- 43440a6 Fix PyString_Format() so that '%c' % u'a' returns u'a' by Walter Dörwald · 22 years ago
- 3163a3b Patch #545300: Support marked sections. by Martin v. Löwis · 22 years ago
- 89feabc The socket module now always uses the _socketobject wrapper class, even on by Skip Montanaro · 22 years ago
- 7035c98 Move Mac/Windows specific expected skips from each platform list by Neal Norwitz · 22 years ago
- c2a7f22 Minimal test suite of the generated packages in plat-mac/lib-scriptpackages. by Jack Jansen · 22 years ago
- 97951de Add two tests for simple error cases. by Walter Dörwald · 22 years ago
- 590fe02 CommandTests.testgetoutput(): by Thomas Wouters · 22 years ago
- 3e0196c Adding unicode filename support to FSRefs broke things on MacOS9. "Fixed" by disabling unicode filenames on OS9. by Jack Jansen · 22 years ago
- 7d81452 Prevent the pty test from hanging by setting an alarm. by Neal Norwitz · 22 years ago
- e3d1df0 The message "*** skipping leakage tests ***" was causing the test to by Guido van Rossum · 22 years ago
- b4a0417 new CSV file processing module - see PEP 305 by Skip Montanaro · 22 years ago
- d50ade6 SF bug 705836: struct.pack of floats in non-native endian order by Tim Peters · 22 years ago
- 26f42f6 Skip the ioctl test if we can't open /dev/tty. This happens on by Neal Norwitz · 22 years ago
- 6e54f57 Fix SF bug #697556, test_posix fails: getlogin by Neal Norwitz · 22 years ago
- c2ca32d Test for UnicodeError instead of ImportError to determine whether by Martin v. Löwis · 22 years ago
- 9e1c192 binascii_a2b_base64: Properly return an empty string if the input was all by Thomas Wouters · 22 years ago
- d2b738e If time.tzset doesn't exist, don't test it. by Guido van Rossum · 22 years ago
- d11b62e - New function time.tzset() provides access to the C library tzet() by Guido van Rossum · 22 years ago
- 0834d77 Accept commas in unquoted attribute values. This closes SF patch #669683. by Fred Drake · 22 years ago
- 43ed43b Take out my (long since disabled) POSIX signal mask handling code. by Michael W. Hudson · 22 years ago
- b1fbf85 Filter out the depracation warning for macfs. by Jack Jansen · 22 years ago
- 83245b5 SF bug #699934: Obscure error message by Raymond Hettinger · 22 years ago
- dded848 Allow unicode pathnames where FSRefs are expected. Fixes 696253. by Jack Jansen · 22 years ago
- 315aa36 Add 'audio' resource. by Guido van Rossum · 22 years ago
- 1fdb633 SF patch #691928: Use datetime in _strptime Contributed by Brett Cannon. by Raymond Hettinger · 22 years ago
- 2c2d322 SF patch #667730: More DictMixin by Raymond Hettinger · 22 years ago
- c49435c Skip the test if TESTFN_ENCODING is None. Fixes #699386. by Martin v. Löwis · 22 years ago
- 61cd0db Don't quote the path to Python unless the path contains an embedded space. by Tim Peters · 22 years ago
- 669454e Whitespace normalization. by Tim Peters · 22 years ago
- eabafeb This test relied on significant trailing whitespace in a string literal. Evil. by Tim Peters · 22 years ago
- c4d6bdd Test_ioctl and test_tarfile are skipped on MacOS9. by Jack Jansen · 22 years ago
- 149a899 The filename fix of the previous checkin was complete bogus, the problem is elsewhere. Retracting. by Jack Jansen · 22 years ago
- c7fcc2d Two fixes to make this test pass on MacOS9: by Jack Jansen · 22 years ago
- a3e1e4c SF patch #693753: fix for bug 639806: default for dict.pop by Raymond Hettinger · 22 years ago
- 73d538b Always initialize Py_FileSystemDefaultEncoding on Unix in Py_Initialize, by Martin v. Löwis · 22 years ago
- fd8e6e5 test_ioctl is an expected skip on Windows. by Tim Peters · 22 years ago
- f008998 Fix bug by Michael W. Hudson · 22 years ago
- 206b9a7 MyComplex now works. by Guido van Rossum · 22 years ago
- fc27375 test_load_from_canned_string(): Created a DATA2 string to test a canned by Tim Peters · 22 years ago
- 6cca754 TestOnlySetsInBinaryOps: Simplified the non-inplace tests by using by Tim Peters · 22 years ago
- b7bfe4b Typo repairs in new code. by Tim Peters · 22 years ago
- 44f14b0 SF bug 693121: Set == non-Set is a TypeError. by Tim Peters · 22 years ago
- 3ba491e The doctest was printing Sets, but that's unreliable because set by Tim Peters · 22 years ago
- d6473d1 Reindent the new code properly. by Guido van Rossum · 22 years ago
- 46d3dc3 - New function sys.exc_clear() clears the current exception. This is by Guido van Rossum · 22 years ago
- 55b61d2 Fix SF bugs #692951 and 692988, test_timeout.py needs 'network' resource by Neal Norwitz · 22 years ago
- 98fc683 Getting rid of macfs. by Jack Jansen · 22 years ago
- add0ccc simple test case for dis module by Skip Montanaro · 22 years ago
- 68468eb Get rid of many apply() calls. by Guido van Rossum · 22 years ago
- f389c77 Use floor division (// and __[r]floordiv__ in right-dispatch test. by Guido van Rossum · 22 years ago
- f359410 Use floor division (//). by Guido van Rossum · 22 years ago
- 479d280 The macfs, macostools, and plistlib should not be expected to run by Fred Drake · 22 years ago
- 37c4728 Port test_ucn and test_unicodedata to PyUnit. Add a few tests for error by Walter Dörwald · 22 years ago
- 838e76a Test suite for the plistlib module. by Jack Jansen · 22 years ago
- 0c44c04 sys.executable can contain spaces, cater for this when passing it to by Jack Jansen · 22 years ago
- 577fb5a Fix from SF patch #633359 by Greg Chapman for SF bug #610299: by Guido van Rossum · 22 years ago
- 15ff0e9 Get test to work on alpha by Neal Norwitz · 22 years ago
- d5a65a7 Fix SF bug #689659, 64-bit int and long hash keys incompatible by Neal Norwitz · 22 years ago
- c2dd2f0 Expect to skip test_iconv_codecs on MacOSX. by Jack Jansen · 22 years ago
- 71b13e8 Fix SF bug #690081, test_posix fails when run in non-interactive mode by Neal Norwitz · 22 years ago
- 61fe64d User requested changes to the itertools module. by Raymond Hettinger · 22 years ago
- 5bb97e6 Checking mac-specific stuff from the 2.3a2 branch in on the trunk. by Jack Jansen · 22 years ago
- 7107a7f SF bug 690622: test_cpickle overflows stack on MacOS9. by Tim Peters · 22 years ago
- 14821c5 Doubled TimeoutTestCase.fuzz, to slash the frequency of bogus failures by Tim Peters · 22 years ago
- 0fd583c Port all string tests to PyUnit and share as much tests by Walter Dörwald · 22 years ago
- 785d0a3 SF bug #690083: test_random fails sometimes by Raymond Hettinger · 22 years ago
- 3b5de4d Reverted whitespace normalization on this file. I should really change by Tim Peters · 22 years ago
- 8266af4 Removed debugging print in test_tarfile. by Tim Peters · 22 years ago
- f2715e0 Whitespace normalization. by Tim Peters · 22 years ago
- e690883 Use __reduce_ex__ in copy.py. The test_*copy_cant() tests are simpler again. by Guido van Rossum · 22 years ago
- 2a30b21 Three test cases for __reduce_ex__. This fails for cPickle, until Tim by Guido van Rossum · 22 years ago
- c53f009 Introducing __reduce_ex__, which is called with a protocol number argument by Guido van Rossum · 22 years ago
- e2052ab One doctest displaying a dict didn't sort it first. *Maybe* this fixes by Tim Peters · 22 years ago
- dcfdceb Fix SF bug #688424, 64-bit test problems by Neal Norwitz · 22 years ago
- eb2a5ef Fix SF bug #688424, 64-bit test problems by Neal Norwitz · 22 years ago
- 6fa635d SF patch #687683, Patches to logging (updates from Vinay) by Neal Norwitz · 22 years ago
- 2ff51a8 Make changes suggested by Walter to use self.assert*() methods. by Neal Norwitz · 22 years ago
- 3b8fb47 Import test_support properly by Neal Norwitz · 22 years ago
- 003eb30 test_posix is an expected skip on Win32. Also fixed test_posix to by Tim Peters · 22 years ago
- e241ce8 Added test_posix (hopefully it works on Windows). by Neal Norwitz · 22 years ago
- 5c1ba53 Use correct function name to PyArg_ParseTuple("is_package"). by Neal Norwitz · 22 years ago
- 996acf1 Actually run these tests from regrtest.py. by Neal Norwitz · 22 years ago
- 080c88b cPickle.c, load_build(): Taught cPickle how to pick apart by Tim Peters · 23 years ago
- 71fcda5 cPickle produces NEWOBJ appropriately now. It still doesn't know by Tim Peters · 23 years ago
- 4507ec7 - The audio driver tests (test_ossaudiodev.py and by Guido van Rossum · 23 years ago
- bb2734a Port test_charmapcodec to PyUnit. From SF patch #662807 by Walter Dörwald · 23 years ago
- 4b499dd3 - Finally fixed the bug in compile() and exec where a string ending by Guido van Rossum · 23 years ago
- 18e36f4 Removed unused cut'n'paste import. by Tim Peters · 23 years ago
- c0c9370 We didn't have any tests making pickles with one of {pickle, cPickle}, by Tim Peters · 23 years ago
- e9ef203 Added a simple NEWOBJ test. This is in the pickle-only part of the by Tim Peters · 23 years ago
- c1eea67 Remove filecmp by Andrew M. Kuchling · 23 years ago
- 7585229 Port test_userlist to PyUnit and add a few tests to increase code by Walter Dörwald · 23 years ago
- 298e421 SF patch #685738 by Michael Stone. by Guido van Rossum · 23 years ago
- 0c016a9 Re-enable compiling ossaudiodev now that it seems to work again. by Guido van Rossum · 23 years ago
- 8587b3c Added a HIGHEST_PROTOCOL module attribute to pickle and cPickle. by Tim Peters · 23 years ago