- 08 Haz, 2004 3 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Neil Schemenauer yazdı
Closes SF bug #472568.
-
- 07 Haz, 2004 10 kayıt (commit)
-
-
Tim Peters yazdı
datetime.datetime and datetime.time could yield insane objects. Thanks to Jiwon Seo for the fix. Bugfix candidate. I'll backport it to 2.3.
-
Raymond Hettinger yazdı
-
Thomas Heller yazdı
-
Thomas Heller yazdı
Already backported.
-
Skip Montanaro yazdı
too-mechanical translation when converting html() to text() (simply stripped strong() where it appeared).
-
Neal Norwitz yazdı
Cleanup: use condition to be consistent with code above CookieJar is in cookielib
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
-
Skip Montanaro yazdı
-
Raymond Hettinger yazdı
-
- 06 Haz, 2004 13 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
-
Neal Norwitz yazdı
PyArg_ParseTuple() since the format is "et" This change should be reviewed carefully. Bugfix candidate.
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
This fixes the problem and the test passes. I'm not sure the test is really correct though. It seems like it would be better to raise an exception. I think that wasn't done for backwards compatability. Bugfix candidate.
-
Neal Norwitz yazdı
This is similar to test_normalization, so that many source trees can reference the same test file(s).
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
-
Tim Peters yazdı
Document that it can't be done on Windows.
-
Phillip J. Eby yazdı
inheritance in Python when a C type is one of the bases.
-
Skip Montanaro yazdı
-
Kurt B. Kaiser yazdı
The visibility state of the code context pane is now persistent between sessions and the pane does not appear in the shell window. M CodeContext.py M EditorWindow.py M NEWS.txt M PyShell.py M config-extensions.def M configHandler.py
-
Nicholas Bastin yazdı
-
- 05 Haz, 2004 14 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
-
Neil Schemenauer yazdı
no bug motivated their inclusion and the chance of them triggering a problem seems unlikely. Refactor to reduce code duplication. Rename 'hamlet_scene' to 'HAMLET_SCENE'. Test is much faster now. Closes #960995.
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
[Bug #758665] cgitb.scanvars() fails because of an unititialized value variable. Patch from Robin Becker.
-
Neil Schemenauer yazdı
-
Andrew M. Kuchling yazdı
-
Hye-Shik Chang yazdı
used in cygwin and mingw32. (Reported by Michael Droettboom)
-
Skip Montanaro yazdı
Goal is to work in the direction of universal newline support.
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
[Bug #921657] Allow '@' in unquoted HTML attributes. Not strictly legal according to the HTML REC, but HTMLParser is already a pretty loose parser. Reported by Bernd Zimmermann.
-
Raymond Hettinger yazdı
Add a comment to make the traceback less mysterious.
-
Andrew M. Kuchling yazdı
[Bug #954364] inspect.getframeinfo() sometimes produces incorrect traceback line #s; fix is to look at tb.tb_lineno, not tb.frame.f_lineno. Patch from Robin Becker and me.
-
Hye-Shik Chang yazdı
in HTTP/0.9 due to dissonance of httplib.LineAndFileWrapper and urllib.addbase.
-