| Commit message (Expand) | Author | Age | Files | Lines |
* | Add the 'bool' type and its values 'False' and 'True', as described in | Guido van Rossum | 2002-04-03 | 9 | -172/+172 |
|
|
* | Fix bugs: | Mark Hammond | 2002-04-03 | 2 | -0/+39 |
|
|
* | SF patch 537536 by Phillip J. Eby, fix for SF bug 535444, super() | Guido van Rossum | 2002-04-02 | 1 | -0/+8 |
|
|
* | Add an experimental mechanism to support extending the pprint formatting. | Fred Drake | 2002-04-02 | 1 | -0/+21 |
|
|
* | Make test_commands work on more systems. This removes much of the dependency | Fred Drake | 2002-04-01 | 1 | -4/+5 |
|
|
* | Format strings (tuples,) appropriately | Neal Norwitz | 2002-04-01 | 2 | -3/+3 |
|
|
* | Use attributes appropriately | Neal Norwitz | 2002-04-01 | 2 | -2/+2 |
|
|
* | There is no TestError, use TestFailed appropriately | Neal Norwitz | 2002-04-01 | 3 | -10/+10 |
|
|
* | We expect to skip the new test_mpz on Windows. | Tim Peters | 2002-04-01 | 1 | -1/+5 |
|
|
* | Get rid of all METH_OLDARGS & PyArg_Parse. | Neal Norwitz | 2002-04-01 | 1 | -0/+90 |
|
|
* | Remove some now-obsolete generator future statements. | Tim Peters | 2002-04-01 | 3 | -12/+4 |
|
|
* | Convert file.readinto() to stop using METH_OLDARGS & PyArg_Parse. | Neal Norwitz | 2002-04-01 | 1 | -0/+15 |
|
|
* | As part of fixing bug #536241, add a test case for string.zfill() with Unicode | Andrew M. Kuchling | 2002-03-29 | 1 | -1/+4 |
|
|
* | Add two tests for string.zfill | Andrew M. Kuchling | 2002-03-29 | 1 | -0/+3 |
|
|
* | test_trashcan: reword obscure code. | Tim Peters | 2002-03-28 | 1 | -1/+1 |
|
|
* | New test_traschcan() test in test_gc, which reliably provokes segfaults | Tim Peters | 2002-03-28 | 1 | -0/+29 |
|
|
* | Add a simple test of the METH_CLASS and METH_STATIC flags for type methods. | Fred Drake | 2002-03-28 | 1 | -0/+30 |
|
|
* | Add tests for the iterkeys, itervalues and iteritems | Walter Dörwald | 2002-03-25 | 1 | -0/+29 |
|
|
* | SF bug 480215: softspace confused in nested print | Tim Peters | 2002-03-24 | 1 | -0/+14 |
|
|
* | add test for InvalidURL | Skip Montanaro | 2002-03-24 | 1 | -0/+2 |
|
|
* | add test of InvalidURL | Skip Montanaro | 2002-03-24 | 1 | -0/+10 |
|
|
* | Add more tests for built-in types. Add tests for buffer objects. | Neil Schemenauer | 2002-03-24 | 2 | -0/+119 |
|
|
* | added RFC 2396 tests from Aaron Swartz included in bug # 450225. | Skip Montanaro | 2002-03-23 | 1 | -74/+116 |
|
|
* | no longer needed - converted test_urlparse.py to use unittest | Skip Montanaro | 2002-03-23 | 1 | -46/+0 |
|
|
* | SF bug 533234: tm_isdst > 1 Passed to strftime. | Tim Peters | 2002-03-23 | 1 | -0/+23 |
|
|
* | Add a simple test suite for netrc.py, and remove it from test_sundry | Andrew M. Kuchling | 2002-03-22 | 2 | -1/+43 |
|
|
* | Do not insert characters for unicode-escape decoders if the error mode | Martin v. Löwis | 2002-03-21 | 1 | -0/+8 |
|
|
* | amk's fix attached to | Michael W. Hudson | 2002-03-18 | 2 | -0/+23 |
|
|
* | Fix for SF bug 528132 (Armin Rigo): classmethod().__get__() segfault | Guido van Rossum | 2002-03-18 | 1 | -0/+5 |
|
|
* | initial test_anydbm module - based on test_dumbdbm.py | Skip Montanaro | 2002-03-18 | 1 | -0/+96 |
|
|
* | restructure a bit to not rely on test case execution ordering | Skip Montanaro | 2002-03-17 | 1 | -4/+28 |
|
|
* | Skip test_longexp for MacPython on Mac OS X. It triggers a pathological reall... | Jack Jansen | 2002-03-15 | 1 | -1/+5 |
|
|
* | added test case to catch index errors with _localized_name class | Skip Montanaro | 2002-03-15 | 1 | -0/+4 |
|
|
* | first cut at skip-list for hp-ux 11 based upon input from Bill Lawler at HP. | Skip Montanaro | 2002-03-15 | 1 | -0/+30 |
|
|
* | "Fix" for SF bug #520644: __slots__ are not pickled. | Guido van Rossum | 2002-03-14 | 1 | -0/+89 |
|
|
* | Test for the fix I just checked in to moduleobject.c. | Guido van Rossum | 2002-03-12 | 1 | -0/+12 |
|
|
* | Change Windows file.truncate() to (a) restore the original file position, | Tim Peters | 2002-03-12 | 1 | -9/+15 |
|
|
* | Fix typo | Neal Norwitz | 2002-03-11 | 1 | -1/+1 |
|
|
* | Add a check that SF bug 516727 is really fixed. | Guido van Rossum | 2002-03-11 | 1 | -0/+10 |
|
|
* | file_truncate(): provide full "large file" support on Windows, by | Tim Peters | 2002-03-11 | 1 | -15/+24 |
|
|
* | Bugfix candidate. | Guido van Rossum | 2002-03-11 | 1 | -0/+3 |
|
|
* | SF patch 499062: Minor typo in test_generators.py. | Tim Peters | 2002-03-10 | 1 | -1/+1 |
|
|
* | Fix pyclbr test of httplib without really understanding pyclbr. | Jeremy Hylton | 2002-03-08 | 1 | -1/+2 |
|
|
* | As part of fixing bug #523301, add a simple test of ConfigParser.write() | Andrew M. Kuchling | 2002-03-08 | 2 | -0/+30 |
|
|
* | SF bug 515943: searching for data with \0 in mmap. | Tim Peters | 2002-03-08 | 1 | -0/+25 |
|
|
* | Test for | Michael W. Hudson | 2002-03-06 | 1 | -0/+12 |
|
|
* | Special support for pickling os.stat and os.stat_vfs results portably | Michael W. Hudson | 2002-03-06 | 1 | -0/+11 |
|
|
* | A fix & test for | Michael W. Hudson | 2002-03-05 | 1 | -0/+7 |
|
|
* | SF #506611, fix sys.setprofile(), sys.settrace() core dumps | Neal Norwitz | 2002-03-03 | 2 | -0/+10 |
|
|
* | _PyLong_Copy(): was creating a copy of the absolute value, but should | Tim Peters | 2002-03-02 | 1 | -0/+1 |
|
|