| Commit message (Expand) | Author | Age | Files | Lines |
* | s/endswith/startswith/ | Tim Peters | 2001-08-01 | 1 | -1/+1 |
|
|
* | Rewritten version of Finn Bock's SF patch #446907 (Allow jython to | Tim Peters | 2001-08-01 | 1 | -1/+4 |
|
|
* | test_codeup should not have had an expected-output file; removing it. | Tim Peters | 2001-07-30 | 1 | -10/+0 |
|
|
* | Add tests for getattr() and hasattr() with non-string args | Jeremy Hylton | 2001-07-30 | 2 | -0/+24 |
|
|
* | Fix for SF bug [ #443866 ] Evaluating func_code causing core dump | Jeremy Hylton | 2001-07-30 | 2 | -0/+14 |
|
|
* | Fix when pyexpat not built | Jeremy Hylton | 2001-07-30 | 1 | -0/+1 |
|
|
* | Patch #442866: Tests for codeop.py. | Martin v. Löwis | 2001-07-30 | 2 | -0/+100 |
|
|
* | One more crack at join(): stop trying to pretend this isn't a mass of | Tim Peters | 2001-07-27 | 1 | -0/+7 |
|
|
* | Change ntpath.join() so that join("d:/", "/whatever") returns | Tim Peters | 2001-07-26 | 1 | -0/+1 |
|
|
* | SF bug #444510: int() should guarantee truncation. | Tim Peters | 2001-07-26 | 1 | -0/+13 |
|
|
* | Fix for bug #444493: u'\U00010001' segfaults with current CVS on | Marc-André Lemburg | 2001-07-25 | 1 | -1/+2 |
|
|
* | Make this test work under Windows as well. | Fred Drake | 2001-07-23 | 1 | -2/+5 |
|
|
* | Test for the "glob" module, contributed by Nick Mathewson. | Fred Drake | 2001-07-23 | 1 | -0/+110 |
|
|
* | Whitespace normalization. | Tim Peters | 2001-07-23 | 1 | -4/+3 |
|
|
* | Tests for the "commands" module, contributed by Nick Mathewson. | Fred Drake | 2001-07-23 | 1 | -0/+45 |
|
|
* | New tests by Nick Mathewson, for the fpformat module. | Fred Drake | 2001-07-23 | 1 | -0/+67 |
|
|
* | On WIndows, skip the part of test_dircache that can't work on Windows. | Tim Peters | 2001-07-21 | 1 | -9/+15 |
|
|
* | Whitespace normalization, plus: | Tim Peters | 2001-07-21 | 3 | -13/+13 |
|
|
* | Use string.ascii_letters instead of string.letters (SF bug #226706). | Fred Drake | 2001-07-20 | 1 | -1/+1 |
|
|
* | Make the unicode-escape and the UTF-16 codecs handle surrogates | Marc-André Lemburg | 2001-07-20 | 1 | -0/+8 |
|
|
* | Regression test for the dircache module, contributed by Nick Mathewson. | Fred Drake | 2001-07-19 | 1 | -0/+62 |
|
|
* | Test for the repr module, contributed by Nick Mathewson. | Fred Drake | 2001-07-19 | 1 | -0/+108 |
|
|
* | Add some test cases for ntpath.join(). | Tim Peters | 2001-07-19 | 1 | -3/+19 |
|
|
* | Cosmetic: break the long lines in test_ntpath.py, and get rid of its | Tim Peters | 2001-07-19 | 2 | -9/+14 |
|
|
* | Added function xml.sax.saxutils.quoteattr(). | Fred Drake | 2001-07-19 | 2 | -2/+25 |
|
|
* | Remove a couple of lines from the test that proved not to be portable to | Fred Drake | 2001-07-17 | 1 | -2/+0 |
|
|
* | Start of a test suite for the "os" module -- this only tests the temporary | Fred Drake | 2001-07-17 | 1 | -0/+60 |
|
|
* | Use the "st" versions of the "ast" calls in the parser module -- there is | Fred Drake | 2001-07-17 | 1 | -2/+2 |
|
|
* | Added tests for the new yield support in the parser module. | Fred Drake | 2001-07-17 | 1 | -1/+132 |
|
|
* | This has never worked on Windows. Now it does. If it breaks on Unix now, | Tim Peters | 2001-07-16 | 1 | -1/+7 |
|
|
* | test_basic(): Add a test for "person@dom.ain (User J. Person)" which | Barry Warsaw | 2001-07-16 | 1 | -0/+12 |
|
|
* | Add a unit test for sgmllib (needs work, but has already caught problems). | Fred Drake | 2001-07-16 | 1 | -0/+243 |
|
|
* | Give more useful information about a failing PyUnit-style test. | Fred Drake | 2001-07-16 | 1 | -2/+11 |
|
|
* | Remove a duplicate test. | Fred Drake | 2001-07-16 | 1 | -1/+0 |
|
|
* | Part way to allowing "from __future__ import generators" to communicate | Tim Peters | 2001-07-16 | 1 | -0/+2 |
|
|
* | Should raise TestSkipped, not ImportError, when deciding to skip the | Guido van Rossum | 2001-07-13 | 1 | -2/+2 |
|
|
* | Having fun on my own time: quicker flat_conjoin; Knights Tour solver | Tim Peters | 2001-07-13 | 1 | -113/+123 |
|
|
* | Remove the last remnants of the hacks to worm around leaks. | Tim Peters | 2001-07-12 | 1 | -12/+3 |
|
|
* | Repair flawed example. | Tim Peters | 2001-07-12 | 1 | -1/+1 |
|
|
* | Remove now-unnecessary "from __future__ import nested_scopes" stmts. | Tim Peters | 2001-07-12 | 2 | -10/+6 |
|
|
* | Remove reference cycle breaking code. The GC now takes care of it. | Neil Schemenauer | 2001-07-12 | 1 | -7/+1 |
|
|
* | Test GC of frame objects. | Neil Schemenauer | 2001-07-12 | 1 | -0/+11 |
|
|
* | Make the test pass now that 10**-15 returns a float instead of raising | Guido van Rossum | 2001-07-12 | 1 | -3/+1 |
|
|
* | SF patch #440170: Tests for fileinput module. | Tim Peters | 2001-07-11 | 2 | -1/+159 |
|
|
* | SF patch #440144: Tests and minor bugfix for uu module. | Tim Peters | 2001-07-11 | 2 | -1/+124 |
|
|
* | Ported to Windows: | Guido van Rossum | 2001-07-10 | 1 | -5/+6 |
|
|
* | A test suite for SocketServer.py that exposes the various bugs just | Guido van Rossum | 2001-07-10 | 1 | -0/+161 |
|
|
* | When reading a continuation line, make sure we still use the transformed | Fred Drake | 2001-07-06 | 1 | -0/+7 |
|
|
* | Rip out tests for xrange() features no longer supported. | Guido van Rossum | 2001-07-05 | 1 | -14/+0 |
|
|
* | Added a non-recursive implementation of conjoin(), and a Knight's Tour | unknown | 2001-07-04 | 1 | -2/+291 |
|
|