| Commit message (Expand) | Author | Age | Files | Lines |
* | Get test to work when run from regrtest (add test_main), remove all CRs (^M)s | Neal Norwitz | 2004-02-19 | 1 | -3/+5 |
|
|
* | Implementation of patch 869468 | David Ascher | 2004-02-18 | 1 | -0/+159 |
|
|
* | further testing indicates that the simplified version of the test | Fred Drake | 2004-02-13 | 1 | -4/+6 |
|
|
* | use existing test object instead of defining a new class | Fred Drake | 2004-02-12 | 1 | -5/+3 |
|
|
* | Replace backticks with repr() or "%r" | Walter Dörwald | 2004-02-12 | 28 | -86/+86 |
|
|
* | Fix indentation error in testGetServByName and rewrite loop to avoid clumsy | Skip Montanaro | 2004-02-10 | 1 | -5/+2 |
|
|
* | Make reversed() transparent with respect to length. | Raymond Hettinger | 2004-02-10 | 1 | -0/+4 |
|
|
* | Give itertools.repeat() a length method. | Raymond Hettinger | 2004-02-10 | 1 | -1/+7 |
|
|
* | Let reversed() work with itself. | Raymond Hettinger | 2004-02-08 | 1 | -0/+4 |
|
|
* | Make deque.rotate() smarter. Beef-up related tests. | Raymond Hettinger | 2004-02-08 | 1 | -9/+43 |
|
|
* | Patch #868499, adds -T option for code coverage. The implementation is a | Barry Warsaw | 2004-02-07 | 1 | -30/+51 |
|
|
* | * Incorporate Skip's suggestions for documentation (explain the word deque | Raymond Hettinger | 2004-02-07 | 1 | -0/+12 |
|
|
* | * Fix ref counting in extend() and extendleft(). | Raymond Hettinger | 2004-02-07 | 1 | -0/+4 |
|
|
* | Have deques support high volume loads. | Raymond Hettinger | 2004-02-06 | 1 | -0/+12 |
|
|
* | Fix test failure message (from SF patch #885008) | Walter Dörwald | 2004-02-06 | 1 | -1/+1 |
|
|
* | Fix reallocation bug in unicode.translate(): The code was comparing | Walter Dörwald | 2004-02-05 | 1 | -0/+1 |
|
|
* | Allocating a new weakref object can cause existing weakref objects for | Fred Drake | 2004-02-04 | 1 | -0/+32 |
|
|
* | - add tests that exercise fixes for the PyWeakref_NewRef() and | Fred Drake | 2004-02-03 | 1 | -0/+41 |
|
|
* | Fix input() builtin function to respect compiler flags. | Hye-Shik Chang | 2004-02-02 | 1 | -0/+13 |
|
|
* | * Move collections.deque() in from the sandbox | Raymond Hettinger | 2004-01-29 | 2 | -17/+337 |
|
|
* | Add a Guido inspired example for groupby(). | Raymond Hettinger | 2004-01-20 | 1 | -0/+14 |
|
|
* | Test not the standard utf-8 codec but gb18030 which is the most complex | Hye-Shik Chang | 2004-01-20 | 1 | -4/+4 |
|
|
* | For whatever reason, these files had \r\r\n line endings on Windows, | Tim Peters | 2004-01-18 | 1 | -8/+8 |
|
|
* | Whitespace normalization. | Tim Peters | 2004-01-18 | 25 | -55/+43 |
|
|
* | Add CJK codecs support as discussed on python-dev. (SF #873597) | Hye-Shik Chang | 2004-01-17 | 12 | -9/+1820 |
|
|
* | SF Patch #864863: Bisect C implementation | Raymond Hettinger | 2004-01-05 | 1 | -15/+12 |
|
|
* | [SF #866875] Add a specialized routine for one character | Hye-Shik Chang | 2004-01-05 | 1 | -14/+55 |
|
|
* | Exercise sorted() where possible | Raymond Hettinger | 2004-01-04 | 1 | -3/+1 |
|
|
* | More complete code coverage, including testing the new RFC 3548 support. | Barry Warsaw | 2004-01-04 | 1 | -26/+181 |
|
|
* | The script now takes an optional command-line argument to specify how many | Alex Martelli | 2004-01-02 | 1 | -4/+19 |
|
|
* | Strengthen the test for hash effectiveness | Raymond Hettinger | 2003-12-31 | 1 | -4/+4 |
|
|
* | As part of fixing bug #829532, add a test case that exercises os.makedirs | Andrew M. Kuchling | 2003-12-23 | 1 | -1/+36 |
|
|
* | Fix unicode.rsplit()'s bug that ignores separater on the end of string when | Hye-Shik Chang | 2003-12-23 | 1 | -0/+2 |
|
|
* | Enable some unittests on FreeBSD. | Hye-Shik Chang | 2003-12-19 | 2 | -3/+7 |
|
|
* | Remove methods that are no longer called by urllib2. | Jeremy Hylton | 2003-12-17 | 1 | -14/+0 |
|
|
* | Guido grants a Christmas wish: | Raymond Hettinger | 2003-12-17 | 6 | -70/+47 |
|
|
* | Add methods to MockHTTPClass for modern httplib interface. | Jeremy Hylton | 2003-12-17 | 1 | -51/+77 |
|
|
* | Add rsplit method for str and unicode builtin types. | Hye-Shik Chang | 2003-12-15 | 1 | -0/+20 |
|
|
* | SF patch 852995: add processors feature to urllib2 | Jeremy Hylton | 2003-12-14 | 1 | -29/+614 |
|
|
* | SF #736962, port test_future to unittest, add a bit more coverage, by Walter ... | Neal Norwitz | 2003-12-13 | 11 | -47/+101 |
|
|
* | Add tests to test_weakref.py to bring code coverage in _weakref.c up to 100%. | Walter Dörwald | 2003-12-11 | 3 | -27/+54 |
|
|
* | Move list and tuple tests from test_types.py to their own scripts: | Walter Dörwald | 2003-12-08 | 7 | -514/+696 |
|
|
* | Implement itertools.groupby() | Raymond Hettinger | 2003-12-06 | 1 | -1/+107 |
|
|
* | Remove extra copy of test_key_with_exception that somehow appeared | Michael W. Hudson | 2003-12-04 | 1 | -7/+0 |
|
|
* | Fixes and tests for various "holding pointers when arbitrary Python code | Michael W. Hudson | 2003-12-04 | 1 | -0/+45 |
|
|
* | Typo repair; added some comments and horizontal whitespace. | Tim Peters | 2003-12-04 | 1 | -9/+10 |
|
|
* | Fix test_unicode_file errors on platforms without Unicode file support, | Mark Hammond | 2003-12-03 | 2 | -19/+27 |
|
|
* | Add parameters indent, width and depth to pprint.pprint() and pprint.pformat() | Walter Dörwald | 2003-12-03 | 1 | -0/+6 |
|
|
* | Patch #750542: pprint now will pretty print subclasses of list, tuple | Walter Dörwald | 2003-12-03 | 1 | -4/+39 |
|
|
* | Reduce the size of Big String and Big Binary tests to 2**14 (minus one | Guido van Rossum | 2003-12-03 | 1 | -2/+2 |
|
|