- 03 Nov, 2010 9 commits
-
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Antoine Pitrou authored
Patch by Julien Élie.
-
Antoine Pitrou authored
response, instead of raising an exception.
-
Kristján Valur Jónsson authored
let make_buildinfo use a temporary directory on windows
-
Antoine Pitrou authored
-
Georg Brandl authored
-
Phillip J. Eby authored
-
- 02 Nov, 2010 13 commits
-
-
Antoine Pitrou authored
-
Antoine Pitrou authored
advertised by the server.
-
Phillip J. Eby authored
Update wsgiref for PEP 3333, and fix errors introduced into the test suite by converting type() checks to isinstance(). (When WSGI specifies a built-in type, it does NOT mean "this type or a subclass" -- it means 'type(x) is SpecifiedType'.)
-
Benjamin Peterson authored
-
Brett Cannon authored
Closes issue #10294. Thanks Stefan Behnel for the find.
-
Michael Foord authored
Updating unittest docs to reflect change in unittest.TestCase.assert[Not]AlmostEqual signature change
-
Hirokazu Yamamoto authored
# I don't have this compiler, so I couldn't test it.
-
Hirokazu Yamamoto authored
-
Michael Foord authored
Remove the keyword only restriction for places and delta args in unittest.TestCase.assert[Not]AlmostEqual
-
Hirokazu Yamamoto authored
-
Steven Bethard authored
-
Brian Curtin authored
-
Brian Curtin authored
-
- 01 Nov, 2010 18 commits
-
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Michael Foord authored
-
Alexander Belopolsky authored
-
Alexander Belopolsky authored
-
Alexander Belopolsky authored
-
Alexander Belopolsky authored
-
Alexander Belopolsky authored
-
Alexander Belopolsky authored
-
Brian Curtin authored
-
Steven Bethard authored
Fix for issue 9355 where with multiple mutually exclusive arguments, some brackets were being lost in the usage messages
-
Steven Bethard authored
-
Alexander Belopolsky authored
-
Steven Bethard authored
-
Brian Curtin authored
-
Steven Bethard authored
-
Brian Curtin authored
Use a context manager for os.popen and explicitly close a socket.
-
Benjamin Peterson authored
-