- 23 Agu, 2005 1 kayıt (commit)
-
-
Gregory P. Smith yazdı
the _hashlibopenssl module (>= 0.9.7 required) and to not compile the sha256 and sha512 modules if OpenSSL >= 0.9.8 is found.
-
- 21 Agu, 2005 1 kayıt (commit)
-
-
Gregory P. Smith yazdı
A new hashlib module to replace the md5 and sha modules. It adds support for additional secure hashes such as SHA-256 and SHA-512. The hashlib module uses OpenSSL for fast platform optimized implementations of algorithms when available. The old md5 and sha modules still exist as wrappers around hashlib to preserve backwards compatibility.
-
- 17 Tem, 2005 1 kayıt (commit)
-
-
Hye-Shik Chang yazdı
-
- 25 Nis, 2005 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
defined in the makefile. Get CFLAGS from the Makefile, instead of getting OPT, BASE_CFLAGS and EXTRA_CFLAGS individually.
-
- 15 Nis, 2005 1 kayıt (commit)
-
-
Brett Cannon yazdı
properly build the module. Also moved up the creation of config_h_vars (from distutils.sysconfig.parse_config_h()) higher on up in detect_modules() so that it can be used sooner).
-
- 09 Mar, 2005 1 kayıt (commit)
-
-
Andrew MacIntyre yazdı
-
- 08 Mar, 2005 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
Will backport to 2.4.
-
- 28 Şub, 2005 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
Combined efforts of many including Peter Harris, Hye-Shik Chang, Martin v. Löwis, Nick Coghlan, Paul Moore, and Raymond Hettinger.
-
- 16 Şub, 2005 1 kayıt (commit)
-
-
Brett Cannon yazdı
defined.
-
- 23 Ock, 2005 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
- 02 Ock, 2005 1 kayıt (commit)
-
-
Brett Cannon yazdı
in no way affect library or include directories the code must take that into account and not assume some options were found.
-
- 31 Ara, 2004 1 kayıt (commit)
-
-
Brett Cannon yazdı
LDFLAGS and CPPFLAGS for library and include directories, respectively. Solves issue of either env var containing other options that do not pertain to the directories being searched for.
-
- 18 Ara, 2004 1 kayıt (commit)
-
-
Brett Cannon yazdı
This is to avoid a problem that inconsistently comes up where the environment variable is unset while the Makefile clearly has the values set and are used during ``make``. Closes bug #1081045.
-
- 13 Ara, 2004 2 kayıt (commit)
-
-
Gregory P. Smith yazdı
code. This version is much cleaner and makes a proper attempt at pairing up the correct header file and library.
-
Gregory P. Smith yazdı
-
- 07 Ara, 2004 2 kayıt (commit)
-
-
Brett Cannon yazdı
instead of getopt. Required making use of gettext._ as optional (optparse changed OK'ed by Greg Ward in private email).
-
Brett Cannon yazdı
directories) and the include directories specified in CPPFLAGS (``-I`` directories) for compiling the extension modules. This has led to the core being compiled with the values in the shell's CPPFLAGS. It has also removed the need for special casing to use Fink and DarwinPorts under darwin since the needed directories can now be specified in LDFLAGS and CPPFLAGS (e.g., DarwinPorts users can now do ``LDFLAGS=-L/opt/local/lib; CPPFLAGS=-I/opt/local/include; ./configure`` for everything to work properly). Parsing the values in the environment variables is done with getopt. While optparse would have been a nicer solution it cannot be used because of dependency issues at execution time; optparse uses gettext which uses struct which will not have been compiled when the code is imported. If optparse ever makes its importation of gettext optional by catching ImportError and setting _() to an identity function then it can be used.
-
- 13 Kas, 2004 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
regrtest.py: skip rgbimg and imageop as they are not built on 64-bit systems. _tkinter.c: replace %.8x with %p for printing pointers. setup.py: add lib64 into the library directories.
-
- 13 Eki, 2004 1 kayıt (commit)
-
-
Anthony Baxter yazdı
Python's own setup.py that did the same thing (and tested on Solaris, where LDSHARED is needed...)
-
- 28 Eyl, 2004 1 kayıt (commit)
-
-
Brett Cannon yazdı
the proper path directories for compiling extension modules.
-
- 31 Agu, 2004 1 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
-
- 26 Agu, 2004 2 kayıt (commit)
-
-
Tim Peters yazdı
-
Brett Cannon yazdı
Mac-specific modules. Before all modules were compiled but would fail thanks to a dependence on the code included when Python was built without the compiler flag. Closes bug #991962.
-
- 18 Agu, 2004 1 kayıt (commit)
-
-
Hye-Shik Chang yazdı
-
- 23 Tem, 2004 1 kayıt (commit)
-
-
Tim Peters yazdı
-
- 20 Tem, 2004 1 kayıt (commit)
-
-
Hye-Shik Chang yazdı
-
- 19 Tem, 2004 2 kayıt (commit)
-
-
Neal Norwitz yazdı
-
Martin v. Löwis yazdı
-
- 18 Tem, 2004 2 kayıt (commit)
-
-
Tim Peters yazdı
-
Hye-Shik Chang yazdı
and installed layouts to make maintenance simple and easy. And it also adds four new codecs; big5hkscs, euc-jis-2004, shift-jis-2004 and iso2022-jp-2004.
-
- 15 Tem, 2004 1 kayıt (commit)
-
-
Jack Jansen yazdı
-
- 26 Haz, 2004 1 kayıt (commit)
-
-
Skip Montanaro yazdı
-
- 24 Haz, 2004 1 kayıt (commit)
-
-
Brett Cannon yazdı
__PyTime_DoubleToTimet().
-
- 04 Haz, 2004 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
- 02 Haz, 2004 1 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
-
- 19 Nis, 2004 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
* Mark the C version as private and only use when available.
-
- 21 Mar, 2004 2 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-
- 07 Şub, 2004 1 kayıt (commit)
-
-
Skip Montanaro yazdı
-
- 29 Ock, 2004 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
* Add unittests, newsitem, and whatsnew * Apply to Queue.py mutex.py threading.py pydoc.py and shlex.py * Docs are forthcoming
-