- 31 Aug, 2007 35 commits
-
-
Georg Brandl authored
Commit #1068: new docs for PEP 3101. Also document the old string formatting as "old", and begin documenting str/unicode unification.
-
Thomas Heller authored
This fixes test_builtin on windows. (bug was introduced by the merge of the int/long unification branch, rev 53421)
-
Georg Brandl authored
mainly concerning PEPs 3131 and 3120.
-
Martin v. Löwis authored
add -n option to regrtest, and use it on the buildbot.
-
Georg Brandl authored
-
Georg Brandl authored
-
Thomas Heller authored
-
Thomas Heller authored
removed in rev 55543.
-
Georg Brandl authored
-
Georg Brandl authored
-
Neal Norwitz authored
-
Neal Norwitz authored
-
Neal Norwitz authored
-
Neal Norwitz authored
-
Guido van Rossum authored
(a) Several tests in test_mailbox were failing because we were writing text to a file opened in binary mode. Switching to text fixed these. (b) test_unix_mbox() in each test does a wacko comparison which apparently no longer works due to a different way the message gets parsed. I disabled this, I don't think the test was testing what it thought it was testing.
-
Neal Norwitz authored
-
Kurt B. Kaiser authored
2. Re-enable stderr redirection.
-
Neal Norwitz authored
-
Guido van Rossum authored
-
Neal Norwitz authored
-
Barry Warsaw authored
Fix a couple of tests since .body_encode()'s arguments have changed. Also, I think body_encode() should take a string not a byte array for consistency with the rest of the api (but I'm not positive about this). In quoprimime.body_encode(), body_check() must be passed an int. Current status: 7F (no errors!)
-
Guido van Rossum authored
I had to fix a few markup issues in controlflow.rst and modules.rst. There's a unicode issue on line 448 in introduction.rst that someone else needs to fix.
-
Barry Warsaw authored
MIMEApplication() requires a bytes object for its _data, so fix the tests. We no longer need utils._identity() or utils._bdecode(). The former isn't used anywhere AFAICT (where's "make test's" lint? <wink>) and the latter is a kludge that is eliminated by base64.b64encode(). Current status: 5F/5E
-
Barry Warsaw authored
This repairs the linear whitespace insertion between RFC 2047 encoded words without leaving bogus trailing spaces at the end lines that end in encoded words. Current status: 7F/9E
-
Eric Smith authored
Ron Adam. Added test case for using all parameters in string.Formatter.
-
Eric Smith authored
-
Eric Smith authored
Made format_spec parameter to builtin format optional, defaults to empty string. Added test cases.
-
Collin Winter authored
-
Collin Winter authored
-
Collin Winter authored
-
Guido van Rossum authored
-
Guido van Rossum authored
(There's something wrong with my network right now so I can't build it.)
-
Guido van Rossum authored
-
Thomas Wouters authored
-
Collin Winter authored
-
- 30 Aug, 2007 5 commits
-
-
Guido van Rossum authored
-
Thomas Wouters authored
-
Thomas Wouters authored
svn+ssh://pythondev@svn.python.org/python/trunk ........ r57776 | thomas.wouters | 2007-08-31 00:35:31 +0200 (Fri, 31 Aug 2007) | 4 lines One more fix to consider missing SSL support. ........
-
Eric Smith authored
Fixed bug in alignment of negative numbers. Whitespace normalization.
-
Kurt B. Kaiser authored
-