Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Split pwd in pwd and grp; added imgformat (by Jack) | Guido van Rossum | 1994-06-23 | 1 | -0/+118 |
| | |||||
* | Don't include intrcheck.h | Guido van Rossum | 1994-06-23 | 1 | -1/+0 |
| | |||||
* | * Tkinter.py | Guido van Rossum | 1994-06-23 | 2 | -12/+102 |
| | | | | | | (Widget): generalized config(); added keys(). (Canvas): added addtag_xxx and find_xxx functions; generalized itemconfig(). | ||||
* | * Tkinter.py: some tidying up. | Guido van Rossum | 1994-06-21 | 2 | -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 tabs | Guido van Rossum | 1994-06-20 | 2 | -34/+36 |
| | |||||
* | * Tkinter.py (Canvas): made create_ methods return the item id; | Guido van Rossum | 1994-06-20 | 2 | -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 Rossum | 1994-06-20 | 2 | -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 square | Guido van Rossum | 1994-06-20 | 1 | -1/+1 |
| | | | | ., | ||||
* | Added getdouble, getboolean. | Guido van Rossum | 1994-06-20 | 2 | -22/+20 |
| | | | | | | Removed redundant global statements getboolean returns None if argument is empty AtInsert() concatenates optional arguments after 'insert' | ||||
* | Adapt to new Tkinter.py | Guido van Rossum | 1994-06-20 | 1 | -27/+32 |
| | |||||
* | Moved tk.record() to record whole commands instead of lines | Guido van Rossum | 1994-06-20 | 1 | -1/+1 |
| | |||||
* | Added getvar, getint, lower, tkraise==lift to Misc class | Guido van Rossum | 1994-06-20 | 2 | -0/+20 |
| | |||||
* | Adapted to new Tkinter.py. | Guido van Rossum | 1994-06-20 | 1 | -13/+12 |
| | |||||
* | Initial revision | Guido van Rossum | 1994-06-20 | 13 | -0/+3913 |
| | |||||
* | Version 1.9 | Guido van Rossum | 1994-06-13 | 1 | -37/+156 |
| | |||||
* | Added convenience functions {complete,reformat}_{filter,string,file}. | Guido van Rossum | 1994-06-07 | 1 | -19/+145 |
| | | | | Added usage message to test program. | ||||
* | Fixed faulty apply call | Jack Jansen | 1994-06-07 | 1 | -1/+1 |
| | |||||
* | Replace intrcheck() by sigcheck() in many places. | Guido van Rossum | 1994-06-03 | 1 | -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 Rossum | 1994-06-03 | 2 | -0/+28 |
| | |||||
* | Speed up checking for signals and define intrcheck differently | Guido van Rossum | 1994-05-31 | 1 | -6/+14 |
| | |||||
* | Added stuff about indentation | Guido van Rossum | 1994-05-31 | 1 | -14/+55 |
| | |||||
* | Document -s option -- suppress printing of top-level expressions | Guido van Rossum | 1994-05-30 | 1 | -0/+11 |
| | |||||
* | Fix waiting for children -- save ppid in pidlist as well. | Guido van Rossum | 1994-05-30 | 1 | -14/+34 |
| | |||||
* | correct typos in option parsing loop | Guido van Rossum | 1994-05-27 | 1 | -2/+2 |
| | |||||
* | Quentin's latest version | Guido van Rossum | 1994-05-27 | 1 | -70/+119 |
| | |||||
* | Initial revision | Guido van Rossum | 1994-05-27 | 2 | -0/+368 |
| | |||||
* | ceval.c: dict of local mapping is now a tuple | Guido van Rossum | 1994-05-23 | 6 | -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 modules | Guido van Rossum | 1994-05-23 | 3 | -161/+355 |
| | |||||
* | ACKS: added Rickard Westman | Guido van Rossum | 1994-05-23 | 2 | -3/+4 |
| | | | | CXOPYRIGHT: removed spaces at end of some lines | ||||
* | Removed some random ^D characters | Guido van Rossum | 1994-05-23 | 2 | -2/+2 |
| | |||||
* | added barrier test (by Tim Peters) | Guido van Rossum | 1994-05-23 | 1 | -2/+67 |
| | |||||
* | dospath: fix by Amrit (don't normalize glob patterns away) | Guido van Rossum | 1994-05-23 | 1 | -1/+7 |
| | | | | ftplib: get rid of non-auto port assignment | ||||
* | Generate some files automatically from system files | Guido van Rossum | 1994-05-23 | 2 | -0/+20 |
| | |||||
* | README: correct typo (lib.index) | Guido van Rossum | 1994-05-19 | 4 | -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' method | Guido van Rossum | 1994-05-18 | 1 | -17/+46 |
| | |||||
* | New module by Jaap V | Guido van Rossum | 1994-05-18 | 1 | -0/+178 |
| | |||||
* | Added optional lock parameter to condition class. | Guido van Rossum | 1994-05-18 | 1 | -7/+114 |
| | | | | Added mrsw (multiple-reader-single-writer) lock. | ||||
* | Script to regenerate FCNTL.py, IN.py, SOCKET.py | Guido van Rossum | 1994-05-17 | 2 | -0/+22 |
| | |||||
* | Added -i option to ignore general regexps | Guido van Rossum | 1994-05-17 | 1 | -19/+27 |
| | |||||
* | Added semaphores; fix event.wait(). | Guido van Rossum | 1994-05-17 | 1 | -4/+51 |
| | |||||
* | Initial revision | Guido van Rossum | 1994-05-16 | 2 | -0/+497 |
| | |||||
* | Added bug.py and condition.py | Guido van Rossum | 1994-05-16 | 1 | -2/+7 |
| | |||||
* | Don't use thread.exit_prog(); set a global variable to stop other | Guido van Rossum | 1994-05-16 | 1 | -2/+8 |
| | | | | thread | ||||
* | Don't use thread.exit_prog; let child die if EOF read | Guido van Rossum | 1994-05-16 | 1 | -1/+2 |
| | |||||
* | Fixed for stricter argument matching rules | Guido van Rossum | 1994-05-16 | 1 | -3/+2 |
| | |||||
* | Initial revision | Guido van Rossum | 1994-05-15 | 1 | -0/+314 |
| | |||||
* | Added pindent.py | Guido van Rossum | 1994-05-15 | 1 | -0/+1 |
| | |||||
* | New experimental modules -- signal and sybase | Guido van Rossum | 1994-05-11 | 2 | -0/+664 |
| | |||||
* | Tim's changes; removed some remaining non-functional ifdefs | Guido van Rossum | 1994-05-11 | 3 | -94/+89 |
| | |||||
* | Split thread.c into a number of system-specific files. | Guido van Rossum | 1994-05-09 | 6 | -0/+1409 |
| | | | | Added Tim Peters' pthread version. |