- 21 May, 1999 1 kayıt (commit)
-
-
Guido van Rossum yazdı
to the libs variable. Reported by Albert Chin-A-Young.
-
- 19 Nis, 1999 1 kayıt (commit)
-
-
Guido van Rossum yazdı
join \-terminated lines.
-
- 11 Ara, 1998 1 kayıt (commit)
-
-
Guido van Rossum yazdı
But IMHO, this problem really reveals an annoyance in Python's makesetup. makesetup puts the global include directories "$(INCLUDEPY) $(EXECINCLUDEPY)" in front of the directories defined by the module in Setup. Therefore global (potentially older) header files are preferred over the ones set by the module, which makes it hard to compile new versions of modules when the old versions are installed. AFAIK, the other way around is common practice for most other software. This patch to makesetup would be an potential fix for this problem, though I don't know if it breaks anything else.
-
- 04 Ara, 1998 1 kayıt (commit)
-
-
Guido van Rossum yazdı
on BeOS or Windows.
-
- 09 Eyl, 1998 1 kayıt (commit)
-
-
Guido van Rossum yazdı
"$(srcdir)/" before all source files even when is starts with "/".
-
- 14 May, 1998 1 kayıt (commit)
-
-
Guido van Rossum yazdı
we have no .c source.
-
- 02 Ara, 1997 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 21 Eki, 1997 1 kayıt (commit)
-
-
Guido van Rossum yazdı
Thanks to Daniel Larsson.
-
- 02 Nis, 1997 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 14 Şub, 1997 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 20 Agu, 1996 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 19 Agu, 1996 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 11 Eki, 1995 1 kayıt (commit)
-
-
Sjoerd Mullender yazdı
-
- 14 Haz, 1995 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 02 Ock, 1995 1 kayıt (commit)
-
-
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.
-
- 20 Eki, 1994 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 13 Eki, 1994 1 kayıt (commit)
-
-
Sjoerd Mullender yazdı
-
- 12 Eyl, 1994 2 kayıt (commit)
-
-
Sjoerd Mullender yazdı
but only if it does not end in a known suffix.
-
Guido van Rossum yazdı
-
- 30 Agu, 1994 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 23 Agu, 1994 1 kayıt (commit)
-
-
Guido van Rossum yazdı
as file.C or file.cc or file.c++; C files can be given as file.c (instead of file.o, which is still supported)
-
- 01 Agu, 1994 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 02 Ock, 1994 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-