- 09 Jun, 2006 14 commits
-
-
Brett Cannon authored
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Phillip J. Eby authored
-
Kristján Valur Jónsson authored
Make the definition #ARRAYSIZE conditional. VisualStudio .NET 2005 already has it defined using a better gimmick.
-
Andrew M. Kuchling authored
[Bug #1472827] Make saxutils.XMLGenerator handle \r\n\t in attribute values by escaping them properly. 2.4 bugfix candidate.
-
Andrew M. Kuchling authored
-
Neal Norwitz authored
-
Tim Peters authored
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 authored
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 authored
try/except. Remove TESTFN. Throughout: used open() instead of file(), and wrapped long lines.
-
Tim Peters authored
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 authored
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 authored
-
- 08 Jun, 2006 15 commits
-
-
Brett Cannon authored
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 authored
match its documentation stating it accepts any read-only buffer.
-
Georg Brandl authored
-
Georg Brandl authored
latter can return something that's true.
-
Nick Coghlan authored
-
Georg Brandl authored
Actually, checking for INT_MAX and INT_MIN is correct since the format code explicitly handles a C "int".
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Andrew M. Kuchling authored
-
Armin Rigo authored
Give a consistent behavior for comparison and hashing of method objects (both user- and built-in methods). Now compares the 'self' recursively. The hash was already asking for the hash of 'self'.
-
Gregory P. Smith authored
-
Gregory P. Smith authored
DBDeadLockError exception. * add the test case for my previous dbtables commit.
-
Gregory P. Smith authored
aborts the db transaction safely when a modifier callback fails. Fixes SF python patch/bug #1408584. Also cleans up the bsddb.dbtables docstrings since thats the only documentation that exists for that unadvertised module. (people really should really just use sqlite3)
-
Neal Norwitz authored
-
- 07 Jun, 2006 11 commits
-
-
Brett Cannon authored
-
Thomas Heller authored
endian machines. Should fix the remaininf failure in the PPC64 Debian buildbot. Thanks to Matthias Klose for providing access to a machine to debug and test this.
-
Tim Peters authored
-
Tim Peters authored
-
Ronald Oussoren authored
sys.exutable that isn't usuable on an #!-line. That results in generated applets that don't actually work. Work around this problem by resetting sys.executable. * argvemulator.py didn't work on intel macs. This patch fixes this (bug #1491468)
-
Ronald Oussoren authored
of relying on a maintainer to update them before releases. - Remove the now empty Mac/OSX directory
-
Ronald Oussoren authored
-
Ronald Oussoren authored
-
Ronald Oussoren authored
-
Ronald Oussoren authored
-
Ronald Oussoren authored
-