]> git.ipfire.org Git - thirdparty/Python/cpython.git/log
thirdparty/Python/cpython.git
29 years agoProjects for 1.4b3 distribution: debugging off, optimizations on, etc.
Jack Jansen [Wed, 28 Aug 1996 14:14:09 +0000 (14:14 +0000)] 
Projects for 1.4b3 distribution: debugging off, optimizations on, etc.

29 years ago"Small" 68K interpreter, without waste, img and tkinter
Jack Jansen [Wed, 28 Aug 1996 14:11:43 +0000 (14:11 +0000)] 
"Small" 68K interpreter, without waste, img and tkinter

29 years agoVersion upped
Jack Jansen [Wed, 28 Aug 1996 13:53:54 +0000 (13:53 +0000)] 
Version upped

29 years agoAdded setwatchcursor() and setarrowcursor() functions
Jack Jansen [Wed, 28 Aug 1996 13:53:07 +0000 (13:53 +0000)] 
Added setwatchcursor() and setarrowcursor() functions

29 years agoUpdated for 1.4b3
Jack Jansen [Wed, 28 Aug 1996 13:51:11 +0000 (13:51 +0000)] 
Updated for 1.4b3

29 years agoAdded note that these instruction are for a full source distribution,
Jack Jansen [Wed, 28 Aug 1996 13:50:21 +0000 (13:50 +0000)] 
Added note that these instruction are for a full source distribution,
not a mac source distribution

29 years agoNo double underscores for globals please
Guido van Rossum [Mon, 26 Aug 1996 22:34:57 +0000 (22:34 +0000)] 
No double underscores for globals please

29 years agoAdded /base:0x1e100000 to link options for python14.dll;
Guido van Rossum [Mon, 26 Aug 1996 22:16:03 +0000 (22:16 +0000)] 
Added /base:0x1e100000 to link options for python14.dll;
randomness created by vc40 internals.

29 years agoThis commit was manufactured by cvs2svn to create tag 'r14beta3'. v1.4b3
cvs2svn [Mon, 26 Aug 1996 18:33:32 +0000 (18:33 +0000)] 
This commit was manufactured by cvs2svn to create tag 'r14beta3'.

29 years agoAnother batch of updates...
Guido van Rossum [Mon, 26 Aug 1996 18:33:32 +0000 (18:33 +0000)] 
Another batch of updates...

29 years agoRemove the entry for private variables (it's supposed to be a surprise!)
Guido van Rossum [Mon, 26 Aug 1996 18:23:19 +0000 (18:23 +0000)] 
Remove the entry for private variables (it's supposed to be a surprise!)

29 years agoSome final changes. I'll give up on nicely reformatting and
Guido van Rossum [Mon, 26 Aug 1996 18:22:44 +0000 (18:22 +0000)] 
Some final changes.  I'll give up on nicely reformatting and
structuring it, for now.

29 years agoBump exposed __version__ to 1.4.
Guido van Rossum [Mon, 26 Aug 1996 18:09:59 +0000 (18:09 +0000)] 
Bump exposed __version__ to 1.4.
Correctly handle a URL containing user:password@host when using a proxy.

29 years agoReformatted some stuff. Put FEATURE FREEZE in all caps.
Guido van Rossum [Mon, 26 Aug 1996 17:52:09 +0000 (17:52 +0000)] 
Reformatted some stuff.  Put FEATURE FREEZE in all caps.

29 years agoDon't die when getuid() or getpid() aren't defined.
Guido van Rossum [Mon, 26 Aug 1996 16:40:20 +0000 (16:40 +0000)] 
Don't die when getuid() or getpid() aren't defined.

29 years agoDon't do truncation to 8+3 format -- this is used on NT file systems!
Guido van Rossum [Mon, 26 Aug 1996 16:35:26 +0000 (16:35 +0000)] 
Don't do truncation to 8+3 format -- this is used on NT file systems!

29 years agoAdded Mime writer module (formerly in Grail)
Guido van Rossum [Mon, 26 Aug 1996 16:33:30 +0000 (16:33 +0000)] 
Added Mime writer module (formerly in Grail)

29 years agotypo (cotinue -> continue)
Guido van Rossum [Mon, 26 Aug 1996 16:20:31 +0000 (16:20 +0000)] 
typo (cotinue -> continue)

29 years agoThree sets of changes from Grail:
Guido van Rossum [Mon, 26 Aug 1996 16:19:23 +0000 (16:19 +0000)] 
Three sets of changes from Grail:

date: 1996/08/14 17:27:21;  author: fdrake;  state: Exp;  lines: +11 -9
(formatter.py):  Establish a consistent space-handling policy, so that all
        spaces are handled by the outermost context in which they might be
        considered.  (I.e., softspaces at element boundaries migrate
        outwards.)

        For instance: "<A> <IMG> </A>" becomes " <A><IMG></A> ".

        This avoids some of those nasty underlined spaces around images.  It
        does not affect spaces *between* images within an anchor.

date: 1996/08/01 17:02:09;  author: fdrake;  state: Exp;  lines: +3 -2
(formatter.py):  Added required parameter to the NullFormatter class; this
        was omitted by accident.

        Made AbstractFormatter.add_literal_data() handle preceeding softspace
        correctly instead of expecting the caller to do it.

date: 1996/07/23 22:18:56;  author: fdrake;  state: Exp;  lines: +1 -1
(formatter.py):  Correct assert_line_data() to update all internal conditions;
        This now handles headers with only image content immediately followed
        by anything.

29 years agoSlightly faster (un)quoting.
Guido van Rossum [Mon, 26 Aug 1996 15:56:12 +0000 (15:56 +0000)] 
Slightly faster (un)quoting.

29 years agoUse correct separator for capwords(s, sep).
Guido van Rossum [Mon, 26 Aug 1996 15:55:00 +0000 (15:55 +0000)] 
Use correct separator for capwords(s, sep).

29 years agoEmacs font-lock de-bogo-kludgificocity
Guido van Rossum [Mon, 26 Aug 1996 15:46:13 +0000 (15:46 +0000)] 
Emacs font-lock de-bogo-kludgificocity

29 years agotypo (#indef -> #undef)
Guido van Rossum [Mon, 26 Aug 1996 14:58:54 +0000 (14:58 +0000)] 
typo (#indef -> #undef)

29 years agoUse getstringsize where available instead of strlen.
Guido van Rossum [Mon, 26 Aug 1996 14:58:03 +0000 (14:58 +0000)] 
Use getstringsize where available instead of strlen.

29 years agoAdded NumVersion definition.
Guido van Rossum [Mon, 26 Aug 1996 14:38:40 +0000 (14:38 +0000)] 
Added NumVersion definition.

29 years agoInsert filename in IOError message.
Guido van Rossum [Mon, 26 Aug 1996 14:37:47 +0000 (14:37 +0000)] 
Insert filename in IOError message.

29 years agoCall __initialize(), not __sinit() on Mac dynamic loading entry.
Guido van Rossum [Mon, 26 Aug 1996 14:37:15 +0000 (14:37 +0000)] 
Call __initialize(), not __sinit() on Mac dynamic loading entry.

29 years agoOK, now it uses sys.[exec_]prefix and supports
Guido van Rossum [Mon, 26 Aug 1996 05:14:20 +0000 (05:14 +0000)] 
OK, now it uses sys.[exec_]prefix and supports
a -o option to specify an output directory.  *Much* more convenient.
Removed a whole lot of hullabaloo from the README file, too.

29 years agoGet rid of it totally
Guido van Rossum [Mon, 26 Aug 1996 04:10:33 +0000 (04:10 +0000)] 
Get rid of it totally

29 years agoAdded warning that this is unsupported
Guido van Rossum [Mon, 26 Aug 1996 03:50:10 +0000 (03:50 +0000)] 
Added warning that this is unsupported

29 years agoChanges for 1.4 install targets
Guido van Rossum [Mon, 26 Aug 1996 03:49:49 +0000 (03:49 +0000)] 
Changes for 1.4 install targets

29 years agoUpdated for 1.4beta3
Guido van Rossum [Mon, 26 Aug 1996 03:02:37 +0000 (03:02 +0000)] 
Updated for 1.4beta3

29 years agoAdded all changes in beta1 and beta3.
Guido van Rossum [Mon, 26 Aug 1996 02:40:59 +0000 (02:40 +0000)] 
Added all changes in beta1 and beta3.
Still very rough (needs reordering etc.).

29 years agoFinal set of changes by Fred before 1.4beta3
Guido van Rossum [Mon, 26 Aug 1996 00:33:29 +0000 (00:33 +0000)] 
Final set of changes by Fred before 1.4beta3

29 years agoAfterthough: leave both leading underscores in,
Guido van Rossum [Sat, 24 Aug 1996 07:54:27 +0000 (07:54 +0000)] 
Afterthough: leave both leading underscores in,
so __spam becomes _ClassName__spam.

29 years agoOops need to mangle global statement separately
Guido van Rossum [Sat, 24 Aug 1996 07:29:04 +0000 (07:29 +0000)] 
Oops need to mangle global statement separately

29 years agoName mangling, what the heck!
Guido van Rossum [Sat, 24 Aug 1996 06:21:31 +0000 (06:21 +0000)] 
Name mangling, what the heck!

29 years agoNewly tweaked
Guido van Rossum [Fri, 23 Aug 1996 18:47:59 +0000 (18:47 +0000)] 
Newly tweaked

29 years agoUse MS_DLL_ID and similar changes
Guido van Rossum [Fri, 23 Aug 1996 18:42:39 +0000 (18:42 +0000)] 
Use MS_DLL_ID and similar changes

29 years agoUse MS_DLL_ID as sys.winver
Guido van Rossum [Fri, 23 Aug 1996 18:14:47 +0000 (18:14 +0000)] 
Use MS_DLL_ID as sys.winver

29 years agoFixed names of vairous plugins to build, added a couple and added
Jack Jansen [Fri, 23 Aug 1996 15:52:56 +0000 (15:52 +0000)] 
Fixed names of vairous plugins to build, added a couple and added
possibility to create standalone pythons and fat pythons (the latter
not functional yet).

29 years ago- MWRuntimeStatic{arch} are static versions of MW shared runtime
Jack Jansen [Fri, 23 Aug 1996 15:51:48 +0000 (15:51 +0000)] 
- MWRuntimeStatic{arch} are static versions of MW shared runtime
  libraries
- Except for the above the whole library architecture conforms to MW
  documentation.
- PythonCorePPC also uses .exp file now
- Static pythons have full complement of modules
- cfm versions of all possible plugins created (not tested)

29 years agoAdded dllbase_nt.txt and python_nt.rc;
Guido van Rossum [Fri, 23 Aug 1996 15:48:14 +0000 (15:48 +0000)] 
Added dllbase_nt.txt and python_nt.rc;
added notes to readme.txt about NumPy targets;
added some symbols to python_nt.def.

29 years agoTurn on USE_TK and MAC_TCL by default
Jack Jansen [Fri, 23 Aug 1996 15:46:12 +0000 (15:46 +0000)] 
Turn on USE_TK and MAC_TCL by default

29 years agoNew version/date
Guido van Rossum [Fri, 23 Aug 1996 15:45:37 +0000 (15:45 +0000)] 
New version/date

29 years agoAlways call __initialize(), also on PPC
Jack Jansen [Fri, 23 Aug 1996 15:45:26 +0000 (15:45 +0000)] 
Always call __initialize(), also on PPC

29 years ago- Added cfm68k instructions
Jack Jansen [Fri, 23 Aug 1996 15:44:18 +0000 (15:44 +0000)] 
- Added cfm68k instructions
- Changed names of various things
- Explain how to recreate .exp files.

29 years agoVersion number; started chapter on what's new in 1.4
Guido van Rossum [Fri, 23 Aug 1996 15:35:47 +0000 (15:35 +0000)] 
Version number; started chapter on what's new in 1.4

29 years agoChanges to dependencies (Fred)
Guido van Rossum [Fri, 23 Aug 1996 15:33:51 +0000 (15:33 +0000)] 
Changes to dependencies (Fred)

29 years agoNiceties by Fred
Guido van Rossum [Thu, 22 Aug 1996 23:18:55 +0000 (23:18 +0000)] 
Niceties by Fred

29 years agoChanges for Canvas by Fred
Guido van Rossum [Thu, 22 Aug 1996 23:18:09 +0000 (23:18 +0000)] 
Changes for Canvas by Fred

29 years agoBe a bit more careful with printing a warning for a failed __del__.
Guido van Rossum [Thu, 22 Aug 1996 23:15:42 +0000 (23:15 +0000)] 
Be a bit more careful with printing a warning for a failed __del__.

29 years agoBump patchlevel (a bit early, but what the heck...)
Guido van Rossum [Thu, 22 Aug 1996 23:15:05 +0000 (23:15 +0000)] 
Bump patchlevel (a bit early, but what the heck...)

29 years agoAllow whitespace before '#' in preprocessor directives.
Guido van Rossum [Thu, 22 Aug 1996 23:12:23 +0000 (23:12 +0000)] 
Allow whitespace before '#' in preprocessor directives.

29 years agoPYTHONWIN -> MS_COREDLL
Guido van Rossum [Thu, 22 Aug 1996 23:10:58 +0000 (23:10 +0000)] 
PYTHONWIN -> MS_COREDLL

29 years agoAdd PYTHON_API_STRING, which is PYTHON_API_VERSION as a string literal.
Guido van Rossum [Thu, 22 Aug 1996 22:55:47 +0000 (22:55 +0000)] 
Add PYTHON_API_STRING, which is PYTHON_API_VERSION as a string literal.
Under Windows, add MS_DLL_ID and MS_DLL_VERSION_ID for Mark H.

Independent change: if Py_TRACE_REFS is defined, rename Py_InitModule4
so so linking with incompatible modules will create a link time error.

[Backing out of previous changes (also for modsupport.c) to test
the latter at runtime.]

29 years agoAdded NumPy projects
Guido van Rossum [Thu, 22 Aug 1996 21:47:05 +0000 (21:47 +0000)] 
Added NumPy projects

29 years agoimghdr.what(): check for not h'. This lets
Guido van Rossum [Thu, 22 Aug 1996 21:20:46 +0000 (21:20 +0000)] 
imghdr.what(): check for not h'.  This lets
you do:
    imghdr.what(None, '')
And still go down the

29 years agoAdded thread module (it was already in the project!)
Guido van Rossum [Thu, 22 Aug 1996 00:43:42 +0000 (00:43 +0000)] 
Added thread module (it was already in the project!)

29 years agoDescription of the new build procedure for Win NT/95.
Guido van Rossum [Thu, 22 Aug 1996 00:28:34 +0000 (00:28 +0000)] 
Description of the new build procedure for Win NT/95.

29 years agoMore changes for NT, Guido style
Guido van Rossum [Thu, 22 Aug 1996 00:06:59 +0000 (00:06 +0000)] 
More changes for NT, Guido style

29 years agoGet rid of unused local variable.
Guido van Rossum [Wed, 21 Aug 1996 23:46:01 +0000 (23:46 +0000)] 
Get rid of unused local variable.

29 years agoAdded a small test program.
Guido van Rossum [Wed, 21 Aug 1996 23:38:59 +0000 (23:38 +0000)] 
Added a small test program.

29 years agoAdd needed #include <ctype.h>
Guido van Rossum [Wed, 21 Aug 1996 23:38:24 +0000 (23:38 +0000)] 
Add needed #include <ctype.h>

29 years agoRemoved environment, objc, sybase modules
Guido van Rossum [Wed, 21 Aug 1996 22:15:03 +0000 (22:15 +0000)] 
Removed environment, objc, sybase modules

29 years agoGet rid of some obsolete modules:
Guido van Rossum [Wed, 21 Aug 1996 22:11:54 +0000 (22:11 +0000)] 
Get rid of some obsolete modules:
- environment.c (we now have os.putenv)
- sybase (a better one is in contrib/Databases/Sybase.*)
- objc.c (incomplete and unsupportable by us)

29 years agoPatches to make it compile with K&R C
Guido van Rossum [Wed, 21 Aug 1996 21:55:43 +0000 (21:55 +0000)] 
Patches to make it compile with K&R C

29 years agoAvoid complaint about inconsistent hypot() linkage on NT.
Guido van Rossum [Wed, 21 Aug 1996 20:36:52 +0000 (20:36 +0000)] 
Avoid complaint about inconsistent hypot() linkage on NT.

29 years agoRemove dependency of $(srcdir)/Lib/$(MACHDEP) on python, since it would
Guido van Rossum [Wed, 21 Aug 1996 20:18:29 +0000 (20:18 +0000)] 
Remove dependency of $(srcdir)/Lib/$(MACHDEP) on python, since it would
try to do the mkdir whenever a new python has been built...

29 years agoupdate -- Undo is now entry 1
Guido van Rossum [Wed, 21 Aug 1996 20:13:08 +0000 (20:13 +0000)] 
update -- Undo is now entry 1

29 years agounicast pendant for broadcast.py
Guido van Rossum [Wed, 21 Aug 1996 20:11:55 +0000 (20:11 +0000)] 
unicast pendant for broadcast.py

29 years agoRaise ValueError on empty string passed into atoi(), atol(), atof().
Guido van Rossum [Wed, 21 Aug 1996 20:02:25 +0000 (20:02 +0000)] 
Raise ValueError on empty string passed into atoi(), atol(), atof().

29 years agoAdded documentation for PyObject_DelItem and PySequence_Del{Item,Slice}.
Guido van Rossum [Wed, 21 Aug 1996 19:08:12 +0000 (19:08 +0000)] 
Added documentation for PyObject_DelItem and PySequence_Del{Item,Slice}.

29 years agoSupport for old CPP
Guido van Rossum [Wed, 21 Aug 1996 19:04:10 +0000 (19:04 +0000)] 
Support for old CPP

29 years agoHacks to support being a Windows DLL
Guido van Rossum [Wed, 21 Aug 1996 19:03:36 +0000 (19:03 +0000)] 
Hacks to support being a Windows DLL

29 years agoAdded PyObject_DelItem and PySequence_Del{Item,Slice}.
Guido van Rossum [Wed, 21 Aug 1996 17:41:54 +0000 (17:41 +0000)] 
Added PyObject_DelItem and PySequence_Del{Item,Slice}.

29 years agoAdded delslice and delitem.
Guido van Rossum [Wed, 21 Aug 1996 17:40:51 +0000 (17:40 +0000)] 
Added delslice and delitem.
Renamed and, or to and_, or_.
Renamed all internal identifiers so as not to start with '__' (which is
a compiler privilege); remove AIX hack.

29 years agoDemos for Fred's parser module
Guido van Rossum [Wed, 21 Aug 1996 16:28:53 +0000 (16:28 +0000)] 
Demos for Fred's parser module

29 years agoNT specific files supplied by Mark Hammond
Guido van Rossum [Wed, 21 Aug 1996 15:03:37 +0000 (15:03 +0000)] 
NT specific files supplied by Mark Hammond

29 years agoMore efficient handling of "__doc__" lookup.
Guido van Rossum [Wed, 21 Aug 1996 14:54:28 +0000 (14:54 +0000)] 
More efficient handling of "__doc__" lookup.

29 years agoAdd explicit #undef _POSIX_THREADS for use on Solaris 2.5 (Sjoerd).
Guido van Rossum [Wed, 21 Aug 1996 14:39:29 +0000 (14:39 +0000)] 
Add explicit #undef _POSIX_THREADS for use on Solaris 2.5 (Sjoerd).

29 years agoNew batch from Fred
Guido van Rossum [Wed, 21 Aug 1996 14:32:37 +0000 (14:32 +0000)] 
New batch from Fred

29 years agoAdded Vlad.
Guido van Rossum [Tue, 20 Aug 1996 20:56:19 +0000 (20:56 +0000)] 
Added Vlad.

29 years agoNew generic makefile by Jim F; drop pyimenu.el
Guido van Rossum [Tue, 20 Aug 1996 20:54:59 +0000 (20:54 +0000)] 
New generic makefile by Jim F; drop pyimenu.el

29 years agoMinor updates.
Guido van Rossum [Tue, 20 Aug 1996 20:54:15 +0000 (20:54 +0000)] 
Minor updates.

29 years agotypo
Guido van Rossum [Tue, 20 Aug 1996 20:53:04 +0000 (20:53 +0000)] 
typo

29 years agoAdd #define MAC_TCL for Mac.
Guido van Rossum [Tue, 20 Aug 1996 20:49:56 +0000 (20:49 +0000)] 
Add #define MAC_TCL for Mac.

29 years agoGet rid of access statement
Guido van Rossum [Tue, 20 Aug 1996 20:40:07 +0000 (20:40 +0000)] 
Get rid of access statement

29 years agoAttempt at Windows-NT compatibility.
Guido van Rossum [Tue, 20 Aug 1996 20:38:59 +0000 (20:38 +0000)] 
Attempt at Windows-NT compatibility.

29 years agoAdd optional separator character to capwords(), for completeness.
Guido van Rossum [Tue, 20 Aug 1996 20:25:41 +0000 (20:25 +0000)] 
Add optional separator character to capwords(), for completeness.

29 years agodelattr() can raise AttributeError, not KeyError.
Guido van Rossum [Tue, 20 Aug 1996 20:25:08 +0000 (20:25 +0000)] 
delattr() can raise AttributeError, not KeyError.
Use keyword arg to set verbose flag in test func.

29 years agoCorrect description of splitext().
Guido van Rossum [Tue, 20 Aug 1996 20:24:17 +0000 (20:24 +0000)] 
Correct description of splitext().

29 years agoAdded locking hacks for AIX
Guido van Rossum [Tue, 20 Aug 1996 20:23:34 +0000 (20:23 +0000)] 
Added locking hacks for AIX

29 years agoAdded print_exception() convenience function.
Guido van Rossum [Tue, 20 Aug 1996 20:22:39 +0000 (20:22 +0000)] 
Added print_exception() convenience function.

29 years agoImproved tests; run twice, onece in normal mode, once in restricted mode.
Guido van Rossum [Tue, 20 Aug 1996 20:21:52 +0000 (20:21 +0000)] 
Improved tests; run twice, onece in normal mode, once in restricted mode.

29 years agoBarry's 2.73
Guido van Rossum [Tue, 20 Aug 1996 20:07:34 +0000 (20:07 +0000)] 
Barry's 2.73

29 years agoGet rid of debug print statements
Guido van Rossum [Tue, 20 Aug 1996 20:00:51 +0000 (20:00 +0000)] 
Get rid of debug print statements

29 years agoDon't require <dlfcn.h> -- rely on existence of dlopen().
Guido van Rossum [Tue, 20 Aug 1996 19:59:07 +0000 (19:59 +0000)] 
Don't require <dlfcn.h> -- rely on existence of dlopen().

29 years agoBarry's 2.72
Guido van Rossum [Tue, 20 Aug 1996 19:57:53 +0000 (19:57 +0000)] 
Barry's 2.72

29 years ago*** empty log message ***
Barry Warsaw [Tue, 20 Aug 1996 19:57:34 +0000 (19:57 +0000)] 
*** empty log message ***