| Commit message (Expand) | Author | Age | Files | Lines |
* | Add regression test for proper construction of sets of sets. | Raymond Hettinger | 2002-08-21 | 1 | -0/+10 |
|
|
* | Rename popitem() to pop(). (An idea from SF patch 597444.) | Guido van Rossum | 2002-08-20 | 1 | -2/+2 |
|
|
* | Fix some endcase bugs in unicode rfind()/rindex() and endswith(). | Guido van Rossum | 2002-08-20 | 1 | -0/+6 |
|
|
* | Set classes and their unit tests, from sandbox. | Guido van Rossum | 2002-08-19 | 1 | -0/+568 |
|
|
* | Added __pow__(a,b) to the operator module. Completes the pattern of | Raymond Hettinger | 2002-08-19 | 1 | -0/+6 |
|
|
* | OS/2 EMX behaves like Windows where file permissions are concerned | Andrew MacIntyre | 2002-08-18 | 1 | -2/+2 |
|
|
* | Get rid of _once(); inlining it takes less code. :-) | Guido van Rossum | 2002-08-17 | 1 | -61/+0 |
|
|
* | Patch by Zack W to make test_noinherit() more robust: spawn a Python | Guido van Rossum | 2002-08-17 | 2 | -28/+48 |
|
|
* | Drop the number of test files to 100 for all the tests | Neal Norwitz | 2002-08-16 | 1 | -4/+8 |
|
|
* | check_events(): This was failing under -O, due to not expecting any | Tim Peters | 2002-08-16 | 1 | -3/+0 |
|
|
* | base64.decodestring('') should return '' instead of raising an | Barry Warsaw | 2002-08-15 | 1 | -6/+1 |
|
|
* | This is my patch | Michael W. Hudson | 2002-08-15 | 1 | -2/+0 |
|
|
* | forgot the best part - the new tests... | Skip Montanaro | 2002-08-15 | 1 | -0/+32 |
|
|
* | More changes of DeprecationWarning to FutureWarning. | Guido van Rossum | 2002-08-14 | 2 | -2/+2 |
|
|
* | The filterwarnings() call here should be updated to filter out | Guido van Rossum | 2002-08-14 | 1 | -1/+1 |
|
|
* | tempfile's mkstemp(): Changed last argument from | Tim Peters | 2002-08-14 | 1 | -1/+1 |
|
|
* | test_many(): open only 100 temp files, not 1000. Some systems don't | Guido van Rossum | 2002-08-14 | 1 | -1/+1 |
|
|
* | Check for trailing backslash. Fixes #593656. | Martin v. Löwis | 2002-08-14 | 1 | -0/+1 |
|
|
* | Patch #505705: Remove eval in pickle and cPickle. | Martin v. Löwis | 2002-08-14 | 1 | -3/+3 |
|
|
* | runtest(): I don't know why we don't just use TESTFN, but if we have to | Tim Peters | 2002-08-14 | 1 | -4/+5 |
|
|
* | Added a test specifically to tickle Karatsuba; it costs no appreciable | Tim Peters | 2002-08-13 | 1 | -0/+26 |
|
|
* | Add tests for including __dict__ and/or __weakref__ in __slots__. | Guido van Rossum | 2002-08-13 | 1 | -1/+50 |
|
|
* | Add test for SF bug # 575229, multiple inheritance w/ slots dumps core | Neal Norwitz | 2002-08-13 | 1 | -0/+11 |
|
|
* | Bug #556025: list(xrange(1e9)) --> seg fault | Jason Tishler | 2002-08-13 | 1 | -0/+5 |
|
|
* | test_division(): Added one larger digits value, to ensure that the | Tim Peters | 2002-08-13 | 1 | -1/+2 |
|
|
* | Machines-- and Python --are a lot faster in relevant ways since this | Tim Peters | 2002-08-13 | 1 | -3/+5 |
|
|
* | Don't use hex constants representing negative numbers. | Guido van Rossum | 2002-08-12 | 1 | -1/+1 |
|
|
* | Suppress warnings about test_grammar.py that can't be suppressed inside | Guido van Rossum | 2002-08-12 | 1 | -0/+6 |
|
|
* | Portable way of producing unsigned 32-bit hex output to print the | Guido van Rossum | 2002-08-12 | 1 | -2/+4 |
|
|
* | Shut up warnings about hex()/oct() that can't be avoided. | Guido van Rossum | 2002-08-12 | 2 | -0/+8 |
|
|
* | Add C API PyUnicode_FromOrdinal() which exposes unichr() at C level. | Marc-André Lemburg | 2002-08-11 | 1 | -0/+8 |
|
|
* | test_saveall(): Another small simplification; plus s/l/L/g. | Tim Peters | 2002-08-11 | 1 | -10/+8 |
|
|
* | And one more simplification to test_saveall(). | Tim Peters | 2002-08-10 | 1 | -11/+10 |
|
|
* | test_saveall(): Simplified a little, given that we only expect one item | Tim Peters | 2002-08-10 | 1 | -6/+4 |
|
|
* | If any trash happened to be sitting around waiting to get collected at | Tim Peters | 2002-08-10 | 1 | -1/+8 |
|
|
* | Disallow class assignment completely unless both old and new are heap | Guido van Rossum | 2002-08-10 | 1 | -0/+5 |
|
|
* | Add tests for weakref support for generator-iterators. | Fred Drake | 2002-08-09 | 1 | -1/+27 |
|
|
* | There's no distinction among 'user', 'group' and 'world' permissions | Tim Peters | 2002-08-09 | 1 | -2/+14 |
|
|
* | Whitespace normalization. | Tim Peters | 2002-08-09 | 1 | -2/+2 |
|
|
* | Test finalizers and GC from inside __del__ for new classes. | Guido van Rossum | 2002-08-09 | 1 | -0/+41 |
|
|
* | Massive changes from SF 589982 (tempfile.py rewrite, by Zack | Guido van Rossum | 2002-08-09 | 13 | -52/+52 |
|
|
* | Check-in of the most essential parts of SF 589982 (tempfile.py | Guido van Rossum | 2002-08-09 | 1 | -7/+704 |
|
|
* | Test for Neil's fix to correctly invoke __rmul__. | Guido van Rossum | 2002-08-09 | 1 | -0/+16 |
|
|
* | Unicode replace() method with empty pattern argument should fail, like | Guido van Rossum | 2002-08-09 | 1 | -0/+6 |
|
|
* | Moved inplace add and multiply methods from UserString to MutableString. | Raymond Hettinger | 2002-08-09 | 3 | -0/+8 |
|
|
* | Revised the test suite for 'contains' to use the test() function argument | Raymond Hettinger | 2002-08-09 | 1 | -9/+9 |
|
|
* | testSendAll(): loop until all data is read; this was necessary at | Guido van Rossum | 2002-08-08 | 1 | -3/+3 |
|
|
* | Whitespace normalization. | Tim Peters | 2002-08-08 | 6 | -16/+12 |
|
|
* | Replace docstrings on test functions witrh comments -- then unittest | Guido van Rossum | 2002-08-08 | 1 | -31/+50 |
|
|
* | Tighten the unbuffered readline test to distinguish between the two lines. | Guido van Rossum | 2002-08-07 | 1 | -4/+4 |
|
|