- 01 Ock, 2002 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
- 24 Eki, 2001 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
STRICT_SYSV_CURSES when compiling curses module on HP/UX. Generalize access to _flags on systems where WINDOW is opaque. Fixes bugs #432497, #422265, and the curses parts of #467145 and #473150.
-
- 30 Eyl, 2001 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
- 10 Eyl, 2001 1 kayıt (commit)
-
-
Guido van Rossum yazdı
by bbrox@bbrox.org / lionel.ulmer@free.fr. This adds a configure check and if all goes well turns on the PTHREAD_SCOPE_SYSTEM thread attribute for new threads. This should remove the need to add tiny sleeps at the start of threads to allow other threads to be scheduled.
-
- 09 Eyl, 2001 1 kayıt (commit)
-
-
Guido van Rossum yazdı
support on Linux (and Solaris, I expect) for real. The necessary symbols are defined once and for all, under the assumption that they won't harm elsewhere.
-
- 06 Eyl, 2001 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
instead.
-
- 05 Eyl, 2001 2 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
Guido van Rossum yazdı
I believe this works on Linux (tested both on a system with large file support and one without it), and it may work on Solaris 2.7. The changes are twofold: (1) The configure script now boldly tries to set the two symbols that are recommended (for Solaris and Linux), and then tries a test script that does some simple seeking without writing. (2) The _portable_{fseek,ftell} functions are a little more systematic in how they try the different large file support options: first try fseeko/ftello, but only if off_t is large; then try fseek64/ftell64; then try hacking with fgetpos/fsetpos. I'm keeping my fingers crossed. The meaning of the HAVE_LARGEFILE_SUPPORT macro is not at all clear. I'll see if I can get it to work on Windows as well.
-
- 11 Tem, 2001 1 kayıt (commit)
-
-
Thomas Wouters yazdı
Also note that it isn't just Linux nice() that is broken: at least FreeBSD and BSDI also have this problem. os.nice() should probably just be emulated using getpriority()/setpriority(), if they are available, but I'll get to that later.
-
- 10 Tem, 2001 1 kayıt (commit)
-
-
Guido van Rossum yazdı
This patch allows the readline module to build cleanly with GNU readline 4.2 without breaking the build for earlier GNU readline versions. The configure script checks for the presence of rl_completion_matches in libreadline.
-
- 26 Haz, 2001 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
Add configure option --enable-unicode. Add config.h macros Py_USING_UNICODE, PY_UNICODE_TYPE, Py_UNICODE_SIZE, SIZEOF_WCHAR_T. Define Py_UCS2. Encode and decode large UTF-8 characters into single Py_UNICODE values for wide Unicode types; likewise for UTF-16. Remove test whether sizeof Py_UNICODE is two.
-
- 24 Haz, 2001 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
- 23 Haz, 2001 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
Contributed by Jun-ichiro "itojun" Hagino. get{addr,name}info emulation code taken from WIDE.
-
- 20 Mar, 2001 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 06 Mar, 2001 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
- 27 Şub, 2001 1 kayıt (commit)
-
-
Neil Schemenauer yazdı
closes SF patch #401229.
-
- 16 Ock, 2001 1 kayıt (commit)
-
-
Eric S. Raymond yazdı
when configure detects the presence of termios.h; later we'll use this for correct configuration of edline/readline. Also, fix a bug in acconfig.h -- somebody forgot to add an undef to cover the LIBNDBM configure symbol, which was preventing autoheader from working properly.
-
- 10 Ock, 2001 2 kayıt (commit)
-
-
Guido van Rossum yazdı
Extension Patch. Note: this could use some testing on NeXT, DG/UX, or BeOS, because of the changes in the Makefile regarding $(LDLIBRARY).
-
Guido van Rossum yazdı
Note: I've reordered acconfig.h and config.h.in to obtain alphabetical order (modulo case and leading _).
-
- 05 Ock, 2001 1 kayıt (commit)
-
-
Guido van Rossum yazdı
funlockfile()).
-
- 09 Eki, 2000 1 kayıt (commit)
-
-
Fred Drake yazdı
Removed DL_EXPORT_HEADER -- only needed on BeOS, and not needed there anymore. This closes SourceForge patch #101775.
-
- 19 Eyl, 2000 1 kayıt (commit)
-
-
Guido van Rossum yazdı
I can't test this, so I'm just checking it in with blind faith in Andy. I've tested that it doesn't broeak a non-Pth build on Linux. Changes include: - There's a --with-pth configure option. - Instead of _GNU_PTH, we test for HAVE_PTH. - Better signal handling. - (The config.h.in file is regenerated in a slightly different order.)
-
- 31 Agu, 2000 1 kayıt (commit)
-
-
Fred Drake yazdı
Update the build structures to automatically detect the presence of BSD db, including the proper name of the header file to include. Has all the expected niceties associated with yet-more-configure-options. ;) This checkin includes changes for non-generated files only; subsequent checkin will catch those. This is part of SourceForge patch #101272.
-
- 30 Agu, 2000 1 kayıt (commit)
-
-
Skip Montanaro yazdı
-
- 23 Agu, 2000 1 kayıt (commit)
-
-
Trent Mick yazdı
- Fix bug in thread_pthread.h::PyThread_get_thread_ident() where sizeof(pthread) < sizeof(long). - Add 'configure' for: - SIZEOF_PTHREAD is pthread_t can be included via <pthread.h> - setting Monterey system name - appropriate CC,LINKCC,LDSHARED,OPT, and CCSHARED for Monterey - Add section in README for Monterey build
-
- 18 Agu, 2000 1 kayıt (commit)
-
-
Barry Warsaw yazdı
-
- 09 Tem, 2000 1 kayıt (commit)
-
-
Fred Drake yazdı
The actual test for it is only commented out in configure.in, so it can be re-enabled if we ever run across the need for it again.
-
- 08 Tem, 2000 1 kayıt (commit)
-
-
Tim Peters yazdı
This was a convenient excuse to create the pyport.h file recently discussed! Please use new Py_ARITHMETIC_RIGHT_SHIFT when right-shifting a signed int and you *need* sign-extension. This is #define'd in pyport.h, keying off new config symbol SIGNED_RIGHT_SHIFT_ZERO_FILLS. If you're running on a platform that needs that symbol #define'd, the std tests never would have worked for you (in particular, at least test_long would have failed). The autoconfig stuff got added to Python after my Unix days, so I don't know how that works. Would someone please look into doing & testing an auto-config of the SIGNED_RIGHT_SHIFT_ZERO_FILLS symbol? It needs to be defined if & only if, e.g., (-1) >> 3 is not -1.
-
- 30 Haz, 2000 1 kayıt (commit)
-
-
Barry Warsaw yazdı
-
- 29 Haz, 2000 1 kayıt (commit)
-
-
Fred Drake yazdı
64-bit readiness (the config values are needed for patches that I will be submitting later today. The changes are as follows: - add SIZEOF_OFF_T #define's to PC/config.h (it was already in configure.in) - add SIZEOF_TIME_T #define to PC/config.h and configure Needed for some buffer overflow checking because sizeof(time_t) is different on Win64. - add SIZEOF_FPOS_T #define Needed for the Win64 large file support implementation. - add SIZEOF_HKEY in PC/config.h only Needed for proper Win32 vs. Win64 handling in PC/winreg.c - #define HAVE_LARGEFILE_SUPPORT for Win64 - typedef long intptr_t; for all Windows except Win64 (which defines it itself) This is a new ANSI (I think) type that is useful (and used by me) for proper handling in msvcrtmodule.c and posixmodule.c - indent the nested #ifdef's and #defines in PC/config.h This is *so* much more readable. There cannot be a compiler compatibilty issue here can there? Perl uses indented #defines and it compiles with everything.
-
- 08 May, 2000 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 24 Nis, 2000 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 10 Mar, 2000 1 kayıt (commit)
-
-
Guido van Rossum yazdı
Some new configuration tests and a new option, --with-wctype-functions.
-
- 20 Ara, 1999 1 kayıt (commit)
-
-
Guido van Rossum yazdı
This is part of a set of patches by Greg Stein.
-
- 16 Ara, 1999 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 16 Kas, 1999 1 kayıt (commit)
-
-
Guido van Rossum yazdı
Duzan, for AIX, to support C++ objects with static initializers, when using the genuine IBM C++ compiler (namely xlC/xlC_r). See accompanying patches to configure.in and importdl.c.
-
- 06 Nis, 1999 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 22 Mar, 1999 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 27 Ock, 1999 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 06 Ock, 1999 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-