- 16 Şub, 2006 14 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
Convert Py_ssize_t using PyInt_FromSsize_t
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Neal Norwitz yazdı
-
Tim Peters yazdı
Py_SAFE_DOWNCAST can evaluate its first argument multiple times in a debug build. This caused two distinct assert- failures in test_unicode run under a debug build. Rewrote the code in trivial ways so that multiple evaluation of the first argument doesn't hurt.
-
Tim Peters yazdı
mixing signed and unsigned types in comparison. Relatedly, `dataSize` is declared as DWORD, not as int, so change relevant cast from (int) to (DWORD).
-
- 15 Şub, 2006 9 kayıt (commit)
-
-
Thomas Wouters yazdı
-
Thomas Wouters yazdı
whitespace.
-
Vinay Sajip yazdı
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Fred Drake yazdı
-
Neal Norwitz yazdı
-
Tim Peters yazdı
signed with unsigned types in comparison.
-
- 14 Şub, 2006 5 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Tim Peters yazdı
test_file to fail on Windows in reality (can't delete a still-open file), but a new bare "except:" hid that test_file failed on Windows, and leaving behind the still-open TESTFN caused a cascade of bogus failures in later tests. So, close the file, and stop hiding failure to unlink.
-
Armin Rigo yazdı
* Allow the 3rd argument to generator.throw() to be None. The 'raise' statement does the same, and anyway it follows the general policy that optional arguments of built-ins should, when reasonable, have a default value specifiable from Python.
-
Neal Norwitz yazdı
Support 2.4 (released versions) better. (rsync was not working with adding the *. Only some files/dirs were copied, not everything.)
-
- 13 Şub, 2006 2 kayıt (commit)
-
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
-
- 12 Şub, 2006 1 kayıt (commit)
-
-
Thomas Wouters yazdı
readline/readlines/read/readinto, loudly break by raising ValueError, rather than silently deliver data out of order or hitting EOF prematurely. Probably not a bugfix candidate, even though it affects no 'working' code.
-
- 11 Şub, 2006 6 kayıt (commit)
-
-
Tim Peters yazdı
-
Georg Brandl yazdı
-
Martin v. Löwis yazdı
-
Georg Brandl yazdı
-
Martin v. Löwis yazdı
Proposed by Tim Peters.
- 10 Şub, 2006 3 kayıt (commit)
-
-
Thomas Wouters yazdı
call_function(), rather than commenting on the lack of an explanation in a comment.
-
Jack Jansen yazdı
-
Martin v. Löwis yazdı
-