- 14 Eki, 2010 5 kayıt (commit)
-
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
- 13 Eki, 2010 31 kayıt (commit)
-
-
Antoine Pitrou yazdı
`done` could be released multiple times because of concurrent execution. We convert it to an Event, where calling set() multiple times is not a problem.
-
Victor Stinner yazdı
It looks like it is no more needed: Python 3.2 is slowly able to support non-ascii paths with an ascii locale.
-
Victor Stinner yazdı
Python exits with a fatal error if the command line contains an undecodable argument. PyUnicode_FromString() fails at the first undecodable byte because it calls the error handler, but error handlers are not ready before Python initialization.
-
Alexander Belopolsky yazdı
-
Victor Stinner yazdı
-
Benjamin Peterson yazdı
-
Victor Stinner yazdı
the locale encoding.
-
Benjamin Peterson yazdı
-
Victor Stinner yazdı
-
Benjamin Peterson yazdı
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
don't do in configure as well. Hopefully this will solve a Makefile parsing issue on the FreeBSD buildbots.
-
Antoine Pitrou yazdı
didn't match that of io.open(), and they also didn't get forwarded properly to TextIOWrapper in text mode. Patch by Kai Zhu.
-
Michael Foord yazdı
-
Michael Foord yazdı
-
Antoine Pitrou yazdı
for the OpenSSL server-side session cache.
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
Victor Stinner yazdı
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
urllib.request.urlopen now take optional arguments to allow for server certificate checking, as recommended in public uses of HTTPS.
-
Gregory P. Smith yazdı
-
Gregory P. Smith yazdı
-
Brian Curtin yazdı
-
Brian Curtin yazdı
-
Brian Curtin yazdı
-
Brian Curtin yazdı
-
Benjamin Peterson yazdı
-
- 12 Eki, 2010 4 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-