- 24 Eyl, 2007 5 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
- 22 Eyl, 2007 1 kayıt (commit)
-
-
Guido van Rossum yazdı
Make tell() mark CRLF as a newline. With unit test.
-
- 21 Eyl, 2007 1 kayıt (commit)
-
-
Sean Reifscheider yazdı
oldsharedmods and sharedmods in "libinstall".
-
- 20 Eyl, 2007 6 kayıt (commit)
-
-
Georg Brandl yazdı
-
Thomas Wouters yazdı
Try harder to stay within the 79-column limit. There's still two places that go (way) over, but those are harder to fix without suffering in readability.
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Raymond Hettinger yazdı
-
- 19 Eyl, 2007 7 kayıt (commit)
-
-
Facundo Batista yazdı
numbers.
-
Thomas Wouters yazdı
-
Thomas Wouters yazdı
-
Facundo Batista yazdı
predictable to being completely predictable. The value of hash(n) is unchanged for any n that's small enough to be representable as an int, and also unchanged for the vast majority of long integers n of reasonable size.
-
Facundo Batista yazdı
-
Sean Reifscheider yazdı
-
Georg Brandl yazdı
-
- 18 Eyl, 2007 7 kayıt (commit)
-
-
Sean Reifscheider yazdı
-
Thomas Wouters yazdı
py3k branch ;)
-
Raymond Hettinger yazdı
-
Facundo Batista yazdı
divideint and divmod). Thanks Mark Dickinson.
-
Georg Brandl yazdı
-
Raymond Hettinger yazdı
-
Andrew M. Kuchling yazdı
-
- 17 Eyl, 2007 6 kayıt (commit)
-
-
Sean Reifscheider yazdı
-
Facundo Batista yazdı
executed through a subclass (thanks Mark Dickinson). Added a bit of testing for this.
-
Facundo Batista yazdı
-
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 4 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ı
-