summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1994-05-06 14:30:40 (GMT)
committerGuido van Rossum <guido@python.org>1994-05-06 14:30:40 (GMT)
commitdf14503cb91521c119c572a48d82fc65954cb227 (patch)
tree4b7d122fef3071b5c50d021976f4fb2d282e89a4 /ChangeLog
parent2922c6dabbd9f8e49975ff3d972644c7212882e9 (diff)
downloadcpython-df14503cb91521c119c572a48d82fc65954cb227.zip
cpython-df14503cb91521c119c572a48d82fc65954cb227.tar.gz
cpython-df14503cb91521c119c572a48d82fc65954cb227.tar.bz2
the ususal...
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog19
1 files changed, 19 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b23c8c3..8f490d1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,22 @@
+Fri May 6 11:25:26 1994 Guido van Rossum (guido@voorn.cwi.nl)
+
+ * various files: micro changes needed to compile on Mac;
+ Grouped more Mac-specific files in Mac subdirectory
+
+ * Lib/*.py: rewrote many functions to use default arguments
+ instead of arbitrary argument lists
+
+Thu May 5 12:33:31 1994 Guido van Rossum (guido@voorn.cwi.nl)
+
+ * Modules/{cryptmodule.c,Setup.*}: new crypt(3) interface (Steve M)
+
+ * Python/bltinmodule.c, Include/bltinmodule.h: new fn setbuiltin()
+ to set a built-in variable
+
+ * Python/ceval.c (eval_code): place '_' variable in __builtin__
+ instead of in local dictionary, to avoid endless recursion when
+ printing vars()
+
========================================================================
Release 1.0.2 (4 May 1994)
========================================================================