- 04 Kas, 2010 14 kayıt (commit)
-
-
Antoine Pitrou yazdı
unused undocumented value PyBUF_SHADOW, and strangely-looking code in PyMemoryView_GetContiguous.
-
Ezio Melotti yazdı
-
Eric Smith yazdı
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 yazdı
-
Hirokazu Yamamoto yazdı
-
Ezio Melotti yazdı
-
-
Hirokazu Yamamoto yazdı
-
Hirokazu Yamamoto yazdı
instead of signed value [-127, 128].
-
Senthil Kumaran yazdı
-
Brian Curtin yazdı
Mimic the clientTearDown from ThreadedTCPSocketTest, closing the socket.
-
Raymond Hettinger yazdı
Demote one warning to a note. There's no security risk here, just a note on usage and avialability.
-
Raymond Hettinger yazdı
-
Benjamin Peterson yazdı
-
- 03 Kas, 2010 12 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
http://bugs.python.org/issue10155Phillip J. Eby yazdı
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 yazdı
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
Antoine Pitrou yazdı
Patch by Julien Élie.
-
Antoine Pitrou yazdı
response, instead of raising an exception.
-
Kristján Valur Jónsson yazdı
let make_buildinfo use a temporary directory on windows
-
Antoine Pitrou yazdı
-
Georg Brandl yazdı
-
Phillip J. Eby yazdı
-
- 02 Kas, 2010 13 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
advertised by the server.
-
Phillip J. Eby yazdı
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 yazdı
-
Brett Cannon yazdı
Closes issue #10294. Thanks Stefan Behnel for the find.
-
Michael Foord yazdı
Updating unittest docs to reflect change in unittest.TestCase.assert[Not]AlmostEqual signature change
-
Hirokazu Yamamoto yazdı
# I don't have this compiler, so I couldn't test it.
-
Hirokazu Yamamoto yazdı
-
Michael Foord yazdı
Remove the keyword only restriction for places and delta args in unittest.TestCase.assert[Not]AlmostEqual
-
Hirokazu Yamamoto yazdı
-
Steven Bethard yazdı
-
Brian Curtin yazdı
-
Brian Curtin yazdı
-
- 01 Kas, 2010 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
-