summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove misleading advice. VERSION was not intended to be used that way.Neil Schemenauer2003-01-151-6/+0
* Document that __cmp__() is not defined for sets.Raymond Hettinger2003-01-151-3/+12
* Gyro Func for patch #661719.Martin v. Löwis2003-01-151-1/+2
* Patch #661719: Expose compilation errors as exceptions on request.Martin v. Löwis2003-01-155-28/+92
* Patch #473586: Implement CGIXMLRPCRequestHandler.Martin v. Löwis2003-01-153-125/+477
* SF patch #664192 bug #661913: inconsistent error messages between stringRaymond Hettinger2003-01-151-2/+2
* Fix [ 665014 ] files with long lines and an encoding crash.Mark Hammond2003-01-141-1/+2
* Updated IDLE Help to reflect changes in Additional Help SourceKurt B. Kaiser2003-01-141-8/+26
* M Bindings.pyKurt B. Kaiser2003-01-148-92/+164
* Explicitly raise an exception in __cmp__ -- this clarifies that cmp()Guido van Rossum2003-01-142-0/+9
* Replaced POP() with STACKADJ(-1) on lines where the result wasn't used.Raymond Hettinger2003-01-141-2/+2
* SF bug #661184: inspect.getsource bugRaymond Hettinger2003-01-141-1/+3
* make sure Info.plist has a CFBundleIdentifier entryJust van Rossum2003-01-131-0/+2
* A new test here was failing on Windows, because the test before it neverTim Peters2003-01-131-10/+5
* Duh. cmdqueue should be an instance variable, not a class variable.Guido van Rossum2003-01-131-1/+1
* Duh. The do_EOF() implementation was bogus. Make it more likeGuido van Rossum2003-01-131-3/+5
* Fix SF bug #667147, Segmentation fault printing str subclassNeal Norwitz2003-01-133-4/+43
* Move the date/time section into the modules section; it was in theAndrew M. Kuchling2003-01-131-61/+61
* Update comment, QnewFlag will go away in 3.0, not 2.3Neal Norwitz2003-01-131-2/+2
* Fix NameError in getquotaroot(), sanctioned by Piers.Guido van Rossum2003-01-131-1/+1
* Link to MRO articleAndrew M. Kuchling2003-01-131-2/+8
* SF patch 664183 and SF bug 664044: Note that both u'%s' % 'x' andRaymond Hettinger2003-01-131-1/+4
* Implemented FSCatalogInfo.Jack Jansen2003-01-123-27/+705
* Try to make a sentance more readable.Neal Norwitz2003-01-121-1/+1
* SF #665570, curses causes interpreter crashNeal Norwitz2003-01-121-1/+2
* Minor correction and clarification.Fred Drake2003-01-111-1/+3
* Got rid of the internal datetimetz type.Tim Peters2003-01-113-1024/+655
* Minor fiddling to make the next part easier. Introduced an internalTim Peters2003-01-112-38/+61
* SF #639945 was fixed in alpha 1Neal Norwitz2003-01-101-0/+2
* Fix SF bug # 602259, 3rd parameter for Tkinter.scan_dragtoNeal Norwitz2003-01-102-3/+6
* Get build working on Redhat 7.2 linux 2.4.7Neal Norwitz2003-01-101-0/+4
* Update documentation.Kurt B. Kaiser2003-01-104-238/+323
* SF bug #652933 (for IdleFork): Open Module "math" Fails (Hettinger)Kurt B. Kaiser2003-01-101-1/+4
* SF #665913, Fix mmap module core dump with unixNeal Norwitz2003-01-101-0/+3
* SF #665913, Fix mmap module core dump with unixNeal Norwitz2003-01-102-2/+22
* M configDialog.pyKurt B. Kaiser2003-01-102-82/+97
* Python 2.1's string module doesn't have ascii_letters, so let's justBarry Warsaw2003-01-101-13/+10
* Cleanups, and conversion of assert to assertEqual()Barry Warsaw2003-01-101-71/+69
* As discussed on python-dev, removed from DUP_TOPX support for theRaymond Hettinger2003-01-101-35/+0
* As discussed briefly on python-dev, add Pending Deprecation WarningNeal Norwitz2003-01-101-3/+5
* Get rid of compiler warningsNeal Norwitz2003-01-102-19/+19
* Remove extra 'types'Neal Norwitz2003-01-101-3/+3
* SF bug #652888: bad documentation for the "type" builtinRaymond Hettinger2003-01-101-6/+22
* 1. Make finding Python help docs more robust, including the installedKurt B. Kaiser2003-01-101-19/+29
* Got rid of the timetz type entirely. This was a bit trickier than ITim Peters2003-01-103-489/+354
* Default the OK key in the Save Before Run dialog.Kurt B. Kaiser2003-01-101-0/+1
* Removed more now-pointless pickle code.Tim Peters2003-01-101-93/+34
* Started on implementing support for FSCatalogInfo. Doesn't work yet, don'tJack Jansen2003-01-092-2/+60
* interpret utf-8 file names on OSXJust van Rossum2003-01-091-0/+2
* support unicode in menu itemsJust van Rossum2003-01-091-1/+4