- 03 May, 2006 16 commits
-
-
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 12 commits
-
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Fred Drake authored
-
Martin v. Löwis authored
in turn matches Microsoft's documentation). Drop unused parameter in CAB.append.
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Gerhard Häring authored
quite some content to move over from the pysqlite manual, but it's a start now.
-
Andrew M. Kuchling authored
Some ElementTree fixes: import from xml, not xmlcore; fix case of module name; mention list() instead of getchildren()
-
Martin v. Löwis authored
-
Fred Drake authored
- markup adjustments (there is clearly much to be done in this section)
-
Barry Warsaw authored
Patch #1464708 from William McVey: fixed handling of nested comments in mail addresses. E.g. "Foo ((Foo Bar)) <foo@example.com>" Fixes for both rfc822.py and email package. This patch needs to be back ported to Python 2.3 for email 2.5.
-