- 10 Eyl, 2007 9 kayıt (commit)
-
-
Bill Janssen yazdı
* Much expanded test suite: All protocols tested against all other protocols. All protocols tested with all certificate options. Tests for bad key and bad cert. Test of STARTTLS functionality. Test of RAND_* functions. * Fixes for threading/malloc bug. * Issue 1065 fixed: sslsocket class renamed to SSLSocket. sslerror class renamed to SSLError. Function "wrap_socket" now used to wrap an existing socket. * Issue 1583946 finally fixed: Support for subjectAltName added. Subject name now returned as proper DN list of RDNs. * SSLError exported from socket as "sslerror". * RAND_* functions properly exported from ssl.py. * Documentation improved: Example of how to create a self-signed certificate. Better indexing.
-
Brett Cannon yazdı
Closes issue #1096.
-
Gregory P. Smith yazdı
to lockups. We'll reenable it once a good 4.6.x release exists.
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
/usr/xpg4/bin/tr); make the character ranges explicit.
-
- 09 Eyl, 2007 3 kayıt (commit)
-
-
Gregory P. Smith yazdı
alone class. This addresses the primary concern in http://bugs.python.org/issue1706815 python-dev discussion here: http://mail.python.org/pipermail/python-dev/2007-July/073749.html I chose IOError rather than EnvironmentError as the base class since socket objects are often used as transparent duck typed file objects in code already prepared to deal with IOError exceptions. also a minor fix: urllib2 - fix a couple places where IOError was raised rather than URLError. for better or worse, URLError already inherits from IOError so this won't break any existing code. test_urllib2net - replace bad ftp urls.
-
Gregory P. Smith yazdı
-
Ronald Oussoren yazdı
(Make-)files that use mandir (and other data directory macros). This patch solves a warning during configure, specifically: ... config.status: creating Makefile.pre config.status: WARNING: ../Makefile.pre.in seems to ignore the --datarootdir setting ... See also: <http://www.gnu.org/software/automake/manual/autoconf/Changed-Directory-Variables.html>
-
- 08 Eyl, 2007 1 kayıt (commit)
-
-
Skip Montanaro yazdı
-
- 07 Eyl, 2007 7 kayıt (commit)
-
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Thomas Heller yazdı
Add a workaround for a strange bug on win64, when _ctypes is compiled with the SDK compiler. This should fix the failing Lib\ctypes\test\test_as_parameter.py test.
-
Thomas Heller yazdı
-
Thomas Heller yazdı
-
Brett Cannon yazdı
ever going back out to Python code in PyObject_Call(). Required introducing a static RuntimeError instance so that normalizing an exception there is no reliance on a recursive call that would put the exception system over the recursion check itself.
-
Brett Cannon yazdı
implementation of either function depends on ctypes but uuid as a whole does not.
-
- 06 Eyl, 2007 6 kayıt (commit)
-
-
Gregory P. Smith yazdı
windows happy.
-
Skip Montanaro yazdı
branch, seems like it ought to be on the trunk as well.
-
Thomas Heller yazdı
-
Georg Brandl yazdı
-
Armin Rigo yazdı
This attack is against ceval.c:IMPORT_NAME, which calls an object (__builtin__.__import__) without holding a reference to it.
-
Armin Rigo yazdı
ptrace_enter_call() assumes no exception is currently set. This assumption is broken when throwing into a generator.
-
- 05 Eyl, 2007 5 kayıt (commit)
-
-
Georg Brandl yazdı
Backport from Py3k: Bug #1684991: explain lookup semantics for __special__ methods (new-style classes only).
-
Martin v. Löwis yazdı
a readonly source.
-
Armin Rigo yazdı
There are probably a number of places that are open to attacks such as the following one, in bltinmodule.c:min_max().
-
Martin v. Löwis yazdı
to get dependencies right.
-
Bill Janssen yazdı
-
- 04 Eyl, 2007 7 kayıt (commit)
-
-
Matthias Klose yazdı
-
Matthias Klose yazdı
-
Matthias Klose yazdı
to include some information about the build environment.
-
Martin v. Löwis yazdı
source encoding. Will backport to 2.5.
-
Martin v. Löwis yazdı
get_completion_type to readline.
-
Martin v. Löwis yazdı
context. Fixes #1626801.
-
Mark Summerfield yazdı
-
- 03 Eyl, 2007 2 kayıt (commit)
-
-
Matthias Klose yazdı
-
Georg Brandl yazdı
-