- 07 Mar, 2006 11 kayıt (commit)
-
-
Thomas Wouters yazdı
-
Thomas Wouters yazdı
Will backport.
-
Thomas Wouters yazdı
Will backport to release24.
-
Georg Brandl yazdı
-
Thomas Wouters yazdı
return rather than use it again.
-
Georg Brandl yazdı
readdir().
-
Martin v. Löwis yazdı
Add (int) casts to silence compiler warnings. Raise Python exceptions for overflows.
-
Thomas Wouters yazdı
-
Barry Warsaw yazdı
added to gc.collect(). Updated docs, unit test, and NEWS entry. (Also, fixed a typo in NEWS.)
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
All of these (except _lsprof.c) should be backported. Particularly the hotshot change which validates sys.path. Can someone backport?
-
- 06 Mar, 2006 8 kayıt (commit)
-
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
from static analysis. v was already checked for NULL above, so we don't need a second check.
-
Neal Norwitz yazdı
-
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 13 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.
-