]> git.ipfire.org Git - thirdparty/Python/cpython.git/log
thirdparty/Python/cpython.git
31 years agoFinishing touch before release of 1.0.0 BETA 5
Guido van Rossum [Thu, 6 Jan 1994 17:20:58 +0000 (17:20 +0000)] 
Finishing touch before release of 1.0.0 BETA 5

31 years agoRemoved now useless convert functions.
Sjoerd Mullender [Thu, 6 Jan 1994 17:00:04 +0000 (17:00 +0000)] 
Removed now useless convert functions.

31 years agoRemoved silly dependence on AL module.
Sjoerd Mullender [Thu, 6 Jan 1994 16:35:34 +0000 (16:35 +0000)] 
Removed silly dependence on AL module.

31 years agoNew versions; changed Setup procedure
Guido van Rossum [Thu, 6 Jan 1994 14:47:25 +0000 (14:47 +0000)] 
New versions; changed Setup procedure

31 years agoAssorted Mac changes
Guido van Rossum [Wed, 5 Jan 1994 17:53:05 +0000 (17:53 +0000)] 
Assorted Mac changes

31 years agoInitial revision
Guido van Rossum [Wed, 5 Jan 1994 16:17:15 +0000 (16:17 +0000)] 
Initial revision

31 years agoFinal touch for BETA 4 (only getting rid of --with-solaris)
Guido van Rossum [Wed, 5 Jan 1994 01:17:12 +0000 (01:17 +0000)] 
Final touch for BETA 4 (only getting rid of --with-solaris)

31 years agoThe final touch for release of BETA 3 (Makefile: fix "find" target)
Guido van Rossum [Wed, 5 Jan 1994 00:15:29 +0000 (00:15 +0000)] 
The final touch for release of BETA 3 (Makefile: fix "find" target)

31 years agomade depend target work with VPATH
Guido van Rossum [Wed, 5 Jan 1994 00:00:14 +0000 (00:00 +0000)] 
made depend target work with VPATH

31 years ago* README: describe new build procedure; added section on building
Guido van Rossum [Tue, 4 Jan 1994 23:29:10 +0000 (23:29 +0000)] 
* README: describe new build procedure; added section on building
for multiple architectures
* acconfig.h: fix (reversed!) comment for SYS_SELECT_WITH_SYS_TIME

31 years agoInitial revision
Guido van Rossum [Tue, 4 Jan 1994 23:24:38 +0000 (23:24 +0000)] 
Initial revision

31 years agoAdded Makefile with clean and clobber targets
Guido van Rossum [Tue, 4 Jan 1994 23:24:22 +0000 (23:24 +0000)] 
Added Makefile with clean and clobber targets

31 years agoMakefile.pre.in (renamed from Makefile.in.in), makesetup: changes to
Guido van Rossum [Tue, 4 Jan 1994 22:08:35 +0000 (22:08 +0000)] 
Makefile.pre.in (renamed from Makefile.in.in), makesetup: changes to
support new build process and VPATH
Setup*: disable nis and fix comments
rest: fix compiler warnings

31 years agoredid build process; added --with-svr4; renamed USE_THREAD to
Guido van Rossum [Tue, 4 Jan 1994 22:02:27 +0000 (22:02 +0000)] 
redid build process; added --with-svr4; renamed USE_THREAD to
WITH_THREAD; bumped version to 1.0.0 BETA 3

31 years agoThe usual...
Guido van Rossum [Mon, 3 Jan 1994 15:21:29 +0000 (15:21 +0000)] 
The usual...

31 years agoNow generated automatically by autoheader
Guido van Rossum [Mon, 3 Jan 1994 14:56:37 +0000 (14:56 +0000)] 
Now generated automatically by autoheader

31 years agoAdded AC_REVISION; swapped -lnsl and -lsocket test; test whether
Guido van Rossum [Mon, 3 Jan 1994 14:24:47 +0000 (14:24 +0000)] 
Added AC_REVISION; swapped -lnsl and -lsocket test; test whether
sys/socket.h and sys/time.h can be used together

31 years agos.avail() has met its maker
Guido van Rossum [Mon, 3 Jan 1994 14:07:23 +0000 (14:07 +0000)] 
s.avail() has met its maker

31 years agoOne NULL should have been 0.
Sjoerd Mullender [Mon, 3 Jan 1994 14:03:25 +0000 (14:03 +0000)] 
One NULL should have been 0.

31 years agoSpecified _framesize twice in access statement.
Sjoerd Mullender [Mon, 3 Jan 1994 10:35:11 +0000 (10:35 +0000)] 
Specified _framesize twice in access statement.

31 years agonew file (again!?!?!)
Guido van Rossum [Mon, 3 Jan 1994 03:59:44 +0000 (03:59 +0000)] 
new file (again!?!?!)

31 years agoAdd tests for <sys/un.h> and getpeername(), for Modules/socketmodule.c
Guido van Rossum [Mon, 3 Jan 1994 03:51:06 +0000 (03:51 +0000)] 
Add tests for <sys/un.h> and getpeername(), for Modules/socketmodule.c

31 years agoinstallation procedure improved and explained; more stuff in README
Guido van Rossum [Mon, 3 Jan 1994 02:11:27 +0000 (02:11 +0000)] 
installation procedure improved and explained; more stuff in README

31 years agoImplemented sort of a solution for PYTHONPATH.
Guido van Rossum [Mon, 3 Jan 1994 01:26:03 +0000 (01:26 +0000)] 
Implemented sort of a solution for PYTHONPATH.
Added Setup.guido with my own preferences.

31 years agoAdded symcomp and resulting new data items
Guido van Rossum [Mon, 3 Jan 1994 00:00:31 +0000 (00:00 +0000)] 
Added symcomp and resulting new data items

31 years agoREADME: versions BETA 2
Guido van Rossum [Sun, 2 Jan 1994 23:28:55 +0000 (23:28 +0000)] 
README: versions BETA 2
ChangeLog: new!
configure*: remove strtoul from AC_REPLACE_FUNCS; remove leading blank line

31 years agoAdded George Neville-Neil's timing module
Guido van Rossum [Sun, 2 Jan 1994 23:22:21 +0000 (23:22 +0000)] 
Added George Neville-Neil's timing module

31 years ago1994 Copyright
Guido van Rossum [Sun, 2 Jan 1994 02:11:40 +0000 (02:11 +0000)] 
1994 Copyright

31 years agoA small but essential file...
Guido van Rossum [Sun, 2 Jan 1994 01:22:36 +0000 (01:22 +0000)] 
A small but essential file...

31 years agoRestructured library documentation
Guido van Rossum [Sun, 2 Jan 1994 01:22:07 +0000 (01:22 +0000)] 
Restructured library documentation

31 years agoLots of new stuff for 1.0.0 BETA release
Guido van Rossum [Sun, 2 Jan 1994 00:46:09 +0000 (00:46 +0000)] 
Lots of new stuff for 1.0.0 BETA release

31 years agoAdded some files to new module
Guido van Rossum [Sun, 2 Jan 1994 00:26:09 +0000 (00:26 +0000)] 
Added some files to new module

31 years agoall: 1994 copyright
Guido van Rossum [Sun, 2 Jan 1994 00:15:57 +0000 (00:15 +0000)] 
all: 1994 copyright
moved config.c and most modules to ../Modules
moved patchlevel.h here from ../Include
changed version to 1.0.0 BETA, date to January 1994

31 years agoall: 1994 copyright
Guido van Rossum [Sun, 2 Jan 1994 00:11:39 +0000 (00:11 +0000)] 
all: 1994 copyright
added config.h, config.h.in
moved parser.h to ../Parser, patchlevel.h to ../Python
allobjects.h: include config.h
some: remove all refs to THINK_C_3_0
mymalloc.h: di HAVE_STDLIB differently, use size_t instead of MALLARG

31 years agoDocumented the fact that IRIX 5.x also supports Sun style shared
Guido van Rossum [Sat, 1 Jan 1994 17:32:24 +0000 (17:32 +0000)] 
Documented the fact that IRIX 5.x also supports Sun style shared
libraries.

31 years agoInitial revision
Guido van Rossum [Wed, 29 Dec 1993 16:37:25 +0000 (16:37 +0000)] 
Initial revision

31 years agoNew files (not really...)
Guido van Rossum [Wed, 29 Dec 1993 16:35:41 +0000 (16:35 +0000)] 
New files (not really...)

31 years agoSome minute changes.
Guido van Rossum [Wed, 29 Dec 1993 15:33:08 +0000 (15:33 +0000)] 
Some minute changes.

31 years agoRot out all uses of time.milli*().
Guido van Rossum [Tue, 28 Dec 1993 21:36:50 +0000 (21:36 +0000)] 
Rot out all uses of time.milli*().

31 years agoRot out all uses of time.milli*().
Guido van Rossum [Tue, 28 Dec 1993 21:36:18 +0000 (21:36 +0000)] 
Rot out all uses of time.milli*().
Slightly improve debug output.

31 years agoRot out all uses of time.milli*().
Guido van Rossum [Tue, 28 Dec 1993 21:28:31 +0000 (21:28 +0000)] 
Rot out all uses of time.milli*().
Also change command line options to use seconds for all times.

31 years agoUse freeze_form instead of freeze_object
Guido van Rossum [Tue, 28 Dec 1993 21:27:23 +0000 (21:27 +0000)] 
Use freeze_form instead of freeze_object

31 years agoAdded depend target; cosmetic changes to other targets
Guido van Rossum [Tue, 28 Dec 1993 19:39:56 +0000 (19:39 +0000)] 
Added depend target; cosmetic changes to other targets

31 years agoAdded (dummy) depend target
Guido van Rossum [Tue, 28 Dec 1993 19:39:13 +0000 (19:39 +0000)] 
Added (dummy) depend target

31 years agoAlpha 1.0.0
Guido van Rossum [Sun, 26 Dec 1993 18:24:40 +0000 (18:24 +0000)] 
Alpha 1.0.0

31 years agoPy -> Include
Guido van Rossum [Sun, 26 Dec 1993 18:15:49 +0000 (18:15 +0000)] 
Py -> Include

31 years agoAdded function ttob.
Sjoerd Mullender [Fri, 24 Dec 1993 14:51:14 +0000 (14:51 +0000)] 
Added function ttob.

31 years agoNew files
Guido van Rossum [Fri, 24 Dec 1993 10:39:16 +0000 (10:39 +0000)] 
New files

31 years agoNone
Guido van Rossum [Fri, 24 Dec 1993 10:36:57 +0000 (10:36 +0000)] 
None

31 years agoNew files
Guido van Rossum [Fri, 24 Dec 1993 10:32:48 +0000 (10:32 +0000)] 
New files

31 years agoMisc changes.
Guido van Rossum [Fri, 24 Dec 1993 10:32:14 +0000 (10:32 +0000)] 
Misc changes.

31 years agoNew files.
Guido van Rossum [Fri, 24 Dec 1993 10:32:00 +0000 (10:32 +0000)] 
New files.

31 years agoAdded getmaxint() so sys can initialize sys.maxint.
Guido van Rossum [Fri, 24 Dec 1993 10:22:45 +0000 (10:22 +0000)] 
Added getmaxint() so sys can initialize sys.maxint.
Added Makefile.in.

31 years agoANSIfied somewhat.
Sjoerd Mullender [Fri, 24 Dec 1993 10:05:51 +0000 (10:05 +0000)] 
ANSIfied somewhat.

31 years agoAnd another init incompatibility bites the dust.
Sjoerd Mullender [Wed, 22 Dec 1993 12:40:20 +0000 (12:40 +0000)] 
And another init incompatibility bites the dust.

31 years agoFixed use of aifc module.
Sjoerd Mullender [Wed, 22 Dec 1993 11:44:49 +0000 (11:44 +0000)] 
Fixed use of aifc module.

31 years ago* rangeobject.[ch], bltinmodule.c: incorporate new version of range
Guido van Rossum [Tue, 21 Dec 1993 22:50:31 +0000 (22:50 +0000)] 
* rangeobject.[ch], bltinmodule.c: incorporate new version of range
  object (unchanged from source except "range" -> "xrange").

31 years agorgbimgmodule.c, Makefile, config.c: new module to read RGB image files.
Sjoerd Mullender [Tue, 21 Dec 1993 17:06:12 +0000 (17:06 +0000)] 
rgbimgmodule.c, Makefile, config.c: new module to read RGB image files.
Does not need any SGI-specific libraries.
cgen.py, cstubs, Makefile: Generate glmodule.c differently so that it
can be compiled using an ANSI compiler.

31 years agoalmodule.c: added close method, equivalent to closeport.
Sjoerd Mullender [Mon, 20 Dec 1993 17:26:34 +0000 (17:26 +0000)] 
almodule.c: added close method, equivalent to closeport.
thread.h: use PROTO instead of _P for prototypes.

31 years ago* Grammar: corrected old typo (class instead of 'class')
Guido van Rossum [Mon, 20 Dec 1993 12:53:10 +0000 (12:53 +0000)] 
* Grammar: corrected old typo (class instead of 'class')
* dosmodule.c: MSDOS specific stuff from posixmodule.c.
* posixmodule.c: removed all MSDOS specific stuff.
* tokenizer.h, parsetok.h: in prototypes, don't mix named and unnamed
  parameters (MSC doesn't like this).

31 years agoNew file
Guido van Rossum [Mon, 20 Dec 1993 11:43:21 +0000 (11:43 +0000)] 
New file

31 years agoNew file
Guido van Rossum [Mon, 20 Dec 1993 10:52:46 +0000 (10:52 +0000)] 
New file

31 years agoNew file
Guido van Rossum [Mon, 20 Dec 1993 10:43:53 +0000 (10:43 +0000)] 
New file

31 years agoaifc.py, sunau.py: Adapted comments; added access statements.
Sjoerd Mullender [Mon, 20 Dec 1993 09:36:01 +0000 (09:36 +0000)] 
aifc.py, sunau.py: Adapted comments; added access statements.
SUNAUDIODEV.py: Added some constants for Solaris.

31 years ago* aifc.py (Aifc_write): fix bogus reference to filename
Guido van Rossum [Fri, 17 Dec 1993 16:43:43 +0000 (16:43 +0000)] 
* aifc.py (Aifc_write): fix bogus reference to filename

31 years ago* Mass change: get rid of all init() methods, in favor of __init__()
Guido van Rossum [Fri, 17 Dec 1993 15:25:27 +0000 (15:25 +0000)] 
* Mass change: get rid of all init() methods, in favor of __init__()
  constructors.  There is no backward compatibility.  Not everything has
  been tested.
* aiff.{py,doc}: deleted in favor of aifc.py (which contains its docs as
  comments)

31 years agoInterface to audio hardware for SGI and Sun.
Sjoerd Mullender [Fri, 17 Dec 1993 15:18:37 +0000 (15:18 +0000)] 
Interface to audio hardware for SGI and Sun.

31 years agoUniformly replaced init() functions by __init__() constructors.
Guido van Rossum [Fri, 17 Dec 1993 15:11:41 +0000 (15:11 +0000)] 
Uniformly replaced init() functions by __init__() constructors.
A few simple things seem to work, I haven't tested it thouroughly
though...

31 years ago*** empty log message ***
Guido van Rossum [Fri, 17 Dec 1993 14:57:24 +0000 (14:57 +0000)] 
*** empty log message ***

31 years agoInitial revision
Guido van Rossum [Fri, 17 Dec 1993 14:45:06 +0000 (14:45 +0000)] 
Initial revision

31 years ago*** empty log message ***
Guido van Rossum [Fri, 17 Dec 1993 14:45:06 +0000 (14:45 +0000)] 
*** empty log message ***

31 years ago*** empty log message ***
Guido van Rossum [Fri, 17 Dec 1993 14:39:12 +0000 (14:39 +0000)] 
*** empty log message ***

31 years ago*** empty log message ***
Guido van Rossum [Fri, 17 Dec 1993 14:32:26 +0000 (14:32 +0000)] 
*** empty log message ***

31 years ago*** empty log message ***
Guido van Rossum [Fri, 17 Dec 1993 14:23:52 +0000 (14:23 +0000)] 
*** empty log message ***

31 years ago* lib2.tex (sys): updated sys.std{in,out,err} docs. Added
Guido van Rossum [Fri, 17 Dec 1993 12:13:53 +0000 (12:13 +0000)] 
* lib2.tex (sys): updated sys.std{in,out,err} docs.  Added
  sys.tracebacklimit.
* tut.tex (Exceptions): change text printed by traceback.
* lib5.tex (audioop): added minmax.
* lib5.tex (audioop.getsample): move wandered paragraph back
* lib3.tex, partparse.py: undo mucking with \nopagebreak (didn't work).
* partparse.py: ignore \nopagebreak command
* ref5.tex: added description of lambda forms.
* ref7.tex: added reference to lambda forms to section on function
  definition.
* lib1.tex: removed lambda as built-in function (it is now a special
  form).  Also removed feature of filter, map, reduce to turn a string
  argument into an anonymous function.

31 years ago* mpzmodule.c: cast some methods to the proper type.
Guido van Rossum [Fri, 17 Dec 1993 12:09:14 +0000 (12:09 +0000)] 
* mpzmodule.c: cast some methods to the proper type.
* traceback.c (tb_print): use sys.tracebacklimit as a maximum number of
  traceback entries to print (default 1000).
* ceval.c (printtraceback): Don't print stack trace header -- this is now
  done by tb_print().

31 years agoDon't close the file explicitly.
Sjoerd Mullender [Thu, 16 Dec 1993 14:02:44 +0000 (14:02 +0000)] 
Don't close the file explicitly.

31 years agoDon't close the file.
Sjoerd Mullender [Thu, 16 Dec 1993 13:56:34 +0000 (13:56 +0000)] 
Don't close the file.

31 years ago* wdbframewin.py (re_eval): set __privileged__ in globals so private
Guido van Rossum [Tue, 14 Dec 1993 15:54:01 +0000 (15:54 +0000)] 
* wdbframewin.py (re_eval): set __privileged__ in globals so private
  variables can still be seen by the debugger
* ftplib.py (retrlines): args should be *args.
* ChangeLog: entries for Sjoerd's addition sunau.py and changes to aiff.py
* test_md5.py: test program for built-in md5 module

31 years agoInitial revision
Guido van Rossum [Tue, 14 Dec 1993 10:08:02 +0000 (10:08 +0000)] 
Initial revision

31 years agoAdded minmax function:
Sjoerd Mullender [Mon, 13 Dec 1993 12:06:27 +0000 (12:06 +0000)] 
Added minmax function:
-- function of module audioop: minmax (FRAGMENT, WIDTH)
    Minmax returns a tuple consisting of the minimum and maximum
    values of all samples in the sound fragment.

31 years agoaifc.py: added missing tell() method in AIFC write class;
Sjoerd Mullender [Mon, 13 Dec 1993 11:42:39 +0000 (11:42 +0000)] 
aifc.py: added missing tell() method in AIFC write class;
 use audioop module as backup for cl module when reading or
 writing u-law compressed files.
sunau.py: interface with the same methods as aifc for Sun and NeXT
  audio files

31 years agoPort to Solaris 2.3.
Sjoerd Mullender [Fri, 3 Dec 1993 16:54:45 +0000 (16:54 +0000)] 
Port to Solaris 2.3.

31 years agochange syntactical position of lambdef (was an atom, now is a test)
Guido van Rossum [Tue, 30 Nov 1993 14:57:42 +0000 (14:57 +0000)] 
change syntactical position of lambdef (was an atom, now is a test)

31 years ago* test_*.py: new lambda syntax (also affects tests for filter, map,
Guido van Rossum [Tue, 30 Nov 1993 13:43:54 +0000 (13:43 +0000)] 
* test_*.py: new lambda syntax (also affects tests for filter, map,
  reduce)
* ftplib.py: added default callback for retrlines; added dir() method
* ftplib.py: don't return self in self.connect(); added hack so that if
  'CDUP' is not understood, 'CWD ..' is tried.
* ftplib.py: second method called init() should have been called
  connect(); if __init__ sees more than one argument, it will also try to
  login().

31 years ago* import.c (get_module): pass .py filename to parse_file, not .pyc filename!
Guido van Rossum [Tue, 30 Nov 1993 13:40:46 +0000 (13:40 +0000)] 
* import.c (get_module): pass .py filename to parse_file, not .pyc filename!
* funcobject.c (func_repr): don't call getstringvalue(None) for anonymous
  functions.
* bltinmodule.c: removed lambda (which is now a built-in function);
  removed implied lambda for string arg to filter/map/reduce.
* Grammar, graminit.[ch], compile.[ch]: replaced lambda as built-in
  function by lambda as grammar entity: instead of "lambda('x: x+1')" you
  write "lambda x: x+1".
* Xtmodule.c (checkargdict): return 0, not NULL, for error.

31 years agoFix lay-out of previous fix.
Guido van Rossum [Tue, 23 Nov 1993 17:54:03 +0000 (17:54 +0000)] 
Fix lay-out of previous fix.

31 years ago* timemodule.c: Add hack for Solaris 2.
Guido van Rossum [Tue, 23 Nov 1993 17:53:17 +0000 (17:53 +0000)] 
* timemodule.c: Add hack for Solaris 2.
* posixmodule.c: don't prototype getcwd() -- it's not portable...
* mappingobject.c: double-check validity of last_name_char in
  dict{lookup,insert,remove}.
* arraymodule.c: need memmove only for non-STDC Suns.
* Makefile: comment out HTML_LIBS and XT_USE by default
* pythonmain.c: don't prototype getopt() -- it's not standardized
* socketmodule.c: cast flags arg to {get,set}sockopt() and addrbuf arg to
  recvfrom() to (ANY*).
* pythonrun.c (initsigs): fix prototype, make it static
* intobject.c (LONG_BIT): only #define it if not already defined
* classobject.[ch]: remove all references to unused instance_convert()
* mappingobject.c (getmappingsize): Don't return NULL in int function.

31 years ago* {lib,ref,ext,tut}.tex: added explicit \date{<date> \\ <release>}.
Guido van Rossum [Tue, 23 Nov 1993 16:28:45 +0000 (16:28 +0000)] 
* {lib,ref,ext,tut}.tex: added explicit \date{<date> \\ <release>}.
* lib2.tex: change bogus \\var to \var.

32 years ago* text2latex.py: call main() instead of always processing ext.tex.
Guido van Rossum [Fri, 19 Nov 1993 13:13:22 +0000 (13:13 +0000)] 
* text2latex.py: call main() instead of always processing ext.tex.
* Makefile: added 'ext' to 'all' target
* ext.tex: more changes towards a readable text
* lib4.tex (posix): added set{uid,gid}
* lib2.tex (array): restored doc for typecode and itemsize (which were
  there but not visible for dir())

32 years ago* import.c (get_module): total rewrite, to ensure proper search order: for
Guido van Rossum [Wed, 17 Nov 1993 22:58:56 +0000 (22:58 +0000)] 
* import.c (get_module): total rewrite, to ensure proper search order: for
  each dir in sys.path, try each possible extension.  (Note: C extensions
  are loaded before Python modules in the same directory, to allow having
  a C version used when dynamic loading is supported and a Python version
  as a back-up.)
* import.c (reload_module): test for error from getmodulename()
* moduleobject.c: implement module name as dict entry '__name__' instead
  of special-casing it in module_getattr(); this way a module (or
  function!) can access its own module name, and programs that know what
  they are doing can rename modules.
* stdwinmodule.c (initstdwin): strip ".py" suffix of argv[0].

32 years agoFix the fix :-(
Guido van Rossum [Thu, 11 Nov 1993 15:03:51 +0000 (15:03 +0000)] 
Fix the fix :-(

32 years agoThree micro fixes to formatstring
Guido van Rossum [Thu, 11 Nov 1993 14:51:57 +0000 (14:51 +0000)] 
Three micro fixes to formatstring

32 years ago* test_select.py: (some) tests for built-in select module
Guido van Rossum [Thu, 11 Nov 1993 10:31:23 +0000 (10:31 +0000)] 
* test_select.py: (some) tests for built-in select module
* test_grammar.py, testall.out: added test for funny things in string literals
* token.py, symbol.py: definitions used with built-in parser module.
* tokenize.py: added double-quote recognition

32 years ago* parsermodule.c, Makefile, config.c: rudimentary interface to the Python
Guido van Rossum [Wed, 10 Nov 1993 12:53:24 +0000 (12:53 +0000)] 
* parsermodule.c, Makefile, config.c: rudimentary interface to the Python
  parser.
* mappingobject.c (lookmapping): 'freeslot' was never used due to a bug in
  the code.

32 years ago* posixmodule.c: added set{uid,gid}.
Guido van Rossum [Wed, 10 Nov 1993 09:23:53 +0000 (09:23 +0000)] 
* posixmodule.c: added set{uid,gid}.
* {tuple,list,mapping,array}object.c: call printobject with 0 for flags
* compile.c (parsestr): use quote instead of '\'' at one crucial point
* arraymodule.c (array_getattr): Added __members__ attribute

32 years agoUse __init__ instead of init.
Sjoerd Mullender [Mon, 8 Nov 1993 15:10:43 +0000 (15:10 +0000)] 
Use __init__ instead of init.
Also use CDDB_PATH and CDDB_WRITE_DIR environment variables in cddb.py.

32 years ago* string.py: added rindex(), rfind(); changed index() to interpret
Guido van Rossum [Mon, 8 Nov 1993 15:05:21 +0000 (15:05 +0000)] 
* string.py: added rindex(), rfind(); changed index() to interpret
  negative start indices starting from the right.
* ftplib.py: debug() -> set_debuglevel(); change demo to use __init__().
* os.py: added execl, execlp, and execvp.
* lambda.py: removed (now that we have built-in map, reduce, bagof, lambda)
* test_b{1,2}.py, testall.out: added tests for bagof, lambda, map, reduce
* commands.py: use os, not posix
* test_grammar.py: make it easy to disable non-portable int overflow tests
* dis.py: don't abuse range()

32 years ago* ext.tex: did most of the tedious changes from plain ASCII text to LaTeX.
Guido van Rossum [Fri, 5 Nov 1993 17:11:16 +0000 (17:11 +0000)] 
* ext.tex: did most of the tedious changes from plain ASCII text to LaTeX.
* text2latex.py: automatically put function names in \code{}.
* lib.tex, ref.tex, ext.tex, qua.tex, tut.tex: use new P.O.Box number in
  address.

32 years ago* ext.tex: documentation for extending, reference counts, and embedding
Guido van Rossum [Fri, 5 Nov 1993 14:45:11 +0000 (14:45 +0000)] 
* ext.tex: documentation for extending, reference counts, and embedding
  (formerly ../misc/{EXTENDING,REFCNT,EMBEDDING}).  Also affects Makefile.
* text2latex.py: script to do part of the conversion from an plain ASCI
  text file (in my particular style) to LaTeX.
  (Chapter/section/subsection headers, and verbatim sections.)
* partparse.py, texipre.dat, fix.el, Makefile: Minor cleanup of latex ->
  info conversion process (at least it works again, and with less
  debugging output).  Removed fix.sh.
* lib1.tex (section{Built-in Functions}): adapt description of str() and
  repr() to new situation.
* lib3.tex (Module os): added exec*() variants.
* lib3.tex (Module posix): added execve().
* lib2.tex (Module array): documented reality; remove typecode and
itemsize, add byteswap, rename read/write to fromfile/tofile, and
re-alphabetized.
* lib1.tex (Built-in Functions): renamed bagof() to filter().