summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1995-01-10 10:47:53 (GMT)
committerGuido van Rossum <guido@python.org>1995-01-10 10:47:53 (GMT)
commit4ff90ad2a0b0c5ad90b36eda610111e5abe72903 (patch)
treedb347df9475bd121b5d52f50996d88985e3259e4
parent84eaa8396e3e8fbc08dd8cbcce0518d7b11fb01a (diff)
downloadcpython-4ff90ad2a0b0c5ad90b36eda610111e5abe72903.zip
cpython-4ff90ad2a0b0c5ad90b36eda610111e5abe72903.tar.gz
cpython-4ff90ad2a0b0c5ad90b36eda610111e5abe72903.tar.bz2
some belated updates
-rw-r--r--ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e49328e..44d29d0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,20 @@
+Tue Jan 10 11:34:23 1995 Guido van Rossum <guido@voorn.cwi.nl>
+
+ * Python/bltinmodule.c (builtin_{execfile,eval}): fix
+ globals/locals defaults to match the manual again; also allow None
+ to mean the same as the default
+
+ * Lib/nntplib.py: fix comments for list command (should be last,
+ first instead of first, last)
+
+ * Lib/test/test_grammar.py: fix exec test so presence of
+ __builtins__ doesn't break it
+
Mon Jan 9 14:20:16 1995 Guido van Rossum <guido@voorn.cwi.nl>
+ * Objects/{funcobject.c,methodobject.c,classobject.c}: don't
+ expose certain internals (e.g. __dict__) in restricted mode.
+
* Python/thread_pthread.h: Alpha OSF/1 fix
* Python/importdl.c (load_dynamic_module): removed bogus check for