- 04 Haz, 2002 1 kayıt (commit)
-
-
Fred Drake yazdı
modules, distutils does not understand that the build version of the source tree is needed. This patch fixes distutils.sysconfig to understand that the running Python is part of the build tree and needs to use the appropriate "shape" of the tree. This does not assume anything about the current directory, so can be used to build 3rd-party modules using Python's build tree as well. This is useful since it allows us to use a non-installed debug-mode Python with 3rd-party modules for testing. It as the side-effect that set_python_build() is no longer needed (the hack which was added to allow distutils to be used to build the "standard" extension modules). This closes SF patch #547734.
-
- 22 May, 2002 1 kayıt (commit)
-
-
Jason Tishler yazdı
mwh wrote: > Jason, feel free to complain if you think this isn't > the right thing to do. I guess that I would like to complain and reopen this issue. :,) I cannot build a Python 2.2.1 with threads under Cygwin without this patch even though I'm using Michael's static _socket workaround. This is due to the Cygwin fork() problem with DLL base address conflicts that are triggered by importing many modules during the setup.py run. Similar problems can also be caused by regrtest.py. Even after my rebase patch is accepted into Cygwin's setup.exe, I feel this patch will still be necessary. This is because during the build process, the shared extensions (i.e., DLLs) will not be rebased yet. Hence, the potential for DLL base address conflicts will exist. One way to obviate this patch is to push the rebase functionality into Cygwin's ld. Unfortunately, I don't think this is likely to happen. Another possible way, is to use the yet to be defined and implemented unload module functionality: http://mail.python.org/pipermail/python-dev/2001-December/019028.html
-
- 04 Nis, 2002 1 kayıt (commit)
-
-
Guido van Rossum yazdı
permission from Paul Everitt). Also removed a few other references to Digital Creations and changed the remaining ones to Zope Corporation.
-
- 25 Mar, 2002 1 kayıt (commit)
-
-
Neal Norwitz yazdı
Fix whitespace on a line also.
-
- 07 Mar, 2002 1 kayıt (commit)
-
-
Michael W. Hudson yazdı
[ 508779 ] Disable flat namespace on MacOS X I presume you wanted this on the trunk too, Jack? 2.2.1 candidate.
-
- 01 Mar, 2002 1 kayıt (commit)
-
-
Michael W. Hudson yazdı
discussed on python-dev.
-
- 16 Şub, 2002 1 kayıt (commit)
-
-
Marc-André Lemburg yazdı
helper module _ssl. The support for the RAND_* APIs in _ssl is now only enabled for OpenSSL 0.9.5 and up since they were added in that release. Note that socketmodule.* should really be renamed to _socket.* -- unfortunately, this seems to lose the CVS history of the file. Please review and test... I was only able to test the header file chaos in socketmodule.c/h on Linux. The test run through fine and compiles don't give errors or warnings. WARNING: This patch does *not* include changes to the various non-Unix build process files.
-
- 14 Şub, 2002 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
- 13 Şub, 2002 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
- 11 Şub, 2002 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
- 23 Ock, 2002 2 kayıt (commit)
-
-
Michael W. Hudson yazdı
[ #433775 ] module build dir first in test import though not in the way the summary would suggest; use imp.load_dynamic() in setup.py to ensure we're testing the dynamic object we think we are.
-
Michael W. Hudson yazdı
so I threw reindent.py at it and look what happened! Did setup.py escape Tim's regular whitespace normalizations?
-
- 21 Ock, 2002 1 kayıt (commit)
-
-
Jack Jansen yazdı
-
- 16 Ock, 2002 1 kayıt (commit)
-
-
Michael W. Hudson yazdı
[ #420565 ] makes setup.py search sys.prefix I think this also fixes some bug in the tracker about not searching directories that don't exist, but I can't find the report :(
-
- 01 Ock, 2002 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
- 17 Ara, 2001 1 kayıt (commit)
-
-
Guido van Rossum yazdı
to the non-existing pympz (did that ever exist?).
-
- 13 Ara, 2001 1 kayıt (commit)
-
-
Just van Rossum yazdı
-
- 12 Ara, 2001 1 kayıt (commit)
-
-
Jack Jansen yazdı
but compiles OK.
-
- 09 Ara, 2001 1 kayıt (commit)
-
-
Jack Jansen yazdı
any further, yet.
-
- 06 Ara, 2001 3 kayıt (commit)
-
-
Fred Drake yazdı
distutils for the library modules built as shared objects. A better solution appears possible, but with the threat that the distutils becomes more magical ("complex"). This closes SF bug #458343.
-
Fred Drake yazdı
-
Andrew M. Kuchling yazdı
Bugfix candidate.
-
- 05 Ara, 2001 1 kayıt (commit)
-
-
Jack Jansen yazdı
As of OS X 10.1.1 the version numbering scheme has changed. Convert all "darwin*" to "darwin" and use that for testing.
-
- 24 Kas, 2001 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
- 01 Kas, 2001 1 kayıt (commit)
-
-
Jack Jansen yazdı
if you are not building while logged in to the console (you cannot connect to the window server, so the Carbon library doesn't initialize). Added a quick hack to skip the import test, with a warning, for modules linked against Carbon.
-
- 31 Eki, 2001 1 kayıt (commit)
-
-
Jack Jansen yazdı
routines. As of 10.1 using Carbon will crash Python if no window server is available (ssh connection, console mode, MacOSX Server). This fixes bug #466907. A result of this mod is that the default 8bit encoding on OSX is now ASCII, for the time being. Also, the extension modules that need the Carbon framework now explicitly include it in setup.py.
-
- 21 Eki, 2001 1 kayıt (commit)
-
-
Neil Schemenauer yazdı
#230075 ] dbmmodule build fails on Debian GNU/Linux unstable (Sid)". - Build bsddb module with libdb3 if it's available. It also fixes a bug that causes the build of bsddb to fail on Debian if bsddb3-dev is installed.
-
- 17 Eki, 2001 1 kayıt (commit)
-
-
Jeremy Hylton yazdı
-
- 12 Eki, 2001 1 kayıt (commit)
-
-
Fred Drake yazdı
-
- 08 Eki, 2001 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
in LDSHARED.
-
- 03 Eki, 2001 1 kayıt (commit)
-
-
Greg Ward yazdı
-
- 18 Eyl, 2001 1 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
can be found.
-
- 17 Eyl, 2001 1 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
module on the Cygwin platform.
-
- 13 Eyl, 2001 1 kayıt (commit)
-
-
Greg Ward yazdı
-
- 04 Eyl, 2001 2 kayıt (commit)
-
-
Jack Jansen yazdı
--enable-framework. Some modules that are also useful outside a fullblown application are always built.
-
Jack Jansen yazdı
curses, far too old for _cursesmodule.c.
-
- 22 Agu, 2001 1 kayıt (commit)
-
-
Barry Warsaw yazdı
level to 2.2a2+
-
- 21 Agu, 2001 1 kayıt (commit)
-
-
Skip Montanaro yazdı
incarnations. It's probably not quite sufficient, but should be better than the status quo...
-
- 17 Agu, 2001 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
- Do not compile unicodeobject, unicodectype, and unicodedata if Unicode is disabled - check for Py_USING_UNICODE in all places that use Unicode functions - disables unicode literals, and the builtin functions - add the types.StringTypes list - remove Unicode literals from most tests.
-
- 16 Agu, 2001 1 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
Remove pointless comment
-