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

30 years agouname 64-bit fix
Guido van Rossum [Thu, 26 Jan 1995 00:37:45 +0000 (00:37 +0000)] 
uname 64-bit fix

30 years agounused vars
Guido van Rossum [Thu, 26 Jan 1995 00:37:10 +0000 (00:37 +0000)] 
unused vars

30 years agomem leak
Guido van Rossum [Thu, 26 Jan 1995 00:37:01 +0000 (00:37 +0000)] 
mem leak

30 years agosplit PATH over multiple lines for clarity;
Guido van Rossum [Wed, 25 Jan 1995 23:10:10 +0000 (23:10 +0000)] 
split PATH over multiple lines for clarity;
added some generated modules

30 years agoGot rid of the Resource and Sound interfaces, in favor of the ones
Guido van Rossum [Wed, 25 Jan 1995 23:09:20 +0000 (23:09 +0000)] 
Got rid of the Resource and Sound interfaces, in favor of the ones
generated from the header files (with some hand-holding :-).

30 years agoSome layout changes; added EventRecord Get/Build functions (as a tuple).
Guido van Rossum [Wed, 25 Jan 1995 23:06:44 +0000 (23:06 +0000)] 
Some layout changes; added EventRecord Get/Build functions (as a tuple).

30 years agoLots of new stuff again. Moved buffer types to some separate files.
Guido van Rossum [Wed, 25 Jan 1995 22:59:21 +0000 (22:59 +0000)] 
Lots of new stuff again.  Moved buffer types to some separate files.
Added some new-fangled features to bgenOutput.  Generate doc strings!

30 years agoported CW5 changes back to Think
Guido van Rossum [Sun, 22 Jan 1995 19:04:11 +0000 (19:04 +0000)] 
ported CW5 changes back to Think

30 years agofixed comment
Guido van Rossum [Sun, 22 Jan 1995 18:42:33 +0000 (18:42 +0000)] 
fixed comment

30 years agoGot rid of {Get,Set}FileType in favor of {Get,Set}CreatorAndType --
Guido van Rossum [Sun, 22 Jan 1995 18:42:12 +0000 (18:42 +0000)] 
Got rid of {Get,Set}FileType in favor of {Get,Set}CreatorAndType --
the former had their arguments reversed compared to all Apple's
routines (e.g. FSpOpenResFile()).

Also fixed the SoundMgr UserRoutine (Jack fixed it but put the fix
between #ifdef __MWERKS__ ... #endif :-( ).

NB eventually this module should disappear in favor of separate
modules per manager (e.g. Resources, Sound, Files, ...).

30 years agoadded printf -- hack for Think C to init stdwin and stdio
Guido van Rossum [Sun, 22 Jan 1995 18:38:12 +0000 (18:38 +0000)] 
added printf -- hack for Think C to init stdwin and stdio

30 years agoadded Res module
Guido van Rossum [Sun, 22 Jan 1995 18:37:45 +0000 (18:37 +0000)] 
added Res module

30 years agocosmetics: copyright, comments
Guido van Rossum [Sun, 22 Jan 1995 18:36:13 +0000 (18:36 +0000)] 
cosmetics: copyright, comments

30 years agoLots of changes.
Guido van Rossum [Sun, 22 Jan 1995 18:35:09 +0000 (18:35 +0000)] 
Lots of changes.
Renamed some things.
Added support for methods directly to bgenGenerator.py.
Completely reworked buffer, string and and structure types.

30 years agoMake malloc stats routine available under MetroWerks
Jack Jansen [Sun, 22 Jan 1995 16:52:38 +0000 (16:52 +0000)] 
Make malloc stats routine available under MetroWerks

30 years agoPorted to CW5/new universal headers
Jack Jansen [Sun, 22 Jan 1995 16:52:02 +0000 (16:52 +0000)] 
Ported to CW5/new universal headers

30 years agoRemoved imgformat reference
Jack Jansen [Sun, 22 Jan 1995 16:49:21 +0000 (16:49 +0000)] 
Removed imgformat reference

30 years agoPorted to CW5 (or to new Universal Headers, actually)
Jack Jansen [Sun, 22 Jan 1995 16:48:43 +0000 (16:48 +0000)] 
Ported to CW5 (or to new Universal Headers, actually)

30 years ago- Ported to CW5 (which has more unixisms)
Jack Jansen [Sun, 22 Jan 1995 16:47:22 +0000 (16:47 +0000)] 
- Ported to CW5 (which has more unixisms)
- Added (rather crummy) malloc debugger

30 years agoThe last missing file of the mwerks port (this is the 'prefix' file)
Jack Jansen [Sun, 22 Jan 1995 16:46:11 +0000 (16:46 +0000)] 
The last missing file of the mwerks port (this is the 'prefix' file)

30 years agoreallocing large blocks now doesn't copy if not needed
Jack Jansen [Sun, 22 Jan 1995 16:44:49 +0000 (16:44 +0000)] 
reallocing large blocks now doesn't copy if not needed

30 years agofix leaks
Guido van Rossum [Sun, 22 Jan 1995 00:49:01 +0000 (00:49 +0000)] 
fix leaks

30 years agomake routines static
Guido van Rossum [Sun, 22 Jan 1995 00:48:41 +0000 (00:48 +0000)] 
make routines static

30 years agocleanup
Guido van Rossum [Sun, 22 Jan 1995 00:48:16 +0000 (00:48 +0000)] 
cleanup

30 years agocreate $(DESTSHARED) library if needed
Guido van Rossum [Sun, 22 Jan 1995 00:47:59 +0000 (00:47 +0000)] 
create $(DESTSHARED) library if needed

30 years agorename sigcheck so signal handling works again
Guido van Rossum [Sun, 22 Jan 1995 00:46:57 +0000 (00:46 +0000)] 
rename sigcheck so signal handling works again

30 years agodon't overwrite error already set (e.g. from O&)
Guido van Rossum [Sat, 21 Jan 1995 14:09:37 +0000 (14:09 +0000)] 
don't overwrite error already set (e.g. from O&)

30 years agorenamed Get routines to PyMac_Get; added macfs to config.c
Guido van Rossum [Sat, 21 Jan 1995 13:46:04 +0000 (13:46 +0000)] 
renamed Get routines to PyMac_Get; added macfs to config.c

30 years agointermediate version -- why not...
Guido van Rossum [Fri, 20 Jan 1995 23:05:52 +0000 (23:05 +0000)] 
intermediate version -- why not...

30 years agofix strncpy call (uninitialized memory read)
Guido van Rossum [Fri, 20 Jan 1995 16:59:12 +0000 (16:59 +0000)] 
fix strncpy call (uninitialized memory read)

30 years agotypo
Guido van Rossum [Fri, 20 Jan 1995 16:58:43 +0000 (16:58 +0000)] 
typo

30 years agofix leak in func_dealloc (forgot to decref name)
Guido van Rossum [Fri, 20 Jan 1995 16:58:19 +0000 (16:58 +0000)] 
fix leak in func_dealloc (forgot to decref name)

30 years agoremoved getopt.o from OBJS
Guido van Rossum [Fri, 20 Jan 1995 16:57:52 +0000 (16:57 +0000)] 
removed getopt.o from OBJS

30 years agofix mem leak (localmap in optimize)
Guido van Rossum [Fri, 20 Jan 1995 16:56:41 +0000 (16:56 +0000)] 
fix mem leak (localmap in optimize)

30 years ago support "O&" taking an object constructor a void*
Guido van Rossum [Fri, 20 Jan 1995 16:56:02 +0000 (16:56 +0000)] 
 support "O&" taking an object constructor  a void*

30 years agoadd missing INCREF in RAISE_EXCEPTION
Guido van Rossum [Fri, 20 Jan 1995 16:55:14 +0000 (16:55 +0000)] 
add missing INCREF in RAISE_EXCEPTION

30 years agodon't use function prototypes
Guido van Rossum [Fri, 20 Jan 1995 16:54:36 +0000 (16:54 +0000)] 
don't use function prototypes

30 years agoadded changes for NetBSD dynamic linking; removed shared linking for NeXT
Guido van Rossum [Fri, 20 Jan 1995 16:53:54 +0000 (16:53 +0000)] 
added changes for NetBSD dynamic linking; removed shared linking for NeXT

30 years agofix import related leaks
Guido van Rossum [Fri, 20 Jan 1995 16:53:12 +0000 (16:53 +0000)] 
fix import related leaks

30 years agocorrected two unconverted names
Guido van Rossum [Fri, 20 Jan 1995 16:52:42 +0000 (16:52 +0000)] 
corrected two unconverted names

30 years agodefine INSTALL_PROGRAM and INSTALL_DATA
Guido van Rossum [Fri, 20 Jan 1995 16:51:32 +0000 (16:51 +0000)] 
define INSTALL_PROGRAM and INSTALL_DATA

30 years agomodernize all tests to use cache and report outcome
Guido van Rossum [Fri, 20 Jan 1995 16:50:53 +0000 (16:50 +0000)] 
modernize all tests to use cache and report outcome

30 years agochange NeXT hint to add -posix to C compiler flags
Guido van Rossum [Fri, 20 Jan 1995 16:50:15 +0000 (16:50 +0000)] 
change NeXT hint to add -posix to C compiler flags

30 years agoadd INSTALL_PROGRAM and INSTALL_DATA; check for getopt
Guido van Rossum [Fri, 20 Jan 1995 14:12:16 +0000 (14:12 +0000)] 
add INSTALL_PROGRAM and INSTALL_DATA; check for getopt

30 years agoAlways use 'anonymous' if os.environ doesn't exist
Jack Jansen [Thu, 19 Jan 1995 12:24:45 +0000 (12:24 +0000)] 
Always use 'anonymous' if os.environ doesn't exist

30 years agoYet another Pstring()
Jack Jansen [Thu, 19 Jan 1995 12:23:31 +0000 (12:23 +0000)] 
Yet another Pstring()

30 years agoUndef strerror on the mac before redefining it
Jack Jansen [Thu, 19 Jan 1995 12:16:44 +0000 (12:16 +0000)] 
Undef strerror on the mac before redefining it

30 years agoAdded mac-only intrpeek routine that peeks for command-.
Jack Jansen [Thu, 19 Jan 1995 12:12:36 +0000 (12:12 +0000)] 
Added mac-only intrpeek routine that peeks for command-.

30 years agoFix NULL dereference in case of out-of-memory condition
Jack Jansen [Thu, 19 Jan 1995 12:09:27 +0000 (12:09 +0000)] 
Fix NULL dereference in case of out-of-memory condition

30 years agoFixed listen()/getsockname() bug
Jack Jansen [Thu, 19 Jan 1995 11:49:05 +0000 (11:49 +0000)] 
Fixed listen()/getsockname() bug