]> git.ipfire.org Git - thirdparty/Python/cpython.git/log
thirdparty/Python/cpython.git
31 years agoadded imp; forget ctb and math for __SC__ (for now)
Guido van Rossum [Sat, 18 Feb 1995 14:58:54 +0000 (14:58 +0000)] 
added imp; forget ctb and math for __SC__ (for now)

31 years agoput #undefs insize comments; rationalize MPW support
Guido van Rossum [Sat, 18 Feb 1995 14:56:51 +0000 (14:56 +0000)] 
put #undefs insize comments; rationalize MPW support

31 years agomoved most of it to macglue.c
Guido van Rossum [Sat, 18 Feb 1995 14:56:09 +0000 (14:56 +0000)] 
moved most of it to macglue.c

31 years agochanges for CFM-68K mac
Guido van Rossum [Sat, 18 Feb 1995 14:53:14 +0000 (14:53 +0000)] 
changes for CFM-68K mac

31 years agorename macstrerror to PyMac_StrError; no EINTR test in CW
Guido van Rossum [Sat, 18 Feb 1995 14:52:19 +0000 (14:52 +0000)] 
rename macstrerror to PyMac_StrError; no EINTR test in CW

31 years agofix bogus test for negative float
Guido van Rossum [Sat, 18 Feb 1995 14:51:32 +0000 (14:51 +0000)] 
fix bogus test for negative float

31 years agoported to 68K Mac; changed suffix to .slb
Guido van Rossum [Sat, 18 Feb 1995 14:51:15 +0000 (14:51 +0000)] 
ported to 68K Mac; changed suffix to .slb

31 years agochanges for Mac CFM-68K
Guido van Rossum [Sat, 18 Feb 1995 14:50:12 +0000 (14:50 +0000)] 
changes for Mac CFM-68K

31 years agocontinue after failing for loop
Guido van Rossum [Fri, 17 Feb 1995 15:12:13 +0000 (15:12 +0000)] 
continue after failing for loop

31 years agoremove bogus ## in front of gcc __VERSION__
Guido van Rossum [Fri, 17 Feb 1995 15:11:57 +0000 (15:11 +0000)] 
remove bogus ## in front of gcc __VERSION__

31 years agofix comment opener after #endif
Guido van Rossum [Fri, 17 Feb 1995 15:11:36 +0000 (15:11 +0000)] 
fix comment opener after #endif

31 years agoadd INADDR_* symbols
Guido van Rossum [Fri, 17 Feb 1995 15:11:07 +0000 (15:11 +0000)] 
add INADDR_* symbols

31 years agohope to fix DEC Alpha gcc problems by declaring ints instead of longs
Guido van Rossum [Fri, 17 Feb 1995 15:10:07 +0000 (15:10 +0000)] 
hope to fix DEC Alpha gcc problems by declaring ints instead of longs

31 years agofix typo (== for =) in assignment
Guido van Rossum [Fri, 17 Feb 1995 15:04:57 +0000 (15:04 +0000)] 
fix typo (== for =) in assignment

31 years agofix bug in try-finally with class exceptions; declare different func pointers for...
Guido van Rossum [Fri, 17 Feb 1995 15:04:21 +0000 (15:04 +0000)] 
fix bug in try-finally with class exceptions; declare different func pointers for different uses

31 years agoadd Py_FatalError
Guido van Rossum [Fri, 17 Feb 1995 15:01:39 +0000 (15:01 +0000)] 
add Py_FatalError

31 years agoadded PyObject_IsTrue & PyCallable_Check to object interface
Guido van Rossum [Fri, 17 Feb 1995 15:01:21 +0000 (15:01 +0000)] 
added PyObject_IsTrue & PyCallable_Check to object interface

31 years agonew Makefile and everything
Guido van Rossum [Fri, 17 Feb 1995 14:49:28 +0000 (14:49 +0000)] 
new Makefile and everything

31 years agocompletely redone
Guido van Rossum [Fri, 17 Feb 1995 14:28:39 +0000 (14:28 +0000)] 
completely redone

31 years agomain program for applets
Guido van Rossum [Fri, 17 Feb 1995 14:24:53 +0000 (14:24 +0000)] 
main program for applets

31 years agoadd casts for __SC__
Guido van Rossum [Fri, 17 Feb 1995 14:24:11 +0000 (14:24 +0000)] 
add casts for __SC__

31 years agoadd __SC__ ifdef
Guido van Rossum [Fri, 17 Feb 1995 14:23:51 +0000 (14:23 +0000)] 
add __SC__ ifdef

31 years agobump version, add __version__ back in
Guido van Rossum [Fri, 17 Feb 1995 13:54:04 +0000 (13:54 +0000)] 
bump version, add __version__ back in

31 years agoSteve Clifts version
Guido van Rossum [Fri, 17 Feb 1995 13:50:17 +0000 (13:50 +0000)] 
Steve Clifts version

31 years agominute comment changes
Guido van Rossum [Thu, 16 Feb 1995 16:30:50 +0000 (16:30 +0000)] 
minute comment changes

31 years agodocument www interfaces
Guido van Rossum [Thu, 16 Feb 1995 16:29:46 +0000 (16:29 +0000)] 
document www interfaces

31 years agoadded lots of constants
Guido van Rossum [Thu, 16 Feb 1995 16:29:18 +0000 (16:29 +0000)] 
added lots of constants

31 years agoadded list of restrictions
Guido van Rossum [Thu, 16 Feb 1995 16:29:01 +0000 (16:29 +0000)] 
added list of restrictions

31 years agono need to reference doc strings for documented modules
Guido van Rossum [Thu, 16 Feb 1995 16:28:48 +0000 (16:28 +0000)] 
no need to reference doc strings for documented modules

31 years agoadded www chapters
Guido van Rossum [Thu, 16 Feb 1995 16:28:22 +0000 (16:28 +0000)] 
added www chapters

31 years agoAdded support for loading pyc code from a resource.
Jack Jansen [Wed, 15 Feb 1995 22:58:33 +0000 (22:58 +0000)] 
Added support for loading pyc code from a resource.

31 years agoAdded hooks to support importing pyc code from a resource on the mac.
Jack Jansen [Wed, 15 Feb 1995 22:57:06 +0000 (22:57 +0000)] 
Added hooks to support importing pyc code from a resource on the mac.

31 years agoexec_dode_object/PyImport_ExecCodeObject is now externally visible
Jack Jansen [Wed, 15 Feb 1995 22:55:45 +0000 (22:55 +0000)] 
exec_dode_object/PyImport_ExecCodeObject is now externally visible

31 years agoadded docs for pickle, shelve and copy
Guido van Rossum [Wed, 15 Feb 1995 15:53:08 +0000 (15:53 +0000)] 
added docs for pickle, shelve and copy

31 years agoadded lots of useful info
Guido van Rossum [Wed, 15 Feb 1995 15:52:32 +0000 (15:52 +0000)] 
added lots of useful info

31 years agomake __import__ 4-args
Guido van Rossum [Wed, 15 Feb 1995 15:52:13 +0000 (15:52 +0000)] 
make __import__ 4-args

31 years agoadded chapter on new things in 1.2
Guido van Rossum [Wed, 15 Feb 1995 15:51:38 +0000 (15:51 +0000)] 
added chapter on new things in 1.2

31 years agodifferent #ifdefs
Guido van Rossum [Tue, 14 Feb 1995 09:48:02 +0000 (09:48 +0000)] 
different #ifdefs

31 years agocompleted aete decoded now that I have the docs
Guido van Rossum [Tue, 14 Feb 1995 09:47:42 +0000 (09:47 +0000)] 
completed aete decoded now that I have the docs

31 years agofix version number
Guido van Rossum [Tue, 14 Feb 1995 09:46:19 +0000 (09:46 +0000)] 
fix version number

31 years ago...
Guido van Rossum [Tue, 14 Feb 1995 09:44:28 +0000 (09:44 +0000)] 
...

31 years agoadded some clarifying comments about -lcrypt and Tk 4.0
Guido van Rossum [Tue, 14 Feb 1995 09:43:25 +0000 (09:43 +0000)] 
added some clarifying comments about -lcrypt and Tk 4.0

31 years agocall __import__() with 4 args instead of 1
Guido van Rossum [Tue, 14 Feb 1995 09:42:43 +0000 (09:42 +0000)] 
call __import__() with 4 args instead of 1

31 years agoported to Think C
Guido van Rossum [Tue, 14 Feb 1995 01:27:24 +0000 (01:27 +0000)] 
ported to Think C

31 years agoThis commit was manufactured by cvs2svn to create tag 'r12beta3'. v1.2b3
cvs2svn [Tue, 14 Feb 1995 00:58:59 +0000 (00:58 +0000)] 
This commit was manufactured by cvs2svn to create tag 'r12beta3'.

31 years agofix stupid bug in strip and split
Guido van Rossum [Tue, 14 Feb 1995 00:58:59 +0000 (00:58 +0000)] 
fix stupid bug in strip and split

31 years agoSome of Guido's bgen modules aren't think-only anymore
Jack Jansen [Mon, 13 Feb 1995 22:47:02 +0000 (22:47 +0000)] 
Some of Guido's bgen modules aren't think-only anymore

31 years agoChanged PyMac_GetPythonDir to use a preferences file to store the
Jack Jansen [Mon, 13 Feb 1995 22:46:00 +0000 (22:46 +0000)] 
Changed PyMac_GetPythonDir to use a preferences file to store the
alias resource. Also added a few comments.

31 years agoOpen library resource file read-only
Jack Jansen [Mon, 13 Feb 1995 22:43:38 +0000 (22:43 +0000)] 
Open library resource file read-only

31 years agoAdded code to import dynamic modules using mac CFM.
Jack Jansen [Mon, 13 Feb 1995 22:42:34 +0000 (22:42 +0000)] 
Added code to import dynamic modules using mac CFM.

31 years agoversion 1.2-beta-3
Guido van Rossum [Mon, 13 Feb 1995 20:27:30 +0000 (20:27 +0000)] 
version 1.2-beta-3

31 years agothe usual
Guido van Rossum [Mon, 13 Feb 1995 19:45:27 +0000 (19:45 +0000)] 
the usual

31 years agotack compiler name/version to version string if known
Guido van Rossum [Mon, 13 Feb 1995 17:10:11 +0000 (17:10 +0000)] 
tack compiler name/version to version string if known

31 years agoNeXT/Sparc 3.3 fix
Guido van Rossum [Mon, 13 Feb 1995 16:38:41 +0000 (16:38 +0000)] 
NeXT/Sparc 3.3 fix

31 years agomalloc debug only on ppc
Guido van Rossum [Mon, 13 Feb 1995 16:19:04 +0000 (16:19 +0000)] 
malloc debug only on ppc

31 years agoremove unused vars
Guido van Rossum [Mon, 13 Feb 1995 16:18:02 +0000 (16:18 +0000)] 
remove unused vars

31 years agonull-terminate the error string in macstrerror
Guido van Rossum [Mon, 13 Feb 1995 16:17:03 +0000 (16:17 +0000)] 
null-terminate the error string in macstrerror

31 years agoadded QuickDraw
Guido van Rossum [Mon, 13 Feb 1995 16:16:22 +0000 (16:16 +0000)] 
added QuickDraw

31 years agoadapted to 1.2
Guido van Rossum [Mon, 13 Feb 1995 16:15:31 +0000 (16:15 +0000)] 
adapted to 1.2

31 years agoadd class exceptions
Guido van Rossum [Mon, 13 Feb 1995 14:39:19 +0000 (14:39 +0000)] 
add class exceptions

31 years agonew example that Matt posted to comp.lang.python
Guido van Rossum [Mon, 13 Feb 1995 14:23:38 +0000 (14:23 +0000)] 
new example that Matt posted to comp.lang.python

31 years agoAdded RawFSSpec and RawAlias methods which turn their string arguments
Jack Jansen [Mon, 13 Feb 1995 12:00:46 +0000 (12:00 +0000)] 
Added RawFSSpec and RawAlias methods which turn their string arguments
into fsspec and alias objects.

31 years agomac changes:
Jack Jansen [Mon, 13 Feb 1995 11:44:56 +0000 (11:44 +0000)] 
mac changes:
- Assume files of types 'PYC ' and 'APPL' are compiled python code
- For mwerks, show status line when program has terminated while
  keeping window open.

31 years agoStartup code for applications using the python shared
Jack Jansen [Mon, 13 Feb 1995 11:41:40 +0000 (11:41 +0000)] 
Startup code for applications using the python shared
library. Modified because the startup code has to work together with
the runtime support in the shared library.

31 years agoGlue for the python shared library: an init routine that remembers
Jack Jansen [Mon, 13 Feb 1995 11:39:17 +0000 (11:39 +0000)] 
Glue for the python shared library: an init routine that remembers
where we're loaded from and PyMac_AddLibResources() which adds that
file to the resource file list.

31 years agoMwerks header files for shared python and the applet template
Jack Jansen [Mon, 13 Feb 1995 11:37:31 +0000 (11:37 +0000)] 
Mwerks header files for shared python and the applet template

31 years agoUse PyMac_GetPythonDir() to obtain python homedir
Jack Jansen [Mon, 13 Feb 1995 11:36:25 +0000 (11:36 +0000)] 
Use PyMac_GetPythonDir() to obtain python homedir
fileargument moved here from macmain.c

31 years agoVarious changes wrt shared-library python:
Jack Jansen [Mon, 13 Feb 1995 11:35:34 +0000 (11:35 +0000)] 
Various changes wrt shared-library python:
- Moved fileargument to config.c
- Added PyMac_AddLibResources() call in case of shlib python
- Build argc/argv differently in case of applet template

31 years agoAdded PyMac_GetPythonDir routine which obtains python home directory
Jack Jansen [Mon, 13 Feb 1995 11:33:28 +0000 (11:33 +0000)] 
Added PyMac_GetPythonDir routine which obtains python home directory
from an alias resource (or from the user). Note: this uses a dialog
resource so there's an accompanying change in the resource file.

31 years agoAdded getfiletype routine
Jack Jansen [Mon, 13 Feb 1995 11:31:51 +0000 (11:31 +0000)] 
Added getfiletype routine

31 years agouse Py_CHARMASK
Guido van Rossum [Fri, 10 Feb 1995 17:01:56 +0000 (17:01 +0000)] 
use Py_CHARMASK

31 years agoadd some casts
Guido van Rossum [Fri, 10 Feb 1995 17:01:08 +0000 (17:01 +0000)] 
add some casts

31 years agouse Py_CHARMASK; and don't check for neg. float to the float power here
Guido van Rossum [Fri, 10 Feb 1995 17:00:37 +0000 (17:00 +0000)] 
use Py_CHARMASK; and don't check for neg. float to the float power here

31 years agomake size arg signed
Guido van Rossum [Fri, 10 Feb 1995 17:00:27 +0000 (17:00 +0000)] 
make size arg signed

31 years agotest for float to the float power here
Guido van Rossum [Fri, 10 Feb 1995 16:57:16 +0000 (16:57 +0000)] 
test for float to the float power here

31 years agomake newvarobj's size arg signed
Guido van Rossum [Fri, 10 Feb 1995 16:55:33 +0000 (16:55 +0000)] 
make newvarobj's size arg signed

31 years agoadd Py_CHARMASK
Guido van Rossum [Fri, 10 Feb 1995 16:51:02 +0000 (16:51 +0000)] 
add Py_CHARMASK

31 years agoadded __doc__ strings etc.
Guido van Rossum [Thu, 9 Feb 1995 17:18:10 +0000 (17:18 +0000)] 
added __doc__ strings etc.

31 years agotest class exceptions
Guido van Rossum [Thu, 9 Feb 1995 10:28:43 +0000 (10:28 +0000)] 
test class exceptions

31 years agoversion 1.20
Guido van Rossum [Tue, 7 Feb 1995 16:59:56 +0000 (16:59 +0000)] 
version 1.20

31 years agouse PyCallable_Check; export TK_VERSION and TCL_VERSION strings;
Guido van Rossum [Tue, 7 Feb 1995 15:41:02 +0000 (15:41 +0000)] 
use PyCallable_Check; export TK_VERSION and TCL_VERSION strings;
some Tk 4.0 specific changes

31 years agoadd socket related constants
Guido van Rossum [Tue, 7 Feb 1995 15:39:52 +0000 (15:39 +0000)] 
add socket related constants

31 years agocorrect typo in utime stub
Guido van Rossum [Tue, 7 Feb 1995 15:39:29 +0000 (15:39 +0000)] 
correct typo in utime stub

31 years agopatches for NeXT weirdness
Guido van Rossum [Tue, 7 Feb 1995 15:38:56 +0000 (15:38 +0000)] 
patches for NeXT weirdness

31 years agoclear errors between failing calls to PyArg_Parse
Guido van Rossum [Tue, 7 Feb 1995 15:38:32 +0000 (15:38 +0000)] 
clear errors between failing calls to PyArg_Parse

31 years agoDECREF result of run_string
Guido van Rossum [Tue, 7 Feb 1995 15:36:56 +0000 (15:36 +0000)] 
DECREF result of run_string

31 years agoinit_frozen non-static, frozenmain.c not in Makefile any more
Guido van Rossum [Tue, 7 Feb 1995 15:35:27 +0000 (15:35 +0000)] 
init_frozen non-static, frozenmain.c not in Makefile any more

31 years agoprint class name for exceptions that are classes
Guido van Rossum [Tue, 7 Feb 1995 15:30:45 +0000 (15:30 +0000)] 
print class name for exceptions that are classes

31 years agoadded callable, removed run_pyc_file
Guido van Rossum [Tue, 7 Feb 1995 15:26:59 +0000 (15:26 +0000)] 
added callable, removed run_pyc_file

31 years agoadded classes as exceptions
Guido van Rossum [Tue, 7 Feb 1995 14:37:17 +0000 (14:37 +0000)] 
added classes as exceptions

31 years agoadded libsignal.tex
Guido van Rossum [Tue, 7 Feb 1995 14:37:02 +0000 (14:37 +0000)] 
added libsignal.tex

31 years agostuff by jack to create a set of Estr resources
Guido van Rossum [Sun, 5 Feb 1995 17:01:45 +0000 (17:01 +0000)] 
stuff by jack to create a set of Estr resources

31 years agomanually defined Resource() function
Guido van Rossum [Sun, 5 Feb 1995 17:01:24 +0000 (17:01 +0000)] 
manually defined Resource() function

31 years agomore support for different kinds of objects
Guido van Rossum [Sun, 5 Feb 1995 16:59:27 +0000 (16:59 +0000)] 
more support for different kinds of objects

31 years agomore think/mw changes
Guido van Rossum [Sun, 5 Feb 1995 16:58:33 +0000 (16:58 +0000)] 
more think/mw changes

31 years agoreorganized class structure so Manualgenerator works again
Guido van Rossum [Sun, 5 Feb 1995 16:56:49 +0000 (16:56 +0000)] 
reorganized class structure so Manualgenerator works again

31 years agoread repair instructions from file
Guido van Rossum [Sun, 5 Feb 1995 16:56:02 +0000 (16:56 +0000)] 
read repair instructions from file

31 years agoadded Resource(), to create new resources from Python
Guido van Rossum [Sun, 5 Feb 1995 16:54:27 +0000 (16:54 +0000)] 
added Resource(), to create new resources from Python

31 years agoget rid of obsolete low-level routines
Guido van Rossum [Sun, 5 Feb 1995 16:53:45 +0000 (16:53 +0000)] 
get rid of obsolete low-level routines

31 years agoadded README
Guido van Rossum [Sun, 5 Feb 1995 16:52:24 +0000 (16:52 +0000)] 
added README