- 05 Kas, 2010 12 kayıt (commit)
-
-
Brian Curtin yazdı
-
Brian Curtin yazdı
-
Ezio Melotti yazdı
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 yazdı
-
Brian Curtin yazdı
-
Brian Curtin yazdı
-
Brian Curtin yazdı
Clears a number of ResourceWarnings in test_httpservers.
-
Brian Curtin yazdı
in finally. Removes two ResourceWarnings.
-
Antoine Pitrou yazdı
-
Georg Brandl yazdı
-
Brian Curtin yazdı
-
Antoine Pitrou yazdı
-
- 04 Kas, 2010 16 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
as well as unicode strings. Initial patch by Sandro Tosi.
-
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ı
-