- 10 Haz, 2006 4 kayıt (commit)
-
-
Martin v. Löwis yazdı
- update header checks, using autoconf - provide dummies for getenv, environ, and GetVersion - adjust MSC_VER check in socketmodule.c
-
Armin Rigo yazdı
PyThreadState_GET() complains if the tstate is NULL, but only in debug mode.
-
Martin v. Löwis yazdı
-
Georg Brandl yazdı
Also improve error message on overflow.
-
- 09 Haz, 2006 27 kayıt (commit)
-
-
Brett Cannon yazdı
-
Brett Cannon yazdı
An object with __call__ as an attribute, when called, will have that attribute checked for __call__ itself, and will continue to look until it finds an object without the attribute. This can lead to an infinite recursion. Closes bug #532646, again. Will be backported.
-
Georg Brandl yazdı
Occurences in email and compiler were ignored due to backwards compat requirements.
-
Thomas Heller yazdı
-
Thomas Heller yazdı
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-
Tim Peters yazdı
clean up files and directories the tests often leave behind by mistake. This is the first time in history I don't have a bogus "db_home" directory after running the tests ;-) Also worked on runtest's docstring, to say something about all the arguments, and to document the non-obvious return values. New functions runtest_inner() and cleanup_test_droppings() in support of the above.
-
Andrew M. Kuchling yazdı
-
Georg Brandl yazdı
-
Brett Cannon yazdı
-
Georg Brandl yazdı
-
Tim Peters yazdı
-
Brett Cannon yazdı
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-
Phillip J. Eby yazdı
-
Kristján Valur Jónsson yazdı
Make the definition #ARRAYSIZE conditional. VisualStudio .NET 2005 already has it defined using a better gimmick.
-
Andrew M. Kuchling yazdı
[Bug #1472827] Make saxutils.XMLGenerator handle \r\n\t in attribute values by escaping them properly. 2.4 bugfix candidate.
-
Andrew M. Kuchling yazdı
-
Neal Norwitz yazdı
-
Tim Peters yazdı
run immediately after test_file. At least 8 buildbot boxes passed since the underlying problem got fixed, and they all failed before the fix, so there's no point to this anymore.
-
Tim Peters yazdı
test clean up after itself appears to fix the test failures when test_optparse follows test_file. test_main(): Get rid of TESTFN no matter what. That's also enough to fix the mystery failures. Doesn't hurt to fix them twice :-)
-
Tim Peters yazdı
try/except. Remove TESTFN. Throughout: used open() instead of file(), and wrapped long lines.
-
Tim Peters yazdı
after test_file until we can figure out how to fix it. (See python-dev; at the moment we don't even know which checkin caused the problem.)
-
Tim Peters yazdı
Since test_file is implicated in mysterious test failures when followed by test_optparse, if I had any brains I'd look at the checkin that last changed test_file ;-)
-
Andrew M. Kuchling yazdı
-
- 08 Haz, 2006 9 kayıt (commit)
-
-
Brett Cannon yazdı
the char buffer was requested. Now it actually returns the char buffer if available or raises a TypeError if it isn't (as is raised for the other buffer types if they are not present but requested). Not a backport candidate since it does change semantics of the buffer object (although it could be argued this is enough of a bug to bother backporting).
-
Brett Cannon yazdı
match its documentation stating it accepts any read-only buffer.
-
Georg Brandl yazdı
-
Georg Brandl yazdı
latter can return something that's true.
-
Nick Coghlan yazdı
-
Georg Brandl yazdı
Actually, checking for INT_MAX and INT_MIN is correct since the format code explicitly handles a C "int".
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-