- 04 Eki, 2002 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
- 30 Eyl, 2002 2 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
- 25 Eyl, 2002 2 kayıt (commit)
-
-
Neal Norwitz yazdı
Quotes aren't necessary in case statements. Spotted by Neil Schemenauer.
-
Neal Norwitz yazdı
Need to quote $GCC in case it isn't set.
-
- 16 Eyl, 2002 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
- 10 Eyl, 2002 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
- 09 Eyl, 2002 2 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
- 15 Agu, 2002 1 kayıt (commit)
-
-
Guido van Rossum yazdı
--with-universal-newline.
-
- 04 Agu, 2002 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
- 01 Agu, 2002 1 kayıt (commit)
-
-
Jack Jansen yazdı
us to completely decouple the framework from the executable, so we can use a two-level namespace. - Do framework builds with a twolevel namespace. - Reorganized the code that creates the minimal framework in the build directory, to make it more robust against incomplete frameworks (from earlier aborted builds, or builds of previous Python versions).
-
- 30 Tem, 2002 2 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
Neal Norwitz yazdı
-
- 28 Tem, 2002 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
- 20 Tem, 2002 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
available in the configure tests already.
-
- 19 Tem, 2002 2 kayıt (commit)
-
-
Guido van Rossum yazdı
for the time module, because somehow configure won't define the symbols HAVE_STRUCT_TM_TM_ZONE, HAVE_TM_ZONE, and HAVE_TZNAME in this case. I've got no time to research this further, so I leave it in Jeremy and Martin's capable hands to find a different solution for True64 (or to devise a way to get the time tests to succeed while defining _XOPEN_SOURCE).
-
Mark Hammond yazdı
-
- 18 Tem, 2002 2 kayıt (commit)
-
-
Jeremy Hylton yazdı
This gets compilation of posixmodule.c to succeed on Tru64 and does no harm on Linux. We may need to undefine it on some platforms, but let's wait and see. Martin says: > I think it is generally the right thing to define _XOPEN_SOURCE on > Unix, providing a negative list of systems that cannot support this > setting (or preferably solving whatever problems remain). > > I'd put an (unconditional) AC_DEFINE into configure.in early on; it > *should* go into confdefs.h as configure proceeds, and thus be active > when other tests are performed.
-
Jeremy Hylton yazdı
-
- 17 Tem, 2002 1 kayıt (commit)
-
-
Jeremy Hylton yazdı
The staticforward define was needed to support certain broken C compilers (notably SCO ODT 3.0, perhaps early AIX as well) botched the static keyword when it was used with a forward declaration of a static initialized structure. Standard C allows the forward declaration with static, and we've decided to stop catering to broken C compilers. (In fact, we expect that the compilers are all fixed eight years later.) I'm leaving staticforward and statichere defined in object.h as static. This is only for backwards compatibility with C extensions that might still use it. XXX I haven't updated the documentation.
-
- 08 Tem, 2002 1 kayıt (commit)
-
-
Neil Schemenauer yazdı
-
- 25 Haz, 2002 1 kayıt (commit)
-
-
Skip Montanaro yazdı
fell swoop. Anyway, this just deletes a couple checks for dbm-type header files that are now performed in setup.py. See patch 553108 for details.
-
- 21 Haz, 2002 1 kayıt (commit)
-
-
Jack Jansen yazdı
OSX framework build process. Things fixed/modified: - the filesystem case-sensitivity test now works for builds outside the source directory - various other fixes for building outside the source directory - python.app now has a target in the main Makefile - WASTE and AquaTk are found more automatically
-
- 14 Haz, 2002 1 kayıt (commit)
-
-
Skip Montanaro yazdı
library. Since multiple versions can be installed simultaneously, it's crucial that you only select libraries and header files which are compatible with each other. Version checking is done from highest version to lowest. Building using version 1 of Berkeley DB is disabled by default because of the hash file bugs people keep rediscovering. It can be enabled by uncommenting a few lines in setup.py. Closes patch 553108.
-
- 13 Haz, 2002 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
- 11 Haz, 2002 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
- 09 Haz, 2002 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
- 06 Haz, 2002 1 kayıt (commit)
-
-
Michael W. Hudson yazdı
out how to just activate my code on platforms where I know it works (currently only linux/x86).
-
- 04 Haz, 2002 1 kayıt (commit)
-
-
Jason Tishler yazdı
This patch complies with the following request found near the top of configure.in: # This is for stuff that absolutely must end up in pyconfig.h. # Please use pyport.h instead, if possible. I tested this patch under Cygwin, Win32, and Red Hat Linux. Python built and ran successfully on each of these platforms.
-
- 01 Haz, 2002 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
compiler. Fixes #559429. 2.2 bugfix candidate.
-
- 27 May, 2002 1 kayıt (commit)
-
-
Michael W. Hudson yazdı
[ 559250 ] more POSIX signal stuff Adds support (and docs and tests and autoconfery) for posix signal mask handling -- sigpending, sigprocmask and sigsuspend.
-
- 15 May, 2002 2 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
Jason Tishler yazdı
This patch complies with the following request found near the top of configure.in: # This is for stuff that absolutely must end up in pyconfig.h. # Please use pyport.h instead, if possible. I tested this patch under Cygwin, Win32, and Red Hat Linux. Python built and ran successfully on each of these platforms.
-
- 08 May, 2002 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
- 03 May, 2002 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
- 20 Nis, 2002 1 kayıt (commit)
-
-
Neal Norwitz yazdı
-
- 18 Nis, 2002 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
Will backport to 2.1 and 2.2.
-
- 16 Nis, 2002 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
- 15 Nis, 2002 1 kayıt (commit)
-
-
Fred Drake yazdı
This is part of SF feature #536796.
-