- 23 Sep, 2010 14 commits
-
-
Antoine Pitrou authored
-
Mark Dickinson authored
this was causing reversed method calls like float.__radd__(3.0, 1) to return NotImplemented instead of the expected numeric value.
-
Brian Curtin authored
The test is semi-dumb, it just makes sure something comes back since we don't have a solid source to validate the returned login. We can't be 100% sure that the USERNAME env var will always match what os.getlogin() returns, so we don't make any specific assertion there.
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
objects explicitly instead of letting them linger on.
-
Antoine Pitrou authored
-
Antoine Pitrou authored
Patch by Florian Festi.
-
Hirokazu Yamamoto authored
-
Hirokazu Yamamoto authored
TestSkip exception.
-
Brian Curtin authored
-
Vinay Sajip authored
-
Vinay Sajip authored
-
Florent Xicluna authored
-
- 22 Sep, 2010 3 commits
-
-
Florent Xicluna authored
-
Barry Warsaw authored
-
Vinay Sajip authored
-
- 21 Sep, 2010 17 commits
-
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Daniel Stutzbach authored
-
Hirokazu Yamamoto authored
-
Antoine Pitrou authored
-
Alexander Belopolsky authored
-
Antoine Pitrou authored
Ned Deily.
-
Antoine Pitrou authored
object, only munmap().
-
Hirokazu Yamamoto authored
-
Antoine Pitrou authored
-
Georg Brandl authored
-
Brian Quinlan authored
-
Marc-André Lemburg authored
-
Marc-André Lemburg authored
See #9119.
-
Vinay Sajip authored
-
Vinay Sajip authored
-
Senthil Kumaran authored
-
- 20 Sep, 2010 6 commits
-
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Antoine Pitrou authored
threads are still running. Instead, reinitialize the GIL on a second call to Py_Initialize().
-
Barry Warsaw authored
-