- 14 Oct, 2010 35 commits
-
-
Antoine Pitrou authored
-
Florent Xicluna authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Barry Warsaw authored
Ubuntu 10.10 introduced $UBUNTU_MENUPROXY into the default user environment, and that's what's tripping up the code.
-
Barry Warsaw authored
-
Alexander Belopolsky authored
-
Antoine Pitrou authored
as to mark CPU-heavy tests.
-
Matthias Klose authored
-
Antoine Pitrou authored
where supported by the system. Patch by Nikita Vetoshkin.
-
Victor Stinner authored
-
Victor Stinner authored
descriptor.
-
Senthil Kumaran authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Victor Stinner authored
-
Victor Stinner authored
Improve also the comment to explain why C locale is needed to test os.environ.
-
Victor Stinner authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
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 5 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
-