|
| 1 | + |
| 2 | +======================================== |
| 3 | +==> Release 1.2 BETA 4 (21 Mar 1995) <== |
| 4 | +======================================== |
| 5 | + |
| 6 | +Tue Mar 21 13:28:32 1995 Guido van Rossum < [email protected]> |
| 7 | + |
| 8 | + * Python/ceval.c (call_object): removed #ifdef'ed out code |
| 9 | + |
| 10 | +Mon Mar 20 17:14:14 1995 Guido van Rossum < [email protected]> |
| 11 | + |
| 12 | + * Lib/copy.py (_copy_dispatch): fix typo in hasattr() exprs |
| 13 | + |
| 14 | +Sat Mar 18 00:04:14 1995 Guido van Rossum < [email protected]> |
| 15 | + |
| 16 | + * Makefile.in: change -f Makefile.in to -f $(srcdir)/Makefile.in |
| 17 | + |
| 18 | +Fri Mar 17 10:52:07 1995 Guido van Rossum < [email protected]> |
| 19 | + |
| 20 | + * Lib/tkinter/Tkinter.py: add TkVersion and TclVersion variables; |
| 21 | + handle crash in callback different (don't drop into debugger); add |
| 22 | + _getdoubles() and streamline _getints() |
| 23 | + |
| 24 | + * Doc/lib*.tex: mass update |
| 25 | + |
| 26 | + * Doc/partparse.py: fix several small things so it doesn't crash |
| 27 | + so easily |
| 28 | + |
| 29 | + * Modules/threadmodule.c: change exit_thread so it raises |
| 30 | + SystemExit -- this allow proper cleanup in t_bootstrap |
| 31 | + |
| 32 | + * Makefile.in (distclean): add -f Makefile.in (John Interrante) |
| 33 | + |
| 34 | +Thu Mar 16 13:35:25 1995 Guido van Rossum < [email protected]> |
| 35 | + |
| 36 | + * Doc/ref*.tex: made palatable to latex2html -- basically rewrote |
| 37 | + all math using \code{} and \var{} (and pow() and some integer |
| 38 | + literals), and added braces to some \item[]s containing \tt |
| 39 | + |
| 40 | + * Modules/socketmodule.c: fixed up comments describing interface |
| 41 | + |
| 42 | + * Lib/test/test_signal.py: new module to test signal module |
| 43 | + |
| 44 | +Wed Mar 15 11:07:43 1995 Guido van Rossum < [email protected]> |
| 45 | + |
| 46 | + * Modules/signalmodule.c (PySignal_Signal): use PyCallable_Check |
| 47 | + where suitable; split some lines |
| 48 | + |
| 49 | + * Lib/posixfile.py (open) defaults mode='r', bufsize=-1 |
| 50 | + |
| 51 | +Tue Mar 14 10:42:39 1995 Guido van Rossum < [email protected]> |
| 52 | + |
| 53 | + * Lib/copy.py: rename copy.Error to copy.error |
| 54 | + |
| 55 | + * Lib/cgi.py: correct some typos that broke escape() and print_form() |
| 56 | + |
| 57 | + * Lib/string.py: add (unsupported) optional base argument to |
| 58 | + atoi() and atol(); be more careful about very negative start |
| 59 | + indices in [r]find() and count() |
| 60 | + |
| 61 | + * Modules/timemodule.c: tiny additions for Windows 3.1 |
| 62 | + |
| 63 | + * Modules/gdbmmodule.c: plugged some memory leaks (Steve Clift) |
| 64 | + |
| 65 | + * Modules/socketmodule.c (makefile): made mode optional and added |
| 66 | + optional buffer size, like built-in open() |
| 67 | + |
| 68 | +Mon Mar 13 11:26:20 1995 Guido van Rossum < [email protected]> |
| 69 | + |
| 70 | + * Lib/pickle.py: added ability to pickle classes (could be used |
| 71 | + for exceptions in RPC); made format_version non-hidden variable, |
| 72 | + added compatible_formats variable, added shorthand functions |
| 73 | + dump(), load(), dumps() and loads() -- similar to marshal |
| 74 | + |
| 75 | + * Python/pythonrun.c (fatal): In NT, write msg to debugging device |
| 76 | + |
| 77 | + * Doc/lib*.tex: small changes by Soren Larsen |
| 78 | + |
1 | 79 | Thu Mar 9 15:06:02 1995 Guido van Rossum < [email protected]> |
2 | 80 |
|
3 | 81 | * Lib/pickle.py: added explicit exception for unpicklable object |
|
0 commit comments