| Commit message (Expand) | Author | Age | Files | Lines |
* | SF Bug 667812: Some Linux distros have Alt and Meta reversed. | Kurt B. Kaiser | 2003-01-16 | 1 | -13/+13 |
|
|
* | A. Lloyd Flanagan pointed out a spelling error on c.l.py. | Michael W. Hudson | 2003-01-16 | 1 | -1/+1 |
|
|
* | Let test_random cover the endpoints. | Raymond Hettinger | 2003-01-16 | 1 | -9/+20 |
|
|
* | Test optional slice arguments. | Raymond Hettinger | 2003-01-16 | 1 | -4/+14 |
|
|
* | Added doctest for examples in the library reference. | Raymond Hettinger | 2003-01-16 | 1 | -0/+60 |
|
|
* | Convert to unittest format so that more tests can be added cleanly. | Raymond Hettinger | 2003-01-16 | 1 | -118/+127 |
|
|
* | Patch #662454: import a.b as c is ok, fixes #660811. | Martin v. Löwis | 2003-01-16 | 1 | -5/+1 |
|
|
* | Properly find and install icons even if calling setup.py from the build dir. | Martin v. Löwis | 2003-01-16 | 1 | -2/+2 |
|
|
* | Catch IOErrors. | Martin v. Löwis | 2003-01-16 | 1 | -0/+3 |
|
|
* | Support copying booleans. Fixes #668925. | Martin v. Löwis | 2003-01-16 | 1 | -0/+2 |
|
|
* | This test previously failed when run from the 'test' directory. In that | Mark Hammond | 2003-01-16 | 1 | -5/+7 |
|
|
* | On Mac OS X calling setlocale will raise locale.Error. This isn't fatal, | Jack Jansen | 2003-01-15 | 1 | -1/+2 |
|
|
* | Correct docstring for SetValueEx() | Mark Hammond | 2003-01-15 | 1 | -1/+1 |
|
|
* | Checking in Brett Cannon's patch #662053, which fixes bug #661354. | Jack Jansen | 2003-01-15 | 1 | -8/+12 |
|
|
* | Added ismount(). | Jack Jansen | 2003-01-15 | 1 | -0/+5 |
|
|
* | Implemented FSCatalogInfo structure support, and used this to implement | Jack Jansen | 2003-01-15 | 3 | -17/+32 |
|
|
* | reference the os module and the lock flags in the os.open() function. | Skip Montanaro | 2003-01-15 | 1 | -0/+8 |
|
|
* | * Add test for __cmp__() | Raymond Hettinger | 2003-01-15 | 1 | -2/+40 |
|
|
* | Remove misleading advice. VERSION was not intended to be used that way. | Neil Schemenauer | 2003-01-15 | 1 | -6/+0 |
|
|
* | Document that __cmp__() is not defined for sets. | Raymond Hettinger | 2003-01-15 | 1 | -3/+12 |
|
|
* | Gyro Func for patch #661719. | Martin v. Löwis | 2003-01-15 | 1 | -1/+2 |
|
|
* | Patch #661719: Expose compilation errors as exceptions on request. | Martin v. Löwis | 2003-01-15 | 5 | -28/+92 |
|
|
* | Patch #473586: Implement CGIXMLRPCRequestHandler. | Martin v. Löwis | 2003-01-15 | 3 | -125/+477 |
|
|
* | SF patch #664192 bug #661913: inconsistent error messages between string | Raymond Hettinger | 2003-01-15 | 1 | -2/+2 |
|
|
* | Fix [ 665014 ] files with long lines and an encoding crash. | Mark Hammond | 2003-01-14 | 1 | -1/+2 |
|
|
* | Updated IDLE Help to reflect changes in Additional Help Source | Kurt B. Kaiser | 2003-01-14 | 1 | -8/+26 |
|
|
* | M Bindings.py | Kurt B. Kaiser | 2003-01-14 | 8 | -92/+164 |
|
|
* | Explicitly raise an exception in __cmp__ -- this clarifies that cmp() | Guido van Rossum | 2003-01-14 | 2 | -0/+9 |
|
|
* | Replaced POP() with STACKADJ(-1) on lines where the result wasn't used. | Raymond Hettinger | 2003-01-14 | 1 | -2/+2 |
|
|
* | SF bug #661184: inspect.getsource bug | Raymond Hettinger | 2003-01-14 | 1 | -1/+3 |
|
|
* | make sure Info.plist has a CFBundleIdentifier entry | Just van Rossum | 2003-01-13 | 1 | -0/+2 |
|
|
* | A new test here was failing on Windows, because the test before it never | Tim Peters | 2003-01-13 | 1 | -10/+5 |
|
|
* | Duh. cmdqueue should be an instance variable, not a class variable. | Guido van Rossum | 2003-01-13 | 1 | -1/+1 |
|
|
* | Duh. The do_EOF() implementation was bogus. Make it more like | Guido van Rossum | 2003-01-13 | 1 | -3/+5 |
|
|
* | Fix SF bug #667147, Segmentation fault printing str subclass | Neal Norwitz | 2003-01-13 | 3 | -4/+43 |
|
|
* | Move the date/time section into the modules section; it was in the | Andrew M. Kuchling | 2003-01-13 | 1 | -61/+61 |
|
|
* | Update comment, QnewFlag will go away in 3.0, not 2.3 | Neal Norwitz | 2003-01-13 | 1 | -2/+2 |
|
|
* | Fix NameError in getquotaroot(), sanctioned by Piers. | Guido van Rossum | 2003-01-13 | 1 | -1/+1 |
|
|
* | Link to MRO article | Andrew M. Kuchling | 2003-01-13 | 1 | -2/+8 |
|
|
* | SF patch 664183 and SF bug 664044: Note that both u'%s' % 'x' and | Raymond Hettinger | 2003-01-13 | 1 | -1/+4 |
|
|
* | Implemented FSCatalogInfo. | Jack Jansen | 2003-01-12 | 3 | -27/+705 |
|
|
* | Try to make a sentance more readable. | Neal Norwitz | 2003-01-12 | 1 | -1/+1 |
|
|
* | SF #665570, curses causes interpreter crash | Neal Norwitz | 2003-01-12 | 1 | -1/+2 |
|
|
* | Minor correction and clarification. | Fred Drake | 2003-01-11 | 1 | -1/+3 |
|
|
* | Got rid of the internal datetimetz type. | Tim Peters | 2003-01-11 | 3 | -1024/+655 |
|
|
* | Minor fiddling to make the next part easier. Introduced an internal | Tim Peters | 2003-01-11 | 2 | -38/+61 |
|
|
* | SF #639945 was fixed in alpha 1 | Neal Norwitz | 2003-01-10 | 1 | -0/+2 |
|
|
* | Fix SF bug # 602259, 3rd parameter for Tkinter.scan_dragto | Neal Norwitz | 2003-01-10 | 2 | -3/+6 |
|
|
* | Get build working on Redhat 7.2 linux 2.4.7 | Neal Norwitz | 2003-01-10 | 1 | -0/+4 |
|
|
* | Update documentation. | Kurt B. Kaiser | 2003-01-10 | 4 | -238/+323 |
|
|