summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Split pwd in pwd and grp; added imgformat (by Jack)Guido van Rossum1994-06-231-0/+118
|
* Don't include intrcheck.hGuido van Rossum1994-06-231-1/+0
|
* * Tkinter.pyGuido van Rossum1994-06-232-12/+102
| | | | | | (Widget): generalized config(); added keys(). (Canvas): added addtag_xxx and find_xxx functions; generalized itemconfig().
* * Tkinter.py: some tidying up.Guido van Rossum1994-06-212-28/+54
| | | | | | | (Misc.after): arrange to call deletecommand after it is called. (Canvas.itemconfig): generalized to support all forms. (Canvas.find): returns a list of integers instead of strings. * Tkinter.py (Canvas._create): call _flatten earlier.
* Reformatted using 8-space wide tabsGuido van Rossum1994-06-202-34/+36
|
* * Tkinter.py (Canvas): made create_ methods return the item id;Guido van Rossum1994-06-202-20/+42
| | | | | flatten argument list to _create before passing on to tk.call; _do should return a value.
* Added dictionary mapping names to children, and _name attribute.Guido van Rossum1994-06-202-156/+260
| | | | | | | | | | | | | | | | | Renamed tkerror to _tkerror, default_root to _default_root. (_substitute, _subst_prefix): move back into class Misc; added widget Event attribute. Added functions that return widgets or widget lists: winfo_children; focus_get; grab_current. (Pack.slaves, Place.slaves): return Widget objects instead of pathnames. Renamed __del__() to destroy() (because of circular refs, __del__ won't ever be called). Added some names with explicit _set: focus_set, focus_default_set, grab_set. Added focus_default_none. (Misc._getints): use tk.splitlist() instead of tk.split(), return None if string empty.
* Fix initial fill color of squareGuido van Rossum1994-06-201-1/+1
| | | | .,
* Added getdouble, getboolean.Guido van Rossum1994-06-202-22/+20
| | | | | | Removed redundant global statements getboolean returns None if argument is empty AtInsert() concatenates optional arguments after 'insert'
* Adapt to new Tkinter.pyGuido van Rossum1994-06-201-27/+32
|
* Moved tk.record() to record whole commands instead of linesGuido van Rossum1994-06-201-1/+1
|
* Added getvar, getint, lower, tkraise==lift to Misc classGuido van Rossum1994-06-202-0/+20
|
* Adapted to new Tkinter.py.Guido van Rossum1994-06-201-13/+12
|
* Initial revisionGuido van Rossum1994-06-2013-0/+3913
|
* Version 1.9Guido van Rossum1994-06-131-37/+156
|
* Added convenience functions {complete,reformat}_{filter,string,file}.Guido van Rossum1994-06-071-19/+145
| | | | Added usage message to test program.
* Fixed faulty apply callJack Jansen1994-06-071-1/+1
|
* Replace intrcheck() by sigcheck() in many places.Guido van Rossum1994-06-031-0/+43
| | | | | | | | | In Pythonrun, tirn off SIGPIPE and move signal handlers elsewhere. In ceval.c, also move locals_2_fast/ fast_2_locals to frameobject.c, replaced local variable trace by f->f_trace, got rid of unused mergelocals() and unneeded calls to fast_2_locals, return the variable name on "fast variable not found", AND use "__call__" method if it exists to call an inmstance. Whew!
* Constants from <sys/wait.h> (IRIX 5 version)Guido van Rossum1994-06-032-0/+28
|
* Speed up checking for signals and define intrcheck differentlyGuido van Rossum1994-05-311-6/+14
|
* Added stuff about indentationGuido van Rossum1994-05-311-14/+55
|
* Document -s option -- suppress printing of top-level expressionsGuido van Rossum1994-05-301-0/+11
|
* Fix waiting for children -- save ppid in pidlist as well.Guido van Rossum1994-05-301-14/+34
|
* correct typos in option parsing loopGuido van Rossum1994-05-271-2/+2
|
* Quentin's latest versionGuido van Rossum1994-05-271-70/+119
|
* Initial revisionGuido van Rossum1994-05-272-0/+368
|
* ceval.c: dict of local mapping is now a tupleGuido van Rossum1994-05-236-6/+43
| | | | | | | compile.c: lists and dictionary in code objects become tuples import.c: bump MAGIC thread*.[ch]: added thread_ident() function version.c: added '++' to version number and bumped date
* Added some new modulesGuido van Rossum1994-05-233-161/+355
|
* ACKS: added Rickard WestmanGuido van Rossum1994-05-232-3/+4
| | | | CXOPYRIGHT: removed spaces at end of some lines
* Removed some random ^D charactersGuido van Rossum1994-05-232-2/+2
|
* added barrier test (by Tim Peters)Guido van Rossum1994-05-231-2/+67
|
* dospath: fix by Amrit (don't normalize glob patterns away)Guido van Rossum1994-05-231-1/+7
| | | | ftplib: get rid of non-auto port assignment
* Generate some files automatically from system filesGuido van Rossum1994-05-232-0/+20
|
* README: correct typo (lib.index)Guido van Rossum1994-05-194-0/+424
| | | | | | lib.tex: include libfcntl, libposixfile myformat.sty: add tableii environment libfcntl.tex, libposixfile.tex: docs contributed by Jaap V
* Changes by Jaap -- added 'fileopen' methodGuido van Rossum1994-05-181-17/+46
|
* New module by Jaap VGuido van Rossum1994-05-181-0/+178
|
* Added optional lock parameter to condition class.Guido van Rossum1994-05-181-7/+114
| | | | Added mrsw (multiple-reader-single-writer) lock.
* Script to regenerate FCNTL.py, IN.py, SOCKET.pyGuido van Rossum1994-05-172-0/+22
|
* Added -i option to ignore general regexpsGuido van Rossum1994-05-171-19/+27
|
* Added semaphores; fix event.wait().Guido van Rossum1994-05-171-4/+51
|
* Initial revisionGuido van Rossum1994-05-162-0/+497
|
* Added bug.py and condition.pyGuido van Rossum1994-05-161-2/+7
|
* Don't use thread.exit_prog(); set a global variable to stop otherGuido van Rossum1994-05-161-2/+8
| | | | thread
* Don't use thread.exit_prog; let child die if EOF readGuido van Rossum1994-05-161-1/+2
|
* Fixed for stricter argument matching rulesGuido van Rossum1994-05-161-3/+2
|
* Initial revisionGuido van Rossum1994-05-151-0/+314
|
* Added pindent.pyGuido van Rossum1994-05-151-0/+1
|
* New experimental modules -- signal and sybaseGuido van Rossum1994-05-112-0/+664
|
* Tim's changes; removed some remaining non-functional ifdefsGuido van Rossum1994-05-113-94/+89
|
* Split thread.c into a number of system-specific files.Guido van Rossum1994-05-096-0/+1409
| | | | Added Tim Peters' pthread version.