- 09 Eki, 2002 4 kayıt (commit)
-
-
Guido van Rossum yazdı
on the trunk.
-
Andrew M. Kuchling yazdı
-
Tim Peters yazdı
imported on systems other than Windows, and in particular is imported by test___all__; the compile farm reported that all Linux tests failed due to this; isn't anyone in PythonDevLand running CVS on Linux?!).
-
Tim Peters yazdı
ths "should be" skipped depends on os.path.supports_unicode_filenames, not really on the platform. Fiddled the expected-skip constructor appropriately.
-
- 08 Eki, 2002 2 kayıt (commit)
-
-
Tim Peters yazdı
list(xrange(sys.maxint / 4)) test. Changed 4 to 2. The belief is that this test intended to trigger a bit of code in listobject.c's NRESIZE macro that's looking for arithmetic overflow. As written, it doesn't achieve that, though, and leaves it up to the platform realloc() as to whether it wants to allocate 2 gigabytes. Some platforms say "sure!", although they don't appear to mean it, and disaster ensues. Changing 4 to 2 (just barely) manages to trigger the arithmetic overflow test instead, leaving the platform realloc() out of it. I'll backport this to the 2.2 branch next.
-
Mark Hammond yazdı
sys.getwindowsversion() on Windows (new enahanced Tim-proof <wink> version), and fix test_pep277.py in a few minor ways. Including doc and NEWS entries.
-
- 07 Eki, 2002 14 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Barry Warsaw yazdı
the change in revision 1.11 (test_email.py) in response to SF bug #609988. We now think that was the wrong fix and that WinZip was the real culprit there.
-
Barry Warsaw yazdı
get_type(). Also, one of the regular expressions is constant so might as well make it a module global. And, when splitting up digests, handle lineseps that are longer than 1 character in length (e.g. \r\n).
-
Martin v. Löwis yazdı
-
Barry Warsaw yazdı
with the standalone mimelib package.
-
Fred Drake yazdı
for both HTML and typeset renderings. Corresponds to revision 1.53.4.8 on the r22-maint branch.
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
- 06 Eki, 2002 6 kayıt (commit)
-
-
Guido van Rossum yazdı
be skipped everywhere except on Windows NT and descendants, but I'm only going to add it to the skip list for the platform I can test.)
-
Martin v. Löwis yazdı
(most of the patch hides in rev. 1.59). Backported to 2.2.
-
Guido van Rossum yazdı
supervision of regrtest.py. Will backport to 2.2.2.
-
Martin v. Löwis yazdı
-
Tim Peters yazdı
-
Kurt B. Kaiser yazdı
[ 617097 ] EditorWindow.py: underline recent files Added a couple of mods to reduce the indentation level. Note that the recent files menu doesn't update until Idle is restarted, pre-existing bug, at least on Linux.
-
- 05 Eki, 2002 3 kayıt (commit)
-
-
Tim Peters yazdı
a junk directory behind that caused 4 other tests to fail later. Now it cleans up after itself, and the 4 bogus later failures don't happen.
-
Martin v. Löwis yazdı
-
Tim Peters yazdı
__STDC__ is defined (or something like that ...).
-
- 04 Eki, 2002 11 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
-
Kurt B. Kaiser yazdı
[ 617109 ] WindowList.py: fix win98 quit.
-
Kurt B. Kaiser yazdı
[ 617125 ] EditorWindow.py: Fix the wrap (used 'none' instead of NONE)
-
Guido van Rossum yazdı
still may contain dots), then if that doesn't exist look for the name with dots replaced by underscores. This is a little more forgiving.
-
Raymond Hettinger yazdı
-
Fred Drake yazdı
-
Fred Drake yazdı
-
Marc-André Lemburg yazdı
by some email headers.
-
Marc-André Lemburg yazdı
-
Neal Norwitz yazdı
Don't pollute the namespace when protecting against multiple header inclusion. Prefix with Py_ and use standard naming convention Py_FILENAME_H.
-
Marc-André Lemburg yazdı
-