- 09 Jun, 2005 7 commits
-
-
Andrew M. Kuchling authored
[Bug #1200134] Fix buffer overflow by constraining size of .getstr(), .instr() to size of allocated buffer
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
[Patch #1002763] Allow long ints as terminator values; also, treat a terminator of 0 like the empty string or None
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
[Bug #1074261, patch #1074381] Restrict the size of chunks read from the file in order to avoid overflow or huge memory consumption. Patch by Mark Eichin
-
Andrew M. Kuchling authored
-
Gregory P. Smith authored
-
- 08 Jun, 2005 5 commits
-
-
Andrew M. Kuchling authored
[Patch #1171487, bug #1170331] Fix error in base64.b32decode when encoding a single null byte; test a null byte in all encodings to be sure it works
-
Andrew M. Kuchling authored
-
Anthony Baxter authored
-
Anthony Baxter authored
-
Skip Montanaro authored
present.
-
- 07 Jun, 2005 4 commits
-
-
Andrew M. Kuchling authored
[Bug #1172763] dumbdbm uses eval() on lines, so it chokes if there's an extra \r on the end of a line; fixed by stripping off trailing whitespace.
-
Raymond Hettinger authored
-
Andrew M. Kuchling authored
-
Raymond Hettinger authored
-
- 06 Jun, 2005 8 commits
-
-
Gregory P. Smith authored
-
Gregory P. Smith authored
-
Gregory P. Smith authored
arguments (left, right) like any sane comparison function. no need to pass in the db object as an argument.
-
Gregory P. Smith authored
for them in a roundabout way (catching and parsing stderr) keeps test output clean.
-
Gregory P. Smith authored
-
Gregory P. Smith authored
-
Gregory P. Smith authored
DBError was supposed to be raised. needs backport to 2.4.x and possibly 2.3.x.
-
Gregory P. Smith authored
bug #1215432
-
- 05 Jun, 2005 2 commits
-
-
Vinay Sajip authored
-
Georg Brandl authored
-
- 04 Jun, 2005 5 commits
-
-
Skip Montanaro authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Hye-Shik Chang authored
by Darek Suchojad)
-
Gregory P. Smith authored
* the has_key() method was not raising a DBError when a database error had occurred. [SF patch id 1212590] * added a wrapper for the DBEnv.set_lg_regionmax method [SF patch id 1212590] * DBKeyEmptyError now derives from KeyError just like DBNotFoundError. * internally everywhere DB_NOTFOUND was checked for has been updated to also check for DB_KEYEMPTY. This fixes the semantics of a couple operations on recno and queue databases to be more intuitive and results in less unexpected DBKeyEmptyError exceptions being raised.
-
- 03 Jun, 2005 9 commits
-
-
Tim Peters authored
-
Georg Brandl authored
-
Michael W. Hudson authored
-
Anthony Baxter authored
On more modern linuxes (and probably others) straight 'en_US' isn't a valid locale. Make the code try a couple of alternates. backport candidate
-
Michael W. Hudson authored
[ 1180995 ] binary formats for marshalling floats Adds 2 new type codes for marshal (binary floats and binary complexes), a new marshal version (2), updates MAGIC and fiddles the de-serializing of code objects to be less likely to clobber the real reason for failing if it fails.
-
Georg Brandl authored
component of the path.
-
Anthony Baxter authored
backport candidate
-
Michael W. Hudson authored
-
Raymond Hettinger authored
-