- 14 Eki, 2010 26 kayıt (commit)
-
-
Matthias Klose yazdı
-
Antoine Pitrou yazdı
where supported by the system. Patch by Nikita Vetoshkin.
-
Victor Stinner yazdı
-
Victor Stinner yazdı
descriptor.
-
Senthil Kumaran yazdı
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
Improve also the comment to explain why C locale is needed to test os.environ.
-
Victor Stinner yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
#9964: fix pdb failure to import under -OO. Warn the user that help is simply not available in this case.
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
- 13 Eki, 2010 14 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ı
-