- 05 Nov, 2010 11 commits
-
-
Brian Curtin authored
-
Ezio Melotti authored
Merge the doc for assertTrue/False, assert[Not]AlmostEqual, assert[Not]RegexpMatches, rephrase a couple of paragraphs, and remove redundant doc about the msg arg.
-
Brian Curtin authored
-
Brian Curtin authored
-
Brian Curtin authored
-
Brian Curtin authored
Clears a number of ResourceWarnings in test_httpservers.
-
Brian Curtin authored
in finally. Removes two ResourceWarnings.
-
Antoine Pitrou authored
-
Georg Brandl authored
-
Brian Curtin authored
-
Antoine Pitrou authored
-
- 04 Nov, 2010 16 commits
-
-
Antoine Pitrou authored
-
Antoine Pitrou authored
as well as unicode strings. Initial patch by Sandro Tosi.
-
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 1 commit
-
-
Antoine Pitrou authored
-