- 2205642 Do the same thing to complex that I did to str: the rich comparison by Guido van Rossum · 24 years ago
- e47df7a StringIO patch #462596: let's [c]StringIO accept read buffers on by Marc-André Lemburg · 24 years ago
- bb77e68 Change string comparison so that it applies even when one (or both) by Guido van Rossum · 24 years ago
- ff0e6d6 Fix the baffler that Tim reported: sometimes the repr() of an object by Guido van Rossum · 24 years ago
- 2c9aa5e Generalize file.writelines() to allow iterable objects. by Tim Peters · 24 years ago
- d31db7e The test data (mostly example messages) for the email package test by Barry Warsaw · 24 years ago
- 4107585 An extensive test suite for the email package. by Barry Warsaw · 24 years ago
- 13b49d3 New function classify_class_attrs(). As a number of SF bug reports by Tim Peters · 24 years ago
- e0b2d7a Add a function to compute a class's method resolution order. This is by Tim Peters · 24 years ago
- c377b16 Since the most likely failure mode for an expected-output test is a change by Tim Peters · 24 years ago
- 7f8ff47 Converted test_StringIO.py to use unittest, so by Barry Warsaw · 24 years ago
- 3208d4b Start of a test to make sure the profiler/tracer support in the core by Fred Drake · 24 years ago
- 19c1cd5 Add the __getattr__ hook back. The rules are now: by Guido van Rossum · 24 years ago
- cf69193 reportdiff(): print a "plain diff" style diff. by Guido van Rossum · 24 years ago
- 0a07639 Oops. I didn't expect that some tests (test_cookie) have expected by Guido van Rossum · 24 years ago
- 0fcca4e Change the way unexpected output is reported: rather than stopping at by Guido van Rossum · 24 years ago
- 867a8d2 Change the name of the __getattr__ special method for new-style by Guido van Rossum · 24 years ago
- dbb718f Make these modules work when Python is compiled without Unicode support. by Guido van Rossum · 24 years ago
- 11310bf Add tests for repr() of strings containing string quotes as well. by Guido van Rossum · 24 years ago
- e4874ae Test basic functioning of unicode repr(). (If this breaks Jython, by Guido van Rossum · 24 years ago
- 8b9cc7e Add a small test to verify that member and getset descriptors now have by Guido van Rossum · 24 years ago
- a56b42b Change testdescr.py to use the test_main() approach. by Guido van Rossum · 24 years ago
- 2e2be37 Change the PyUnit-based tests to use the test_main() approach. This by Fred Drake · 24 years ago
- 3508e30 Fix Unicode .join() method to raise a TypeError for sequence by Marc-André Lemburg · 24 years ago
- 5e89bd6 Update test output after the unicode() change. by Marc-André Lemburg · 24 years ago
- 6871f6a Implement the changes proposed in patch #413333. unicode(obj) now by Marc-André Lemburg · 24 years ago
- c60e6f7 Patch #435971: UTF-7 codec by Brian Quinlan. by Marc-André Lemburg · 24 years ago
- c88425e run_suite(): Oops, update a docstring. by Barry Warsaw · 24 years ago
- c10d690 run_suite(): Factor this out of run_unittest() for tests that build by Barry Warsaw · 24 years ago
- 1952e38 Add additional coercion support for "self subtypes" to int, long, by Guido van Rossum · 24 years ago
- d5d8e4a Enable two checks for comparing a complex to a complex subtype instance. by Guido van Rossum · 24 years ago
- 50fda6c Enable some comparison tests that failed before. Still having problems by Tim Peters · 24 years ago
- 0639f59 Add a similar test for rich comparisons. by Guido van Rossum · 24 years ago
- 59b6865 fixed #449964: sre.sub raises an exception if the template contains a by Fredrik Lundh · 24 years ago
- ab3b034 Hopefully fix 3-way comparisons. This unfortunately adds yet another by Guido van Rossum · 24 years ago
- eb94905 Get rid of a superfluous space after "--" in the message printed for a by Guido van Rossum · 24 years ago
- 843daa8 Test for the safety check in wrap_cmpfunc(). by Guido van Rossum · 24 years ago
- 21009b9 an SRE bugfix a day keeps Guido away... by Fredrik Lundh · 24 years ago
- db2a902 Undo some (but not all) of the more lenient acceptance of by Guido van Rossum · 24 years ago
- bd13149 - Some tests that check that assignments are not allowed expect this by Guido van Rossum · 24 years ago
- b64bec3 Whitespace normalization. by Tim Peters · 24 years ago
- a86f0c1 Make test_socketserver require the network resource. by Tim Peters · 24 years ago
- 7a76d4b I don't expect test_socketserver to get skipped on Windows anymore. by Tim Peters · 24 years ago
- a9f6f22 Rework akin to test_threaded_import, so that this can run under regrtest. by Tim Peters · 24 years ago
- d9d1d4a Rewrite function attributes to use the generic routines properly. by Guido van Rossum · 24 years ago
- 305b585 PyObject_Dir(): Merge in __members__ and __methods__ too (if they exist, by Tim Peters · 24 years ago
- e000782 Since we had a bug with multiplication of dynamic long subclasses, add a by Tim Peters · 24 years ago
- 7e35d57 A fix for SF bug #461546 (bug in long_mul). by Guido van Rossum · 24 years ago
- 0891ac0 The 'p' (Pascal string) pack code acts unreasonably when the string size by Tim Peters · 24 years ago
- dd32138 limit prefix test for lambda by Jeremy Hylton · 24 years ago
- 0ab085c Changed the dict implementation to take "string shortcuts" only when by Tim Peters · 24 years ago
- 8fa4567 Now that file objects are subclassable, you can get at the file constructor by Tim Peters · 24 years ago
- 561f899 Use the keyword form of file() instead of open() to create TESTFN. by Tim Peters · 24 years ago
- 808b94e Added simple tests of keyword arguments in the basic type constructors. by Tim Peters · 24 years ago
- 3f996e7 type_call(): Change in policy. The keyword args (if any) are now passed by Tim Peters · 24 years ago
- 59c9a64 SF bug [#460467] file objects should be subclassable. by Tim Peters · 24 years ago
- 4f467e8 Added subclass equality tests. Almost all of these are commented out now, by Tim Peters · 24 years ago
- 2400fa4 Again perhaps the end of [#460020] bug or feature: unicode() and subclasses. by Tim Peters · 24 years ago
- 111f609 If interning an instance of a string subclass, intern a real string object by Tim Peters · 24 years ago
- af90b3e str_subtype_new, unicode_subtype_new: by Tim Peters · 24 years ago
- 7a29bd5 More on bug 460020: disable many optimizations of unicode subclasses. by Tim Peters · 24 years ago
- 8fa5dd0 More bug 460020: lots of string optimizations inhibited for string by Tim Peters · 24 years ago
- 69c2de3 More bug 460020. Disable a number of long optimizations for long subclasses. by Tim Peters · 24 years ago
- 0280cf7 More bug 460020: when F is a subclass of float, disable the unary plus by Tim Peters · 24 years ago
- 73a1dfe More bug 460020. When I is a subclass of int, disable the +I(whatever), by Tim Peters · 24 years ago
- 7b07a41 The endless 460020 bug. by Tim Peters · 24 years ago
- f166994 Test for new hmac module. by Guido van Rossum · 24 years ago
- dc795b8 Fix the second reincarnation of SF #456395 -- failure on IRIX. This by Guido van Rossum · 24 years ago
- 779ce4a Restore the comparisons that I initially put in the test but that Tim by Guido van Rossum · 24 years ago
- 78e0fc7 Possibly the end of SF [#460020] bug or feature: unicode() and subclasses. by Tim Peters · 24 years ago
- c636f56 Added another test of str() applied to a string subclass instance, by Tim Peters · 24 years ago
- 5a49ade More on SF bug [#460020] bug or feature: unicode() and subclasses. by Tim Peters · 24 years ago
- 4c3a0a3 More on SF bug [#460020] bug or feature: unicode() and subclasses. by Tim Peters · 24 years ago
- caaff8d test_dir(): Add tests for dir(i) where i is a module subclass. by Tim Peters · 24 years ago
- 7a50f25 More for SF bug [#460020] bug or feature: unicode() and subclasses by Tim Peters · 24 years ago
- 64b5ce3 SF bug #460020: bug or feature: unicode() and subclasses. by Tim Peters · 24 years ago
- f49dcea Remove two XXX comments that have been resolved. by Guido van Rossum · 24 years ago
- a31ddbb Move the global variables 'size' and 'name' to the top -- these are by Guido van Rossum · 24 years ago
- 47f4034 Change the criteria for skipping the test. by Guido van Rossum · 24 years ago
- f649195 Test the failed-unicode-decoding bug in PyArg_ParseTuple(). by Jeremy Hylton · 24 years ago
- bea3fb8 Repair late-night doc typos. by Tim Peters · 24 years ago
- a0a6222 Teach regrtest how to pass on doctest failure msgs. This is done via a by Tim Peters · 24 years ago
- 90ba8d9 Force "test." into the start of the module name, inherited by class and by Tim Peters · 24 years ago
- 16a77ad Generalize operator.indexOf (PySequence_Index) to work with any by Tim Peters · 24 years ago
- 2d84f2c It appears that unittest was changed to stop hoarding raw exception data, by Tim Peters · 24 years ago
- 9652de9 Fix typo in error reporting. This doesn't need to go into the release by Tim Peters · 24 years ago
- c5b235c Reverting to rev 1.2. Apparently gcc doesn't use the extended-precision by Tim Peters · 24 years ago
- 419670d Rewrite to use test_support's fine fcmp instead -- I didn't know that by Tim Peters · 24 years ago
- 4bd810a Added some underflow-to-0.0 long/long true division tests. by Tim Peters · 24 years ago
- 8bce4ac Rename 'getset' to 'property'. by Guido van Rossum · 24 years ago
- fe3f696 Two small changes to the resource usage option: by Guido van Rossum · 24 years ago
- ccc7562 Added tests for key deletion for both Weak*Dictionary flavors. by Fred Drake · 24 years ago
- 7b219b4 Skip instead of fail this test if the socket module has no ssl support. by Guido van Rossum · 24 years ago
- b8c0230 Dubious assumptions: by Tim Peters · 24 years ago
- 6e13a56 Enable large file support on Win32 systems. by Tim Peters · 24 years ago
- a40c793 Rework the way we try to check for libm overflow, given that C99 no longer by Tim Peters · 24 years ago
- a44361e LongReprTest fails on the Mac because it uses filenames with more than by Jack Jansen · 24 years ago
- 198c1d8 Remove a debug print left in the code by Fred. by Guido van Rossum · 24 years ago
- 7c82a3e0 Patch #449815: Set filesystemencoding based on CODESET. by Martin v. Löwis · 24 years ago
- 0ace326 Patch #453627: Adds a list of tests that are expected to be skipped for UnixWare 7.x systems. by Martin v. Löwis · 24 years ago