]> git.ipfire.org Git - thirdparty/Python/cpython.git/log
thirdparty/Python/cpython.git
30 years agonew grammar for 3rd raise arg and keyword parameters
Guido van Rossum [Fri, 7 Jul 1995 22:26:23 +0000 (22:26 +0000)] 
new grammar for 3rd raise arg and keyword parameters

30 years ago#changed all email address to go through python.org
Barry Warsaw [Wed, 5 Jul 1995 23:26:15 +0000 (23:26 +0000)] 
#changed all email address to go through python.org

30 years ago(py-append-to-process-buffer): XEmacs doesn't have last-input-start or
Barry Warsaw [Wed, 5 Jul 1995 23:01:43 +0000 (23:01 +0000)] 
(py-append-to-process-buffer): XEmacs doesn't have last-input-start or
last-input-end either!

30 years ago(python-font-lock-keywords): merged with XEmacs 19.12 font-lock.el
Barry Warsaw [Wed, 5 Jul 1995 22:50:55 +0000 (22:50 +0000)] 
(python-font-lock-keywords): merged with XEmacs 19.12 font-lock.el
value

30 years ago(py-process-filter): if command takes a long time, input typed before
Barry Warsaw [Wed, 5 Jul 1995 22:27:23 +0000 (22:27 +0000)] 
(py-process-filter): if command takes a long time, input typed before
the next prompt could end up in the middle of the line, instead of
after it.  Fix given by klm@nist.gov.

30 years ago(py-shell): cope with make-comint instead of make-shell
Barry Warsaw [Wed, 5 Jul 1995 22:06:50 +0000 (22:06 +0000)] 
(py-shell): cope with make-comint instead of make-shell

30 years agoInitial port to CodeWarrior CFM68K support (mainly by disabling
Jack Jansen [Tue, 27 Jun 1995 13:18:14 +0000 (13:18 +0000)] 
Initial port to CodeWarrior CFM68K support (mainly by disabling
unsupported features).

30 years agoPorting to CW CFM68K
Jack Jansen [Tue, 27 Jun 1995 13:15:15 +0000 (13:15 +0000)] 
Porting to CW CFM68K

30 years agoChanged ifdef __CFM68K__ to ifdef SYMANTEC__CFM68K__: CW has its own
Jack Jansen [Tue, 27 Jun 1995 13:12:09 +0000 (13:12 +0000)] 
Changed ifdef __CFM68K__ to ifdef SYMANTEC__CFM68K__: CW has its own
unique set of ideosyncracies:-(

30 years agoadded support for -L flag (local operation)
Guido van Rossum [Fri, 23 Jun 1995 22:41:34 +0000 (22:41 +0000)] 
added support for -L flag (local operation)

30 years agoadd -L option
Guido van Rossum [Fri, 23 Jun 1995 22:40:59 +0000 (22:40 +0000)] 
add -L option

30 years agodelete file after checkin
Guido van Rossum [Fri, 23 Jun 1995 22:37:53 +0000 (22:37 +0000)] 
delete file after checkin

30 years agoadd bug comment
Guido van Rossum [Fri, 23 Jun 1995 22:33:57 +0000 (22:33 +0000)] 
add bug comment

30 years agorestructured index somewhat
Guido van Rossum [Fri, 23 Jun 1995 22:11:18 +0000 (22:11 +0000)] 
restructured index somewhat

30 years agorewritten using rcslib.py
Guido van Rossum [Fri, 23 Jun 1995 22:07:17 +0000 (22:07 +0000)] 
rewritten using rcslib.py

30 years agouse the new rcslib
Guido van Rossum [Fri, 23 Jun 1995 22:05:39 +0000 (22:05 +0000)] 
use the new rcslib

30 years agoinitial checkin
Guido van Rossum [Fri, 23 Jun 1995 22:03:28 +0000 (22:03 +0000)] 
initial checkin

30 years agodefine RCSProxyClient here instead of in RCSProxy.py
Guido van Rossum [Fri, 23 Jun 1995 21:59:12 +0000 (21:59 +0000)] 
define RCSProxyClient here instead of in RCSProxy.py

30 years agorewritten and documented
Guido van Rossum [Fri, 23 Jun 1995 21:58:18 +0000 (21:58 +0000)] 
rewritten and documented

30 years agobarry's contributions
Guido van Rossum [Fri, 23 Jun 1995 14:40:06 +0000 (14:40 +0000)] 
barry's contributions

30 years agoadded seekable option; save unix from lines; speed up islast()
Guido van Rossum [Thu, 22 Jun 1995 19:06:57 +0000 (19:06 +0000)] 
added seekable option; save unix from lines; speed up islast()

30 years agoadd User-agent hdr; read and close the file upon http error
Guido van Rossum [Thu, 22 Jun 1995 19:00:13 +0000 (19:00 +0000)] 
add User-agent hdr; read and close the file upon http error

30 years agomake split and splitfields, join and joinfields synonyms
Guido van Rossum [Thu, 22 Jun 1995 18:58:00 +0000 (18:58 +0000)] 
make split and splitfields, join and joinfields synonyms

30 years agomake reporting unbalanced tags an overridable method
Guido van Rossum [Thu, 22 Jun 1995 18:56:36 +0000 (18:56 +0000)] 
make reporting unbalanced tags an overridable method

30 years agouse imp.new_module(), not new.module(); and /usr/local
Guido van Rossum [Thu, 22 Jun 1995 18:55:10 +0000 (18:55 +0000)] 
use imp.new_module(), not new.module(); and /usr/local

30 years agofunctions don't have a __name__ attribute
Guido van Rossum [Thu, 22 Jun 1995 18:52:35 +0000 (18:52 +0000)] 
functions don't have a __name__ attribute

30 years agotest other name variable
Guido van Rossum [Thu, 22 Jun 1995 18:51:23 +0000 (18:51 +0000)] 
test other name variable

30 years agodoctor the exception
Guido van Rossum [Thu, 22 Jun 1995 18:50:15 +0000 (18:50 +0000)] 
doctor the exception

30 years agodiscard endrequest(); minor stuff; rfc822 no seek flag
Guido van Rossum [Thu, 22 Jun 1995 18:48:48 +0000 (18:48 +0000)] 
discard endrequest(); minor stuff; rfc822 no seek flag

30 years agosupport <HTML>, remove <HEADER>
Guido van Rossum [Thu, 22 Jun 1995 18:46:12 +0000 (18:46 +0000)] 
support <HTML>, remove <HEADER>

30 years agoset softspace to 0 in __init__
Guido van Rossum [Thu, 22 Jun 1995 18:45:04 +0000 (18:45 +0000)] 
set softspace to 0 in __init__

30 years agoadded notes about security
Guido van Rossum [Wed, 21 Jun 1995 02:19:55 +0000 (02:19 +0000)] 
added notes about security

30 years agoimport string; add 129.6.64 to security
Guido van Rossum [Wed, 21 Jun 1995 02:10:32 +0000 (02:10 +0000)] 
import string; add 129.6.64 to security

30 years agoadd security
Guido van Rossum [Wed, 21 Jun 1995 02:09:20 +0000 (02:09 +0000)] 
add security

30 years agobugfixes
Guido van Rossum [Wed, 21 Jun 1995 02:08:55 +0000 (02:08 +0000)] 
bugfixes

30 years agoupdate -R; diff -r<rev>; send mail on commit
Guido van Rossum [Wed, 21 Jun 1995 01:02:06 +0000 (01:02 +0000)] 
update -R; diff -r<rev>; send mail on commit

30 years agoadd doc for extra field
Guido van Rossum [Wed, 21 Jun 1995 01:00:46 +0000 (01:00 +0000)] 
add doc for extra field

30 years agosecurity stuff added
Guido van Rossum [Wed, 21 Jun 1995 01:00:17 +0000 (01:00 +0000)] 
security stuff added

30 years agoplaceholder for security measures
Guido van Rossum [Wed, 21 Jun 1995 00:55:59 +0000 (00:55 +0000)] 
placeholder for security measures

30 years agoadded ftp mirror script
Guido van Rossum [Tue, 20 Jun 1995 19:31:37 +0000 (19:31 +0000)] 
added ftp mirror script

30 years agoAdded tbd's on python-font-lock-keywords
Barry Warsaw [Tue, 20 Jun 1995 18:55:34 +0000 (18:55 +0000)] 
Added tbd's on python-font-lock-keywords

30 years agoremoved all references to modsupport.h
Guido van Rossum [Tue, 20 Jun 1995 18:45:39 +0000 (18:45 +0000)] 
removed all references to modsupport.h

30 years agoadd bind(0,''); better way of guessing our fully qualified hostname
Guido van Rossum [Tue, 20 Jun 1995 17:21:42 +0000 (17:21 +0000)] 
add bind(0,''); better way of guessing our fully qualified hostname

30 years agoTwo new methods
Jack Jansen [Tue, 20 Jun 1995 12:42:39 +0000 (12:42 +0000)] 
Two new methods

30 years agoFixed sentence about modulator
Jack Jansen [Tue, 20 Jun 1995 12:32:43 +0000 (12:32 +0000)] 
Fixed sentence about modulator

30 years agoUpdated
Jack Jansen [Tue, 20 Jun 1995 12:32:15 +0000 (12:32 +0000)] 
Updated

30 years agoJim Fulton's change to support doc strings
Jack Jansen [Tue, 20 Jun 1995 12:26:03 +0000 (12:26 +0000)] 
Jim Fulton's change to support doc strings

30 years agoAdded methods as_Menu and as_Control to convert a resource
Jack Jansen [Sun, 18 Jun 1995 20:20:27 +0000 (20:20 +0000)] 
Added methods as_Menu and as_Control to convert a resource
to those object types

You can now set the data attribute of a resource with the expected
semantics (but you have to call ChangedResource yourself)

30 years agoAdded as_Resource() method to convert menu object to res object
Jack Jansen [Sun, 18 Jun 1995 20:17:27 +0000 (20:17 +0000)] 
Added as_Resource() method to convert menu object to res object

30 years agoAdded as_Resource() method to convert ctl object to res object
Jack Jansen [Sun, 18 Jun 1995 20:16:33 +0000 (20:16 +0000)] 
Added as_Resource() method to convert ctl object to res object

30 years agoAdded missing setselftype method to ManualGenerator
Jack Jansen [Sun, 18 Jun 1995 20:08:28 +0000 (20:08 +0000)] 
Added missing setselftype method to ManualGenerator

30 years agoAdded PY_RESOURCE (mac only) to imp module
Jack Jansen [Sun, 18 Jun 1995 20:06:44 +0000 (20:06 +0000)] 
Added PY_RESOURCE (mac only) to imp module

30 years agoAdded FindFolder interface
Jack Jansen [Sun, 18 Jun 1995 20:05:14 +0000 (20:05 +0000)] 
Added FindFolder interface

30 years agoAdded code to obtain sys.path from a resource
Jack Jansen [Sun, 18 Jun 1995 20:03:40 +0000 (20:03 +0000)] 
Added code to obtain sys.path from a resource
Removed code to update the preferences file, use EditPythonPrefs.py
in stead (actually, code is still there if you define USE_MAC_MODPREFS)

30 years agoObtain path from a resource (unless USE_BUILTIN_PATH is #defined)
Jack Jansen [Sun, 18 Jun 1995 19:57:01 +0000 (19:57 +0000)] 
Obtain path from a resource (unless USE_BUILTIN_PATH is #defined)

30 years agoRemoved >From stuff
Jack Jansen [Fri, 16 Jun 1995 10:57:14 +0000 (10:57 +0000)] 
Removed >From stuff

30 years agoupdated comments
Barry Warsaw [Thu, 15 Jun 1995 15:56:34 +0000 (15:56 +0000)] 
updated comments

30 years agoconverted to python
Barry Warsaw [Thu, 15 Jun 1995 15:54:16 +0000 (15:54 +0000)] 
converted to python

30 years agotwo mime encoding schemes
Guido van Rossum [Wed, 14 Jun 1995 23:43:44 +0000 (23:43 +0000)] 
two mime encoding schemes

30 years agoderived from new configure.in
Guido van Rossum [Wed, 14 Jun 1995 23:10:28 +0000 (23:10 +0000)] 
derived from new configure.in

30 years agosys/wait.h; NeXT changes (no unistd, utime; getcwd?)
Guido van Rossum [Wed, 14 Jun 1995 22:54:23 +0000 (22:54 +0000)] 
sys/wait.h; NeXT changes (no unistd, utime; getcwd?)

30 years agofix NL for Linux bash bug; special processing for -u options
Guido van Rossum [Wed, 14 Jun 1995 22:52:06 +0000 (22:52 +0000)] 
fix NL for Linux bash bug; special processing for -u options

30 years agoedited RCS cruft
Guido van Rossum [Wed, 14 Jun 1995 22:49:20 +0000 (22:49 +0000)] 
edited RCS cruft

30 years agonew modules soundex.c and environment.c
Guido van Rossum [Wed, 14 Jun 1995 22:31:38 +0000 (22:31 +0000)] 
new modules soundex.c and environment.c

30 years agoadd setblocking(); NT changes; null-terminate Unix path
Guido van Rossum [Wed, 14 Jun 1995 22:28:08 +0000 (22:28 +0000)] 
add setblocking(); NT changes; null-terminate Unix path

30 years agoremoved rcs cruft
Guido van Rossum [Wed, 14 Jun 1995 22:23:17 +0000 (22:23 +0000)] 
removed rcs cruft

30 years agoNeXT doesn't like me to declare hypot(double, double)
Guido van Rossum [Wed, 14 Jun 1995 22:17:37 +0000 (22:17 +0000)] 
NeXT doesn't like me to declare hypot(double, double)

30 years agore-enabled NeXT dynamic linking (#ifdef NeXT)
Guido van Rossum [Wed, 14 Jun 1995 22:07:26 +0000 (22:07 +0000)] 
re-enabled NeXT dynamic linking (#ifdef NeXT)

30 years agoreplace "\r\n" with "\n" at line end (Jim Ahlstrom)
Guido van Rossum [Wed, 14 Jun 1995 18:26:02 +0000 (18:26 +0000)] 
replace "\r\n" with "\n" at line end (Jim Ahlstrom)

30 years agolinux elf shlib; sys/wait.h; don't add -posix for NeXT
Guido van Rossum [Wed, 14 Jun 1995 18:21:23 +0000 (18:21 +0000)] 
linux elf shlib; sys/wait.h; don't add -posix for NeXT

30 years agoadd note about font-lock and fix doc URL
Guido van Rossum [Wed, 14 Jun 1995 18:17:22 +0000 (18:17 +0000)] 
add note about font-lock and fix doc URL

30 years agoMac dynloading is now enabled by USE_MAC_DYNAMIC_LOADING.
Jack Jansen [Wed, 14 Jun 1995 14:54:25 +0000 (14:54 +0000)] 
Mac dynloading is now enabled by USE_MAC_DYNAMIC_LOADING.
Mac dynloading changed to allow multiple modules to live in with each
other in the same file.

30 years agoAdded USE_* ifdefs for a couple of optional modules.
Jack Jansen [Wed, 14 Jun 1995 14:47:21 +0000 (14:47 +0000)] 
Added USE_* ifdefs for a couple of optional modules.

30 years agoPorted to CW6
Jack Jansen [Wed, 14 Jun 1995 14:44:17 +0000 (14:44 +0000)] 
Ported to CW6

30 years agoSplit shared-library support and dynamic-loading support (they were
Jack Jansen [Wed, 14 Jun 1995 14:43:41 +0000 (14:43 +0000)] 
Split shared-library support and dynamic-loading support (they were
both enabled with USE_SHARED_LIBRARY, now there's also
USE_MAC_DYNAMIC_LOADING).

Added a few other USE_ defines for optional modules to nonshared
config (they're not included in the base shared library)

30 years agoSkip old-style 'From name time' lines at beginning of message.
Jack Jansen [Tue, 13 Jun 1995 11:19:48 +0000 (11:19 +0000)] 
Skip old-style 'From name time' lines at beginning of message.

30 years agoCheck if we've already loaded a dynamic module under a different name.
Sjoerd Mullender [Mon, 12 Jun 1995 15:51:34 +0000 (15:51 +0000)] 
Check if we've already loaded a dynamic module under a different name.

30 years agoPorted to Universal Header 2.0.1f (i.e. CW6)
Jack Jansen [Fri, 9 Jun 1995 20:56:31 +0000 (20:56 +0000)] 
Ported to Universal Header 2.0.1f (i.e. CW6)

30 years agoPorted to CodeWarrior 6
Jack Jansen [Fri, 9 Jun 1995 20:39:24 +0000 (20:39 +0000)] 
Ported to CodeWarrior 6

30 years agoTrying again to check it in. Changes to:
Jack Jansen [Tue, 6 Jun 1995 13:08:40 +0000 (13:08 +0000)] 
Trying again to check it in. Changes to:
- Use Universal Headers as input
- Change addpack calls to not depend on Guido's disklayout
- Checkge testprograms to use new names for some functions

30 years agoTrying again to check it in. Changes to:
Jack Jansen [Tue, 6 Jun 1995 12:55:40 +0000 (12:55 +0000)] 
Trying again to check it in. Changes to:
- Use Universal Headers as input
- Change addpack calls to not depend on Guido's disklayout
- Checkge testprograms to use new names for some functions

30 years agoRather massive changes:
Jack Jansen [Mon, 5 Jun 1995 22:34:12 +0000 (22:34 +0000)] 
Rather massive changes:
- Make the stuff run on Jack's machine (and hopefully all machines) in
  stead of Guido's only (addpack stuff)
- Use the Universal Headers in stead of the Think headers
- Fixed the test programs to use the new routine names

30 years agoAdded img stuff (within #ifdef, so they're easy to remove)
Jack Jansen [Sat, 3 Jun 1995 21:16:40 +0000 (21:16 +0000)] 
Added img stuff (within #ifdef, so they're easy to remove)

30 years agoStandardGetFile without args now shows all files (in stead of none)
Jack Jansen [Sat, 3 Jun 1995 21:15:50 +0000 (21:15 +0000)] 
StandardGetFile without args now shows all files (in stead of none)

30 years agonext version; python.org changes
Guido van Rossum [Wed, 31 May 1995 15:17:12 +0000 (15:17 +0000)] 
next version; python.org changes

30 years agoBackward compatibity module for constants from cl.h include file. The
Sjoerd Mullender [Wed, 17 May 1995 11:18:22 +0000 (11:18 +0000)] 
Backward compatibity module for constants from cl.h include file.  The
values are gotten from the cl module.  CL_old is there in case cl
doesn't exist.

30 years agoMake constants from cl.h include file available as module variables.
Sjoerd Mullender [Wed, 17 May 1995 11:16:52 +0000 (11:16 +0000)] 
Make constants from cl.h include file available as module variables.
Also added Irix 5.3 constants.

30 years agoTemplates converted to new naming conventions (thanks to Chak Tan)
Jack Jansen [Tue, 16 May 1995 13:47:03 +0000 (13:47 +0000)] 
Templates converted to new naming conventions (thanks to Chak Tan)

30 years agoMade the example slightly more complete
Jack Jansen [Tue, 16 May 1995 13:43:09 +0000 (13:43 +0000)] 
Made the example slightly more complete

30 years ago#updated to-do list
Barry Warsaw [Mon, 8 May 1995 21:36:20 +0000 (21:36 +0000)] 
#updated to-do list

30 years agodon't show print passwords in debug output
Guido van Rossum [Fri, 5 May 1995 15:54:14 +0000 (15:54 +0000)] 
don't show print passwords in debug output

30 years agonew release by Ken, fix handling of from
Guido van Rossum [Fri, 5 May 1995 15:50:56 +0000 (15:50 +0000)] 
new release by Ken, fix handling of from

30 years agoFor anonymous ftp, make sure local hostname is fully qualified.
Jack Jansen [Thu, 4 May 1995 15:02:18 +0000 (15:02 +0000)] 
For anonymous ftp, make sure local hostname is fully qualified.

30 years agounified join(fields), split(fields)
Guido van Rossum [Wed, 3 May 1995 17:40:23 +0000 (17:40 +0000)] 
unified join(fields), split(fields)

30 years agoadded transferSize() method
Guido van Rossum [Wed, 3 May 1995 17:36:54 +0000 (17:36 +0000)] 
added transferSize() method

30 years agomods by Gregor Schmid -- very nice!
Guido van Rossum [Wed, 3 May 1995 14:17:36 +0000 (14:17 +0000)] 
mods by Gregor Schmid -- very nice!

30 years agosqueezed some space out of a line that was too long
Guido van Rossum [Wed, 3 May 1995 13:47:16 +0000 (13:47 +0000)] 
squeezed some space out of a line that was too long

30 years agoeremoved should be edeleted, tests for lseen/rseen should be lsum/rsum
Guido van Rossum [Mon, 1 May 1995 20:22:01 +0000 (20:22 +0000)] 
eremoved should be edeleted, tests for lseen/rseen should be lsum/rsum

30 years agolargely rewritten FileClass and RCVS
Guido van Rossum [Mon, 1 May 1995 20:06:44 +0000 (20:06 +0000)] 
largely rewritten FileClass and RCVS

30 years agomoved proxy; added __cmp__(); made proxy optional for getremote()
Guido van Rossum [Mon, 1 May 1995 20:06:06 +0000 (20:06 +0000)] 
moved proxy; added __cmp__(); made proxy optional for getremote()