- 13 Sep, 2007 1 commit
-
-
Martin v. Löwis authored
-
- 12 Sep, 2007 8 commits
-
-
Georg Brandl authored
and smtpd.py scripts that are installed by setup.py. That way, they work when only "make altinstall" is used.
-
Georg Brandl authored
to be orderable to properly represent them.
-
https://svn.python.org/Bill Janssen authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
(This doesn't need to be merged to Py3k.)
-
- 11 Sep, 2007 5 commits
-
-
Brett Cannon authored
no-no. Fixes issue #1147. Need to fix 2.5 to raise a proper warning if a string exception is passed in.
-
Thomas Heller authored
find out if they cause the segfault on the 'alpha Debian' machine.
-
Nick Coghlan authored
-
Bill Janssen authored
-
Bill Janssen authored
context where it can't be imported.
-
- 10 Sep, 2007 12 commits
-
-
Bill Janssen authored
-
Guido van Rossum authored
Backport abc.py and isinstance/issubclass overloading to 2.6. I had to backport test_typechecks.py myself, and make one small change to abc.py to avoid duplicate work when x.__class__ and type(x) are the same.
-
Guido van Rossum authored
Make sure the type of the return value of re.sub(x, y, z) is the type of y+x (i.e. unicode if either is unicode, str if they are both str) even if there are no substitutions or if x==z (which triggered various special cases in join_list()). Could be backported to 2.5; no need to port to 3.0.
-
Bill Janssen authored
* 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 authored
Closes issue #1096.
-
Gregory P. Smith authored
to lockups. We'll reenable it once a good 4.6.x release exists.
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
/usr/xpg4/bin/tr); make the character ranges explicit.
-
- 09 Sep, 2007 3 commits
-
-
Gregory P. Smith authored
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 authored
-
Ronald Oussoren authored
(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 Sep, 2007 1 commit
-
-
Skip Montanaro authored
-
- 07 Sep, 2007 7 commits
-
-
Georg Brandl authored
-
Georg Brandl authored
-
Thomas Heller authored
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 authored
-
Thomas Heller authored
-
Brett Cannon authored
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 authored
implementation of either function depends on ctypes but uuid as a whole does not.
-
- 06 Sep, 2007 3 commits
-
-
Gregory P. Smith authored
windows happy.
-
Skip Montanaro authored
branch, seems like it ought to be on the trunk as well.
-
Thomas Heller authored
-