- 25 Dec, 2010 2 commits
-
-
Victor Stinner authored
pipes (bug specific to Windows). Improve also the unit test: write a portable unit test.
-
Brian Quinlan authored
-
- 24 Dec, 2010 16 commits
-
-
Brian Quinlan authored
-
R. David Murray authored
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 authored
-
Raymond Hettinger authored
-
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.
-