- 14 Oct, 2010 13 commits
-
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
#9964: fix pdb failure to import under -OO. Warn the user that help is simply not available in this case.
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
- 13 Oct, 2010 27 commits
-
-
Antoine Pitrou authored
`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 authored
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 authored
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 authored
-
Victor Stinner authored
-
Benjamin Peterson authored
-
Victor Stinner authored
the locale encoding.
-
Benjamin Peterson authored
-
Victor Stinner authored
-
Benjamin Peterson authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
don't do in configure as well. Hopefully this will solve a Makefile parsing issue on the FreeBSD buildbots.
-
Antoine Pitrou authored
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 authored
-
Michael Foord authored
-
Antoine Pitrou authored
for the OpenSSL server-side session cache.
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Victor Stinner authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
urllib.request.urlopen now take optional arguments to allow for server certificate checking, as recommended in public uses of HTTPS.
-
Gregory P. Smith authored
-
Gregory P. Smith authored
-
Brian Curtin authored
-