- 10 May, 2006 4 commits
-
-
Georg Brandl authored
-
Thomas Wouters authored
-
Neal Norwitz authored
longobject.c: also fix an ssize_t problem <a> could have been NULL, so hoist the size calc to not use <a>. _ssl.c: under fail: self is DECREF'd, but it would have been NULL. _elementtree.c: delete self if there was an error. _csv.c: I'm not sure if lineterminator could have been anything other than a string. However, other string method calls are checked, so check this one too.
-
Tim Peters authored
shouldn't create a new flag when `name` is already the name of an option flag.
-
- 09 May, 2006 2 commits
-
-
Thomas Heller authored
-
Neal Norwitz authored
is NULL, so there's no reason to do anything with it. In the second case, we know frame->f_exc_type is not NULL, so we can just do an INCREF.
-
- 08 May, 2006 4 commits
-
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Martin v. Löwis authored
-
- 07 May, 2006 3 commits
-
-
Georg Brandl authored
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
- 06 May, 2006 4 commits
-
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
George Yoshida authored
-
George Yoshida authored
-
- 05 May, 2006 4 commits
-
-
Thomas Heller authored
-
Thomas Heller authored
-
Thomas Heller authored
free()ing the memory we allocate.
-
Thomas Heller authored
-
- 04 May, 2006 5 commits
-
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Georg Brandl authored
-
- 03 May, 2006 14 commits
-
-
Thomas Heller authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Nick Coghlan authored
Get rid of a couple more context object references, fix some markup and clarify what happens when a generator context function swallows an exception.
-
Nick Coghlan authored
Finish bringing SVN into line with latest version of PEP 343 by getting rid of all remaining references to context objects that I could find. Without a __context__() method context objects no longer exist. Also get test_with working again, and adopt a suggestion from Neal for decimal.Context.get_manager()
-
Georg Brandl authored
-
Georg Brandl authored
-
Martin v. Löwis authored
-
Tim Peters authored
-
Fred Drake authored
-
Fred Drake authored
-
Fred Drake authored
-