summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1994-08-05 15:51:00 (GMT)
committerGuido van Rossum <guido@python.org>1994-08-05 15:51:00 (GMT)
commit5552eb7203a0deee003be4e91f4817448d712af6 (patch)
tree090ee851e8b1437ed2a6a568c498888a48b7d83c /ChangeLog
parentc65a525cdc9ce2e0af56e1a75deb877e935cee2f (diff)
downloadcpython-5552eb7203a0deee003be4e91f4817448d712af6.zip
cpython-5552eb7203a0deee003be4e91f4817448d712af6.tar.gz
cpython-5552eb7203a0deee003be4e91f4817448d712af6.tar.bz2
* BUGS: new file (merger of unofficial BUGS1.0.x files)
* Makefile.in (TAGS): Call etags w/o -t option
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog25
1 files changed, 25 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 68bdd88..cc19e53 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,30 @@
+Fri Aug 5 11:43:16 1994 Guido van Rossum (guido@voorn.cwi.nl)
+
+ * BUGS: new file (merger of unofficial BUGS1.0.x files)
+
+ * Modules/{Setup.in,Makefile.pre.in}: renamed some modules to
+ shorter names (dropped the "module" from the name): sunaudiodev,
+ imgformat, audioop, imageop, imgfile
+
+ * Python/import.c: support *.o/*.so as alternative for
+ *module.o/*module.so
+
+ * Modules/stropmodule.c (strop_rindex): make rindex('abc', '') do
+ the right thing (i.e. return 3 instead of 0)
+
+ * Python/bltinmodule.c (builtin_vars): correct typo in error msg
+
+ * Doc/libsocket.tex (subsection{Socket Object Methods}):
+ documented gethostname() and a few misc things
+
+ * Modules/socketmodule.c: disabled allowbroadcast() socket method
+
Mon Aug 1 01:28:29 1994 Guido van Rossum (guido@voorn.cwi.nl)
+ * Makefile.in (TAGS): Call etags w/o -t option
+
+ * Lib/rfc822.py: fix two bugs
+
* Lib/test/test_types.py (6.4.1): test for particular bug in
integer multiply