- 19 Sep, 2007 2 commits
-
-
Sean Reifscheider authored
-
Georg Brandl authored
-
- 18 Sep, 2007 7 commits
-
-
Sean Reifscheider authored
-
Thomas Wouters authored
py3k branch ;)
-
Raymond Hettinger authored
-
Facundo Batista authored
divideint and divmod). Thanks Mark Dickinson.
-
Georg Brandl authored
-
Raymond Hettinger authored
-
Andrew M. Kuchling authored
-
- 17 Sep, 2007 6 commits
-
-
Sean Reifscheider authored
-
Facundo Batista authored
executed through a subclass (thanks Mark Dickinson). Added a bit of testing for this.
-
Facundo Batista authored
-
Sean Reifscheider authored
-
Brett Cannon authored
PyObject_Print(). Closes issue #1164.
-
Raymond Hettinger authored
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 Sep, 2007 2 commits
-
-
Bill Janssen authored
-
Bill Janssen authored
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 Sep, 2007 1 commit
-
-
Georg Brandl authored
-
- 14 Sep, 2007 5 commits
-
-
Facundo Batista authored
-
Thomas Heller authored
Fixes issue #1777530; will backport to release25-maint.
-
Facundo Batista authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
the MSI builder.
-
- 13 Sep, 2007 8 commits
-
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Facundo Batista authored
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 authored
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 authored
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 authored
-
Martin v. Löwis authored
-
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 1 commit
-
-
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.
-