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

30 years agoextensive description of what's here
Guido van Rossum [Fri, 28 Apr 1995 22:28:39 +0000 (22:28 +0000)] 
extensive description of what's here

30 years agoadded setentry() and use it in commit so CVS/Entries gets updated
Guido van Rossum [Fri, 28 Apr 1995 21:48:16 +0000 (21:48 +0000)] 
added setentry() and use it in commit so CVS/Entries gets updated

30 years agoremoved duplicate defs for None, False, True
Guido van Rossum [Fri, 28 Apr 1995 21:28:02 +0000 (21:28 +0000)] 
removed duplicate defs for None, False, True

30 years agomoved package to standard place
Guido van Rossum [Fri, 28 Apr 1995 21:21:21 +0000 (21:21 +0000)] 
moved package to standard place

30 years agoaddpack
Guido van Rossum [Fri, 28 Apr 1995 20:40:47 +0000 (20:40 +0000)] 
addpack

30 years agoonly diff differing files
Guido van Rossum [Fri, 28 Apr 1995 19:24:50 +0000 (19:24 +0000)] 
only diff differing files
add PostUsageMessage

30 years agoget default directory from CVS/Repository
Guido van Rossum [Fri, 28 Apr 1995 19:23:13 +0000 (19:23 +0000)] 
get default directory from CVS/Repository

30 years agoadd diff command; add remove() function
Guido van Rossum [Fri, 28 Apr 1995 17:56:32 +0000 (17:56 +0000)] 
add diff command; add remove() function

30 years agoimplemented commit
Guido van Rossum [Fri, 28 Apr 1995 15:41:51 +0000 (15:41 +0000)] 
implemented commit

30 years agomissed setting eseen and extra when restoring an entry
Guido van Rossum [Fri, 28 Apr 1995 15:37:22 +0000 (15:37 +0000)] 
missed setting eseen and extra when restoring an entry

30 years agoHandled new and delete properly
Guido van Rossum [Fri, 28 Apr 1995 15:33:03 +0000 (15:33 +0000)] 
Handled new and delete properly

30 years agoimplemented action() now, plus some bug fixes
Guido van Rossum [Fri, 28 Apr 1995 15:26:37 +0000 (15:26 +0000)] 
implemented action() now, plus some bug fixes

30 years agocorrect call to unparse, should be putentry now
Guido van Rossum [Fri, 28 Apr 1995 15:25:44 +0000 (15:25 +0000)] 
correct call to unparse, should be putentry now

30 years agoreport() needs to report enew and edeleted
Guido van Rossum [Fri, 28 Apr 1995 14:33:08 +0000 (14:33 +0000)] 
report() needs to report enew and edeleted

30 years agoAdded some more machinery -- still not finished
Guido van Rossum [Fri, 28 Apr 1995 14:32:26 +0000 (14:32 +0000)] 
Added some more machinery -- still not finished

30 years agoInitial revision
Guido van Rossum [Fri, 28 Apr 1995 14:31:36 +0000 (14:31 +0000)] 
Initial revision

30 years agotesting
Guido van Rossum [Fri, 28 Apr 1995 13:12:35 +0000 (13:12 +0000)] 
testing

30 years agorewritten out of frustration (not yet finished)
Guido van Rossum [Thu, 27 Apr 1995 23:33:43 +0000 (23:33 +0000)] 
rewritten out of frustration (not yet finished)

30 years agorenamed to CommandFrameWork
Guido van Rossum [Thu, 27 Apr 1995 23:32:47 +0000 (23:32 +0000)] 
renamed to CommandFrameWork
added ready() message
added PostUsageMessage

30 years agoInitial revision
Guido van Rossum [Thu, 27 Apr 1995 23:00:17 +0000 (23:00 +0000)] 
Initial revision

30 years agoInitial revision
Guido van Rossum [Thu, 27 Apr 1995 21:29:02 +0000 (21:29 +0000)] 
Initial revision