- 04 Jan, 1995 1 commit
-
-
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 22 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.
-
Jack Jansen authored
- 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 authored
-
Jack Jansen authored
Support for new sys.path code in config.c
-
Jack Jansen authored
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 authored
-
Jack Jansen authored
-
Jack Jansen authored
- Now gives new mac exceptions - Ported to PowerPC Mac and CodeWarrior
-
Jack Jansen authored
now)
-
Jack Jansen authored
-
Jack Jansen authored
-
Jack Jansen authored
- For the mac, added ability to get at pascal-style strings
-
Jack Jansen authored
-
Jack Jansen authored
filenames than space).
-
Jack Jansen authored
-
Jack Jansen authored
-
- 12 Dec, 1994 1 commit
-
-
Barry Warsaw authored
-