Guido van Rossum
61fe8619fb
Now generated automatically by autoheader
1994-01-03 14:56:37 +00:00
Guido van Rossum
976877ea11
Added AC_REVISION; swapped -lnsl and -lsocket test; test whether
...
sys/socket.h and sys/time.h can be used together
1994-01-03 14:24:47 +00:00
Guido van Rossum
4290161d2d
s.avail() has met its maker
1994-01-03 14:07:23 +00:00
Sjoerd Mullender
93fcb9bbbd
One NULL should have been 0.
1994-01-03 14:03:25 +00:00
Sjoerd Mullender
721cd289ef
Specified _framesize twice in access statement.
1994-01-03 10:35:11 +00:00
Guido van Rossum
91168a8c9d
new file (again!?!?!)
1994-01-03 03:59:44 +00:00
Guido van Rossum
313e5cb4b9
Add tests for <sys/un.h> and getpeername(), for Modules/socketmodule.c
1994-01-03 03:51:06 +00:00
Guido van Rossum
bbf27193a1
installation procedure improved and explained; more stuff in README
1994-01-03 02:11:27 +00:00
Guido van Rossum
4b35ef5297
Implemented sort of a solution for PYTHONPATH.
...
Added Setup.guido with my own preferences.
1994-01-03 01:26:03 +00:00
Guido van Rossum
326c0bc241
Added symcomp and resulting new data items
1994-01-03 00:00:31 +00:00
Guido van Rossum
5536a3c0a7
README: versions BETA 2
...
ChangeLog: new!
configure*: remove strtoul from AC_REPLACE_FUNCS; remove leading blank line
1994-01-02 23:28:55 +00:00
Guido van Rossum
116857ca01
Added George Neville-Neil's timing module
1994-01-02 23:22:21 +00:00
Guido van Rossum
a1c996c9d6
1994 Copyright
1994-01-02 02:11:40 +00:00
Guido van Rossum
36b4807621
A small but essential file...
1994-01-02 01:22:36 +00:00
Guido van Rossum
5fdeeeae2a
Restructured library documentation
1994-01-02 01:22:07 +00:00
Guido van Rossum
0b0719866e
Lots of new stuff for 1.0.0 BETA release
1994-01-02 00:46:09 +00:00
Guido van Rossum
fba715ab6c
Added some files to new module
1994-01-02 00:26:09 +00:00
Guido van Rossum
f30adc8a99
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
1994-01-02 00:15:57 +00:00
Guido van Rossum
5a18919d00
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
1994-01-02 00:11:39 +00:00
Guido van Rossum
fbee23e55b
Documented the fact that IRIX 5.x also supports Sun style shared
...
libraries.
1994-01-01 17:32:24 +00:00
Guido van Rossum
e30cb84ed2
Initial revision
1993-12-29 16:37:25 +00:00
Guido van Rossum
70f1418d35
New files (not really...)
1993-12-29 16:35:41 +00:00
Guido van Rossum
dd8cb446e1
Some minute changes.
1993-12-29 15:33:08 +00:00
Guido van Rossum
424e4da9f3
Rot out all uses of time.milli*().
1993-12-28 21:36:50 +00:00
Guido van Rossum
0efafb39da
Rot out all uses of time.milli*().
...
Slightly improve debug output.
1993-12-28 21:36:18 +00:00
Guido van Rossum
605909dc9d
Rot out all uses of time.milli*().
...
Also change command line options to use seconds for all times.
1993-12-28 21:28:31 +00:00
Guido van Rossum
ca1c876d43
Use freeze_form instead of freeze_object
1993-12-28 21:27:23 +00:00
Guido van Rossum
810a92f95b
Added depend target; cosmetic changes to other targets
1993-12-28 19:39:56 +00:00
Guido van Rossum
6d5ebe24ee
Added (dummy) depend target
1993-12-28 19:39:13 +00:00
Guido van Rossum
6085e32a75
Alpha 1.0.0
1993-12-26 18:24:40 +00:00
Guido van Rossum
1dfec14f83
Py -> Include
1993-12-26 18:15:49 +00:00
Sjoerd Mullender
0d2d397bc5
Added function ttob.
1993-12-24 14:51:14 +00:00
Guido van Rossum
627b2d7cd7
New files
1993-12-24 10:39:16 +00:00
Guido van Rossum
6fa6343f0e
None
1993-12-24 10:36:57 +00:00
Guido van Rossum
60a578aa4e
New files
1993-12-24 10:32:48 +00:00
Guido van Rossum
8e454f3858
Misc changes.
1993-12-24 10:32:14 +00:00
Guido van Rossum
be0e9420a1
New files.
1993-12-24 10:32:00 +00:00
Guido van Rossum
2e1d433e43
Added getmaxint() so sys can initialize sys.maxint.
...
Added Makefile.in.
1993-12-24 10:22:45 +00:00
Sjoerd Mullender
92fa23fd6d
ANSIfied somewhat.
1993-12-24 10:05:51 +00:00
Sjoerd Mullender
c6d846a5d5
And another init incompatibility bites the dust.
1993-12-22 12:40:20 +00:00
Sjoerd Mullender
d6b9ce961e
Fixed use of aifc module.
1993-12-22 11:44:49 +00:00
Guido van Rossum
7d6aa51b56
* rangeobject.[ch], bltinmodule.c: incorporate new version of range
...
object (unchanged from source except "range" -> "xrange").
1993-12-21 22:50:31 +00:00
Sjoerd Mullender
c4f169cc5a
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.
1993-12-21 17:06:12 +00:00
Sjoerd Mullender
7030b1ff2d
almodule.c: added close method, equivalent to closeport.
...
thread.h: use PROTO instead of _P for prototypes.
1993-12-20 17:26:34 +00:00
Guido van Rossum
248a50c168
* 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).
1993-12-20 12:53:10 +00:00
Guido van Rossum
455b87d457
New file
1993-12-20 11:43:21 +00:00
Guido van Rossum
badac73dfc
New file
1993-12-20 10:52:46 +00:00
Guido van Rossum
b898bd29b0
New file
1993-12-20 10:43:53 +00:00
Sjoerd Mullender
2a45141741
aifc.py, sunau.py: Adapted comments; added access statements.
...
SUNAUDIODEV.py: Added some constants for Solaris.
1993-12-20 09:36:01 +00:00
Guido van Rossum
6ed9df2641
* aifc.py (Aifc_write): fix bogus reference to filename
1993-12-17 16:43:43 +00:00