- 06 Nov, 2010 19 commits
-
-
Eric Smith authored
-
Eric Smith authored
-
Victor Stinner authored
-
Victor Stinner authored
Use only one global warning.catch_warnings() context, instead of two local contexts. Improve also the explaination why the function uses a local import.
-
Georg Brandl authored
-
Éric Araujo authored
With Raymond’s approval.
-
Éric Araujo authored
-
Éric Araujo authored
-
Éric Araujo authored
This was done in r80805 (#7908) and erroneously brought back by the distutils revert. This commit removes more code than the original, which was uncomplete. There is no NEWS entry, like in r80805.
-
Éric Araujo authored
-
Éric Araujo authored
-
Éric Araujo authored
-
Éric Araujo authored
-
Éric Araujo authored
-
Éric Araujo authored
-
Éric Araujo authored
-
Éric Araujo authored
-
Alexander Belopolsky authored
-
Brian Curtin authored
-
- 05 Nov, 2010 21 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.
-