- 14 Eki, 2010 34 kayıt (commit)
-
-
Florent Xicluna yazdı
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
Barry Warsaw yazdı
Ubuntu 10.10 introduced $UBUNTU_MENUPROXY into the default user environment, and that's what's tripping up the code.
-
Barry Warsaw yazdı
-
Alexander Belopolsky yazdı
-
Antoine Pitrou yazdı
as to mark CPU-heavy tests.
-
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 6 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ı
-