- 23 Eyl, 2002 6 kayıt (commit)
-
-
Raymond Hettinger yazdı
Properly fix SF bug #507298 (Gregor Lingl): shellpython2.2 -Qnew smart indent error Use // where int division is intended.
-
Guido van Rossum yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
is Control-A rather than Alt-A.
-
Michael W. Hudson yazdı
revision 1.70 of rfc822.py parseaddr(): Fixed in the same way that Message.getaddrlist() was fixed (re: SF bug #555035). Include a unittest.
-
Michael W. Hudson yazdı
revision 1.17 of test_rfc822.py parseaddr(): Fixed in the same way that Message.getaddrlist() was fixed (re: SF bug #555035). Include a unittest.
-
- 22 Eyl, 2002 4 kayıt (commit)
-
-
Martin v. Löwis yazdı
Fixes #612595.
-
Martin v. Löwis yazdı
-
cvs2svn yazdı
'release22-maint'.
-
Martin v. Löwis yazdı
-
- 15 Eyl, 2002 1 kayıt (commit)
-
-
Guido van Rossum yazdı
Address SF bug #577530: del __builtins__ breaks out of rexec Using the suggestion there: add_module() forces __builtin__ back; this fixes r_exec, r_eval, r_execfile. This does not mean that rexec is now considered safe! But for those willing to take the risk, it's safer than before. (Note that a safety analysis of the code module would be wise if you plan to use the interactive console for real -- I've only ever used it to play with restricted mode.)
-
- 13 Eyl, 2002 1 kayıt (commit)
-
-
Neal Norwitz yazdı
-
- 12 Eyl, 2002 1 kayıt (commit)
-
-
Fred Drake yazdı
Note that there is no str.joinfields(), use str.join() instead.
-
- 11 Eyl, 2002 2 kayıt (commit)
-
-
Fred Drake yazdı
the work of the XML-SIG in the main body of the text. Incorporates changes made by Martin von Löwis in revision 1.20 on the trunk. Modify the markup in a few places to avoid wrapping lines in bad places, and just general cleanliness.
-
Martin v. Löwis yazdı
-
- 10 Eyl, 2002 2 kayıt (commit)
-
-
Fred Drake yazdı
-
Martin v. Löwis yazdı
-
- 08 Eyl, 2002 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
- 07 Eyl, 2002 2 kayıt (commit)
-
-
Neal Norwitz yazdı
-
Raymond Hettinger yazdı
-
- 06 Eyl, 2002 2 kayıt (commit)
-
-
Raymond Hettinger yazdı
Closes SF bug 605731.
-
Raymond Hettinger yazdı
in a list comprehension. Includes a justification and a comparision to regular for-loops. Closes SF bug 605047.
-
- 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 10 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...
-