- 04 Mar, 2006 7 kayıt (commit)
-
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
Add note to NEWS.
-
Hye-Shik Chang yazdı
- Do some minor code clean-ups.
-
Barry Warsaw yazdı
testing line ending compatibility.
-
Tim Peters yazdı
for it to claim it has mime-type application/octet-stream.
-
Tim Peters yazdı
-
- 03 Mar, 2006 11 kayıt (commit)
-
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
want to wait forever if we don't receive the last message. But we also don't want the test to fail if we shutdown too quickly. I can't reliably reproduce this failure, so I'm kinda guessing this is the problem. We'll see if this band-aid helps.
-
Neal Norwitz yazdı
Add it back.
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
be removed in 2.x.
-
Thomas Wouters yazdı
- regenerate ast.py - add future flags for absolute-import and with-statement so they (hopefully) properly get set in code-object flags - try out if/else expressions in actual code for the hell of it. Seems to generate the same kind of bytecode as the normal compiler.
-
Thomas Wouters yazdı
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
-
- 02 Mar, 2006 22 kayıt (commit)
-
-
Brett Cannon yazdı
-
Brett Cannon yazdı
-
Tim Peters yazdı
-
Tim Peters yazdı
-
Tim Peters yazdı
-
Tim Peters yazdı
PyArena_New(); unsure what the intent is.
-
Thomas Wouters yazdı
but without a specified encoding: decoding_fgets() (and decoding_feof()) can return NULL and fiddle with the 'tok' struct, making tok->buf NULL. This is okay in the other cases of calls to decoding_*(), it seems, but not in this one. This should get a test added, somewhere, but the testsuite doesn't seem to test encoding anywhere (although plenty of tests use it.) It seems to me that decoding errors in other places in the code (like at the start of a token, instead of in the middle of one) make the code end up adding small integers to NULL pointers, but happen to check for error states before using the calculated new pointers. I haven't been able to trigger any other crashes, in any case. I would nominate this file for a comlete rewrite for Py3k. The whole decoding trick is too bolted-on for my tastes.
-
Tim Peters yazdı
-
Brett Cannon yazdı
-
Thomas Wouters yazdı
(Should 'code' be cast to the right pointer type?)
-
Brett Cannon yazdı
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
-
Thomas Wouters yazdı
-
Thomas Wouters yazdı
to an unsigned int (and back again) on 64-bit machines, even though the actual value of the Py_ssize_t variable is way below 31 bits. I suspect compiler-error.
-
Brett Cannon yazdı
-
Guido van Rossum yazdı
The culprit was an expression-less yield -- the first apparently in the standard library. I added a unit test for this. Also removed the hack to force compilation of test_with.py.
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
-
Brett Cannon yazdı
-
Martin v. Löwis yazdı
-