- 23 Jun, 1994 8 commits
-
-
Guido van Rossum authored
-
Guido van Rossum authored
multifile.py: added readlines() and read() methods mimetools.py: mimetools.py: added functions to encode/decode standard MIME Content-transfer-encoding types (as well as uuencode) rfc822.py: Accept lines ending in CR LF as well
-
Guido van Rossum authored
StringIO implements pseudo files writing into and reading from strings.
-
Guido van Rossum authored
-
Guido van Rossum authored
thread uses signals); much improved efficiency; intrcheck() doesn't call sigcheck() but only tests and clears the SIGINT tripped flag.
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
(Widget): generalized config(); added keys(). (Canvas): added addtag_xxx and find_xxx functions; generalized itemconfig().
-
- 21 Jun, 1994 1 commit
-
-
Guido van Rossum authored
(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.
-
- 20 Jun, 1994 10 commits
-
-
Guido van Rossum authored
-
Guido van Rossum authored
flatten argument list to _create before passing on to tk.call; _do should return a value.
-
Guido van Rossum authored
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.
-
Guido van Rossum authored
.,
-
Guido van Rossum authored
Removed redundant global statements getboolean returns None if argument is empty AtInsert() concatenates optional arguments after 'insert'
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
- 13 Jun, 1994 1 commit
-
-
Guido van Rossum authored
-
- 07 Jun, 1994 2 commits
-
-
Guido van Rossum authored
Added usage message to test program.
-
Jack Jansen authored
-
- 03 Jun, 1994 2 commits
-
-
Guido van Rossum authored
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!
-
Guido van Rossum authored
-
- 31 May, 1994 2 commits
-
-
Guido van Rossum authored
-
Guido van Rossum authored
-
- 30 May, 1994 2 commits
-
-
Guido van Rossum authored
-
Guido van Rossum authored
-
- 27 May, 1994 3 commits
-
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
- 23 May, 1994 7 commits
-
-
Guido van Rossum authored
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
-
Guido van Rossum authored
-
Guido van Rossum authored
CXOPYRIGHT: removed spaces at end of some lines
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
ftplib: get rid of non-auto port assignment
-
Guido van Rossum authored
-
- 19 May, 1994 1 commit
-
-
Guido van Rossum authored
lib.tex: include libfcntl, libposixfile myformat.sty: add tableii environment libfcntl.tex, libposixfile.tex: docs contributed by Jaap V
-
- 18 May, 1994 1 commit
-
-
Guido van Rossum authored
-