- 23 Eki, 2007 4 kayıt (commit)
-
-
Guido van Rossum yazdı
Neal: please backport!
-
Georg Brandl yazdı
-
Neal Norwitz yazdı
-
Travis E. Oliphant yazdı
-
- 22 Eki, 2007 2 kayıt (commit)
-
-
Guido van Rossum yazdı
When "MAIL" is received without args, an exception happens instead of sending a 501 syntax error response.
-
Neal Norwitz yazdı
-
- 21 Eki, 2007 9 kayıt (commit)
-
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Armin Rigo yazdı
while another thread uses it.
-
- 20 Eki, 2007 12 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
configure and setup python on different platforms -- at least in theory.) * Move the Python on Mac docs in that chapter. * Add a new chapter about the command line invocation, by stargaming.
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
- 19 Eki, 2007 6 kayıt (commit)
-
-
Facundo Batista yazdı
coefficient numbers, floats in the sign, and other details that generated directly the wrong number in the best case, or triggered misfunctionality in the alorithms. Test cases added for these issues. Thanks Mark Dickinson.
-
Thomas Heller yazdı
See also https://bugs.launchpad.net/bugs/72505. Ported from release25-maint branch.
-
Georg Brandl yazdı
-
Mark Summerfield yazdı
-
Georg Brandl yazdı
-
Gregory P. Smith yazdı
-
- 18 Eki, 2007 7 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
Gregory P. Smith yazdı
-
Gregory P. Smith yazdı
do not contain null bytes.
-
Gregory P. Smith yazdı
NULL bytes it would cause the database all sorts of problems in the future leading to very strange random failures and corrupt dbtables.bsdTableDb dbs.
-
Gregory P. Smith yazdı
keyword argument whenever possible to avoid bugs and confusion. (dbtables.py line 447 self.db.get using txn as a non-keyword was an actual bug due to this)
-
Facundo Batista yazdı
-
Facundo Batista yazdı
it closes itself. When the stream is read in several calls to read(n), it should behave in the same way if HTTPConnection knows where the end of the stream is (through self.length). Added a test case for this behaviour.
-