- 05 May, 2006 3 commits
-
-
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 18 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
-
Fred Drake authored
-
Fred Drake authored
guillemets; no need for magic here
-
Fred Drake authored
- use UTF-8 output - not mess with the >>> prompt!
-
Fred Drake authored
-
- 02 May, 2006 12 commits
-
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Guido van Rossum authored
experiencing. (This code and mailbox.py itself are full of calls to file() that should be calls to open() -- but I'm not fixing those.)
-
Armin Rigo authored
caller becomes the owner of that reference).
-
Guido van Rossum authored
discussion. There are two places of documentation that still mention __context__: Doc/lib/libstdtypes.tex -- I wasn't quite sure how to rewrite that without spending a whole lot of time thinking about it; and whatsnew, which Andrew usually likes to change himself.
-
Guido van Rossum authored
-
Andrew M. Kuchling authored
-
Vinay Sajip authored
Replaced my dumb way of calculating seconds to midnight with Tim Peters' much more sensible suggestion. What was I thinking ?!?
-
Neal Norwitz authored
The problem was that pyconfig.h was being included before some system headers which caused redefinitions and other breakage. This moves system headers after expat_config.h which includes pyconfig.h.
-
Fred Drake authored
weakref.WeakKeyDictionary and weakref.WeakValueDictionary
-
Neal Norwitz authored
-
Neal Norwitz authored
-
- 01 May, 2006 2 commits
-
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-