]> git.ipfire.org Git - thirdparty/Python/cpython.git/log
thirdparty/Python/cpython.git
30 years agoAdded List module
Jack Jansen [Thu, 31 Aug 1995 13:58:28 +0000 (13:58 +0000)] 
Added List module

30 years agoRemoved unused variables
Jack Jansen [Thu, 31 Aug 1995 13:57:40 +0000 (13:57 +0000)] 
Removed unused variables

30 years agoremoved unused variables
Jack Jansen [Thu, 31 Aug 1995 13:57:06 +0000 (13:57 +0000)] 
removed unused variables

30 years agoRelease notes for 1.3
Jack Jansen [Thu, 31 Aug 1995 13:56:36 +0000 (13:56 +0000)] 
Release notes for 1.3

30 years agoAdded version resource
Jack Jansen [Thu, 31 Aug 1995 13:53:10 +0000 (13:53 +0000)] 
Added version resource
Added dialogs for initial preference file creation

30 years agoremoved unused var
Jack Jansen [Thu, 31 Aug 1995 13:51:58 +0000 (13:51 +0000)] 
removed unused var

30 years agoRemoved unused var
Jack Jansen [Thu, 31 Aug 1995 13:51:13 +0000 (13:51 +0000)] 
Removed unused var

30 years agoInteractively create a distribution from a sourcetree.
Jack Jansen [Thu, 31 Aug 1995 13:50:16 +0000 (13:50 +0000)] 
Interactively create a distribution from a sourcetree.

Not yet fully tested.

30 years ago- Allow PythonApplet to be an alias
Jack Jansen [Thu, 31 Aug 1995 13:48:43 +0000 (13:48 +0000)] 
- Allow PythonApplet to be an alias
- Correctly set bundle and init bits

30 years agoAdded functionality: locate CW projects, copy them, empty them and
Jack Jansen [Thu, 31 Aug 1995 13:47:14 +0000 (13:47 +0000)] 
Added functionality: locate CW projects, copy them, empty them and
binhex them.

30 years ago- imp seems to always want a file object arg
Jack Jansen [Thu, 31 Aug 1995 13:46:13 +0000 (13:46 +0000)] 
- imp seems to always want a file object arg
- continue if resource file not found (may be an applet)

30 years agoObscure bugfix
Jack Jansen [Thu, 31 Aug 1995 13:44:23 +0000 (13:44 +0000)] 
Obscure bugfix

30 years agoits all in the name...
Jack Jansen [Thu, 31 Aug 1995 13:43:08 +0000 (13:43 +0000)] 
its all in the name...

30 years agoModeless dialog test
Jack Jansen [Thu, 31 Aug 1995 13:42:35 +0000 (13:42 +0000)] 
Modeless dialog test

30 years agocopy() can now create destination path
Jack Jansen [Thu, 31 Aug 1995 13:40:03 +0000 (13:40 +0000)] 
copy() can now create destination path

30 years agoConstants useful when using macfs module
Jack Jansen [Thu, 31 Aug 1995 13:38:44 +0000 (13:38 +0000)] 
Constants useful when using macfs module

30 years agoFixed dialog-window event handling
Jack Jansen [Thu, 31 Aug 1995 13:38:01 +0000 (13:38 +0000)] 
Fixed dialog-window event handling

30 years agoHexbinned CodeWarrior projects
Jack Jansen [Thu, 31 Aug 1995 13:35:29 +0000 (13:35 +0000)] 
Hexbinned CodeWarrior projects

30 years agofix typo in bsddb entry
Guido van Rossum [Wed, 30 Aug 1995 23:44:41 +0000 (23:44 +0000)] 
fix typo in bsddb entry

30 years agoInitial revision
Guido van Rossum [Wed, 30 Aug 1995 23:43:03 +0000 (23:43 +0000)] 
Initial revision

30 years agoDocumented new argument order.
Jack Jansen [Wed, 30 Aug 1995 12:23:43 +0000 (12:23 +0000)] 
Documented new argument order.

30 years agoChanged arguments and added a lot of functionality besides
Jack Jansen [Wed, 30 Aug 1995 12:19:30 +0000 (12:19 +0000)] 
Changed arguments and added a lot of functionality besides

30 years agoInitial revision
Guido van Rossum [Tue, 29 Aug 1995 23:46:35 +0000 (23:46 +0000)] 
Initial revision

30 years agoforget previous change (content-encoding)
Guido van Rossum [Tue, 29 Aug 1995 19:25:11 +0000 (19:25 +0000)] 
forget previous change (content-encoding)

30 years agoencoding can be content-transfer-encoding or content-encoding
Guido van Rossum [Tue, 29 Aug 1995 19:19:51 +0000 (19:19 +0000)] 
encoding can be content-transfer-encoding or content-encoding

30 years agosupport overriding how to open unknown url types
Guido van Rossum [Tue, 29 Aug 1995 19:19:12 +0000 (19:19 +0000)] 
support overriding how to open unknown url types

30 years agochanged some commas into percent signs
Guido van Rossum [Tue, 29 Aug 1995 19:18:24 +0000 (19:18 +0000)] 
changed some commas into percent signs

30 years agoFixed typo: == -> =.
Sjoerd Mullender [Tue, 29 Aug 1995 14:22:16 +0000 (14:22 +0000)] 
Fixed typo: == -> =.

30 years agoDocumented binascii, binhex and uu modules. Put them in the
Jack Jansen [Tue, 29 Aug 1995 11:30:24 +0000 (11:30 +0000)] 
Documented binascii, binhex and uu modules. Put them in the
Internet/WWW section, for lack of a better place.

30 years agoImplemented two new functions in sys:
Sjoerd Mullender [Tue, 29 Aug 1995 09:18:14 +0000 (09:18 +0000)] 
Implemented two new functions in sys:
getcounts() returns a list of counts of allocations and
deallocations for all different object types.
getobjects(n [, type ]) returns a list of recently allocated
and not-yet-freed objects of the given type (all
objects if no type given).  Only the n most recent
(all if n==0) objects are returned.
getcounts is only available if compiled with -DCOUNT_ALLOCS,
getobjects is only available if compiled with -DTRACE_REFS.  Note that
everything must be compiled with these options!

30 years agoseveral new questions, 1.3 beta mentioned
Guido van Rossum [Mon, 28 Aug 1995 19:41:35 +0000 (19:41 +0000)] 
several new questions, 1.3 beta mentioned

30 years agoFixed calling of __del__ method with TRACE_REFS defined.
Sjoerd Mullender [Mon, 28 Aug 1995 09:00:43 +0000 (09:00 +0000)] 
Fixed calling of __del__ method with TRACE_REFS defined.

30 years agoThis commit was manufactured by cvs2svn to create tag 'r13beta1'. v1.3b1
cvs2svn [Mon, 28 Aug 1995 03:12:57 +0000 (03:12 +0000)] 
This commit was manufactured by cvs2svn to create tag 'r13beta1'.

30 years agochanges by Barry, e.g. font lock & email addresses
Guido van Rossum [Mon, 28 Aug 1995 03:12:57 +0000 (03:12 +0000)] 
changes by Barry, e.g. font lock & email addresses

30 years agoupdates
Guido van Rossum [Mon, 28 Aug 1995 03:09:31 +0000 (03:09 +0000)] 
updates

30 years agonew stuff
Guido van Rossum [Mon, 28 Aug 1995 03:09:13 +0000 (03:09 +0000)] 
new stuff

30 years agonew people
Guido van Rossum [Mon, 28 Aug 1995 03:08:42 +0000 (03:08 +0000)] 
new people

30 years agomany fixes by anonymous contributor
Guido van Rossum [Mon, 28 Aug 1995 03:01:00 +0000 (03:01 +0000)] 
many fixes by anonymous contributor

30 years agodbhash -> bsddb
Guido van Rossum [Mon, 28 Aug 1995 02:59:06 +0000 (02:59 +0000)] 
dbhash -> bsddb

30 years agofix bug in close()
Guido van Rossum [Mon, 28 Aug 1995 02:58:31 +0000 (02:58 +0000)] 
fix bug in close()

30 years agofix leaks in keys(); fix bug in close()
Guido van Rossum [Mon, 28 Aug 1995 02:58:00 +0000 (02:58 +0000)] 
fix leaks in keys(); fix bug in close()

30 years agord_object() with exception is fatal error
Guido van Rossum [Mon, 28 Aug 1995 02:56:20 +0000 (02:56 +0000)] 
rd_object() with exception is fatal error

30 years agoerr_badcall() is fatal error
Guido van Rossum [Mon, 28 Aug 1995 02:55:48 +0000 (02:55 +0000)] 
err_badcall() is fatal error

30 years agoexec() -> exec
Guido van Rossum [Mon, 28 Aug 1995 02:54:01 +0000 (02:54 +0000)] 
exec() -> exec

30 years agoadd errno.h
Guido van Rossum [Mon, 28 Aug 1995 02:53:41 +0000 (02:53 +0000)] 
add errno.h

30 years ago1.3b1 notes
Guido van Rossum [Mon, 28 Aug 1995 02:44:24 +0000 (02:44 +0000)] 
1.3b1 notes

30 years agoimprove ac_sys_system/release, add ac_syts_cpu
Guido van Rossum [Mon, 28 Aug 1995 02:44:00 +0000 (02:44 +0000)] 
improve ac_sys_system/release, add ac_syts_cpu

30 years agoGenerated anew
Jack Jansen [Thu, 17 Aug 1995 14:35:56 +0000 (14:35 +0000)] 
Generated anew

30 years agoAdded ResObj_OptNew declaration
Jack Jansen [Thu, 17 Aug 1995 14:32:23 +0000 (14:32 +0000)] 
Added ResObj_OptNew declaration

30 years agoUse ResObj_OptNew for GetDialogItem return value: the handle returned
Jack Jansen [Thu, 17 Aug 1995 14:30:52 +0000 (14:30 +0000)] 
Use ResObj_OptNew for GetDialogItem return value: the handle returned
may be NULL (for user items, for instance).

30 years agoAdded ResObj_OptNew, like ResObj_New but returns None when passed NULL.
Jack Jansen [Thu, 17 Aug 1995 14:29:23 +0000 (14:29 +0000)] 
Added ResObj_OptNew, like ResObj_New but returns None when passed NULL.

30 years agoAdded WhichWindow function to obtain window object given WindowPtr (as
Jack Jansen [Thu, 17 Aug 1995 14:28:27 +0000 (14:28 +0000)] 
Added WhichWindow function to obtain window object given WindowPtr (as
returned by event routines)

30 years agoTest of list in dialog
Jack Jansen [Thu, 17 Aug 1995 14:27:08 +0000 (14:27 +0000)] 
Test of list in dialog

30 years agoUses new FrameWork, has multiple windows
Jack Jansen [Thu, 17 Aug 1995 14:26:23 +0000 (14:26 +0000)] 
Uses new FrameWork, has multiple windows

30 years agoDifferent arg to GetEventHandler (but I cannot really remember fixing
Jack Jansen [Thu, 17 Aug 1995 14:24:35 +0000 (14:24 +0000)] 
Different arg to GetEventHandler (but I cannot really remember fixing
this.... Hope it is correct)

30 years agoMade separate window class (and subclasses for special windows like
Jack Jansen [Thu, 17 Aug 1995 14:18:20 +0000 (14:18 +0000)] 
Made separate window class (and subclasses for special windows like
dialogs). This is an incompatible change.

30 years agoIndent bug
Jack Jansen [Thu, 17 Aug 1995 14:17:39 +0000 (14:17 +0000)] 
Indent bug

30 years agoRemoved addbase.__del__ because it can't work.
Sjoerd Mullender [Tue, 15 Aug 1995 11:33:39 +0000 (11:33 +0000)] 
Removed addbase.__del__ because it can't work.
If code keeps a reference to self.fp or any of its methods, you don't
want to close self.fp just because no explicit reference is kept to self.

30 years agoDocumented MacOS module.
Jack Jansen [Mon, 14 Aug 1995 13:40:05 +0000 (13:40 +0000)] 
Documented MacOS module.

30 years agoDocumented PromptGetFile and optional prompt to GetDirectory.
Jack Jansen [Mon, 14 Aug 1995 13:39:16 +0000 (13:39 +0000)] 
Documented PromptGetFile and optional prompt to GetDirectory.

30 years agoFixed incorrect tex-code for readline
Jack Jansen [Mon, 14 Aug 1995 13:38:36 +0000 (13:38 +0000)] 
Fixed incorrect tex-code for readline

30 years agoPut debug output inside 'if DEBUG'.
Jack Jansen [Mon, 14 Aug 1995 12:41:20 +0000 (12:41 +0000)] 
Put debug output inside 'if DEBUG'.

30 years agoVarious fixes: missing imports, missing calls to
Jack Jansen [Mon, 14 Aug 1995 12:39:54 +0000 (12:39 +0000)] 
Various fixes: missing imports, missing calls to
MacOS.HandleEvent. Also, prints are now inside 'if DEBUG'.

30 years agoUseful routines on a mac:
Jack Jansen [Mon, 14 Aug 1995 12:38:42 +0000 (12:38 +0000)] 
Useful routines on a mac:
- mkalias makes a finder alias
- copy copies a file, finder info, resources and all.
- copytree does the same for a whole tree.

30 years agoAdded PyMac_PromptGetFile, removed stuff gone to other sources.
Jack Jansen [Mon, 14 Aug 1995 12:36:37 +0000 (12:36 +0000)] 
Added PyMac_PromptGetFile, removed stuff gone to other sources.

30 years agoLots of stuff moved to other files.
Jack Jansen [Mon, 14 Aug 1995 12:35:10 +0000 (12:35 +0000)] 
Lots of stuff moved to other files.

Include pythonresources.h.

30 years agoNew file: list resource-ids in one place.
Jack Jansen [Mon, 14 Aug 1995 12:34:42 +0000 (12:34 +0000)] 
New file: list resource-ids in one place.

30 years agoLots of stuff removed: gone to various other files.
Jack Jansen [Mon, 14 Aug 1995 12:33:48 +0000 (12:33 +0000)] 
Lots of stuff removed: gone to various other files.

30 years agoThis is completely different from the old mainmain (which wasn't used
Jack Jansen [Mon, 14 Aug 1995 12:33:20 +0000 (12:33 +0000)] 
This is completely different from the old mainmain (which wasn't used
anymore) and is the new main program for MacPython. Built from bits
and pieces of config.c, macglue.c and pythonmain.c.

30 years agomacgetpath - sys.path setting code factored out of config.c and
Jack Jansen [Mon, 14 Aug 1995 12:31:44 +0000 (12:31 +0000)] 
macgetpath - sys.path setting code factored out of config.c and
macglue.c
macgetplatform - factored out of config.c

30 years agoMerged Jack's macgetcompiler.c and Guido's maccompiler.c and named the
Jack Jansen [Mon, 14 Aug 1995 12:30:15 +0000 (12:30 +0000)] 
Merged Jack's macgetcompiler.c and Guido's maccompiler.c and named the
result macgetcompiler.c (after all, *I* did the merging:-)

30 years agoRenumbered dialogs:
Jack Jansen [Mon, 14 Aug 1995 12:24:05 +0000 (12:24 +0000)] 
Renumbered dialogs:
128-255 are for interpreter use
256-511 are for extension modules, libraries, etc
512 and above are for applications

30 years agoAdded new call PromptGetFile (like StandardGetFile, but accepts a
Jack Jansen [Mon, 14 Aug 1995 12:22:56 +0000 (12:22 +0000)] 
Added new call PromptGetFile (like StandardGetFile, but accepts a
prompt) and added optional prompt to GetDirectory.

30 years agoAdded missing initializer and extra error check.
Jack Jansen [Mon, 14 Aug 1995 12:21:50 +0000 (12:21 +0000)] 
Added missing initializer and extra error check.

30 years agoAdded prompts to various file-select dialogs
Jack Jansen [Mon, 14 Aug 1995 12:21:12 +0000 (12:21 +0000)] 
Added prompts to various file-select dialogs
Renumbered resources to above 512

30 years agoAdded List.slb alias
Jack Jansen [Mon, 14 Aug 1995 12:20:22 +0000 (12:20 +0000)] 
Added List.slb alias

30 years agoBinhexify any .rsrc file in a tree
Jack Jansen [Mon, 14 Aug 1995 12:19:20 +0000 (12:19 +0000)] 
Binhexify any .rsrc file in a tree

30 years agoAdded missing 'leftchar' initializer.
Jack Jansen [Mon, 14 Aug 1995 12:17:57 +0000 (12:17 +0000)] 
Added missing 'leftchar' initializer.

30 years agoShuffled include's around (name conflict on Mac wrt teclick())
Jack Jansen [Mon, 14 Aug 1995 12:17:18 +0000 (12:17 +0000)] 
Shuffled include's around (name conflict on Mac wrt teclick())

30 years agoAdded prompt to getfile dialog
Jack Jansen [Mon, 14 Aug 1995 12:14:55 +0000 (12:14 +0000)] 
Added prompt to getfile dialog
Renumbered resources

30 years agoAdded basic mac documentation.
Jack Jansen [Mon, 14 Aug 1995 11:55:07 +0000 (11:55 +0000)] 
Added basic mac documentation.

30 years agoInterface to the Mac List Manager.
Jack Jansen [Mon, 14 Aug 1995 11:46:24 +0000 (11:46 +0000)] 
Interface to the Mac List Manager.

30 years agoTemporary fix for access statement.
Sjoerd Mullender [Mon, 14 Aug 1995 07:49:51 +0000 (07:49 +0000)] 
Temporary fix for access statement.
Definition of Error was missing.

30 years agoexec() -> exec
Guido van Rossum [Fri, 11 Aug 1995 14:24:47 +0000 (14:24 +0000)] 
exec() -> exec

30 years agotest for specific bug in vars()
Guido van Rossum [Fri, 11 Aug 1995 14:24:35 +0000 (14:24 +0000)] 
test for specific bug in vars()

30 years agoadded select_present and select_range to Entry widget
Guido van Rossum [Fri, 11 Aug 1995 14:21:06 +0000 (14:21 +0000)] 
added select_present and select_range to Entry widget

30 years agorenamed DbShelf->DbfilenameShelf;added BsdDbShelf (David Ely)
Guido van Rossum [Fri, 11 Aug 1995 14:19:16 +0000 (14:19 +0000)] 
renamed DbShelf->DbfilenameShelf;added BsdDbShelf (David Ely)

30 years agochange default flag to match dbm/gdbm
Guido van Rossum [Fri, 11 Aug 1995 14:18:27 +0000 (14:18 +0000)] 
change default flag to match dbm/gdbm

30 years agomake sure the path ends in a slash in reload()
Guido van Rossum [Fri, 11 Aug 1995 13:56:04 +0000 (13:56 +0000)] 
make sure the path ends in a slash in reload()

30 years agowarn about bacslash-s lacking
Guido van Rossum [Fri, 11 Aug 1995 00:31:57 +0000 (00:31 +0000)] 
warn about bacslash-s lacking

30 years agoexec() -> exec
Guido van Rossum [Thu, 10 Aug 1995 19:46:50 +0000 (19:46 +0000)] 
exec() -> exec

30 years agoremove file: from list of protocols taking host
Guido van Rossum [Thu, 10 Aug 1995 19:45:41 +0000 (19:45 +0000)] 
remove file: from list of protocols taking host

30 years agochanged version :-)
Guido van Rossum [Thu, 10 Aug 1995 19:44:54 +0000 (19:44 +0000)] 
changed version :-)

30 years agoadded note about missing features
Guido van Rossum [Thu, 10 Aug 1995 19:43:53 +0000 (19:43 +0000)] 
added note about missing features

30 years agonoted obsolescence; exec() -> exec
Guido van Rossum [Thu, 10 Aug 1995 19:43:04 +0000 (19:43 +0000)] 
noted obsolescence; exec() -> exec

30 years agodefault tabsize to 8
Guido van Rossum [Thu, 10 Aug 1995 19:42:05 +0000 (19:42 +0000)] 
default tabsize to 8

30 years agofix reload use of __filename__
Guido van Rossum [Thu, 10 Aug 1995 19:40:39 +0000 (19:40 +0000)] 
fix reload use of __filename__

30 years agofix stupid typo: r->RDLK
Guido van Rossum [Thu, 10 Aug 1995 19:38:36 +0000 (19:38 +0000)] 
fix stupid typo: r->RDLK

30 years agosame thing as for dospath, plus HOMEDRIVE/HOMEPATH support
Guido van Rossum [Thu, 10 Aug 1995 19:34:50 +0000 (19:34 +0000)] 
same thing as for dospath, plus HOMEDRIVE/HOMEPATH support

30 years agodon't print Cannot open/stat messages
Guido van Rossum [Thu, 10 Aug 1995 19:32:22 +0000 (19:32 +0000)] 
don't print Cannot open/stat messages