- 17 Eyl, 2007 3 kayıt (commit)
-
-
Sean Reifscheider yazdı
-
Brett Cannon yazdı
PyObject_Print(). Closes issue #1164.
-
Raymond Hettinger yazdı
Allows optional commas in the field-name spec (help when named tuples are used in conjuction with sql queries). Adds the __fields__ attribute for introspection and to support conversion to dictionary form. Adds a __replace__() method similar to str.replace() but using a named field as a target. Clean-up spelling and presentation in doc-strings.
-
- 16 Eyl, 2007 2 kayıt (commit)
-
-
Bill Janssen yazdı
-
Bill Janssen yazdı
adding the 'makefile' method to ssl.SSLSocket, and importing the requisite fakefile class from socket.py, and making the appropriate changes to it to make it use the SSL connection. Added sample HTTPS server to test_ssl.py, and test that uses it. Change SSL tests to use https://svn.python.org/, instead of www.sf.net and pop.gmail.com. Added utility function to ssl module, get_server_certificate, to wrap up the several things to be done to pull a certificate from a remote server.
-
- 15 Eyl, 2007 1 kayıt (commit)
-
-
Georg Brandl yazdı
-
- 14 Eyl, 2007 5 kayıt (commit)
-
-
Facundo Batista yazdı
-
Thomas Heller yazdı
Fixes issue #1777530; will backport to release25-maint.
-
Facundo Batista yazdı
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
the MSI builder.
-
- 13 Eyl, 2007 8 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-
Facundo Batista yazdı
to a bool). Also second argument to watchexp is now converted to Decimal, just as with all the other two-argument operations. Thanks Mark Dickinson.
-
Facundo Batista yazdı
fully updated to the latests Decimal Specification (v1.66) and the latests test cases (v2.56). Thanks to Mark Dickinson for all his help during this process.
-
Mark Summerfield yazdı
confuse. Added a note about Python 3's collections.Mapping etc., above section that describes isMappingType() etc. Added xrefs between os, os.path, fileinput, and open().
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
- 12 Eyl, 2007 8 kayıt (commit)
-
-
Georg Brandl yazdı
and smtpd.py scripts that are installed by setup.py. That way, they work when only "make altinstall" is used.
-
Georg Brandl yazdı
to be orderable to properly represent them.
-
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
(This doesn't need to be merged to Py3k.)
-
- 11 Eyl, 2007 5 kayıt (commit)
-
-
Brett Cannon yazdı
no-no. Fixes issue #1147. Need to fix 2.5 to raise a proper warning if a string exception is passed in.
-
Thomas Heller yazdı
find out if they cause the segfault on the 'alpha Debian' machine.
-
Nick Coghlan yazdı
-
Bill Janssen yazdı
-
Bill Janssen yazdı
context where it can't be imported.
-
- 10 Eyl, 2007 8 kayıt (commit)
-
-
Bill Janssen yazdı
-
Guido van Rossum yazdı
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 yazdı
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 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ı
-