- 24 Dec, 2010 12 commits
-
-
Vinay Sajip authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
New output looks like this: Traceback (most recent call last): File "test.py", line 5, in test_ce self.assertCountEqual('abracadabra xx', 'simsalabim xx') AssertionError: Element counts were not equal: Expected 5, got 2: 'a' Expected 2, got 1: 'b' Expected 0, got 2: 'i' Expected 0, got 2: 'm' Expected 0, got 1: 'l' Expected 0, got 2: 's' Expected 1, got 0: 'c' Expected 1, got 0: 'd' Expected 2, got 0: 'r'
-
Alexander Belopolsky authored
-
Senthil Kumaran authored
problem with Content-Length header and uncommenting the test.
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Alexander Belopolsky authored
-
- 23 Dec, 2010 14 commits
-
-
Benjamin Peterson authored
-
Éric Araujo authored
-
Terry Reedy authored
Addition OKed by GB on IRC (R. David Murray). No backport.
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Raymond Hettinger authored
part of the iterator had been consumed. Also, fix argument names which did not match the docs and were a bit misleading.
-
R. David Murray authored
Original patch by Thomas Herve.
-
R. David Murray authored
self.handlers is still used in one urllib2 test, but not by the code iteslf.
-
Éric Araujo authored
-
Éric Araujo authored
-
Éric Araujo authored
-
Alexander Belopolsky authored
-
Alexander Belopolsky authored
-
- 22 Dec, 2010 8 commits
-
-
Antoine Pitrou authored
-
Michael Foord authored
-
Vinay Sajip authored
-
Michael Foord authored
-
Raymond Hettinger authored
-
Gregory P. Smith authored
-
Alexander Belopolsky authored
-
Alexander Belopolsky authored
for identifiers. Fixed the documentation to agree.
-
- 21 Dec, 2010 6 commits
-
-
R. David Murray authored
Previously passing a string in as the password would fail either with an assertion error or a TypeError with a confusing error message. Note that a string can't be accepted since zipfile has no way to guess what encoding should be used to turn it into bytes. Patch by Victor Stinner.
-
Antoine Pitrou authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Antoine Pitrou authored
(part of #10735)
-