- 12 Haz, 2005 1 kayıt (commit)
-
-
Kurt B. Kaiser yazdı
New files are colorized by default, and colorizing is removed when saving as non-Python files. Patch 1196895 Jeff Shute Closes Python Bugs 775012 and 800432, partial fix IDLEfork 763524 2. Update help.txt for left/right word delete M CREDITS.txt M ColorDelegator.py M EditorWindow.py M NEWS.txt M help.txt
-
- 11 Haz, 2005 1 kayıt (commit)
-
-
Gregory P. Smith yazdı
-
- 10 Haz, 2005 5 kayıt (commit)
-
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Armin Rigo yazdı
this module in Jan 1994, but still documented.
-
Raymond Hettinger yazdı
Should significantly enhance the utility of the module by supporting the creation of tools that modify the token stream and writeback the modified result.
-
Jack Jansen yazdı
with C++.
-
- 09 Haz, 2005 7 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
[Bug #1200134] Fix buffer overflow by constraining size of .getstr(), .instr() to size of allocated buffer
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
[Patch #1002763] Allow long ints as terminator values; also, treat a terminator of 0 like the empty string or None
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
[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 yazdı
-
Gregory P. Smith yazdı
-
- 08 Haz, 2005 5 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
[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 yazdı
-
Anthony Baxter yazdı
-
Anthony Baxter yazdı
-
Skip Montanaro yazdı
present.
-
- 07 Haz, 2005 4 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
[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 yazdı
-
Andrew M. Kuchling yazdı
-
Raymond Hettinger yazdı
-
- 06 Haz, 2005 8 kayıt (commit)
-
-
Gregory P. Smith yazdı
-
Gregory P. Smith yazdı
-
Gregory P. Smith yazdı
arguments (left, right) like any sane comparison function. no need to pass in the db object as an argument.
-
Gregory P. Smith yazdı
for them in a roundabout way (catching and parsing stderr) keeps test output clean.
-
Gregory P. Smith yazdı
-
Gregory P. Smith yazdı
-
Gregory P. Smith yazdı
DBError was supposed to be raised. needs backport to 2.4.x and possibly 2.3.x.
-
Gregory P. Smith yazdı
bug #1215432
-
- 05 Haz, 2005 2 kayıt (commit)
-
-
Vinay Sajip yazdı
-
Georg Brandl yazdı
-
- 04 Haz, 2005 5 kayıt (commit)
-
-
Skip Montanaro yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Hye-Shik Chang yazdı
by Darek Suchojad)
-
Gregory P. Smith yazdı
* 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 Haz, 2005 2 kayıt (commit)
-
-
Tim Peters yazdı
-
Georg Brandl yazdı
-