]> git.ipfire.org Git - thirdparty/Python/cpython.git/log
thirdparty/Python/cpython.git
30 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'.

30 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

30 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

30 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.

30 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

30 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.

30 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

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

30 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

30 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

30 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

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

30 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

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

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

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

30 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

30 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.

30 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.

30 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.

30 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.

30 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

30 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

30 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

30 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.

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

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

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

30 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

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

30 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

30 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

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

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

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

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

30 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

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

30 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

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

30 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

30 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

30 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

30 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

30 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

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

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

30 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

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

30 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

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

30 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

30 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

30 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

30 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

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

30 years agofix formatting of stack entries
Guido van Rossum [Fri, 3 Feb 1995 12:50:04 +0000 (12:50 +0000)] 
fix formatting of stack entries

30 years agoUnder CodeWarrior, make the window go away on exit(0)
Jack Jansen [Thu, 2 Feb 1995 14:30:20 +0000 (14:30 +0000)] 
Under CodeWarrior, make the window go away on exit(0)

30 years agoQuick hack so PowerPC macs can access system structures
Jack Jansen [Thu, 2 Feb 1995 14:29:10 +0000 (14:29 +0000)] 
Quick hack so PowerPC macs can access system structures

30 years agoAdded stuff so CodeWarrior isn't so verbose about its stdio windows
Jack Jansen [Thu, 2 Feb 1995 14:27:31 +0000 (14:27 +0000)] 
Added stuff so CodeWarrior isn't so verbose about its stdio windows

30 years agoAdded HandleEvent method to macos, so python programs can hand back
Jack Jansen [Thu, 2 Feb 1995 14:25:56 +0000 (14:25 +0000)] 
Added HandleEvent method to macos, so python programs can hand back
events they don't want to handle to stdio

30 years agoAdded [GS]etCreatorType methods to FSSpec objects
Jack Jansen [Thu, 2 Feb 1995 14:23:52 +0000 (14:23 +0000)] 
Added [GS]etCreatorType methods to FSSpec objects

30 years agoMade play method more robust by adding a try-finally.
Sjoerd Mullender [Wed, 1 Feb 1995 14:24:32 +0000 (14:24 +0000)] 
Made play method more robust by adding a try-finally.

30 years agoSupport for album.notes and trackN.artist via notes and trackartist
Sjoerd Mullender [Wed, 1 Feb 1995 14:23:37 +0000 (14:23 +0000)] 
Support for album.notes and trackN.artist via notes and trackartist
instance variables.

30 years agoremove last bits of mac specific code
Guido van Rossum [Mon, 30 Jan 1995 12:55:22 +0000 (12:55 +0000)] 
remove last bits of mac specific code

30 years agoremove unused variable
Guido van Rossum [Mon, 30 Jan 1995 12:53:21 +0000 (12:53 +0000)] 
remove unused variable

30 years agofix glaring bug in get_magic
Guido van Rossum [Mon, 30 Jan 1995 12:53:06 +0000 (12:53 +0000)] 
fix glaring bug in get_magic

30 years agoThink C mod to suppress pausing at normal exit
Guido van Rossum [Mon, 30 Jan 1995 12:52:46 +0000 (12:52 +0000)] 
Think C mod to suppress pausing at normal exit

30 years agoplug leak and improve error handling in dbm_keys()
Guido van Rossum [Mon, 30 Jan 1995 12:45:38 +0000 (12:45 +0000)] 
plug leak and improve error handling in dbm_keys()

30 years agoCommitted a more or less working version.
Guido van Rossum [Mon, 30 Jan 1995 11:53:55 +0000 (11:53 +0000)] 
Committed a more or less working version.

30 years agobgenGeneratorGroup.py: changed placement of some blank lines in output
Guido van Rossum [Mon, 30 Jan 1995 11:44:02 +0000 (11:44 +0000)] 
bgenGeneratorGroup.py: changed placement of some blank lines in output
bgenObjectDefinition.py: support chaining of object definitions
macsupport.py: support functions returning pointers to existing windows/dialogs
bgen.py: tighten rules for recognizing simple symbol definitions

30 years agoadded <OSEvents.h> for Think C
Guido van Rossum [Mon, 30 Jan 1995 08:57:13 +0000 (08:57 +0000)] 
added <OSEvents.h> for Think C

30 years agofixed StandardGetFile argument handling
Guido van Rossum [Mon, 30 Jan 1995 08:56:06 +0000 (08:56 +0000)] 
fixed StandardGetFile argument handling

30 years agoChanged the way mac mainloop event checking is turned off
Jack Jansen [Fri, 27 Jan 1995 14:44:16 +0000 (14:44 +0000)] 
Changed the way mac mainloop event checking is turned off

30 years ago- Moved interrupt code to macglue.c
Jack Jansen [Fri, 27 Jan 1995 14:43:25 +0000 (14:43 +0000)] 
- Moved interrupt code to macglue.c
- Added possibility to turn off mainloop event handling
- Check interrupts even when not handling events
- Be more carefulabout which events we want
- Use different method to determine fg/bg

30 years agoMac interrupt code moved to macglue.c
Jack Jansen [Fri, 27 Jan 1995 14:40:41 +0000 (14:40 +0000)] 
Mac interrupt code moved to macglue.c

30 years agochanges for the Mac
Guido van Rossum [Fri, 27 Jan 1995 02:41:45 +0000 (02:41 +0000)] 
changes for the Mac

30 years agoUse case-dependent variant of fnmatch
Guido van Rossum [Fri, 27 Jan 1995 02:40:02 +0000 (02:40 +0000)] 
Use case-dependent variant of fnmatch

30 years agoremoved frozenmain.o from objects added to library
Guido van Rossum [Thu, 26 Jan 1995 23:05:49 +0000 (23:05 +0000)] 
removed frozenmain.o from objects added to library

30 years agoround up list item counts to improve realloc performance
Guido van Rossum [Thu, 26 Jan 1995 22:59:43 +0000 (22:59 +0000)] 
round up list item counts to improve realloc performance

30 years agoadded findmethodinchain and methodchain data types
Guido van Rossum [Thu, 26 Jan 1995 22:58:48 +0000 (22:58 +0000)] 
added findmethodinchain and methodchain data types

30 years agoreverse h/v in Point and Rect
Guido van Rossum [Thu, 26 Jan 1995 22:56:59 +0000 (22:56 +0000)] 
reverse h/v in Point and Rect

30 years agoadded (method) casts and 1995 copyright
Guido van Rossum [Thu, 26 Jan 1995 22:56:16 +0000 (22:56 +0000)] 
added (method) casts and 1995 copyright

30 years agoAdded a global 'stdwin is active' flag.
Jack Jansen [Thu, 26 Jan 1995 16:40:10 +0000 (16:40 +0000)] 
Added a global 'stdwin is active' flag.

30 years agoPrototypes for new routines.
Jack Jansen [Thu, 26 Jan 1995 16:37:21 +0000 (16:37 +0000)] 
Prototypes for new routines.

30 years agoAdded eventhandling in mainloop/busywait routine plus leaving some
Jack Jansen [Thu, 26 Jan 1995 16:36:45 +0000 (16:36 +0000)] 
Added eventhandling in mainloop/busywait routine plus leaving some
cycles for background apps. MacOS has a new method to set the amount
of time for bg apps.

30 years agoCodeWarrior 5 has more unixisms (open/close/read/write)
Jack Jansen [Thu, 26 Jan 1995 16:34:53 +0000 (16:34 +0000)] 
CodeWarrior 5 has more unixisms (open/close/read/write)

30 years agoComplete rewrite.
Jack Jansen [Thu, 26 Jan 1995 16:22:07 +0000 (16:22 +0000)] 
Complete rewrite.

30 years agoNew cmd-. handling for the mac.
Jack Jansen [Thu, 26 Jan 1995 16:20:38 +0000 (16:20 +0000)] 
New cmd-. handling for the mac.

30 years agothe usual
Guido van Rossum [Thu, 26 Jan 1995 00:46:29 +0000 (00:46 +0000)] 
the usual

30 years agofix bogus test for regex match
Guido van Rossum [Thu, 26 Jan 1995 00:45:20 +0000 (00:45 +0000)] 
fix bogus test for regex match

30 years agoadd OSF/1 LDSHARED; add IRIX5 conditional for sockets
Guido van Rossum [Thu, 26 Jan 1995 00:44:03 +0000 (00:44 +0000)] 
add OSF/1 LDSHARED; add IRIX5 conditional for sockets

30 years agodon't dictclear deleted modules in doneimport
Guido van Rossum [Thu, 26 Jan 1995 00:41:28 +0000 (00:41 +0000)] 
don't dictclear deleted modules in doneimport

30 years agoallow classes as exceptions
Guido van Rossum [Thu, 26 Jan 1995 00:41:04 +0000 (00:41 +0000)] 
allow classes as exceptions

30 years agomake call_pyc_file static
Guido van Rossum [Thu, 26 Jan 1995 00:40:38 +0000 (00:40 +0000)] 
make call_pyc_file static

30 years agoadded missing case to get_docstring
Guido van Rossum [Thu, 26 Jan 1995 00:40:09 +0000 (00:40 +0000)] 
added missing case to get_docstring

30 years agomoved callable() to object.c
Guido van Rossum [Thu, 26 Jan 1995 00:39:50 +0000 (00:39 +0000)] 
moved callable() to object.c

30 years agoremoved unused vars
Guido van Rossum [Thu, 26 Jan 1995 00:39:21 +0000 (00:39 +0000)] 
removed unused vars

30 years agoapply dictclear to dict of deleted modules
Guido van Rossum [Thu, 26 Jan 1995 00:39:00 +0000 (00:39 +0000)] 
apply dictclear to dict of deleted modules

30 years agomove callable() here
Guido van Rossum [Thu, 26 Jan 1995 00:38:22 +0000 (00:38 +0000)] 
move callable() here