- 28 Ara, 2010 3 kayıt (commit)
-
-
Victor Stinner yazdı
Forbidden in C, stupid language!
-
Victor Stinner yazdı
Function removed by r83195.
-
Victor Stinner yazdı
PyErr_SetExcFromWindowsErrWithFilename() decode the filename from the filesystem encoding instead of UTF-8.
-
- 27 Ara, 2010 12 kayıt (commit)
-
-
Victor Stinner yazdı
encoding instead of UTF-8.
-
Victor Stinner yazdı
encoding instead of UTF-8.
-
R. David Murray yazdı
I've only tested regular runs and -j runs. If I've broken anything else I'm sure I'll hear about it sooner or later.
-
Vinay Sajip yazdı
-
Vinay Sajip yazdı
-
Vinay Sajip yazdı
-
R. David Murray yazdı
I'm assuming that the putative path from the malformed pth file is simply not found and therefore ignored.
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
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ı
-