- 23 Şub, 2008 1 kayıt (commit)
-
-
Christian Heimes yazdı
-
- 16 Mar, 2006 1 kayıt (commit)
-
-
Neal Norwitz yazdı
-
- 31 Agu, 2004 1 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
-
- 29 Tem, 2004 1 kayıt (commit)
-
-
Neal Norwitz yazdı
Backport candidate.
-
- 18 Tem, 2004 1 kayıt (commit)
-
-
Tim Peters yazdı
-
- 02 Haz, 2004 1 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
-
- 17 Ock, 2004 1 kayıt (commit)
-
-
Skip Montanaro yazdı
Remove BAD_EXEC_PROTOYPE (leftover from IRIX 4 demolition).
-
- 14 Haz, 2002 1 kayıt (commit)
-
-
Guido van Rossum yazdı
These built-in functions are replaced by their (now callable) type: slice() buffer() and these types can also be called (but have no built-in named function named after them) classobj (type name used to be "class") code function instance instancemethod (type name used to be "instance method") The module "new" has been replaced with a small backward compatibility placeholder in Python. A large portion of the patch simply removes the new module from various platform-specific build recipes. The following binary Mac project files still have references to it: Mac/Build/PythonCore.mcp Mac/Build/PythonStandSmall.mcp Mac/Build/PythonStandalone.mcp [I've tweaked the code layout and the doc strings here and there, and added a comment to types.py about StringTypes vs. basestring. --Guido]
-
- 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.
-
- 10 Nis, 2001 1 kayıt (commit)
-
-
Guido van Rossum yazdı
modified from setup.py version "1.37" to support BeOS build. Contributed by Donn Cave (SF patch 411830).
-
- 21 Mar, 2001 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
by requiring it. Also remove commentary from Setup.dist about commenting in and out stuff.
-
- 17 Mar, 2001 1 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
/usr/local first and leaving /usr/include at the end. This addresses the comments in bug #232609.
-
- 02 Mar, 2001 1 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
-
- 28 Şub, 2001 3 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
a subdirectory.
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-
- 27 Şub, 2001 1 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
building under Cygwin. Makes some fixes to the dlmodule in order to compile with Cygwin.
-
- 23 Şub, 2001 2 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
simpler than adding a bazillion switches, but means that the makesetup method probably can't ever go away completely. Oh well...
-
Andrew M. Kuchling yazdı
less wrong)
-
- 21 Şub, 2001 1 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
where they break.
-
- 06 Şub, 2001 3 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
packages
-
- 04 Şub, 2001 1 kayıt (commit)
-
-
Tim Peters yazdı
-
- 02 Şub, 2001 3 kayıt (commit)
-
-
Jeremy Hylton yazdı
-
Marc-André Lemburg yazdı
-
Marc-André Lemburg yazdı
-
- 01 Şub, 2001 1 kayıt (commit)
-
-
Fred Drake yazdı
-
- 26 Ock, 2001 3 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
Add header comment and __version__
-
Marc-André Lemburg yazdı
if we can find the libtermcap in the usual places. Some platforms don't have libtermcap, e.g. MacOSX.
-
Marc-André Lemburg yazdı
1. skipping of extensions which cause an error (a warning message is written to stdout, but the build process no longer fails completely) 2. the readline extension to compile on SuSE Linux (and probably other platforms too) by adding /usr/lib/termcap to the library search path
-
- 24 Ock, 2001 3 kayıt (commit)
-
-
Neil Schemenauer yazdı
-
Fredrik Lundh yazdı
-
Andrew M. Kuchling yazdı
Get platform-specific modules right on Cygwin Getting a string value for the platform has been factored out into get_platform()
-
- 23 Ock, 2001 1 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
-
- 22 Ock, 2001 1 kayıt (commit)
-
-
Marc-André Lemburg yazdı
-
- 21 Ock, 2001 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
- 19 Ock, 2001 2 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
sys.builtin_module_names Add SSL directories in /usr/contrib/ for FreeBSD
-
Andrew M. Kuchling yazdı
to build in a subdirectory. The additional directory is unfortunately redundant when *not* building in a subdirectory, which is why I took it out.
-
- 18 Ock, 2001 1 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
wraps to 80chars, and adds some really hacky setting of compiler options when CC and LDSHARED are given on the make command line. (The Distutils should probably provide a utility function to automatically handle a number of common environment variables)
-