]> git.ipfire.org Git - thirdparty/Python/cpython.git/log
thirdparty/Python/cpython.git
30 years agoadd xstat (extended stat, returns resource fork size and creator/type)
Guido van Rossum [Tue, 8 Aug 1995 14:10:22 +0000 (14:10 +0000)] 
add xstat (extended stat, returns resource fork size and creator/type)

30 years agoset some fields to zero for directories
Guido van Rossum [Tue, 8 Aug 1995 14:09:33 +0000 (14:09 +0000)] 
set some fields to zero for directories

30 years agopass prefix etc. on when making sharedinstall; install getpath.c
Guido van Rossum [Mon, 7 Aug 1995 21:58:40 +0000 (21:58 +0000)] 
pass prefix etc. on when making sharedinstall; install getpath.c

30 years agoadded sys.std files, read-only open, reload
Guido van Rossum [Mon, 7 Aug 1995 20:19:27 +0000 (20:19 +0000)] 
added sys.std files, read-only open, reload

30 years agoadd splitdrive()
Guido van Rossum [Mon, 7 Aug 1995 20:17:55 +0000 (20:17 +0000)] 
add splitdrive()

30 years agopass the command to sh -c
Guido van Rossum [Mon, 7 Aug 1995 20:17:23 +0000 (20:17 +0000)] 
pass the command to sh -c

30 years agocorrect typo (persis*ent)
Guido van Rossum [Mon, 7 Aug 1995 20:16:58 +0000 (20:16 +0000)] 
correct typo (persis*ent)

30 years agouse new "single" compile option
Guido van Rossum [Mon, 7 Aug 1995 20:16:05 +0000 (20:16 +0000)] 
use new "single" compile option

30 years agomake sure os.environ exists (maybe empty)
Guido van Rossum [Mon, 7 Aug 1995 20:15:23 +0000 (20:15 +0000)] 
make sure os.environ exists (maybe empty)

30 years agoadd seekable option to __init__
Guido van Rossum [Mon, 7 Aug 1995 20:13:56 +0000 (20:13 +0000)] 
add seekable option to __init__

30 years agouse mimetools; add close()
Guido van Rossum [Mon, 7 Aug 1995 20:13:02 +0000 (20:13 +0000)] 
use mimetools; add close()

30 years agoadded parse_qs(query_string)
Guido van Rossum [Mon, 7 Aug 1995 20:12:09 +0000 (20:12 +0000)] 
added parse_qs(query_string)

30 years agonew formatter module; redid htmllib module to use it
Guido van Rossum [Mon, 7 Aug 1995 20:07:44 +0000 (20:07 +0000)] 
new formatter module; redid htmllib module to use it

30 years agoInitial revision
Guido van Rossum [Mon, 7 Aug 1995 20:07:36 +0000 (20:07 +0000)] 
Initial revision

30 years agoUse binascii module for inner loop
Jack Jansen [Mon, 7 Aug 1995 14:37:38 +0000 (14:37 +0000)] 
Use binascii module for inner loop

30 years agoImplement binhex protocol.
Jack Jansen [Mon, 7 Aug 1995 14:36:51 +0000 (14:36 +0000)] 
Implement binhex protocol.

Note: binhex works, hexbin does not work yet.

30 years agoBetter error messages wrt missing resources and preferences
Jack Jansen [Mon, 7 Aug 1995 14:36:06 +0000 (14:36 +0000)] 
Better error messages wrt missing resources and preferences

30 years agoAdded binascii
Jack Jansen [Mon, 7 Aug 1995 14:35:24 +0000 (14:35 +0000)] 
Added binascii

30 years agoHelper module for uuencode and binhex coders
Jack Jansen [Mon, 7 Aug 1995 14:34:15 +0000 (14:34 +0000)] 
Helper module for uuencode and binhex coders

30 years agoAdded missing walk() function
Jack Jansen [Mon, 7 Aug 1995 14:09:27 +0000 (14:09 +0000)] 
Added missing walk() function

30 years agoAdded interfaces to {Get,Set}FInfo and accompanying objects
Jack Jansen [Mon, 7 Aug 1995 14:04:10 +0000 (14:04 +0000)] 
Added interfaces to {Get,Set}FInfo and accompanying objects

30 years agoMwerks now also has fopenrf
Jack Jansen [Mon, 7 Aug 1995 14:03:14 +0000 (14:03 +0000)] 
Mwerks now also has fopenrf

30 years agoMwerks version of fopenRF.
Jack Jansen [Mon, 7 Aug 1995 14:02:12 +0000 (14:02 +0000)] 
Mwerks version of fopenRF.

30 years agoFix for cfm68k
Jack Jansen [Mon, 7 Aug 1995 14:01:46 +0000 (14:01 +0000)] 
Fix for cfm68k

30 years agoMoved here because it is think-specific
Jack Jansen [Mon, 7 Aug 1995 14:00:08 +0000 (14:00 +0000)] 
Moved here because it is think-specific

30 years agoAdded resource-files to CVS tree, in binhex form
Jack Jansen [Mon, 7 Aug 1995 13:59:16 +0000 (13:59 +0000)] 
Added resource-files to CVS tree, in binhex form

30 years agoPut resource-files under CVS, in binhex form
Jack Jansen [Mon, 7 Aug 1995 13:58:09 +0000 (13:58 +0000)] 
Put resource-files under CVS, in binhex form

30 years agonew sendport() interface; add test() program call
Guido van Rossum [Fri, 4 Aug 1995 04:39:30 +0000 (04:39 +0000)] 
new sendport() interface; add test() program call

30 years agoadded format_* functions (suggestion by Ken M)
Guido van Rossum [Fri, 4 Aug 1995 04:30:30 +0000 (04:30 +0000)] 
added format_* functions (suggestion by Ken M)

30 years agosubtle changes to relative r\7furl joins
Guido van Rossum [Fri, 4 Aug 1995 04:29:32 +0000 (04:29 +0000)] 
subtle changes to relative r\7furl joins

30 years agouse mimetools; add error handling and authentication
Guido van Rossum [Fri, 4 Aug 1995 04:29:05 +0000 (04:29 +0000)] 
use mimetools; add error handling and authentication

30 years agomajor rewrite using different formatting paradigm
Guido van Rossum [Fri, 4 Aug 1995 04:23:30 +0000 (04:23 +0000)] 
major rewrite using different formatting paradigm

30 years agochanged comment parsing
Guido van Rossum [Fri, 4 Aug 1995 04:22:39 +0000 (04:22 +0000)] 
changed comment parsing

30 years agoInitial revision
Guido van Rossum [Fri, 4 Aug 1995 04:20:48 +0000 (04:20 +0000)] 
Initial revision

30 years agosplit config.c in 1000 parts; new main; new unfinished objective-C module
Guido van Rossum [Fri, 4 Aug 1995 04:20:45 +0000 (04:20 +0000)] 
split config.c in 1000 parts; new main; new unfinished objective-C module

30 years agoempty kw dict is ok for builtins
Guido van Rossum [Fri, 4 Aug 1995 04:14:47 +0000 (04:14 +0000)] 
empty kw dict is ok for builtins

30 years agosplit cof\7fnfig.c in 1000 little files :-)
Guido van Rossum [Fri, 4 Aug 1995 04:13:00 +0000 (04:13 +0000)] 
split cof\7fnfig.c in 1000 little files :-)

30 years agomoved stuff around to resemble main.c
Guido van Rossum [Fri, 4 Aug 1995 04:10:43 +0000 (04:10 +0000)] 
moved stuff around to resemble main.c

30 years agoadd imp.get_frozen_object()
Guido van Rossum [Fri, 4 Aug 1995 04:08:57 +0000 (04:08 +0000)] 
add imp.get_frozen_object()

30 years agoavoid resize of 0-length tuple
Guido van Rossum [Fri, 4 Aug 1995 04:07:45 +0000 (04:07 +0000)] 
avoid resize of 0-length tuple

30 years agoclass objects are read-only in restricted mode
Guido van Rossum [Fri, 4 Aug 1995 04:05:31 +0000 (04:05 +0000)] 
class objects are read-only in restricted mode

30 years agobetter err checks in resizetuple
Guido van Rossum [Fri, 4 Aug 1995 04:05:10 +0000 (04:05 +0000)] 
better err checks in resizetuple

30 years agoInitial revision
Guido van Rossum [Fri, 4 Aug 1995 04:00:20 +0000 (04:00 +0000)] 
Initial revision

30 years agonew package support, import hooks, restricted execution support
Guido van Rossum [Fri, 4 Aug 1995 03:59:03 +0000 (03:59 +0000)] 
new package support, import hooks, restricted execution support

30 years agoadded some missing constants
Guido van Rossum [Fri, 4 Aug 1995 03:51:48 +0000 (03:51 +0000)] 
added some missing constants

30 years agokeyword arguments; redid Photo image class; other goodies
Guido van Rossum [Fri, 4 Aug 1995 03:50:29 +0000 (03:50 +0000)] 
keyword arguments; redid Photo image class; other goodies

30 years agokeyword parameter changes
Guido van Rossum [Fri, 4 Aug 1995 03:49:39 +0000 (03:49 +0000)] 
keyword parameter changes

30 years ago- Use new names
Jack Jansen [Sat, 29 Jul 1995 15:34:25 +0000 (15:34 +0000)] 
- Use new names
- Use AEInteractWithUser

30 years agoInitial revision
Jack Jansen [Sat, 29 Jul 1995 15:33:43 +0000 (15:33 +0000)] 
Initial revision

30 years agoNew test program for server AE handling
Jack Jansen [Sat, 29 Jul 1995 15:32:30 +0000 (15:32 +0000)] 
New test program for server AE handling

30 years agominor fix
Jack Jansen [Sat, 29 Jul 1995 15:31:10 +0000 (15:31 +0000)] 
minor fix

30 years agoFixed incorrect call to InstallHandler and a few other things
Jack Jansen [Sat, 29 Jul 1995 13:58:41 +0000 (13:58 +0000)] 
Fixed incorrect call to InstallHandler and a few other things

30 years agomac CW-only fix for messy windows upon exit
Jack Jansen [Sat, 29 Jul 1995 13:55:06 +0000 (13:55 +0000)] 
mac CW-only fix for messy windows upon exit

30 years agoAllow mac user to set "command line flags" by option-starting python.
Jack Jansen [Sat, 29 Jul 1995 13:53:59 +0000 (13:53 +0000)] 
Allow mac user to set "command line flags" by option-starting python.

30 years agoAdded code so you canset "command line options" if you
Jack Jansen [Sat, 29 Jul 1995 13:52:37 +0000 (13:52 +0000)] 
Added code so you canset "command line options" if you
option-click/drag python. Needs a new dialog resource.

30 years agoUn-installing of AE handlers fixed (AE is very picky that you specify
Jack Jansen [Sat, 29 Jul 1995 13:50:59 +0000 (13:50 +0000)] 
Un-installing of AE handlers fixed (AE is very picky that you specify
the same UPP)

30 years agoA new home for scripts/applets
Jack Jansen [Sat, 29 Jul 1995 13:48:41 +0000 (13:48 +0000)] 
A new home for scripts/applets
EditPythonPrefs - Edit the preferences file (sys.path, python home)
PackLibDir - Convert a sys.path directory to a resource file
RunLibScript - import a module and run as __main__
mkapplet - Create a python applet

The resource files belonging to these should also be stored here, somehow..

30 years agofix bogus DECREF in finally clause
Guido van Rossum [Fri, 28 Jul 1995 23:06:00 +0000 (23:06 +0000)] 
fix bogus DECREF in finally clause

30 years ago\temporary 'fix' for brokenness
Guido van Rossum [Fri, 28 Jul 1995 16:44:53 +0000 (16:44 +0000)] 
\temporary 'fix' for brokenness

30 years agoMade more ppc-savvy
Jack Jansen [Fri, 28 Jul 1995 11:44:29 +0000 (11:44 +0000)] 
Made more ppc-savvy

30 years ago- Added getplatform()
Jack Jansen [Fri, 28 Jul 1995 11:29:54 +0000 (11:29 +0000)] 
- Added getplatform()
- (temporarily?) removed newmodule reference

30 years agoUndef 'argument' before including mac headers
Jack Jansen [Fri, 28 Jul 1995 11:28:14 +0000 (11:28 +0000)] 
Undef 'argument' before including mac headers

30 years agoModule with one function to read Python modules and extract class and
Sjoerd Mullender [Fri, 28 Jul 1995 09:30:01 +0000 (09:30 +0000)] 
Module with one function to read Python modules and extract class and
method definitions.  See __doc__ string for more information.

30 years agochanges for keyword args to built-in functions and classes
Guido van Rossum [Wed, 26 Jul 1995 18:16:42 +0000 (18:16 +0000)] 
changes for keyword args to built-in functions and classes

30 years agonever close the file in imp.load_...
Guido van Rossum [Wed, 26 Jul 1995 18:13:27 +0000 (18:13 +0000)] 
never close the file in imp.load_...

30 years agochanges for keyword args to built-in functions and classes
Guido van Rossum [Wed, 26 Jul 1995 18:07:32 +0000 (18:07 +0000)] 
changes for keyword args to built-in functions and classes

30 years agochanges for keyword args to built-in functions and classes
Guido van Rossum [Wed, 26 Jul 1995 17:58:29 +0000 (17:58 +0000)] 
changes for keyword args to built-in functions and classes

30 years agoadd forgotten PyObject_SetAttrString
Guido van Rossum [Wed, 26 Jul 1995 17:53:29 +0000 (17:53 +0000)] 
add forgotten PyObject_SetAttrString

30 years agoadd locking where it exists
Guido van Rossum [Wed, 26 Jul 1995 17:33:44 +0000 (17:33 +0000)] 
add locking where it exists

30 years agouse newgetargs
Guido van Rossum [Wed, 26 Jul 1995 17:33:10 +0000 (17:33 +0000)] 
use newgetargs

30 years agoimproved comments for curses, dbhash
Guido van Rossum [Wed, 26 Jul 1995 17:31:41 +0000 (17:31 +0000)] 
improved comments for curses, dbhash

30 years agouse getnewargs where it makes sense
Guido van Rossum [Wed, 26 Jul 1995 17:29:45 +0000 (17:29 +0000)] 
use getnewargs where it makes sense

30 years agobe more suspicious of getlocals()
Guido van Rossum [Wed, 26 Jul 1995 16:26:31 +0000 (16:26 +0000)] 
be more suspicious of getlocals()

30 years agobetter policy regarding NULL locals
Guido van Rossum [Wed, 26 Jul 1995 16:14:30 +0000 (16:14 +0000)] 
better policy regarding NULL locals

30 years agonew version
Guido van Rossum [Tue, 25 Jul 1995 15:10:56 +0000 (15:10 +0000)] 
new version

30 years agoInitial revision
Guido van Rossum [Thu, 20 Jul 1995 21:57:15 +0000 (21:57 +0000)] 
Initial revision

30 years agoGet magic number from interpreter (using module imp).
Sjoerd Mullender [Wed, 19 Jul 1995 11:21:47 +0000 (11:21 +0000)] 
Get magic number from interpreter (using module imp).

30 years agoAdded flush() method.
Sjoerd Mullender [Wed, 19 Jul 1995 11:21:21 +0000 (11:21 +0000)] 
Added flush() method.

30 years agochange obsolete isfile to isvalid; add lock and unlock commands
Guido van Rossum [Tue, 18 Jul 1995 18:40:41 +0000 (18:40 +0000)] 
change obsolete isfile to isvalid; add lock and unlock commands

30 years agoremove comment about obsolete variable
Guido van Rossum [Tue, 18 Jul 1995 18:35:17 +0000 (18:35 +0000)] 
remove comment about obsolete variable

30 years agoimplemented 'add' command and commit for added files
Guido van Rossum [Tue, 18 Jul 1995 18:34:34 +0000 (18:34 +0000)] 
implemented 'add' command and commit for added files

30 years agofixed arg checking for keys() and close()
Guido van Rossum [Tue, 18 Jul 1995 18:33:09 +0000 (18:33 +0000)] 
fixed arg checking for keys() and close()

30 years agoInitial revision
Guido van Rossum [Tue, 18 Jul 1995 18:23:44 +0000 (18:23 +0000)] 
Initial revision

30 years agoadded dbhash; Tk is now officially at 4.0
Guido van Rossum [Tue, 18 Jul 1995 18:18:11 +0000 (18:18 +0000)] 
added dbhash; Tk is now officially at 4.0

30 years agosuppress . and .. in listdir return value
Guido van Rossum [Tue, 18 Jul 1995 18:16:52 +0000 (18:16 +0000)] 
suppress . and .. in listdir return value

30 years agokeyword arguments and faster calls
Guido van Rossum [Tue, 18 Jul 1995 14:51:37 +0000 (14:51 +0000)] 
keyword arguments and faster calls

30 years agoNT specific change for nicer error message (Mark H)
Guido van Rossum [Tue, 18 Jul 1995 14:40:09 +0000 (14:40 +0000)] 
NT specific change for nicer error message (Mark H)

30 years agochanges for keyword arguments and fast function call; added abstract.c
Guido van Rossum [Tue, 18 Jul 1995 14:30:34 +0000 (14:30 +0000)] 
changes for keyword arguments and fast function call; added abstract.c

30 years agokeyword arguments and faster function calls
Guido van Rossum [Tue, 18 Jul 1995 14:21:06 +0000 (14:21 +0000)] 
keyword arguments and faster function calls

30 years agoGeneric Abstract Object Interface
Guido van Rossum [Tue, 18 Jul 1995 14:12:02 +0000 (14:12 +0000)] 
Generic Abstract Object Interface

30 years agoinclude abstract.h
Guido van Rossum [Tue, 18 Jul 1995 14:07:52 +0000 (14:07 +0000)] 
include abstract.h

30 years agoGeneric Abstract Object Interface
Guido van Rossum [Tue, 18 Jul 1995 14:07:00 +0000 (14:07 +0000)] 
Generic Abstract Object Interface

30 years agoVarious toolbox routines have gotten new names.
Jack Jansen [Mon, 17 Jul 1995 13:25:15 +0000 (13:25 +0000)] 
Various toolbox routines have gotten new names.

30 years agoThe three most important suites, generated by gensuitemodule
Jack Jansen [Mon, 17 Jul 1995 11:43:59 +0000 (11:43 +0000)] 
The three most important suites, generated by gensuitemodule

30 years agoGensuitemodule generates python classes from aete/aeut resources
Jack Jansen [Mon, 17 Jul 1995 11:43:20 +0000 (11:43 +0000)] 
Gensuitemodule generates python classes from aete/aeut resources
test_suite is a tiny test program for such a generated class

30 years agoSplit aepack and aetypes off from aetools (it was getting too big)
Jack Jansen [Mon, 17 Jul 1995 11:42:23 +0000 (11:42 +0000)] 
Split aepack and aetypes off from aetools (it was getting too big)
Added support for all basic types mentioned in Apple Event Registry
Added support for automatically-generated suites.

30 years agoGenerated anew after fixing aescan.py
Jack Jansen [Mon, 17 Jul 1995 11:40:10 +0000 (11:40 +0000)] 
Generated anew after fixing aescan.py

30 years agoAlso scan AERegistry.h and AEObjects.h and create .py definition
Jack Jansen [Mon, 17 Jul 1995 11:39:04 +0000 (11:39 +0000)] 
Also scan AERegistry.h and AEObjects.h and create .py definition
files.

Some methods had turned to functions again. Fixed.

30 years agoAdded GetErrorString method (convert OSErr number to string)
Jack Jansen [Mon, 17 Jul 1995 11:36:01 +0000 (11:36 +0000)] 
Added GetErrorString method (convert OSErr number to string)

30 years agoTk 4.0 and Tcl 7.4 are now standard
Guido van Rossum [Fri, 14 Jul 1995 15:29:10 +0000 (15:29 +0000)] 
Tk 4.0 and Tcl 7.4 are now standard