- 04 Nov, 2010 14 commits
-
-
Antoine Pitrou authored
unused undocumented value PyBUF_SHADOW, and strangely-looking code in PyMemoryView_GetContiguous.
-
Ezio Melotti authored
-
Eric Smith authored
Issue #6081: Add str.format_map. str.format_map(mapping) is similar to str.format(**mapping), except mapping does not get converted to a dict.
-
Antoine Pitrou authored
-
Hirokazu Yamamoto authored
-
Ezio Melotti authored
-
-
Hirokazu Yamamoto authored
-
Hirokazu Yamamoto authored
instead of signed value [-127, 128].
-
Senthil Kumaran authored
-
Brian Curtin authored
Mimic the clientTearDown from ThreadedTCPSocketTest, closing the socket.
-
Raymond Hettinger authored
Demote one warning to a note. There's no security risk here, just a note on usage and avialability.
-
Raymond Hettinger authored
-
Benjamin Peterson authored
-
- 03 Nov, 2010 12 commits
-
-
Benjamin Peterson authored
-
http://bugs.python.org/issue10155Phillip J. Eby authored
docs and support for more client-generated CGI variables. (This should complete the WSGI 1.0.1 compliance changes for Python 3.x.)
-
Benjamin Peterson authored
-
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 1 commit
-
-
Martin v. Löwis authored
-