- 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.
-
- 14 Nis, 2002 2 kayıt (commit)
-
-
Jack Jansen yazdı
Highlights: import and friends will understand any of \r, \n and \r\n as end of line. Python file input will do the same if you use mode 'U'. Everything can be disabled by configuring with --without-universal-newlines. See PEP278 for details.
-
Martin v. Löwis yazdı
-
- 12 Nis, 2002 3 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
- 06 Nis, 2002 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
- 05 Nis, 2002 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
- 29 Mar, 2002 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
- 27 Mar, 2002 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
- 22 Mar, 2002 1 kayıt (commit)
-
-
Neil Schemenauer yazdı
-
- 21 Mar, 2002 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
- 19 Mar, 2002 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
- 15 Mar, 2002 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
- 12 Mar, 2002 1 kayıt (commit)
-
-
Jack Jansen yazdı
525481. (Probably not a 2.2.1 candidate, unless the fix that introduced a long double into objimpl.h (rev. 2.44) is backported to 2.2.1).
-
- 08 Mar, 2002 1 kayıt (commit)
-
-
Jack Jansen yazdı
or libraries also look for thread_detach. SGI has thread_create in libc but complete pthread support only in -lpthread. Fixes #522393. 2.2.1 candidate.Killed by signal 2.
-
- 07 Mar, 2002 1 kayıt (commit)
-
-
Michael W. Hudson yazdı
-
- 24 Şub, 2002 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
(pass non-null argument to pthread_create). 2.2.1 candidate.
-
- 16 Şub, 2002 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
- 11 Şub, 2002 1 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
-
- 01 Ock, 2002 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
- 07 Ara, 2001 1 kayıt (commit)
-
-
Michael W. Hudson yazdı
[ #417634 ] configuring without C++ compiler name by checking that we're not about to try to compile C++ files with "yes". Now we wait for the system where the C++ compiler *is* called yes...
-
- 06 Ara, 2001 2 kayıt (commit)
-
-
Jack Jansen yazdı
-
Jack Jansen yazdı
as OSX HFS+) and if so add an extension to the python executable, but only in the build directory, not on the installed python.
-
- 05 Ara, 2001 1 kayıt (commit)
-
-
Jack Jansen yazdı
This should probably go into NEWS (who's responsible for that?).
-
- 04 Ara, 2001 1 kayıt (commit)
-
-
Fred Drake yazdı
This is the Unix portion of the fix for SF bug #489052.
-
- 02 Ara, 2001 2 kayıt (commit)
-
-
Martin v. Löwis yazdı
Fixes #485679.
-
Martin v. Löwis yazdı
-
- 14 Kas, 2001 1 kayıt (commit)
-
-
Jack Jansen yazdı
used the default Darwin/* for the old code. Reversed those tests so that compatibility code is in a switch leg with a specific version and newer systems take the default leg. This should allow Python to build on OSX 10.1.1 (which jumps from Darwin/1.4 to Darwin/5.1 due to a new numbering scheme).
-