- bd3e771 amk's fix attached to by Michael W. Hudson · 23 years ago
- 7e30548 Fix for SF bug 528132 (Armin Rigo): classmethod().__get__() segfault by Guido van Rossum · 23 years ago
- 4894a97 initial test_anydbm module - based on test_dumbdbm.py by Skip Montanaro · 23 years ago
- c08fe82 restructure a bit to not rely on test case execution ordering by Skip Montanaro · 23 years ago
- e89f128 Skip test_longexp for MacPython on Mac OS X. It triggers a pathological realloc slowdown. Some tests with shorter expressions lead me to the conclusion that it will eventually finish, but it may take a few weeks:-) by Jack Jansen · 23 years ago
- 693c6c4 added test case to catch index errors with _localized_name class by Skip Montanaro · 23 years ago
- b323021 first cut at skip-list for hp-ux 11 based upon input from Bill Lawler at HP. by Skip Montanaro · 23 years ago
- 8c84255 "Fix" for SF bug #520644: __slots__ are not pickled. by Guido van Rossum · 23 years ago
- d703567 Test for the fix I just checked in to moduleobject.c. by Guido van Rossum · 23 years ago
- 8f01b68 Change Windows file.truncate() to (a) restore the original file position, by Tim Peters · 23 years ago
- 1af5e35 Fix typo by Neal Norwitz · 23 years ago
- c9e9e40 Add a check that SF bug 516727 is really fixed. by Guido van Rossum · 23 years ago
- fb05db2 file_truncate(): provide full "large file" support on Windows, by by Tim Peters · 23 years ago
- 15d529a Bugfix candidate. Adapter from SF patch 528038; fixes SF bug 527816. by Guido van Rossum · 23 years ago
- d674e17 SF patch 499062: Minor typo in test_generators.py. by Tim Peters · 23 years ago
- 547a316 Fix pyclbr test of httplib without really understanding pyclbr. by Jeremy Hylton · 23 years ago
- 1bf7117 As part of fixing bug #523301, add a simple test of ConfigParser.write() by Andrew M. Kuchling · 23 years ago
- c9ffa06 SF bug 515943: searching for data with \0 in mmap. by Tim Peters · 23 years ago
- 02b28ec Test for by Michael W. Hudson · 23 years ago
- 0e02530 Special support for pickling os.stat and os.stat_vfs results portably by Michael W. Hudson · 23 years ago
- 7bb466a A fix & test for by Michael W. Hudson · 23 years ago
- 290d31e SF #506611, fix sys.setprofile(), sys.settrace() core dumps by Neal Norwitz · 23 years ago
- 5329cdb _PyLong_Copy(): was creating a copy of the absolute value, but should by Tim Peters · 23 years ago
- 2eb0b87 SF patch 514641 (Naofumi Honda) - Negative ob_size of LongObjects by Guido van Rossum · 23 years ago
- 9986633 Patch 520694: arraymodule.c improvements: by Martin v. Löwis · 23 years ago
- 1c63f6e Correct various errors: by Martin v. Löwis · 23 years ago
- 06ee253 SF patch #523169, by Samuele Pedroni. by Guido van Rossum · 23 years ago
- 5cef571 OS/2 EMX port Library and regression test changes: by Andrew MacIntyre · 23 years ago
- 8044055 Somebody made list.__dict__ grow a '__doc__' key, but apparently didn't by Tim Peters · 23 years ago
- e441860 Whitespace normalization. by Tim Peters · 23 years ago
- 20882dd SF bug #516372: test_thread: unhandled exc. in thread by Tim Peters · 23 years ago
- 4a02f95 Added regression test for start()/stop() returning bogus NULL. by Fred Drake · 23 years ago
- af64263 Fix typo by Neal Norwitz · 23 years ago
- bd3be8f Fix to the UTF-8 encoder: it failed on 0-length input strings. by Marc-André Lemburg · 23 years ago
- 3688a88 Fix for the UTF-8 memory allocation bug and the UTF-8 encoding by Marc-André Lemburg · 23 years ago
- d9fbf35 This test left a new set of 3 junk files behind each time it was run. by Tim Peters · 23 years ago
- 6423f8b Test case of a singleton multipart; i.e. a multipart/* with only one subpart. by Barry Warsaw · 23 years ago
- 763af41 test_multipart_one_part(): Idempotency test case for a multipart/* by Barry Warsaw · 23 years ago
- eaa0a22 Disable code intended for PEP 277. by Guido van Rossum · 23 years ago
- 5e99731 Only test ntpath.abspath() on Windows. This allows the rest of the module to by Fred Drake · 23 years ago
- e843e48 Ensure Unicode filenames work with glob - they already do, but the test seems worth keeping. by Mark Hammond · 23 years ago
- f853be9 Restore Python 2.1 StringIO.py behaviour: support concatenating by Marc-André Lemburg · 23 years ago
- 1e2fb57 Remove unused imports, clean up trailing whitespace. by Fred Drake · 23 years ago
- ea752fb Check for time.struct_time in addition to tuples. Use 3 characters by Martin v. Löwis · 23 years ago
- 653d85f SF Patch #494867 test file methods by Neal Norwitz · 23 years ago
- 7790297 test_support: add a docstring to vereq(). by Tim Peters · 23 years ago
- 5a0f010 SF Patch #497487 add test to compare conjugate of a complex number by Neal Norwitz · 23 years ago
- fc37af8 SF Patch #494873 add tests for complex numbers including calls to int()/long() by Neal Norwitz · 23 years ago
- 32f4153 SF Patch #494874 add tests for int()/long() invalid parameters by Neal Norwitz · 23 years ago
- 7076901 SF Patch #494872 test repr() of a built-in module by Neal Norwitz · 23 years ago
- 26e5341 SF Patch #494876, test invalid parameters to pow() by Neal Norwitz · 23 years ago
- 2764a3a Fix for SF bug ##497426: can't deepcopy recursive new objects by Guido van Rossum · 23 years ago
- 52acb49 Merge of the release22 branch changes back into the trunk. by Barry Warsaw · 23 years ago
- eae36ac test_parseaddr_empty(): New test for assuring that by Barry Warsaw · 23 years ago
- 2b26a86 Whitespace normalization. by Tim Peters · 23 years ago
- 04a8661 Add test for pickling new-style class with custom metaclass. by Guido van Rossum · 23 years ago
- 5935ff0 Add some additional tests that check more proxy behaviors. by Fred Drake · 23 years ago
- 694ed09 Fix the test control support for the pickle & cPickle tests so the tests run by Fred Drake · 23 years ago
- 1444f67 The test using class initarg failed, because it was lacking a by Guido van Rossum · 23 years ago
- 796e1e0 Don't call resetwarnings(). Be more restrictive in what we filter out instead. by Guido van Rossum · 23 years ago
- f839c27 Added test_socketserver and test_unicode_file to tests expected to be by Jack Jansen · 23 years ago
- e54616c (Merge into trunk.) by Guido van Rossum · 23 years ago
- f36cfef Undo inadvertent change to test_scope in previous checkin by Jeremy Hylton · 23 years ago
- 68773e7 Add a comment explaining what these tests are for, and where to look for by Fred Drake · 23 years ago
- 526c7a0 Ensure that complex() only accepts a string argument as the first arg, by Fred Drake · 23 years ago
- 3095a4c Update output generated by test_scope by Jeremy Hylton · 23 years ago
- ccae8377 Add test for SF bug [ #492403 ] exec() segfaults on closure's func_code by Jeremy Hylton · 23 years ago
- d077ca1 Very small test suite for the calendar module, mostly to check a constraint by Fred Drake · 23 years ago
- 0170521 Fiddle test_class so it passes with -Qnew. by Tim Peters · 23 years ago
- e93e477 Fiddle test_augassign so it passes under -Qnew. by Tim Peters · 23 years ago
- df8adcd Ignore SIGXFSZ. Fixes #490453. by Martin v. Löwis · 23 years ago
- 29d2606 Additional coverage tests by Neil Norwitz. (SF patch #491418, #491420, #491421.) by Guido van Rossum · 23 years ago
- 2a64f46 Regression test for SF bug #478534 -- exceptions could "leak" into a weakref by Fred Drake · 23 years ago
- 2b29cb2 Skipping some tests by adding the usual jython conditional test around: by Finn Bock · 23 years ago
- 793ead5 A workaround for the missing buffer() builtin in jython. by Finn Bock · 23 years ago
- 82b2307 bug #133283, #477728, #483789, #490573 by Fredrik Lundh · 23 years ago
- ed69aee test(): Avoid a UnboundLocalError when a method is missing from both the string by Finn Bock · 23 years ago
- d08011a Moved a print statement outside the jython platform test. Otherwise by Finn Bock · 23 years ago
- 4ab7adb The initial patch #468662 was not applied quite verbatim. This should one by Finn Bock · 23 years ago
- ada1983 Refcounting isn't available in Jython. Putting the jython test around it. by Finn Bock · 23 years ago
- 1464839 Patch supplied by Burton Radons for his own SF bug #487390: Modifying by Guido van Rossum · 23 years ago
- aa3dc45 Enable support for jython: by Finn Bock · 23 years ago
- baefceb Remove erroneous and confusing comment -- sre patterns *can* be by Guido van Rossum · 23 years ago
- cbfc034 SF patch 490393: test___all__ and Jython; from Finn Bock. by Tim Peters · 23 years ago
- 78f0dd3 I found that when run as a script, this test suite ran its tests by Guido van Rossum · 23 years ago
- 71be984 Align the number of %s with the number of format arguments. by Finn Bock · 23 years ago
- a35e2ce Move import dbhash out of test_sundry and into test_bsddb, by Guido van Rossum · 23 years ago
- 2998a55 Attribute nodes did not always get their ownerDocument and ownerElement by Fred Drake · 23 years ago
- 3caca23 SF bug #488514: -Qnew needs work by Tim Peters · 23 years ago
- e50959a Fix appendChild() and insertBefore() (and replaceChild() indirectly) when by Fred Drake · 23 years ago
- 8a97f4a sys.platform on Mac OS X is now "darwin", without any version number appended. by Jack Jansen · 23 years ago
- 33bab01 Fix SF bug #489581: __slots__ leak. by Guido van Rossum · 23 years ago
- d331cb5 At the PythonLabs meeting someone mentioned it would make Jim really by Guido van Rossum · 23 years ago
- 6d30c3e Change new tests to use integer division (// instead of /). by Tim Peters · 23 years ago
- a3c01ce SF bug #488480: integer multiply to return -max_int-1. by Tim Peters · 23 years ago
- 6b70599 Fix SF bug #486144: Uninitialized __slot__ vrbl is None. by Guido van Rossum · 23 years ago
- bb8f59a unpack_iterable(): Add a missing DECREF in an error case. Reported by by Guido van Rossum · 23 years ago
- 073148c Add a test that makes sure unclosed entity references are handled consitently. by Fred Drake · 23 years ago
- dbb53d9 Fix of SF bug #475877 (Mutable subtype instances are hashable). by Guido van Rossum · 23 years ago
- 5b443c6 Address SF patch #480716 as well as related issues. by Guido van Rossum · 23 years ago