Jack Jansen
d1f06313f6
- Minimum stacksize is now 8K for PPC, 4K for 68K
...
- Added PyMac_BuildNumVersion
1996-08-01 15:23:54 +00:00
Guido van Rossum
64d376a670
New .pyc magic numnber, too.
1996-08-01 01:06:24 +00:00
Guido van Rossum
9e43ae4770
Use Tcl/Tk 7.5/4.1 by default.
1996-08-01 00:56:03 +00:00
Guido van Rossum
9caf77a485
Put definition of _REENTRANT in config.h
1996-08-01 00:52:26 +00:00
Guido van Rossum
cee555bda2
Allow compilation by K&R C compiler.
1996-08-01 00:02:33 +00:00
Guido van Rossum
42dcad36a9
The usual
1996-07-31 22:48:44 +00:00
Guido van Rossum
8a2574e09e
Changes for AIX; also remove all references to _REENTRANT.
1996-07-31 22:45:54 +00:00
Guido van Rossum
d5962adb44
Changes for AIX sharedlibs.
1996-07-31 22:44:53 +00:00
Guido van Rossum
02530b0f74
Changes for AIX shared libs
1996-07-31 22:43:38 +00:00
Barry Warsaw
9e277db76b
#comment update
1996-07-31 22:33:40 +00:00
Barry Warsaw
c08a949549
#comment update
1996-07-31 22:27:58 +00:00
Barry Warsaw
5c0d00f553
#updated to do list
1996-07-31 21:30:21 +00:00
Guido van Rossum
68f56e45f6
Don't trip over empty string in sys.path.
1996-07-31 21:18:42 +00:00
Barry Warsaw
170ffa775d
(py-parse-state): stop searching backwards when we found a keyword at
...
column zero. Perhaps a kludge, but similar in nature to Emacs'
beginning-of-defun shortcut.
1996-07-31 20:57:22 +00:00
Barry Warsaw
f831d81999
(py-statement-closes-block-p, py-compute-indentation): Outdent one
...
level after a return, raise, break, or continue statement.
1996-07-31 20:42:59 +00:00
Guido van Rossum
32aa1a72b2
getprogramname --> Py_GetProgramName
1996-07-31 19:51:15 +00:00
Guido van Rossum
3823420ca4
If NO_DYNAMIC_LINK is defined, load_dynamic_module() will always fail.
1996-07-31 17:55:19 +00:00
Guido van Rossum
5e41644ddd
Added _REENTRANT definition
1996-07-31 17:52:04 +00:00
Guido van Rossum
0c5e3c8d6a
DESTLIB and MACHDESTLIB are now derived from variables set by the Makefile.
...
Clarified some comments.
1996-07-31 17:49:01 +00:00
Guido van Rossum
276de58927
Collect together all detailed installation directories.
1996-07-31 17:37:07 +00:00
Guido van Rossum
a68acba5ad
The usual
1996-07-31 17:36:39 +00:00
Guido van Rossum
d02ba45edc
Added doc para for --with-libs
1996-07-31 17:36:01 +00:00
Guido van Rossum
93ee6e0b63
Add entry for _REENTRANT macro
1996-07-31 17:35:30 +00:00
Guido van Rossum
c5a3903472
Three changes:
...
- Improved version of NeXT patching of $OPT
- Added new option --with-libs='lib1 lib2 ...'
- Define _REENTRANT when posix threads are in use
1996-07-31 17:35:03 +00:00
Guido van Rossum
bed23fe1ce
Collect together all detailed installation directories.
1996-07-31 17:30:37 +00:00
Guido van Rossum
b8dccd29b3
Add a variable so you can easily install more than one machdep directory.
1996-07-30 21:55:17 +00:00
Guido van Rossum
6d47298acd
Correct typo (intall -> install)
1996-07-30 21:41:56 +00:00
Guido van Rossum
8d7d4ede2c
Numerous changes, but still a lot of XXX thingies.
1996-07-30 21:41:07 +00:00
Guido van Rossum
ccdfce386a
Exhaustive list of news in beta2 compared to beta1.
...
Now all we need to do is do the same for beta1 compared to 1.3.
1996-07-30 21:34:09 +00:00
Guido van Rossum
24cf88d31e
FreeBSD platform specific modules
1996-07-30 21:05:10 +00:00
Guido van Rossum
7a7eb37a10
patch level 1.4b2
1996-07-30 20:46:14 +00:00
Guido van Rossum
91f87ca69b
Note that the values are ints.
1996-07-30 20:45:45 +00:00
Guido van Rossum
e288f9dfa3
New zip code and release; added guido@python.org as alternative email.
1996-07-30 20:45:21 +00:00
Guido van Rossum
557d6d6608
Don't make an exception for NeXT (BBUM says it's no longer needed).
...
(But hypot() should really be defined in a separate file, triggered by
configure.)
1996-07-30 20:44:31 +00:00
Guido van Rossum
64b65677c9
Some more install changes:
...
- "make install" now depends on "make altinstall" for most of the
work, and the binary is always installed as python<version> first,
with a hard link to python made by "make bininstall".
- Create the machine dependent directory if it doesn't exist, and
attempt to run the regen script in it (unfortunately this will fail
unless you have h2py in your $PATH - help!)
1996-07-30 20:42:12 +00:00
Guido van Rossum
02ca3ab4f7
Remove "." from default path. Also rearrange so that SITEPATH comes
...
after DESTPATH.
1996-07-30 20:36:59 +00:00
Guido van Rossum
6e12d56cfd
Don't have "." in the default path.
1996-07-30 20:36:12 +00:00
Guido van Rossum
94a9667f1a
Always insert script directory in front of sys.path -- if there's no
...
sys.argv, insert "". Note that "." is removed as a default component
of the path (see changes to getpath.c and Setup.in).
1996-07-30 20:35:50 +00:00
Guido van Rossum
9afdabffa9
Add missing close parenthesis.
1996-07-30 20:16:21 +00:00
Guido van Rossum
74faed299f
Got rid of all references to stdwin.
...
Documented insertion of script directory in path.
Updated author's address.
Changed MAILING LIST section to INTERNET RESOURCES.
1996-07-30 19:27:05 +00:00
Guido van Rossum
2108a50465
Remove comment "SGI only"
1996-07-30 19:07:18 +00:00
Guido van Rossum
3df1d1b89f
Simplified and rationalized.
1996-07-30 19:06:36 +00:00
Guido van Rossum
c163ae5237
mac utility
1996-07-30 19:05:56 +00:00
Guido van Rossum
db9c054f60
turn a pile of RCS files into a ChangeLog file
1996-07-30 19:05:41 +00:00
Guido van Rossum
ef253701a6
print MX record
1996-07-30 19:04:18 +00:00
Guido van Rossum
29b1606951
Adapted to CNRI
1996-07-30 19:02:52 +00:00
Guido van Rossum
72ba616066
Added note about Python's support of complex numbers.
...
Added exp(z).
1996-07-30 19:02:01 +00:00
Guido van Rossum
89cb67bb64
Updated for Python 1.4
1996-07-30 18:57:18 +00:00
Guido van Rossum
c30e95f4b0
Moved 1.3 news to HISTORY; put some 1.4 news in NEWS
1996-07-30 18:53:51 +00:00
Guido van Rossum
0d20cfa108
Added two new questions; about globals/locals and about recursive imports.
1996-07-30 18:53:05 +00:00