- 31 Mar, 2007 4 kayıt (commit)
-
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
- 30 Mar, 2007 10 kayıt (commit)
-
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Andrew M. Kuchling yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Marc-André Lemburg yazdı
the 2.5.0 release.
-
Collin Winter yazdı
-
Facundo Batista yazdı
instantiating the class. Docs and tests are updated.
-
- 29 Mar, 2007 4 kayıt (commit)
-
-
Facundo Batista yazdı
test_telnetlib.py with a basic test and timeout ones. Docs are also updated.
-
Georg Brandl yazdı
the C lib's clock() is used, but it must be divided by CLOCKS_PER_SEC as for the POSIX implementation (thanks to #pypy).
-
Georg Brandl yazdı
-
Collin Winter yazdı
-
- 28 Mar, 2007 3 kayıt (commit)
-
-
Collin Winter yazdı
Consolidate patches #1690164, 1683397, and 1690169, all of which refactor XML-related test suites. The patches are applied together because they use a common output/xmltests file. Thanks to Jerry Seutter for all three patches.
-
Facundo Batista yazdı
the test_smtplib.py file, with a basic test and the timeout ones. Docs are updated too.
-
Facundo Batista yazdı
socket.recvfrom, which caused an ugly crash.
-
- 27 Mar, 2007 2 kayıt (commit)
-
-
Facundo Batista yazdı
-
Facundo Batista yazdı
test_poplib.py file with a basic test and the timeout ones. Docs are also updated.
-
- 26 Mar, 2007 3 kayıt (commit)
-
-
Facundo Batista yazdı
the ftplib tests.
-
Georg Brandl yazdı
-
Facundo Batista yazdı
file to test the ftp lib (right now I included a basic test, the timeout one, and nothing else).
-
- 25 Mar, 2007 5 kayıt (commit)
-
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Facundo Batista yazdı
-
Facundo Batista yazdı
for threading and socket serving.
-
Brett Cannon yazdı
regression tests.
-
- 24 Mar, 2007 3 kayıt (commit)
-
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Žiga Seilnacht yazdı
Python 2.5 added support for explicit relative import statements and yield expressions, which were missing in the manual. Also fix grammar productions that used the names from the Grammar file, markup that broke the generated grammar.txt, and wrap some lines that broke the pdf output. Will backport.
-
- 23 Mar, 2007 6 kayıt (commit)
-
-
Collin Winter yazdı
-
Facundo Batista yazdı
changes in the tests, so failing one test won't produce strange results in others. Also relaxed the timeout settings in the test (where actually the value didn't mean anything).
-
Thomas Heller yazdı
overflows the valid Py_ssize_t range. Check return values of PyMem_Malloc. Will backport to release25-maint.
-
Guido van Rossum yazdı
-
Facundo Batista yazdı
connection with an optional timeout, and modified httplib.py to use this function in HTTPConnection. Applies patch 1676823.
-
Guido van Rossum yazdı
type.__new__(), and then calls object.__init__(cls), just to be anal. This allows us to restore the code in string.py's _TemplateMetaclass that called super(...).__init__(name, bases, dct), which I commented out yesterday since it broke due to the stricter argument checking added to object.__init__().
-