- 30 Jul, 2007 2 commits
-
-
Brett Cannon authored
to be between str8 and str.
-
Guido van Rossum authored
Reported by Joe Smith. This makes the CYGWIN tests pass; it's a miracle it didn't fail on other platforms. Seems like it was accidentally dropped (maybe a merge artifact?).
-
- 29 Jul, 2007 3 commits
-
-
Martin v. Löwis authored
-
Brett Cannon authored
encoding can only be UTF-8 now.
-
Brett Cannon authored
Unicode now.
-
- 28 Jul, 2007 5 commits
-
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
- 27 Jul, 2007 7 commits
-
-
Guido van Rossum authored
In order to do this, I added an optional encoding argument to io.StringIO. The toprettyxml() function returns bytes when you specify an encoding now.
-
Guido van Rossum authored
Fix one of the two failing tests for minidom.
-
Guido van Rossum authored
-
Guido van Rossum authored
Get rid of some #ifdef'ed-out code.
-
Guido van Rossum authored
Change a bunch of .assert_(X == Y) to .assertEqual(X, Y).
-
Guido van Rossum authored
Fix test_aepack and test_applesingle.
-
Guido van Rossum authored
-
- 26 Jul, 2007 4 commits
-
-
Guido van Rossum authored
Kill some dead (commented-out) code.
-
Guido van Rossum authored
-
Brett Cannon authored
-
Brett Cannon authored
files, not text files. test_shelve still fails thanks to bsddb not having been fixed.
-
- 25 Jul, 2007 1 commit
-
-
Guido van Rossum authored
Silence two innocuous warnings (_File and _collections).
-
- 24 Jul, 2007 2 commits
-
-
Guido van Rossum authored
division. The other curses demos all work fine, so I'm more confident that the curses library actually works. (Don't try to display non-ASCII characters, of course.)
-
Guido van Rossum authored
Can't guarantee I caught every spot.
-
- 23 Jul, 2007 11 commits
-
-
Guido van Rossum authored
I have no illusion that this fixes all issues with this module.
-
Guido van Rossum authored
-
Guido van Rossum authored
(To run these, you need to pass -uurlfetch to regrtest.py or runtests.sh.)
-
Guido van Rossum authored
1. Removed "returns_unicode" attribute, associated code in the module to support that attribute, and all tests associated with it. 2. Parsed data is now returned as unicode strings. 3. Changed input tests to use io.BytesIO instead of StringIO, to reflect the byte processing nature of expat.
-
Guido van Rossum authored
I made Carbon.File.pathname return unicode, by analogy with macpath.abspath. There could easily be other bugs of the same sort in this file. The uses of PyString_FromString*() in particular look sketchy.
-
Guido van Rossum authored
(This doesn't fix test_cookielib, just removes the SyntaxError.)
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
problems on my OSX laptop. use a condition variable instead.
-
Collin Winter authored
-
Collin Winter authored
-
- 22 Jul, 2007 5 commits
-
-
Guido van Rossum authored
This makes test_resource.py pass, and I think it's the right thing to do: if you're closing a file after encountering an I/O error there's nothing you can do about it. If you want the error, you can call flush() yourself.
-
Guido van Rossum authored
its failure means much, now that the handling of unicode and bytes has changed so much.
-
Guido van Rossum authored
I *think* it's okay no longer to require that compiling a Unicode string with a coding declaration fails; it seems appropriate to just ignore it.
-
Martin v. Löwis authored
-
Martin v. Löwis authored
svn+ssh://pythondev@svn.python.org/python/branches/p3yk ........ r56486 | kurt.kaiser | 2007-07-22 05:27:08 +0200 (So, 22 Jul 2007) | 2 lines Fix typo introduced at r55797 ........ r56487 | kurt.kaiser | 2007-07-22 07:48:45 +0200 (So, 22 Jul 2007) | 2 lines Exception attr accessed via args in py3k. ........ r56489 | martin.v.loewis | 2007-07-22 15:32:44 +0200 (So, 22 Jul 2007) | 2 lines Regenerate. ........ r56490 | martin.v.loewis | 2007-07-22 15:34:06 +0200 (So, 22 Jul 2007) | 2 lines Port Mac modules to PEP 3123. ........ r56491 | martin.v.loewis | 2007-07-22 16:35:53 +0200 (So, 22 Jul 2007) | 1 line Port to PEP 3123. ........
-