- 24 Ara, 2010 15 kayıt (commit)
-
-
R. David Murray yazdı
The RFC is bit hard to understand on this point, but the examples clearly show that parameter values that are encoded according to its charset/language rules don't have surrounding quotes, and the ABNF does not allow for quotes. So when we produce such encoded values, we no longer add quotes.
-
Terry Reedy yazdı
-
Raymond Hettinger yazdı
-
Vinay Sajip yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
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 yazdı
-
Senthil Kumaran yazdı
problem with Content-Length header and uncommenting the test.
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Alexander Belopolsky yazdı
-
- 23 Ara, 2010 14 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Éric Araujo yazdı
-
Terry Reedy yazdı
Addition OKed by GB on IRC (R. David Murray). No backport.
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Raymond Hettinger yazdı
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 yazdı
Original patch by Thomas Herve.
-
R. David Murray yazdı
self.handlers is still used in one urllib2 test, but not by the code iteslf.
-
Éric Araujo yazdı
-
Éric Araujo yazdı
-
Éric Araujo yazdı
-
Alexander Belopolsky yazdı
-
Alexander Belopolsky yazdı
-
- 22 Ara, 2010 8 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
Michael Foord yazdı
-
Vinay Sajip yazdı
-
Michael Foord yazdı
-
Raymond Hettinger yazdı
-
Gregory P. Smith yazdı
-
Alexander Belopolsky yazdı
-
Alexander Belopolsky yazdı
for identifiers. Fixed the documentation to agree.
-
- 21 Ara, 2010 3 kayıt (commit)
-
-
R. David Murray yazdı
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 yazdı
-
Raymond Hettinger yazdı
-