- 06 Nov, 2010 1 commit
-
-
Brian Curtin authored
-
- 05 Nov, 2010 26 commits
-
-
Éric Araujo authored
-
Éric Araujo authored
-
Éric Araujo authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
unpickling them produced nonsensical results.
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
its low-level signal handler. Patch by Hallvard B Furuseth.
-
Antoine Pitrou authored
-
Hirokazu Yamamoto authored
-
David Malcolm authored
(ISLOWER()/ISUPPER()/etc) have now been removed: use Py_ISLOWER() etc instead.
-
Brian Curtin authored
-
Brian Curtin authored
-
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 13 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.
-