- 07 Jan, 1995 4 commits
-
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
- 04 Jan, 1995 13 commits
-
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
lib.tex: add libimp; remove bogus warning about lineii. libmath.tex: document hypot(). libmd5.tex: rename md5.md5() to md5.new(). libposix.tex: document chown(). libposixfile.tex: openfile() instead of fileopen(). libsocket.tex: document gethostbyaddr(). libtypes.tex: add footnote explaining why readline() keeps the newline. ref3.tex: correct typos, add back*quotes to index. ref4.tex: don't use \verb inside footnote. ref5.tex: explain repr() and str() and add them + back*quotes to index. ref6.tex: correct typo, don't use \verb in footnote. ref7.tex: don't use \verb in footnote.
-
Guido van Rossum authored
-
Guido van Rossum authored
bltinmodule.c: fixed coerce() nightmare in ternary pow(). modsupport.c (initmodule2): pass METH_FREENAME flag to newmethodobject(). pythonrun.c: move flushline() into and around print_error().
-
Guido van Rossum authored
Setup.in: clarified Tk comments somewhat. structmodule.c: use memcpy() instead of double precision assignment.
-
Guido van Rossum authored
-
Guido van Rossum authored
floatobject.c: fix hash(). methodobject.c: support METH_FREENAME flag bit.
-
Guido van Rossum authored
object.h: made sizes and refcnts signed ints. stringobject.h: make getstrsize() signed int. methodobject.h: add METH_VARARGS and METH_FREENAME flag bit definitions.
-
Guido van Rossum authored
Makefile.in: run config.status in "make recheck". configure.in: add test for hypot(). config.h.in, configure: since configure.in changed. rest: the usual boring stuff.
-
- 02 Jan, 1995 9 commits
-
-
Guido van Rossum authored
lookmapping() for empty dictionary
-
Guido van Rossum authored
Note addition of gethostbyaddr() and improved repr() for sockets, renaming of md5.md5() to md5.new(), and fixing of leaks in threads.
-
Guido van Rossum authored
-
Guido van Rossum authored
can now be NULL.
-
Guido van Rossum authored
err_fetch/err_restore and so on). But... NOTE: import.c has been rewritten and all the DL stuff is now in the new file importdl.c.
-
Guido van Rossum authored
locals arguments
-
Guido van Rossum authored
fallback for refilemessages(), and updated the docs
-
Guido van Rossum authored
-
Guido van Rossum authored
-
- 30 Dec, 1994 5 commits
-
-
Guido van Rossum authored
-
Guido van Rossum authored
has_key() on empty dictionary
-
Guido van Rossum authored
-
Guido van Rossum authored
rest: abort() -> fatal(); small things
-
Guido van Rossum authored
-
- 21 Dec, 1994 1 commit
-
-
Sjoerd Mullender authored
This version needs Jack's img module and Sjoerd's new and improved (?) X extensions for Python. The last GL version is still available using the CVS tag "gl-editor".
-
- 16 Dec, 1994 1 commit
-
-
Barry Warsaw authored
re-search-backwards landing you inside a mult-line string.
-
- 14 Dec, 1994 7 commits
-
-
Sjoerd Mullender authored
-
Sjoerd Mullender authored
name.
-
Sjoerd Mullender authored
-
Sjoerd Mullender authored
-
Jack Jansen authored
-
Jack Jansen authored
macstrerror - strerror which uses 'Estr' resource to convert numerical MacOS errors to strings. PyErr_Mac - Raise exception with MacOS error in string form. PyMac_Idle - better idle-loop routine, which allows the user to switch applications.
-
Jack Jansen authored
runtime system.
-