- 17 Aug, 2007 15 commits
-
-
Guido van Rossum authored
codec changes in trubk and branch). Hopefully the Py3k glossary wasn't different from the trunk one.
-
Guido van Rossum authored
-
Walter Dörwald authored
on big endian machines. Update documentation: UTF-32 codecs will be in 2.6.
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Skip Montanaro authored
-
Georg Brandl authored
-
Neal Norwitz authored
svn+ssh://pythondev@svn.python.org/python/trunk ........ r57127 | neal.norwitz | 2007-08-16 21:10:55 -0700 (Thu, 16 Aug 2007) | 1 line Update the tools before building the docs ........
-
Neal Norwitz authored
-
Guido van Rossum authored
-
Guido van Rossum authored
svn+ssh://pythondev@svn.python.org/python/trunk ........ r57123 | guido.van.rossum | 2007-08-16 20:30:08 -0700 (Thu, 16 Aug 2007) | 2 lines Ignore *.py[co] files. ........ r57124 | guido.van.rossum | 2007-08-16 20:36:03 -0700 (Thu, 16 Aug 2007) | 2 lines Ignore a few more files. ........
-
Neal Norwitz authored
-
Skip Montanaro authored
-
Skip Montanaro authored
-
Guido van Rossum authored
-
- 16 Aug, 2007 11 commits
-
-
Guido van Rossum authored
using the message generated by svnmerge, because it contains a lot of stuff about the Doc tree, which I'm not merging this time due to the way the Doc tree was initially added. I am however adding roman.py which was added later to Doc/tools. I'll try to diff the two Doc trees separately to see if there's stuff I missed.
-
-
Guido van Rossum authored
-
Walter Dörwald authored
ut-32-be). On narrow builds the codecs combine surrogate pairs in the unicode object into one codepoint on encoding and create surrogate pairs for codepoints outside the BMP on decoding. Lone surrogates are passed through unchanged in all cases. Backport to the trunk will follow.
-
Guido van Rossum authored
-
Jeremy Hylton authored
Refactor the urllib open_http() and open_https() to use the same internal logic. The only difference between the two is the call to constructor an HTTPConnection object.
-
Walter Dörwald authored
-
Skip Montanaro authored
-
Georg Brandl authored
-
Neal Norwitz authored
-
Neal Norwitz authored
-
- 15 Aug, 2007 6 commits
-
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
George Yoshida authored
-
Martin v. Löwis authored
-
Guido van Rossum authored
Change various socket APIs to use bytes or str instead str8.
-
- 14 Aug, 2007 8 commits
-
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Collin Winter authored
-
Collin Winter authored
-
Jeremy Hylton authored
The two clients in the std library have been updated to use the newer interface. A couple of minor changes to the httplib tests were needed. Also, reformat some long lines in the httplib tests.
-
Jeremy Hylton authored
Note that it's hard to test xmlrpclib, because the server it attempts to connect to doesn't seem to support the expected interfaces. Many of the links via xmlrpc.com are dead, so I couldn't find another server to use for tests.
-
Guido van Rossum authored
-
Martin v. Löwis authored
-