- 27 Ara, 2010 2 kayıt (commit)
-
-
Victor Stinner yazdı
-
R. David Murray yazdı
-
- 26 Ara, 2010 7 kayıt (commit)
-
-
Vinay Sajip yazdı
-
R. David Murray yazdı
If a .pth file contained an error, it could cause a traceback in site.py, terminating its processing. In 2.7 and 3.2, the interpreter will then not start. Previously, a message would print saying to use -v to get the traceback. In either case, the traceback generated for a failed .pth file did not include the .pth filename, making it difficult to debug the problem. Now site.py reports not only the .pth filename but also the line number causing the error, and just skips the remainder of the file.
-
Vinay Sajip yazdı
-
Éric Araujo yazdı
-
Terry Reedy yazdı
-
Éric Araujo yazdı
-
Éric Araujo yazdı
-
- 25 Ara, 2010 2 kayıt (commit)
-
-
Victor Stinner yazdı
pipes (bug specific to Windows). Improve also the unit test: write a portable unit test.
-
Brian Quinlan yazdı
-
- 24 Ara, 2010 16 kayıt (commit)
-
-
Brian Quinlan yazdı
-
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 13 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ı
-