- 05 Eyl, 2002 1 kayıt (commit)
-
-
Neal Norwitz yazdı
Raise ValueError if user passes a size to mmap which is larger than the file. Also need Tim's fix in test_mmap.py, 1.22 which flushes the file before mmap'ing it.
-
- 04 Eyl, 2002 2 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
- 03 Eyl, 2002 1 kayıt (commit)
-
-
Guido van Rossum yazdı
Fix for SF bug 601077 by Zack Weinberg. The new execvpe code would sometimes do the wrong thing when a non-executable file existed earlier in the path and an executable file of the same name existed later in the path. This patch restores the proper behavior (which is to execute the second file). When only a non-executable file exists, the correct error is still reported.
-
- 28 Agu, 2002 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
- 27 Agu, 2002 2 kayıt (commit)
-
-
Raymond Hettinger yazdı
an error message and not just the missing name. Closes SF Bug 599869.
-
Fred Drake yazdı
Closes SF patch #600861. Minor markup changes.
-
- 25 Agu, 2002 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
Closes SF bug 599681.
-
- 23 Agu, 2002 17 kayıt (commit)
-
-
Fred Drake yazdı
-
Michael W. Hudson yazdı
revision 1.13 of pre.py Fix bug #570057: Broken pre.subn() (and pre.sub()) This should be backported to the 2.2.X series (how do I do that?)
-
Michael W. Hudson yazdı
revision 1.180 of ACKS date: 2002/06/10 20:00:52; author: gvanrossum; state: Exp; lines: +1 -0 SF patch 564549 (Erik Andersén). The WeakKeyDictionary constructor didn't work when a dict arg was given. Fixed by moving a line. Also adding a unit test. Bugfix candidate.
-
Michael W. Hudson yazdı
revision 1.19 of test_weakref.py SF patch 564549 (Erik Andersén). The WeakKeyDictionary constructor didn't work when a dict arg was given. Fixed by moving a line. Also adding a unit test. Bugfix candidate.
-
Michael W. Hudson yazdı
revision 1.17 of weakref.py SF patch 564549 (Erik Andersén). The WeakKeyDictionary constructor didn't work when a dict arg was given. Fixed by moving a line. Also adding a unit test. Bugfix candidate.
-
Michael W. Hudson yazdı
revision 1.86 of libos.tex SF bug 563750 (Alex Martelli): posix_tmpfile(): The file returned by tmpfile() has mode w+b, so use that in the call to PyFile_FromFile(). Bugfix candidate.
-
Michael W. Hudson yazdı
revision 2.234 of posixmodule.c SF bug 563750 (Alex Martelli): posix_tmpfile(): The file returned by tmpfile() has mode w+b, so use that in the call to PyFile_FromFile(). Bugfix candidate.
-
Michael W. Hudson yazdı
revision 1.309 of configure revision 1.319 of configure.in Use somewhat longer C++ program to detect whether linking requires the C++ compiler. Fixes #559429. 2.2 bugfix candidate.
-
Michael W. Hudson yazdı
revision 1.9 of test_gzip.py force gzip module to open files using 'b'inary mode. closes patch #536278.
-
Michael W. Hudson yazdı
revision 1.33 of gzip.py force gzip module to open files using 'b'inary mode. closes patch #536278. This looked like a bugfix candidate to me at some point...
-
Michael W. Hudson yazdı
revision 1.6 of emailutil.tex Minor typo: Message.getall() -> Message.get_all()
-
Michael W. Hudson yazdı
revision 1.22 of test_fcntl.py SF 554663. Add OpenBSD3. Bugfix candidate if anyone cares.
-
Michael W. Hudson yazdı
revision 1.83 of Makefile.pre.in Patch #553230: Create LIBDIR if necessary. Bugfix candidate.
-
Michael W. Hudson yazdı
revision 1.4 of CallTipWindow.py SF bug 546078: IDLE calltips cause application error. Assorted crashes on Windows and Linux when trying to display a very long calltip, most likely a Tk bug. Wormed around by clamping the calltip display to a maximum of 79 characters (why 79? why not ...). Bugfix candidate, for all Python releases.
-
Michael W. Hudson yazdı
revision 1.21 of test_mmap.py SF bug 544733: Cygwin test_mmap fix for Python 2.2.1 Close a file before trying to unlink it, and apparently Cygwin needs writes to an mmap'ed file to get flushed before they're visible. Bugfix candidate, but I think only for the 2.2 line (it's testing features that I think were new in 2.2).
-
Michael W. Hudson yazdı
revision 1.52 of pdb.py date: 2002/04/15 00:48:24; author: gvanrossum; state: Exp; lines: +4 -1 Add exit as alias for quit, as the easiest way to address SF bug #543674. Bugfix candidate.
-
Michael W. Hudson yazdı
revision 1.161 of Tkinter.py Ignore widgets with unknown names in winfo_children. Fixes #518283. 2.2.2 candidate.
-
- 22 Agu, 2002 1 kayıt (commit)
-
-
Fred Drake yazdı
completely equivalent.
-
- 21 Agu, 2002 1 kayıt (commit)
-
-
Fred Drake yazdı
order in which form variables should be encoded in a request, a CGI script should not rely on that since a client may not conform to those specs, or they may not be relevant to the request. Closes SF bug #596866.
-
- 20 Agu, 2002 3 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
Guido van Rossum yazdı
These were reported and fixed by Inyeol Lee in SF bug 595350. The endswith() bug is already fixed in 2.3; I'll fix the others in 2.3 next.
-
Fred Drake yazdı
Closes SF bug #597177.
-
- 19 Agu, 2002 3 kayıt (commit)
-
-
Fred Drake yazdı
dict.items/keys/values/iteritems/iterkeys/itervalues().
-
Tim Peters yazdı
imports of test_support. That causes multiple copies of test_support to get loaded, and the one used by test_base64.py didn't see the proper value of verbose=False, so spewed output. That in turn apparenly caused Barry to check in an expected-results output file, but a unitttest-based test should never have one of those. I noticed this because, on Windows, the final unittest output line contains the number of seconds needed to run the test, and that varied on *some* runs when I tried it, causing bogus test failures. Anyway, this gets rid of the expected-output file again, and changes the imports to work with 2.2's way of doing this.
-
Tim Peters yazdı
popen2() and popen3() created text-mode pipes even when binary mode was asked for. This was specific to Windows.
-
- 18 Agu, 2002 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
Jeremy reported that this is not allowed by RFC 2396; however, other tools support unescaped @'s so we should also. Apply SF patch 596581 closing bug 581529.
-
- 15 Agu, 2002 2 kayıt (commit)
-
-
Barry Warsaw yazdı
base64.decodestring('') should return '' instead of raising an exception. The bug fix for SF #430849 wasn't quite right. This closes SF bug #595671. I'll backport this to Python 2.2. One addition here is that there was no test of the base64 module in Python 2.2 cvs yet, so I added that too.
-
cvs2svn yazdı
'release22-maint'.
-
- 14 Agu, 2002 2 kayıt (commit)
-
-
Guido van Rossum yazdı
PyType_Ready(): initialize the base class a bit earlier, so that if we copy the metatype from the base, the base actually has one!
-
Fred Drake yazdı
simply not relevant any more. Closes SF bug #595032.
-
- 13 Agu, 2002 2 kayıt (commit)
-
-
Neal Norwitz yazdı
-
Guido van Rossum yazdı
Add an improvement wrinkle to Neil Schemenauer's change to int_mul (rev. 2.79.6.3). The other type is only disqualified from sq_repeat when it has the CHECKTYPES flag. This means that for extension types that only support "old-style" numeric ops, such as Zope 2's ExtensionClass, sq_repeat still trumps nb_multiply.
-