- 17 Agu, 2007 3 kayıt (commit)
-
-
Skip Montanaro yazdı
-
Skip Montanaro yazdı
-
Guido van Rossum yazdı
-
- 16 Agu, 2007 11 kayıt (commit)
-
-
Guido van Rossum yazdı
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 yazdı
-
Walter Dörwald yazdı
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 yazdı
-
Jeremy Hylton yazdı
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 yazdı
-
Skip Montanaro yazdı
-
Georg Brandl yazdı
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
-
- 15 Agu, 2007 6 kayıt (commit)
-
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
George Yoshida yazdı
-
Martin v. Löwis yazdı
-
Guido van Rossum yazdı
Change various socket APIs to use bytes or str instead str8.
-
- 14 Agu, 2007 9 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Collin Winter yazdı
-
Collin Winter yazdı
-
Jeremy Hylton yazdı
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 yazdı
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 yazdı
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
- 13 Agu, 2007 11 kayıt (commit)
-
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
Even if it isn't, it shouldn't be changed based on the locale setting IMO. (Incidentally, this makes test_csv.py pass again on my box.)
-
Guido van Rossum yazdı
- fix "h[sbseek] == b'\1'" and "ratecode = ord(h[sbseek+4])" in test_voc() - avoid division by zero - use startswith method: replace h[:2] == b'BM' by h.startswith(b'BM') - use aifc.open() instead of old aifc.openfp() - use ord(b'P') instead of ord('P')
-
Guido van Rossum yazdı
-
Martin v. Löwis yazdı
-
Hye-Shik Chang yazdı
-
Hye-Shik Chang yazdı
in utf-8.
-
Lars Gustäbel yazdı
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-