- 04 Ock, 1995 5 kayıt (commit)
-
-
Guido van Rossum yazdı
Setup.in: clarified Tk comments somewhat. structmodule.c: use memcpy() instead of double precision assignment.
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
floatobject.c: fix hash(). methodobject.c: support METH_FREENAME flag bit.
-
Guido van Rossum yazdı
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 yazdı
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 Ock, 1995 9 kayıt (commit)
-
-
Guido van Rossum yazdı
lookmapping() for empty dictionary
-
Guido van Rossum yazdı
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 yazdı
-
Guido van Rossum yazdı
can now be NULL.
-
Guido van Rossum yazdı
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 yazdı
locals arguments
-
Guido van Rossum yazdı
fallback for refilemessages(), and updated the docs
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
- 30 Ara, 1994 5 kayıt (commit)
-
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
has_key() on empty dictionary
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
rest: abort() -> fatal(); small things
-
Guido van Rossum yazdı
-
- 21 Ara, 1994 1 kayıt (commit)
-
-
Sjoerd Mullender yazdı
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 Ara, 1994 1 kayıt (commit)
-
-
Barry Warsaw yazdı
re-search-backwards landing you inside a mult-line string.
-
- 14 Ara, 1994 19 kayıt (commit)
-
-
Sjoerd Mullender yazdı
-
Sjoerd Mullender yazdı
name.
-
Sjoerd Mullender yazdı
-
Sjoerd Mullender yazdı
-
Jack Jansen yazdı
-
Jack Jansen yazdı
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 yazdı
runtime system.
-
Jack Jansen yazdı
- Added methods AsString() and AsBytes() to resource objects, so you can get at the contents of resource items. - Ported to CodeWarrior (mainly ProcPtr/UniversalProcPtr stuff)
-
Jack Jansen yazdı
-
Jack Jansen yazdı
Support for new sys.path code in config.c
-
Jack Jansen yazdı
spaces in the name. - If you run python with a script the working directory is now the directory where the script lives (was: directory where python application lives). sys.path will include current dir, application dir and Lib, etc. relative to application dir. This is more like unix python does things and more useful besides (since you can easily import files living in the same directory as the importer). - Added the macconsole, ctb, macspeech, macdnr and mactcp modules. - For MW compiler, put 68K/PPC indication in version string.
-
Jack Jansen yazdı
-
Jack Jansen yazdı
-
Jack Jansen yazdı
- Now gives new mac exceptions - Ported to PowerPC Mac and CodeWarrior
-
Jack Jansen yazdı
now)
-
Jack Jansen yazdı
-
Jack Jansen yazdı
-
Jack Jansen yazdı
- For the mac, added ability to get at pascal-style strings
-
Jack Jansen yazdı
-