- 24 Agu, 2005 18 kayıt (commit)
-
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Martin v. Löwis yazdı
Will backport to 2.4.
-
Raymond Hettinger yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Martin v. Löwis yazdı
Will backport to 2.4.
-
Martin v. Löwis yazdı
even if there is an exception in later lines, resulting in correct line numbers for decoding errors in source code. Fixes #1178484. Will backport to 2.4.
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Raymond Hettinger yazdı
Docs were missing the name/bases/dict form of type(). (Much of the wording contributed by Steven Bethard.)
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
Will backport to 2.4.
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
already been computed. * Apply a GET_SIZE macro().
-
- 23 Agu, 2005 12 kayıt (commit)
-
-
Gregory P. Smith yazdı
VC++6 doesn't accept them. This *will* result in tons of the following warning from gcc 3.x: (gcc "2.96ish" doesn't issue this warning) warning: integer constant is too large for "long" type the code compiles fine regardless. squashing the gcc warnings is the next task. Would someone on windows please confirm that this does or does not compile and if it does or does not pass the test_hashlib.py unit tests.
-
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.
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
(Contributed by Michael R Bax.)
-
Andrew M. Kuchling yazdı
In an e-mail to the webmaster alias, some suggested adding this text. Windows users, please correct/expand as necessary.
-
Fred Drake yazdı
SF patch #1057588; other changes make the rest of the patch out of date or otherwise unnecessary
-
Fred Drake yazdı
(closes SF bug #736659, patch #901369)
-
Kurt B. Kaiser yazdı
-
Kurt B. Kaiser yazdı
when using X11 and the Fink distribution. Python Bug 1263656. 2. Eliminate duplicated code in ScriptBinding.run_module_event() Modified Files: NEWS.txt ScriptBinding.py
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-
- 22 Agu, 2005 3 kayıt (commit)
-
-
Georg Brandl yazdı
-
Gregory P. Smith yazdı
-
Georg Brandl yazdı
-
- 21 Agu, 2005 7 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.
-
Georg Brandl yazdı
-
Raymond Hettinger yazdı
(Contributed by Michael R Bax.)
-
Georg Brandl yazdı
-
Raymond Hettinger yazdı
sequences ==> iterables
-
Raymond Hettinger yazdı
Minor clarification.
-
Raymond Hettinger yazdı
Fix over-aggressive PyErr_Clear(). The same code fragment appears in various guises in list.extend(), map(), filter(), zip(), and internally in PySequence_Tuple().
-