| Commit message (Expand) | Author | Age | Files | Lines |
* | Add default timeout functionality. This adds setdefaulttimeout() and | Guido van Rossum | 2002-07-18 | 1 | -0/+30 |
|
|
* | Gave this a facelift: "/" vs "//", whrandom vs random, etc. Boosted | Tim Peters | 2002-07-18 | 1 | -35/+46 |
|
|
* | Gave hotshot.LogReader a close() method, to allow users to close the | Tim Peters | 2002-07-18 | 1 | -4/+1 |
|
|
* | test_hotshot fails on Windows now. Added XXX comment explaining why, | Tim Peters | 2002-07-17 | 1 | -0/+4 |
|
|
* | Add a test for the 'closed' attribute on the C-profiler object. | Guido van Rossum | 2002-07-17 | 1 | -0/+3 |
|
|
* | Add missing comma. | Jeremy Hylton | 2002-07-17 | 1 | -1/+1 |
|
|
* | Add a rather generous set of tests allowed to be skipped on sunos5. | Guido van Rossum | 2002-07-17 | 1 | -0/+23 |
|
|
* | Use sys.executable to run Python, as suggested by Neal Norwitz. | Tim Peters | 2002-07-17 | 1 | -2/+3 |
|
|
* | Bunch of tests to make sure that StopIteration is a sink state. | Guido van Rossum | 2002-07-16 | 1 | -0/+76 |
|
|
* | Whitespace normalization. | Tim Peters | 2002-07-16 | 7 | -34/+32 |
|
|
* | The atexit module effectively turned itself off if sys.exitfunc already | Tim Peters | 2002-07-16 | 2 | -15/+48 |
|
|
* | Tim_one's change to aggressively overallocate nodes when adding child | Andrew MacIntyre | 2002-07-15 | 1 | -9/+2 |
|
|
* | Remove httplib from tested modules. | Jeremy Hylton | 2002-07-12 | 1 | -15/+0 |
|
|
* | Change _begin() back to begin(). | Jeremy Hylton | 2002-07-12 | 1 | -3/+3 |
|
|
* | test_trashcan() and supporting class Ouch(): Jeremy noted that this test | Tim Peters | 2002-07-11 | 1 | -3/+9 |
|
|
* | subtype_resurrection(): Removed unused import. | Tim Peters | 2002-07-11 | 1 | -1/+0 |
|
|
* | Extend function() to support an optional closure argument. | Jeremy Hylton | 2002-07-11 | 1 | -0/+24 |
|
|
* | subtype_resurrection(): The test suite with -l properly reported the | Tim Peters | 2002-07-11 | 1 | -2/+13 |
|
|
* | Repaired optimistic comment in new test. | Tim Peters | 2002-07-11 | 1 | -4/+3 |
|
|
* | Added a test that provokes the hypothesized (in my last checkin comment) | Tim Peters | 2002-07-11 | 1 | -0/+20 |
|
|
* | assertHasattr(): Made failure msg better than useless. | Tim Peters | 2002-07-10 | 1 | -1/+4 |
|
|
* | ndiffAssertEqual(): Stringify the arguments before running | Barry Warsaw | 2002-07-09 | 1 | -4/+16 |
|
|
* | Fix SF Bug 564931: compile() traceback must include filename. | Thomas Heller | 2002-07-09 | 1 | -0/+9 |
|
|
* | TestEmailBase.ndiffAssertEqual(): Python 2.1's difflib doesn't have an | Barry Warsaw | 2002-07-09 | 1 | -32/+186 |
|
|
* | New files which test the corners of multipart/message and | Barry Warsaw | 2002-07-09 | 2 | -0/+48 |
|
|
* | Got rid of special case for Macintosh realloc slowdown: Tim fixed the problem. | Jack Jansen | 2002-07-08 | 2 | -6/+1 |
|
|
* | Fix for SF bug #432621: httplib: multiple Set-Cookie headers | Jeremy Hylton | 2002-07-07 | 2 | -2/+23 |
|
|
* | printlist(): Replaced the guts with a call to textwrap. Yay! | Tim Peters | 2002-07-04 | 1 | -30/+19 |
|
|
* | Implement the encoding argument for toxml and toprettyxml. | Martin v. Löwis | 2002-06-30 | 2 | -0/+11 |
|
|
* | Another test of long headers. | Barry Warsaw | 2002-06-29 | 2 | -0/+19 |
|
|
* | Oleg Broytmann's support for RFC 2231 encoded parameters, SF patch #549133 | Barry Warsaw | 2002-06-29 | 2 | -1/+34 |
|
|
* | test_multilingual(): Test for Header.__unicode__(). | Barry Warsaw | 2002-06-29 | 1 | -0/+22 |
|
|
* | Track change of begin() to _begin(). | Jeremy Hylton | 2002-06-28 | 1 | -2/+2 |
|
|
* | Lots of new and updated tests to check for proper ascii header | Barry Warsaw | 2002-06-28 | 2 | -42/+187 |
|
|
* | Added character data buffering to pyexpat parser objects. | Fred Drake | 2002-06-28 | 1 | -1/+94 |
|
|
* | Integrate the tests for name interning from PyXML (test_pyexpat.py | Fred Drake | 2002-06-27 | 1 | -0/+18 |
|
|
* | Suppress the variable verbose output from test.xmltests; the inclusion of | Fred Drake | 2002-06-26 | 2 | -15/+3 |
|
|
* | Add convenience module to run all the XML tests. | Fred Drake | 2002-06-25 | 2 | -0/+395 |
|
|
* | Fix SF bug 572567: Memory leak in object comparison. | Raymond Hettinger | 2002-06-24 | 1 | -0/+12 |
|
|
* | Add a check that the bug Jeremy just fixed in _PyTuple_Resize() is | Guido van Rossum | 2002-06-21 | 1 | -0/+5 |
|
|
* | SF 569257 -- Name mangle double underscored variable names in __slots__. | Raymond Hettinger | 2002-06-20 | 1 | -0/+18 |
|
|
* | Disable the test for importing very long lists for MacPython: it triggers | Jack Jansen | 2002-06-20 | 1 | -1/+2 |
|
|
* | Removed the generator future-stmt -- not needed for 2.3. | Tim Peters | 2002-06-20 | 1 | -1/+0 |
|
|
* | I get failures half of the time that I run this, so I'll disable | Guido van Rossum | 2002-06-20 | 1 | -2/+2 |
|
|
* | Fix the bug described in | Michael W. Hudson | 2002-06-19 | 2 | -1/+50 |
|
|
* | Michael fixed the race conditions and removed the sleeps. | Guido van Rossum | 2002-06-18 | 1 | -9/+55 |
|
|
* | Patch from SF bug 570483 (Tim Northover). | Guido van Rossum | 2002-06-18 | 1 | -0/+6 |
|
|
* | Alter text test arg to obey new rule, also include inverse test to make time-... | Piers Lauder | 2002-06-17 | 1 | -6/+5 |
|
|
* | test_module_with_large_stack(): This failed when Python was run with -O, | Tim Peters | 2002-06-15 | 1 | -2/+5 |
|
|
* | test_module_with_large_stack(): This failed on Windows, for the wrong | Tim Peters | 2002-06-15 | 1 | -1/+1 |
|
|