summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1994-05-03 14:53:09 (GMT)
committerGuido van Rossum <guido@python.org>1994-05-03 14:53:09 (GMT)
commitacfe4171efc40be31370133d521d9926298d2729 (patch)
tree8dd3bb688d25b5582825bdb512dc8c66db4fbbb3
parent041be05976ccb808a31721a05b4260fbe54c87f0 (diff)
downloadcpython-acfe4171efc40be31370133d521d9926298d2729.zip
cpython-acfe4171efc40be31370133d521d9926298d2729.tar.gz
cpython-acfe4171efc40be31370133d521d9926298d2729.tar.bz2
The usual...
-rw-r--r--ChangeLog29
1 files changed, 29 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f4987ac..32023ae 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,30 @@
+Tue May 3 15:21:47 1994 Guido van Rossum (guido@voorn.cwi.nl)
+
+ * Misc/python.man: documented -u; undocumented -k
+
+ * Python/{python,frozen}main.c: got rid of -k option; added -u
+ option (unbuffered stdout/stderr); plus environment
+
+ * Python/import.c: Steven Majewski's mods for AIX
+
+ * Lib/lockfile.py: new module to lock files (using fcntl)
+
+ * Objects/fileobject.c, Include/fileobject.h: added setfilebufsize
+ function to set buffer size (call only from C when it's safe!)
+
+ * Python/bltinmodule.c (builtin_open): Added 3rd parameter to give
+ buffer size; default 2nd parameter to "r"
+
+Mon May 2 17:51:23 1994 Guido van Rossum (guido@voorn.cwi.nl)
+
+ * Modules/{al,cd,sv}module.c: added (method) casts to methodlist
+ initializers
+
+Thu Apr 28 15:01:50 1994 Guido van Rossum (guido@voorn.cwi.nl)
+
+ * Doc/ref2.tex: (section{Line structure}): documented line joining
+ without backslashes inside parens
+
Wed Apr 27 13:15:42 1994 Guido van Rossum (guido@voorn.cwi.nl)
* Misc/python-mode.el: version 1.09 from Tim (grand new
@@ -35,6 +62,8 @@ Mon Apr 25 11:27:09 1994 Guido van Rossum (guido@voorn.cwi.nl)
* Parser/tokenizer.c: added support for triple-quoted strings and
strings continued with backslash
+ * Parser/tokenizer.h: moved here from Include
+
* Python/compile.c (parsenumber): support triple-quoted strings.
Raise SyntaxError, not SystemError for bad number syntax