- 06 Kas, 2007 1 kayıt (commit)
-
-
Guido van Rossum yazdı
No detailed change log; just check out the change log for the py3k-pep3137 branch. The most obvious changes: - str8 renamed to bytes (PyString at the C level); - bytes renamed to buffer (PyBytes at the C level); - PyString and PyUnicode are no longer compatible. I.e. we now have an immutable bytes type and a mutable bytes type. The behavior of PyString was modified quite a bit, to make it more bytes-like. Some changes are still on the to-do list.
-
- 24 Eki, 2007 1 kayıt (commit)
-
-
Georg Brandl yazdı
-
- 23 May, 2007 1 kayıt (commit)
-
-
Walter Dörwald yazdı
-
- 02 May, 2007 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 18 Ock, 2001 1 kayıt (commit)
-
-
Tim Peters yazdı
-
- 10 Ock, 2001 1 kayıt (commit)
-
-
Marc-André Lemburg yazdı
codec to test all charmap codec features. As side-effect of moving the test codec into a new module, the encodings package codec import mechanism is checked as well.
-
- 03 Ock, 2001 1 kayıt (commit)
-
-
Marc-André Lemburg yazdı
codec to not apply Latin-1 mappings for keys which are not found in the mapping dictionaries, but instead treat them as undefined mappings. The patch was originally written by Martin v. Loewis with some additional (cosmetic) changes and an updated test script by Marc-Andre Lemburg. The standard codecs were recreated from the most current files available at the Unicode.org site using the Tools/scripts/gencodec.py tool. This patch closes the bugs #116285 and #119960.
-
- 10 Mar, 2000 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-