- 06 Mar, 2006 4 kayıt (commit)
-
-
Walter Dörwald yazdı
This is a alternative version of patch #1379332.
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Hye-Shik Chang yazdı
-
- 05 Mar, 2006 8 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
Add warning on Win9x.
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Neal Norwitz yazdı
The failure definitely seems timing related. This change *seems* to work. Since the failure isn't doesn't occur consistently, it's hard to tell. Running these tests on Solaris in this order: test_urllibnet test_operator test_cgi \ test_isinstance test_future test_ast test_logging generally caused a failure (about 50% of the time) before the sleep. I couldn't provoke the failure with the sleep. This should really be cleaned up by using threading.Events or something so it is not timing dependent and doesn't hang forever on failure.
-
- 04 Mar, 2006 15 kayıt (commit)
-
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
test_codecmaps_tw test_importhooks test_socket_ssl I don't completely understand the cause, but there's a lot of import magic going on and this is the smallest change which fixes the problem.
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
Actually define Py_RefTotal as a Py_ssize_t.
-
Neal Norwitz yazdı
I tried to handle Win64 properly, but please review.
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
One place it wasn't necessary since mod was already checked. Inline the check that mod != NULL for the other use.
-
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 2 kayıt (commit)
-
-
Brett Cannon yazdı
-
Brett Cannon yazdı
-