From cd3c0425e11bfb8ae32d4ba1257470f69496f6df Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Mon, 4 Jul 1994 22:15:27 +0000 Subject: ... --- ChangeLog | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 8e444a9..2ea6220 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,24 @@ +Mon Jul 4 23:01:36 1994 Guido van Rossum (guido@voorn.cwi.nl) + + * Modules/timemodule.c (sleep, floatsleep): don't use setjmp or + signal, rely on err_errno() or sigcheck() instead. + + * Dos/{pcmodule,dosmodule}.c, Modules/posixmodule.c: don't include + + +Sat Jul 2 00:42:47 1994 Guido van Rossum (guido@voorn.cwi.nl) + + * Lib/urllib.py: implemented new quoting rules; added splituser, + splitpasswd, splitattr, splitvalue; new ftp syntax (user:passwd, + cwd to each subdir, type={a,i,d}) + +Fri Jul 1 17:32:51 1994 Guido van Rossum (guido@voorn.cwi.nl) + + * Python/traceback.c: add function name to traceback info + + * Object/listobject.c, Modules/{array,mpz}module.c: include + for size_t + Fri Jul 1 12:47:05 1994 Guido van Rossum (guido@voorn.cwi.nl) * Makefile.in (Makefile): add dependency on config.status @@ -151,7 +172,7 @@ Thu Jun 9 23:33:33 1994 Guido van Rossum (guido@voorn.cwi.nl) Tue Jun 7 11:41:05 1994 Guido van Rossum (guido@voorn.cwi.nl) - * Doc/lib.tex: added warning about lineii, libposixfile and parparse + * Doc/lib.tex: added warning about lineii, libposixfile and partparse * Lib/bdb.py (clear_all_breaks): this was defined with two arguments that weren't used and shouldn't have been there -- cgit v0.12