- 05 Nov, 2001 2 commits
-
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
- 04 Nov, 2001 7 commits
-
-
Tim Peters authored
run in an infinite loop no longer grows. Thanks to Neal Norwitz for determining that test leaked!
-
Tim Peters authored
PyNode_CompileSymtable: if symtable_init() fails, free the memory allocated for the PyFutureFeatures struct.
-
Steven M. Gava authored
-
Tim Peters authored
helping for types that defined tp_richcmp but not tp_compare, although that's when it's most valuable, and strings moved into that category since the fast path was first introduced. Now it helps for same-type non-Instance objects that define rich or 3-way compares. For all the edits here, the rest just amounts to moving the fast path from do_richcmp into PyObject_RichCompare, saving a layer of function call (measurable on my box!). This loses when NESTING_LIMIT is exceeded, but I don't care about that (fast-paths are for normal cases, not pathologies). Also added a tasteful <wink> label to get out of PyObject_RichCompare, as the if/else nesting in this routine was getting incomprehensible.
-
Steven M. Gava authored
-
Tim Peters authored
the internal comparison routines.
-
Barry Warsaw authored
__getaddr(): Watch out for empty addresses that can happen when something like "MAIL FROM:<CR>" is received. This avoids the IndexError and rightly returns an SMTP syntax error. parseargs(): We didn't handle the 2-arg case where both the localspec and the remotespec were provided on the command line.
-
- 03 Nov, 2001 6 commits
-
-
Tim Peters authored
Just doc and NEWS here, about the change in gc.garbage meaning.
-
Tim Peters authored
and NEWS. Bugfix candidate? That's a dilemma for Anthony <wink>: /F did fix a longstanding bug here, but the fix can cause code to raise an exception that previously worked by accident.
-
Steven M. Gava authored
-
Steven M. Gava authored
-
Martin v. Löwis authored
-
Steven M. Gava authored
-
- 02 Nov, 2001 25 commits
-
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Just van Rossum authored
-
Just van Rossum authored
-
Fred Drake authored
-
Fred Drake authored
Simplfy the insint() macro to use PyModule_AddIntConstant().
-
Andrew M. Kuchling authored
module
-
Andrew M. Kuchling authored
it works
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Just van Rossum authored
-
Fred Drake authored
generate PostScript).
-
Fred Drake authored
-
Fred Drake authored
format if there are (building the "bookmarks" for the reader breaks).
-
Just van Rossum authored
-
Just van Rossum authored
-
Just van Rossum authored
-
Just van Rossum authored
-
Just van Rossum authored
-
Just van Rossum authored
- removed default button drawing code: this doesn't work well under OSX. Needs to be replaced by SetWindowDefaultButton() calls, once we have those.
-
Just van Rossum authored
-
Fredrik Lundh authored
the error it really is (and always has been)
-