- 09 Agu, 2001 7 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
If multiple header files are processed simultaneously which include each other, the corresponding modules mport each other. Specifically, if h2py is invoked with sys/types.h first, later header files won't contain the complete contents of TYPES.py.
-
Martin v. Löwis yazdı
Recognize Solaris IPv6 by checking /etc/netconfig.
-
Martin v. Löwis yazdı
Also move up AC_AIX and AC_MINIX further up.
-
Thomas Wouters yazdı
config.h (anymore). People will still have to delete config.h from their source trees manually :)
-
Martin v. Löwis yazdı
-
Tim Peters yazdı
-
- 08 Agu, 2001 33 kayıt (commit)
-
-
Tim Peters yazdı
-
Guido van Rossum yazdı
(This file could stand some reorganization -- it's hard to tell the open items apart from those that are done or nearly done.)
-
Tim Peters yazdı
-
Guido van Rossum yazdı
class.
-
Guido van Rossum yazdı
division. The basic binary operators now all correctly call the __rxxx__ variant when they should. In type_new(), I now make the new type a new-style number unless it inherits from an old-style number that has numeric methods. By way of cosmetics, I've changed the signatures of the SLOT<i> macros to take actual function names and operator names as strings, rather than rely on C preprocessor symbol manipulations. This makes the calls slightly more verbose, but greatly helps simple searches through the file: you can now find out where "__radd__" is used or where the function slot_nb_power() is defined and where it is used.
-
Jack Jansen yazdı
eventually be generated so version numbers and such are automatically correct, but they do the job for now.
-
Greg Ward yazdı
-
Tim Peters yazdı
LettError, Erik van Blokland, http://www.letterror.com/ the Python Windows installer finally has an attractive Pythonic bitmap to delight the senses and dampen the fears of the millions and millions of eager new Windows users anticipating their first Python programming joy. Always knew Mac users secretly wanted to switch to Windows <wink>.
-
Martin v. Löwis yazdı
-
Tim Peters yazdı
In the Wise installer's "Advanced Options" dialog, substitute in the actual name of "the system directory" -- this is clearer, and especially for people reading this dialog who aren't me <wink>.
-
Fred Drake yazdı
PyInterpreterState_*Head(), PyInterpreterState_Next(), and PyThreadState_Next(). Wrapped some long lines, added some others.
-
Andrew M. Kuchling yazdı
-
Fred Drake yazdı
PyNumber_*TrueDivide().
-
Tim Peters yazdı
pre-release limits.h".
-
Guido van Rossum yazdı
-
Martin v. Löwis yazdı
-
Jack Jansen yazdı
Removed extraneous semicolons that caused a gazzilion "empty declaration" warnings in the MetroWerks compiler.
-
Jack Jansen yazdı
-
Jack Jansen yazdı
-
Jack Jansen yazdı
- Give a warning if you're on a case-insensitive filesystem and have not specified --with-suffix. - Don't require --with-dyld, it is now default for OSX/Darwin (suggested by Martin v. Loewis) - Don't define _POSIX_THREADS on Darwin, it's done by standard headers already (fix by Tony Lownds) - Don't use the Mac subtree anymore, the routines relevant to OSX/Darwin have moved to a new file Python/mactoolboxglue.c.
-
Jack Jansen yazdı
- Fixed up a lot more prototypes (gcc also wants them on static routines) - Fixed various other gcc warnings.
-
Jack Jansen yazdı
-
Jack Jansen yazdı
with functionality needed for both unix-Python and MacPython and a new smaller ./Mac/Python/macglue.c which contains MacPython stuff only. pymactoolbox.h has moved to ./Include from ./Mac/Include and now also contains the relevant stuff from macglue.h. The net effect of this is that the ./Mac subdirectory is not needed anymore for building the unix-Python core on MacOSX (it is needed for building the extension modules).
-
Martin v. Löwis yazdı
-
Thomas Wouters yazdı
before.)
-
Martin v. Löwis yazdı
-
Steve Purcell yazdı
If 'unittest.py' was run from the command line with the name of a test case class as a parameter, it failed with an ugly error. (Which was a shame, because the documentation says you can do that.) The problem was the old 'is the class X that you imported from me the same as my class X?' gotcha.
-
Tim Peters yazdı
-
Tim Peters yazdı
Somebody else should feel free to repair this a different way; see Python- Dev for discussion.
-
Fred Drake yazdı
when the changes are just too small.
-
Fred Drake yazdı
-
Fred Drake yazdı
semantic labels instead of presentational markup.
-
Fred Drake yazdı
and //= to the list of other delimiter tokens. I'll work on it again when it's not so late...
-