summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* (formatter.py): Simplify NullFormatter definition of add_hor_rule() to matchFred Drake1996-10-081-3/+2
* Remove RCS crud... Sigh...Guido van Rossum1996-10-084-12/+0
* Removed RCS crud from official Python release version.Guido van Rossum1996-10-082-6/+0
* The usual... Sigh...Guido van Rossum1996-10-0810-14/+34
* Removed debugging print statementGuido van Rossum1996-10-081-1/+0
* Simple test module for strop.Guido van Rossum1996-10-081-0/+21
* Change to always call list.append with a single argument.Guido van Rossum1996-10-082-2/+2
* Changes to always call list.append with a single argument.Guido van Rossum1996-10-083-8/+8
* Change to always call list.append with a single argument.Guido van Rossum1996-10-083-3/+3
* Set the __file__ attribute of the imported module in both versions ofGuido van Rossum1996-10-071-7/+11
* Add provisions to set the (to be documented!) instance variableGuido van Rossum1996-10-071-1/+4
* Compromise on test in find_class(): a user-defined function is okay,Guido van Rossum1996-10-071-3/+1
* (Tkinter.py): Improve application basename determination to make .py andFred Drake1996-10-062-2/+4
* Added getparamnames() to Message class -- return a list of allGuido van Rossum1996-10-041-0/+8
* Don't auto-install on import. This slows down apps that useGuido van Rossum1996-10-041-6/+0
* (Tkinter.py): Fixed dumb typo in Misc.tk_setPalette().Fred Drake1996-10-042-4/+4
* Don't mix stdout/stderr.Guido van Rossum1996-10-021-2/+2
* Add main program similar to pdb.Guido van Rossum1996-10-011-0/+19
* Always open file objects in binary mode.Guido van Rossum1996-09-301-2/+2
* Don't die if an ok file method (e.g. fileno) doesn't exist.Guido van Rossum1996-09-301-1/+1
* (Tkinter.py): Many revisions for Tk 4.X: Added clipboard support, updatedFred Drake1996-09-272-80/+172
* (Canvas.py): Added definition of CanvasItem.cget() as suggested byFred Drake1996-09-262-0/+2
* 1. Correct typo in FileWrapper.close() (fix by AMK).Guido van Rossum1996-09-251-6/+10
* Revamped test case and updated doc string.Guido van Rossum1996-09-171-23/+41
* Show names of locals in disco (Ka-Ping Yee)Guido van Rossum1996-09-121-0/+6
* Layout and cleanup by FredGuido van Rossum1996-09-111-82/+76
* Another batch...Guido van Rossum1996-09-118-28/+54
* Implement lower by calling lower, not lift.Guido van Rossum1996-09-112-2/+2
* Bug fixes in index&icursor suggested by Nils Fischbeck.Guido van Rossum1996-09-112-10/+10
* Zapped obsolete opcode LOAD_GLOBALS.Guido van Rossum1996-09-101-1/+0
* Added linux2 specific code :-(Guido van Rossum1996-09-101-0/+3
* Fix bogus len() callGuido van Rossum1996-09-101-1/+1
* Correct sys.path[0] when used stand-aloneGuido van Rossum1996-09-101-3/+6
* Fix type in loop stripping '__.' from nameGuido van Rossum1996-09-102-2/+2
* close module file after loadingGuido van Rossum1996-09-101-10/+13
* One fix by sjoerd and one suggested by him. Bumped __version__ to 1.5.Guido van Rossum1996-09-101-9/+24
* simpler version of the previous fixGuido van Rossum1996-09-102-8/+4
* compatibility changes suggested by Jack,Guido van Rossum1996-09-102-4/+8
* Rewritten by Lars Wizenius to add long optionsGuido van Rossum1996-09-091-25/+90
* Change to allow keyword args for Group,Guido van Rossum1996-09-062-10/+12
* Fixed Entry.select_from() to acually call the "select from" widgetGuido van Rossum1996-09-062-2/+2
* Added logging support.Guido van Rossum1996-09-051-0/+60
* Fixed embarrassing logic bug in read_lines_to_outerboundary().Guido van Rossum1996-09-051-2/+3
* Added Menu.insert*() methods [Fred]Guido van Rossum1996-09-052-0/+26
* Add initial values to variables to avoid crash in __del__Guido van Rossum1996-09-052-0/+12
* Get rid of nobody_uid() and import pwd -- not used here.Guido van Rossum1996-09-041-12/+0
* Subtle hack so the eps printed is not dependent on the formattingGuido van Rossum1996-08-291-2/+3
* No double underscores for globals pleaseGuido van Rossum1996-08-261-3/+3
* Another batch of updates...Guido van Rossum1996-08-2620-62/+842
* Bump exposed __version__ to 1.4.Guido van Rossum1996-08-261-6/+9