summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Added safeguard against failure in __del__.Guido van Rossum1996-11-271-0/+2
* Added ALL='all'.Guido van Rossum1996-11-202-0/+2
* Turn leading minus sign into underscore for image widget name -- theGuido van Rossum1996-11-202-6/+10
* Added support for timezone in date field. getdate_tz() andGuido van Rossum1996-11-201-6/+57
* When re-raising an exception raised by a module used internally asGuido van Rossum1996-11-201-3/+5
* When removing a messge from all sequences, don't remove from 'cur',Guido van Rossum1996-11-121-0/+3
* Added 'strict_parsing' option to all parsing functions. This causes aGuido van Rossum1996-11-111-11/+27
* Don't require leading '-' on option name to Text.tag_cgetGuido van Rossum1996-11-112-0/+8
* Fix the way the Authorization header is sent (how could this have worked?).Guido van Rossum1996-11-111-1/+1
* The usual :-(Guido van Rossum1996-10-244-4/+4
* Get rid of bogus binding of <Delete> to a function that deletes the nextGuido van Rossum1996-10-242-6/+0
* Fix truncated paragraph in doc string.Guido van Rossum1996-10-241-2/+3
* Cast mtime gotten from stat() to long int -- else it won't workGuido van Rossum1996-10-241-1/+1
* Make self.rfile unbuffered (self.wfile already is). This should fixGuido van Rossum1996-10-231-1/+1
* Added support for floating point resolution to Scale.get().Guido van Rossum1996-10-232-2/+10
* Get rid of evil workaround for Python 1.4b2 bug.Guido van Rossum1996-10-221-4/+0
* Fix another case where...Guido van Rossum1996-10-221-0/+1
* Change the default seeding -- use 8 bits of sub-second precision andGuido van Rossum1996-10-211-1/+2
* The usual...Guido van Rossum1996-10-214-8/+8
* (Tkinter.py): Fixed bug in re-implementation of OptionMenu.Fred Drake1996-10-212-2/+2
* (Fred Drake:) Re-wrote the OptionMenu class to allow access to a realGuido van Rossum1996-10-212-10/+56
* Added warning not to import directly.Guido van Rossum1996-10-151-1/+2
* Allow code objects to be passed to run() and eval().Guido van Rossum1996-10-151-2/+7
* Ellipses -> Ellipsis rename (the dictionary really says that it shouldGuido van Rossum1996-10-111-1/+1
* Added Slice and Ellipses types.Guido van Rossum1996-10-111-0/+3
* Fix some cases where self.openedurl wasn't set.Guido van Rossum1996-10-101-2/+3
* Don't add names that start with _Guido van Rossum1996-10-101-1/+4
* (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