- 14 Haz, 2005 4 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
-
Michael W. Hudson yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
Make doc on specific types easier to find by listing them in the headings for the abstract types.
-
- 13 Haz, 2005 4 kayıt (commit)
-
-
Walter Dörwald yazdı
-
Michael W. Hudson yazdı
[ 1180997 ] lax error-checking in new-in-2.4 marshal stuff which I'd assigned to Martin, but actually turned out to be easy to fix. Also, a test.
-
Michael W. Hudson yazdı
marshal_loads. Bugfix candidate.
-
Raymond Hettinger yazdı
-
- 12 Haz, 2005 2 kayıt (commit)
-
-
Kurt B. Kaiser yazdı
the Untabify command. 2. Corrected "tab/space" Error Dialog to show correct menu for Untabify. Patch 1196980 Jeff Shute M EditorWindow.py M NEWS.txt M ScriptBinding.py
-
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
-