An error occurred fetching the project authors.
- 05 Jan, 2006 2 commits
-
-
Martin v. Löwis authored
-
Martin v. Löwis authored
Also, stop determining Unicode sizes with PyString_GET_SIZE.
-
- 30 Dec, 2005 1 commit
-
-
Martin v. Löwis authored
-
- 18 Dec, 2005 1 commit
-
-
Neal Norwitz authored
-
- 15 Dec, 2005 1 commit
-
-
Neal Norwitz authored
(calling ftell(stdin) doesn't seem defined). So we won't test errors from ftell unless we can do it portably.
-
- 13 Dec, 2005 1 commit
-
-
Hye-Shik Chang authored
ftell(3) on BSD doesn't set errno even for ttys and returns useless values.
-
- 26 Nov, 2005 1 commit
-
-
Martin v. Löwis authored
Also set _XOPEN_SOURCE to 500. Will backport to 2.4.
-
- 09 Aug, 2005 1 commit
-
-
Martin v. Löwis authored
add st_gen, st_birthtime.
-
- 07 Aug, 2005 1 commit
-
-
Martin v. Löwis authored
Backported to 2.4.
-
- 02 Jun, 2005 1 commit
-
-
Hye-Shik Chang authored
when the member is available on the platform. (Contributed by Diego Petteno)
-
- 28 Mar, 2005 1 commit
-
-
Bob Ippolito authored
POSIX is enabled. This prevents the toolbox glue, all of Carbon, and various other non-POSIX features from compiling. The POSIX symbols are still used by default, so turning off the #define doesn't hurt. Additionally, linker flags have changed for Darwin 8, and are different for Darwin 8/gcc4 (default) and Darwin 8/gcc3.3. Approved by Anthony
-
- 14 Mar, 2005 1 commit
-
-
Martin v. Löwis authored
-
- 10 Feb, 2005 1 commit
-
-
Brett Cannon authored
sanity checks on tzname if HAVE_TZNAME defined. Closes bug #1096244. Thanks Gregory Bond.
-
- 23 Jan, 2005 1 commit
-
-
Martin v. Löwis authored
-
- 07 Jan, 2005 2 commits
-
-
Jack Jansen authored
MacOSX: if we cannot use -undefined dynamic_lookup (such as on 10.2 or earlier) we link extension directly against the dynamic library in the framework in stead of against the framework. This will fix building extensions for 2.3 after 2.4 has been installed too.
-
Jack Jansen authored
to an empty value and distutils will get confused lateron.
-
- 26 Dec, 2004 1 commit
-
-
Jack Jansen authored
to make using "-undefined dynamic_lookup" for linking extensions more automatic on 10.3 and later. So if we're on that platform and MACOSX_DEPLOYMENT_TARGET is not set we now set it to the current OSX version during configure. Additionally, distutils will pick up the configure-time value by default. Will backport.
-
- 24 Dec, 2004 1 commit
-
-
Matthias Klose authored
-
- 30 Nov, 2004 1 commit
-
-
Martin v. Löwis authored
Fix term.h check so that HAVE_TERM_H is actually generated.
-
- 07 Nov, 2004 1 commit
-
-
Brett Cannon authored
the 'if' statement that performed the test. Not all platforms run the test and on those tests configure outputted a rogue 'no' line.
-
- 06 Nov, 2004 1 commit
-
-
Anthony Baxter authored
-
- 26 Oct, 2004 1 commit
-
-
Hye-Shik Chang authored
(Submitted by James William Pye, Patch revised by Jiwon Seo)
-
- 13 Oct, 2004 1 commit
-
-
Anthony Baxter authored
detection to configure &c.
-
- 18 Sep, 2004 2 commits
-
-
Martin v. Löwis authored
Backported to 2.3.
-
Martin v. Löwis authored
Will backport to 2.3.
-
- 15 Sep, 2004 1 commit
-
-
Martin v. Löwis authored
-
- 25 Aug, 2004 1 commit
-
-
Trent Mick authored
-
- 16 Aug, 2004 1 commit
-
-
Matthias Klose authored
because GNU/k*BSD uses gnu pth to provide pthreads, but will also happen on any system that does the same. python fails to build because it doesn't detect gnu pth in pthread emulation. See C comments in patch for details. patch taken from http://bugs.debian.org/264315
-
- 15 Aug, 2004 1 commit
-
-
Skip Montanaro authored
warning from GCC. Closes patch #1006629.
-
- 12 Aug, 2004 1 commit
-
-
Martin v. Löwis authored
-
- 16 Jul, 2004 1 commit
-
-
Jack Jansen authored
$PYTHONFRAMEWORK.
-
- 07 Jul, 2004 1 commit
-
-
Michael W. Hudson authored
[ 960406 ] unblock signals in threads although the changes do not correspond exactly to any patch attached to that report. Non-main threads no longer have all signals masked. A different interface to readline is used. The handling of signals inside calls to PyOS_Readline is now rather different. These changes are all a bit scary! Review and cross-platform testing much appreciated.
-
- 25 Jun, 2004 1 commit
-
-
Nicholas Bastin authored
-
- 22 Jun, 2004 1 commit
-
-
Nicholas Bastin authored
-
- 18 Jun, 2004 1 commit
-
-
Skip Montanaro authored
and modules by configuring with the --enable-profiling flag.
-
- 08 Jun, 2004 1 commit
-
-
Martin v. Löwis authored
-
- 03 Jun, 2004 1 commit
-
-
Jack Jansen authored
of hard linking against the framework). If $MACOSX_DEPLOYMENT_TARGET is set, and >= 10.3, during configure we setup extensions to link with dynamic lookup. We also record the value in the Makefile. Distutils checks whether a value for MACOSX_DEPLOYMENT_TARGET was recorded in the Makefile, and if it was insists that the current value matches. This is only a partial fix because it only applies to 2.4, and the "two python problem" exists with Python 2.3 shipped with MacOSX 10.3, which we have no influence over.
-
- 07 May, 2004 1 commit
-
-
Martin v. Löwis authored
Backported to 2.3.
-
- 14 Apr, 2004 1 commit
-
-
Hye-Shik Chang authored
getaddrinfo() properly if the KAME stack had SCTP support. (Submitted by SUZUKI Shinsuke)
-
- 21 Mar, 2004 1 commit
-
-
Nicholas Bastin authored
Fixes SF Bug #850981
-