- 16 Tem, 2004 1 kayıt (commit)
-
-
Jack Jansen yazdı
$PYTHONFRAMEWORK.
-
- 07 Tem, 2004 1 kayıt (commit)
-
-
Michael W. Hudson yazdı
[ 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 Haz, 2004 1 kayıt (commit)
-
-
Nicholas Bastin yazdı
-
- 22 Haz, 2004 1 kayıt (commit)
-
-
Nicholas Bastin yazdı
-
- 18 Haz, 2004 1 kayıt (commit)
-
-
Skip Montanaro yazdı
and modules by configuring with the --enable-profiling flag.
-
- 08 Haz, 2004 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
- 03 Haz, 2004 1 kayıt (commit)
-
-
Jack Jansen yazdı
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 kayıt (commit)
-
-
Martin v. Löwis yazdı
Backported to 2.3.
-
- 14 Nis, 2004 1 kayıt (commit)
-
-
Hye-Shik Chang yazdı
getaddrinfo() properly if the KAME stack had SCTP support. (Submitted by SUZUKI Shinsuke)
-
- 21 Mar, 2004 1 kayıt (commit)
-
-
Nicholas Bastin yazdı
Fixes SF Bug #850981
-
- 10 Şub, 2004 1 kayıt (commit)
-
-
Skip Montanaro yazdı
-
- 07 Şub, 2004 2 kayıt (commit)
-
-
Skip Montanaro yazdı
-
Skip Montanaro yazdı
time.strptime().
-
- 02 Şub, 2004 1 kayıt (commit)
-
-
Hye-Shik Chang yazdı
(SF Patch #888148, reviewed by loewis)
-
- 31 Ock, 2004 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
- 17 Ock, 2004 4 kayıt (commit)
-
-
Skip Montanaro yazdı
-
Skip Montanaro yazdı
-
Skip Montanaro yazdı
-
Skip Montanaro yazdı
Remove unused and unnecessary checks for sizeof(char).
-
- 08 Ara, 2003 1 kayıt (commit)
-
-
Jack Jansen yazdı
two framework builds (in /Library and /System/Library) to coexist with distutils linking against the right one. Should be backported to 2.3, but getting Apple-supplied Python to pick up these fixes is going to be non-trivial.
-
- 18 Kas, 2003 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
_XOPEN_SOURCE on AIX 4.
-
- 10 Kas, 2003 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
- 31 Eki, 2003 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
- 04 Eki, 2003 1 kayıt (commit)
-
-
Anthony Baxter yazdı
define _XOPEN_EXTENDED_SOURCE, the bug isn't triggered. Testing on FreeBSD shows that nothing is broken by this change.
-
- 03 Eki, 2003 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
- 27 Eyl, 2003 1 kayıt (commit)
-
-
Anthony Baxter yazdı
also applied to release23-maint. Note that aclocal.m4 can go away when autoconf 2.58 is out.
-
- 25 Eyl, 2003 1 kayıt (commit)
-
-
Skip Montanaro yazdı
-
- 22 Eyl, 2003 1 kayıt (commit)
-
-
Marc-André Lemburg yazdı
Added test whether wchar_t is signed or not. A signed wchar_t is not usable as internal unicode type base for Py_UNICODE since the unicode implementation assumes an unsigned type.
-
- 20 Eyl, 2003 2 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
if configured --without-threads. Backported to 2.3.
-
- 19 Eyl, 2003 1 kayıt (commit)
-
-
Brett Cannon yazdı
-
- 04 Eyl, 2003 2 kayıt (commit)
-
-
Martin v. Löwis yazdı
Will backport to 2.2.
-
Jason Tishler yazdı
which still supports shared extensions. It takes advantage the latest Cygwin binutils (i.e., 20030901-1) which can export symbols from executables: http://cygwin.com/ml/cygwin-announce/2003-09/msg00002.html Additionally, it finally lays to rest the following mailing list subthread: http://mail.python.org/pipermail/python-list/2002-May/102500.html I tested the patch under Red Hat Linux 8.0 too
-
- 09 Agu, 2003 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
- 30 Tem, 2003 1 kayıt (commit)
-
-
Fred Drake yazdı
-
- 23 Tem, 2003 1 kayıt (commit)
-
-
Jack Jansen yazdı
This makes test_coercion pass on Panther. Also added a note to NEWS that pythonw works again (it was broken in rc1).
-
- 22 Tem, 2003 1 kayıt (commit)
-
-
Jason Tishler yazdı
Cygwin's pthread_sigmask() implementation appears to be buggy. This patch works around this problem by using sigprocmask() instead. This patch is implemented in a general way so it could be used by other platforms too. If this approach is deemed too risky, then I can work up a patch that just hacks Python/thread_pthread.h for Cygwin. Note that I tested this patch against 2.3c1 under Red Hat Linux 8.0 too. [snip] And finally, I need someone to regenerate pyconfig.h.in and configure with the same versions of the autotools that are normally used by Python. Neal kindly regenerated pyconfig.h.in and configure for me.
-
- 13 Tem, 2003 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
- 10 Tem, 2003 1 kayıt (commit)
-
-
Skip Montanaro yazdı
supports pthreads
-
- 07 Tem, 2003 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
-