]> git.ipfire.org Git - thirdparty/Python/cpython.git/log
thirdparty/Python/cpython.git
31 years agoLots of new stuff
Guido van Rossum [Tue, 28 Jun 1994 13:48:26 +0000 (13:48 +0000)] 
Lots of new stuff

31 years agowait_{variable,window,visibility}
Guido van Rossum [Mon, 27 Jun 1994 23:15:31 +0000 (23:15 +0000)] 
wait_{variable,window,visibility}
register = _register

31 years agoReplace <MacHeaders> by specific required header files
Guido van Rossum [Mon, 27 Jun 1994 15:25:12 +0000 (15:25 +0000)] 
Replace <MacHeaders> by specific required header files

31 years agoChange include path for unixemu headers; rename access to access_
Guido van Rossum [Mon, 27 Jun 1994 15:24:53 +0000 (15:24 +0000)] 
Change include path for unixemu headers; rename access to access_

31 years agoInitial revision
Guido van Rossum [Mon, 27 Jun 1994 08:00:16 +0000 (08:00 +0000)] 
Initial revision

31 years ago * tkintermodule.c (Tkapp_New): Remove #ifdef WITH_APPINIT.
Guido van Rossum [Mon, 27 Jun 1994 07:59:42 +0000 (07:59 +0000)] 
* tkintermodule.c (Tkapp_New): Remove #ifdef WITH_APPINIT.
* tkintermodule.c (FileHandler): Make arg a tuple; bug found
by <tnb2d@cs.virginia.edu>.  Call the Python file handler
function with (file, mask) argument.  Fix a few of my refcnt bugs.

31 years agoRedo these changes:
Guido van Rossum [Mon, 27 Jun 1994 07:55:59 +0000 (07:55 +0000)] 
Redo these changes:
(Menu.index): return int or None, not string
(Widget.__getitem__): use splitlist, not split

31 years agoSun Jun 26 02:19:01 1994 Steen Lumholt (lumholt@login.dkuug.dk)
Guido van Rossum [Mon, 27 Jun 1994 07:55:12 +0000 (07:55 +0000)] 
Sun Jun 26 02:19:01 1994  Steen Lumholt  (lumholt@login.dkuug.dk)

* README: Doc fix.

* Dialog.py: tk_dialog wrapper widget.

* Tkinter.py: (Widget) Code moved from __init__ to _setup.

Sat Jun 25 00:27:24 1994  Steen Lumholt  (lumholt@login.dkuug.dk)

* Tkinter.py (Misc): selection_own and selection_own_get methods.
(Misc.winfo_toplevel): Return widget.

* kill.py: New demo.

* Tkinter.py: tk_menuBar method moved from Menu class to
Misc class.
(Scrollbar.get): Bug fix; self._getints not self.tk.getints.

Fri Jun 24 17:42:16 1994  Steen Lumholt  (lumholt@login.dkuug.dk)

* Tkinter.py
(Variable, StringVar, IntVar, BooleanVar): New classes.

* mklibapp: New shell script.

* Setup.in: moreButtons Tk extension support.

* tkintermodule.c (Tkapp_New): Remove #ifdef WITH_APPINIT.

* appinit.c (Tcl_AppInit): New file and function.

* Tkinter.py:
(Button): Dummy args in tk_* methods.
(Studbutton, Tributton): New widget by <tnb2d@cs.virginia.edu>;
morebuttons extension.

Thu Jun 23 22:22:43 1994  Steen Lumholt  (lumholt@login.dkuug.dk)

* tkintermodule.c (FileHandler): Make arg a tuple; bug found
by <tnb2d@cs.virginia.edu>.  Call the Python file handler
function with (file, mask) argument.  Fix a few of my refcnt bugs.

31 years ago (Menu.index): return int or None, not string
Guido van Rossum [Mon, 27 Jun 1994 07:48:37 +0000 (07:48 +0000)] 
(Menu.index): return int or None, not string
(Widget.__getitem__): use splitlist, not split

31 years agolots of new changes committed again...
Guido van Rossum [Thu, 23 Jun 1994 12:45:42 +0000 (12:45 +0000)] 
lots of new changes committed again...

31 years agonew versions derived from new acconfig.h and new configure.in
Guido van Rossum [Thu, 23 Jun 1994 12:45:20 +0000 (12:45 +0000)] 
new versions derived from new acconfig.h and new configure.in

31 years agochanged GETPGRP_HAVE_ARGS into GETPGRP_HAVE_ARG
Guido van Rossum [Thu, 23 Jun 1994 12:17:51 +0000 (12:17 +0000)] 
changed GETPGRP_HAVE_ARGS into GETPGRP_HAVE_ARG

31 years agodocumented writelines()
Guido van Rossum [Thu, 23 Jun 1994 12:14:07 +0000 (12:14 +0000)] 
documented writelines()

31 years agoclarify the meaning of address for those methods that or return addresses
Guido van Rossum [Thu, 23 Jun 1994 12:13:52 +0000 (12:13 +0000)] 
clarify the meaning of address for those methods that or return addresses

31 years agomhlib.py: new interface to MH folders and messages
Guido van Rossum [Thu, 23 Jun 1994 12:06:02 +0000 (12:06 +0000)] 
mhlib.py: new interface to MH folders and messages
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

31 years agoTwo new generally useful modules: types defines names for all built-in types,
Guido van Rossum [Thu, 23 Jun 1994 11:53:27 +0000 (11:53 +0000)] 
Two new generally useful modules: types defines names for all built-in types,
StringIO implements pseudo files writing into and reading from strings.

31 years agoCompanion module for new profile.py
Guido van Rossum [Thu, 23 Jun 1994 11:42:52 +0000 (11:42 +0000)] 
Companion module for new profile.py

31 years ago* Modules/signalmodule.c: added thread compatibility (only main
Guido van Rossum [Thu, 23 Jun 1994 11:25:45 +0000 (11:25 +0000)] 
* Modules/signalmodule.c: added thread compatibility (only main
thread uses signals); much improved efficiency; intrcheck()
doesn't call sigcheck() but only tests and clears the SIGINT
tripped flag.

31 years agoSplit pwd in pwd and grp; added imgformat (by Jack)
Guido van Rossum [Thu, 23 Jun 1994 11:15:44 +0000 (11:15 +0000)] 
Split pwd in pwd and grp; added imgformat (by Jack)

31 years agoDon't include intrcheck.h
Guido van Rossum [Thu, 23 Jun 1994 09:50:58 +0000 (09:50 +0000)] 
Don't include intrcheck.h

31 years ago * Tkinter.py
Guido van Rossum [Thu, 23 Jun 1994 07:40:14 +0000 (07:40 +0000)] 
* Tkinter.py
(Widget): generalized config(); added keys().
(Canvas): added addtag_xxx and find_xxx functions; generalized
itemconfig().

31 years ago * Tkinter.py: some tidying up.
Guido van Rossum [Tue, 21 Jun 1994 11:44:21 +0000 (11:44 +0000)] 
* Tkinter.py: some tidying up.
(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.

31 years agoReformatted using 8-space wide tabs
Guido van Rossum [Mon, 20 Jun 1994 13:42:28 +0000 (13:42 +0000)] 
Reformatted using 8-space wide tabs

31 years ago * Tkinter.py (Canvas): made create_ methods return the item id;
Guido van Rossum [Mon, 20 Jun 1994 13:39:14 +0000 (13:39 +0000)] 
* Tkinter.py (Canvas): made create_ methods return the item id;
flatten argument list to _create before passing on to tk.call;
_do should return a value.

31 years ago Added dictionary mapping names to children, and _name attribute.
Guido van Rossum [Mon, 20 Jun 1994 12:19:19 +0000 (12:19 +0000)] 
Added dictionary mapping names to children, and _name attribute.
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.

31 years agoFix initial fill color of square
Guido van Rossum [Mon, 20 Jun 1994 11:36:09 +0000 (11:36 +0000)] 
Fix initial fill color of square
.,

31 years agoAdded getdouble, getboolean.
Guido van Rossum [Mon, 20 Jun 1994 09:09:51 +0000 (09:09 +0000)] 
Added getdouble, getboolean.
Removed redundant global statements
getboolean returns None if argument is empty
AtInsert() concatenates optional arguments after 'insert'

31 years agoAdapt to new Tkinter.py
Guido van Rossum [Mon, 20 Jun 1994 09:08:51 +0000 (09:08 +0000)] 
Adapt to new Tkinter.py

31 years agoMoved tk.record() to record whole commands instead of lines
Guido van Rossum [Mon, 20 Jun 1994 08:13:02 +0000 (08:13 +0000)] 
Moved tk.record() to record whole commands instead of lines

31 years agoAdded getvar, getint, lower, tkraise==lift to Misc class
Guido van Rossum [Mon, 20 Jun 1994 08:12:01 +0000 (08:12 +0000)] 
Added getvar, getint, lower, tkraise==lift to Misc class

31 years agoAdapted to new Tkinter.py.
Guido van Rossum [Mon, 20 Jun 1994 08:11:36 +0000 (08:11 +0000)] 
Adapted to new Tkinter.py.

31 years agoInitial revision
Guido van Rossum [Mon, 20 Jun 1994 07:49:28 +0000 (07:49 +0000)] 
Initial revision

31 years agoVersion 1.9
Guido van Rossum [Mon, 13 Jun 1994 15:13:56 +0000 (15:13 +0000)] 
Version 1.9

31 years agoAdded convenience functions {complete,reformat}_{filter,string,file}.
Guido van Rossum [Tue, 7 Jun 1994 22:19:41 +0000 (22:19 +0000)] 
Added convenience functions {complete,reformat}_{filter,string,file}.
Added usage message to test program.

31 years agoFixed faulty apply call
Jack Jansen [Tue, 7 Jun 1994 14:44:02 +0000 (14:44 +0000)] 
Fixed faulty apply call

31 years agoReplace intrcheck() by sigcheck() in many places.
Guido van Rossum [Fri, 3 Jun 1994 15:58:29 +0000 (15:58 +0000)] 
Replace intrcheck() by sigcheck() in many places.
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!

31 years agoConstants from <sys/wait.h> (IRIX 5 version)
Guido van Rossum [Fri, 3 Jun 1994 15:39:39 +0000 (15:39 +0000)] 
Constants from <sys/wait.h> (IRIX 5 version)

31 years agoSpeed up checking for signals and define intrcheck differently
Guido van Rossum [Tue, 31 May 1994 12:51:13 +0000 (12:51 +0000)] 
Speed up checking for signals and define intrcheck differently

31 years agoAdded stuff about indentation
Guido van Rossum [Tue, 31 May 1994 09:18:50 +0000 (09:18 +0000)] 
Added stuff about indentation

31 years agoDocument -s option -- suppress printing of top-level expressions
Guido van Rossum [Mon, 30 May 1994 13:41:15 +0000 (13:41 +0000)] 
Document -s option -- suppress printing of top-level expressions

31 years agoFix waiting for children -- save ppid in pidlist as well.
Guido van Rossum [Mon, 30 May 1994 13:39:05 +0000 (13:39 +0000)] 
Fix waiting for children -- save ppid in pidlist as well.

31 years agocorrect typos in option parsing loop
Guido van Rossum [Fri, 27 May 1994 14:13:46 +0000 (14:13 +0000)] 
correct typos in option parsing loop

31 years agoQuentin's latest version
Guido van Rossum [Fri, 27 May 1994 13:33:17 +0000 (13:33 +0000)] 
Quentin's latest version

31 years agoInitial revision
Guido van Rossum [Fri, 27 May 1994 13:32:41 +0000 (13:32 +0000)] 
Initial revision

31 years agoceval.c: dict of local mapping is now a tuple
Guido van Rossum [Mon, 23 May 1994 12:43:41 +0000 (12:43 +0000)] 
ceval.c: dict of local mapping is now a tuple
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

31 years agoAdded some new modules
Guido van Rossum [Mon, 23 May 1994 12:37:57 +0000 (12:37 +0000)] 
Added some new modules

31 years agoACKS: added Rickard Westman
Guido van Rossum [Mon, 23 May 1994 12:33:44 +0000 (12:33 +0000)] 
ACKS: added Rickard Westman
CXOPYRIGHT: removed spaces at end of some lines

31 years agoRemoved some random ^D characters
Guido van Rossum [Mon, 23 May 1994 12:18:57 +0000 (12:18 +0000)] 
Removed some random ^D characters

31 years agoadded barrier test (by Tim Peters)
Guido van Rossum [Mon, 23 May 1994 12:17:36 +0000 (12:17 +0000)] 
added barrier test (by Tim Peters)

31 years agodospath: fix by Amrit (don't normalize glob patterns away)
Guido van Rossum [Mon, 23 May 1994 12:17:05 +0000 (12:17 +0000)] 
dospath: fix by Amrit (don't normalize glob patterns away)
ftplib: get rid of non-auto port assignment

31 years agoGenerate some files automatically from system files
Guido van Rossum [Mon, 23 May 1994 12:15:33 +0000 (12:15 +0000)] 
Generate some files automatically from system files

31 years agoREADME: correct typo (lib.index)
Guido van Rossum [Thu, 19 May 1994 09:09:50 +0000 (09:09 +0000)] 
README: correct typo (lib.index)
lib.tex: include libfcntl, libposixfile
myformat.sty: add tableii environment
libfcntl.tex, libposixfile.tex: docs contributed by Jaap V

31 years agoChanges by Jaap -- added 'fileopen' method
Guido van Rossum [Wed, 18 May 1994 11:08:10 +0000 (11:08 +0000)] 
Changes by Jaap -- added 'fileopen' method

31 years agoNew module by Jaap V
Guido van Rossum [Wed, 18 May 1994 11:07:44 +0000 (11:07 +0000)] 
New module by Jaap V

31 years agoAdded optional lock parameter to condition class.
Guido van Rossum [Wed, 18 May 1994 08:14:04 +0000 (08:14 +0000)] 
Added optional lock parameter to condition class.
Added mrsw (multiple-reader-single-writer) lock.

31 years agoScript to regenerate FCNTL.py, IN.py, SOCKET.py
Guido van Rossum [Tue, 17 May 1994 09:28:58 +0000 (09:28 +0000)] 
Script to regenerate FCNTL.py, IN.py, SOCKET.py

31 years agoAdded -i option to ignore general regexps
Guido van Rossum [Tue, 17 May 1994 09:05:54 +0000 (09:05 +0000)] 
Added -i option to ignore general regexps

31 years agoAdded semaphores; fix event.wait().
Guido van Rossum [Tue, 17 May 1994 08:34:33 +0000 (08:34 +0000)] 
Added semaphores; fix event.wait().

31 years agoInitial revision
Guido van Rossum [Mon, 16 May 1994 09:35:22 +0000 (09:35 +0000)] 
Initial revision

31 years agoAdded bug.py and condition.py
Guido van Rossum [Mon, 16 May 1994 09:35:01 +0000 (09:35 +0000)] 
Added bug.py and condition.py

31 years agoDon't use thread.exit_prog(); set a global variable to stop other
Guido van Rossum [Mon, 16 May 1994 09:34:05 +0000 (09:34 +0000)] 
Don't use thread.exit_prog(); set a global variable to stop other
thread

31 years agoDon't use thread.exit_prog; let child die if EOF read
Guido van Rossum [Mon, 16 May 1994 09:30:26 +0000 (09:30 +0000)] 
Don't use thread.exit_prog; let child die if EOF read

31 years agoFixed for stricter argument matching rules
Guido van Rossum [Mon, 16 May 1994 09:26:24 +0000 (09:26 +0000)] 
Fixed for stricter argument matching rules

31 years agoInitial revision
Guido van Rossum [Sun, 15 May 1994 18:14:33 +0000 (18:14 +0000)] 
Initial revision

31 years agoAdded pindent.py
Guido van Rossum [Sun, 15 May 1994 18:14:24 +0000 (18:14 +0000)] 
Added pindent.py

31 years agoNew experimental modules -- signal and sybase
Guido van Rossum [Wed, 11 May 1994 08:59:13 +0000 (08:59 +0000)] 
New experimental modules -- signal and sybase

31 years agoTim's changes; removed some remaining non-functional ifdefs
Guido van Rossum [Wed, 11 May 1994 08:42:04 +0000 (08:42 +0000)] 
Tim's changes; removed some remaining non-functional ifdefs

31 years agoSplit thread.c into a number of system-specific files.
Guido van Rossum [Mon, 9 May 1994 15:12:46 +0000 (15:12 +0000)] 
Split thread.c into a number of system-specific files.
Added Tim Peters' pthread version.

31 years agoDerived changes after change to configure.in
Guido van Rossum [Mon, 9 May 1994 15:11:57 +0000 (15:11 +0000)] 
Derived changes after change to configure.in

31 years agoChanges for posix threads
Guido van Rossum [Mon, 9 May 1994 15:10:49 +0000 (15:10 +0000)] 
Changes for posix threads

31 years ago * Doc/libtypes.tex: fix typo in table of list methods; clarify
Guido van Rossum [Mon, 9 May 1994 14:54:24 +0000 (14:54 +0000)] 
* Doc/libtypes.tex: fix typo in table of list methods; clarify
truncation behavior of floating point formatting

* Doc/ref3.tex: clarify defaults for __repr__, __cmp__ and
__str__; correct (some) descriptions of class constructors

31 years agoInitial revision
Guido van Rossum [Mon, 9 May 1994 14:52:41 +0000 (14:52 +0000)] 
Initial revision

31 years agoAdded ifdef.py
Guido van Rossum [Mon, 9 May 1994 14:52:33 +0000 (14:52 +0000)] 
Added ifdef.py

31 years agoWalker's changes fixed so they work in THINK C 5
Guido van Rossum [Fri, 6 May 1994 15:56:22 +0000 (15:56 +0000)] 
Walker's changes fixed so they work in THINK C 5

31 years agoChanges by RMW for MPW
Guido van Rossum [Fri, 6 May 1994 15:54:52 +0000 (15:54 +0000)] 
Changes by RMW for MPW

31 years agoAs extended by Richard M Walker for MPW
Guido van Rossum [Fri, 6 May 1994 15:54:15 +0000 (15:54 +0000)] 
As extended by Richard M Walker for MPW

31 years agothe ususal...
Guido van Rossum [Fri, 6 May 1994 14:30:40 +0000 (14:30 +0000)] 
the ususal...

31 years agoChanges to use default argument values where possible
Guido van Rossum [Fri, 6 May 1994 14:28:19 +0000 (14:28 +0000)] 
Changes to use default argument values where possible

31 years agocrypt module (Steve M's)
Guido van Rossum [Fri, 6 May 1994 14:25:39 +0000 (14:25 +0000)] 
crypt module (Steve M's)

31 years agoThis commit was manufactured by cvs2svn to create tag 'release102'. v1.0.2
cvs2svn [Fri, 6 May 1994 14:16:55 +0000 (14:16 +0000)] 
This commit was manufactured by cvs2svn to create tag 'release102'.

31 years agoInitial revision
Guido van Rossum [Fri, 6 May 1994 14:16:55 +0000 (14:16 +0000)] 
Initial revision

31 years agoRelease 1.0.2.
Guido van Rossum [Fri, 6 May 1994 14:16:30 +0000 (14:16 +0000)] 
Release 1.0.2.

31 years agoRelease 1.0.2
Guido van Rossum [Wed, 4 May 1994 13:28:51 +0000 (13:28 +0000)] 
Release 1.0.2

31 years agoFinalize release 1.0.2
Guido van Rossum [Wed, 4 May 1994 13:10:40 +0000 (13:10 +0000)] 
Finalize release 1.0.2

31 years agoNews for 1.0.2
Guido van Rossum [Wed, 4 May 1994 13:10:17 +0000 (13:10 +0000)] 
News for 1.0.2

31 years agoAdded Andy Bensky
Guido van Rossum [Wed, 4 May 1994 12:43:33 +0000 (12:43 +0000)] 
Added Andy Bensky

31 years agoAdded Adrian Phillips
Guido van Rossum [Wed, 4 May 1994 09:35:47 +0000 (09:35 +0000)] 
Added Adrian Phillips

31 years agoREADME: version 1.0.2; Makefile.in: change clobbered files; rest: as usual
Guido van Rossum [Wed, 4 May 1994 09:33:42 +0000 (09:33 +0000)] 
README: version 1.0.2; Makefile.in: change clobbered files; rest: as usual

31 years agoThe usual
Guido van Rossum [Wed, 4 May 1994 07:44:21 +0000 (07:44 +0000)] 
The usual

31 years agoThe usual...
Guido van Rossum [Tue, 3 May 1994 14:53:09 +0000 (14:53 +0000)] 
The usual...

31 years agoDocumented optional bufsize argument to open() and the fact that mode
Guido van Rossum [Tue, 3 May 1994 14:46:50 +0000 (14:46 +0000)] 
Documented optional bufsize argument to open() and the fact that mode
is now also optional

31 years agoModule to lock open files using fcntl()
Guido van Rossum [Tue, 3 May 1994 14:46:18 +0000 (14:46 +0000)] 
Module to lock open files using fcntl()

31 years agoFinally committed it again (a matter of cvs admin trouble?)
Guido van Rossum [Tue, 3 May 1994 14:43:56 +0000 (14:43 +0000)] 
Finally committed it again (a matter of cvs admin trouble?)

31 years agoProcess command line arguments; skip #defines that generate invalid
Guido van Rossum [Tue, 3 May 1994 14:37:30 +0000 (14:37 +0000)] 
Process command line arguments; skip #defines that generate invalid
Python

31 years agoDocumented -u (unbuffered), undocumented -k (killprint)
Guido van Rossum [Tue, 3 May 1994 14:15:32 +0000 (14:15 +0000)] 
Documented -u (unbuffered), undocumented -k (killprint)

31 years agoInitial revision
Guido van Rossum [Tue, 3 May 1994 14:15:01 +0000 (14:15 +0000)] 
Initial revision

31 years agoadded Generator.py
Guido van Rossum [Tue, 3 May 1994 14:14:49 +0000 (14:14 +0000)] 
added Generator.py

31 years agoNew version handles -o<string> same as -o <string>
Guido van Rossum [Thu, 28 Apr 1994 12:33:58 +0000 (12:33 +0000)] 
New version handles -o<string> same as -o <string>

31 years agozzz
Guido van Rossum [Thu, 28 Apr 1994 12:29:44 +0000 (12:29 +0000)] 
zzz

31 years agoJack's module for parsing UNIX mailbox files
Guido van Rossum [Thu, 28 Apr 1994 09:53:33 +0000 (09:53 +0000)] 
Jack's module for parsing UNIX mailbox files