- 03 Eki, 2002 2 kayıt (commit)
-
-
Mark Hammond yazdı
Trivial fix to the pep277 checkin: ensure that exceptions always have a filename attribute (previously did only when string filenames were passed, but not when unicode)
-
Mark Hammond yazdı
-
- 02 Eki, 2002 2 kayıt (commit)
-
-
Guido van Rossum yazdı
enough to fit in one line.
-
Michael W. Hudson yazdı
patch #617312, both on the trunk and the 22-maint branch. Also added a test case, and ported the test_trace I wrote for HEAD to 2.2.2 (with all those horrible extra 'line' events ;-).
-
- 01 Eki, 2002 24 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
Fred Drake yazdı
-
Guido van Rossum yazdı
-
Martin v. Löwis yazdı
-
Barry Warsaw yazdı
-
Martin v. Löwis yazdı
-
Skip Montanaro yazdı
CCompiler may rely on the presence of self.verbose (SciPy's distutils appears to).
-
Barry Warsaw yazdı
they'll end up in the right directory when --dir is used.
-
Fred Drake yazdı
needs to be expanded by mkhowto, since the shell won't touch it except at the start of the complete argument.
-
Barry Warsaw yazdı
-
Fred Drake yazdı
-
Fred Drake yazdı
default when used for 3rd-party docs. This requires the standard Python docs to specify a location, but they are a bit of a special case in sharing one set of icons among several documents.
-
Barry Warsaw yazdı
-
Fred Drake yazdı
Barry, please add a reasonable abstract!
-
Fred Drake yazdı
from an attributes description.
-
Fred Drake yazdı
\verbatiminput instead of the verbatim environment -- this does the "right thing" regarding page breaks in long examples for the typeset formats, and has nice benefits for the HTML version as well.
-
Barry Warsaw yazdı
-
Barry Warsaw yazdı
I'll do next).
-
Guido van Rossum yazdı
Strangely, two out of three patches there seem already committed; but the essential one (get rid of the assert in object_filenames in ccompiler.py) was not yet applied. This makes the build procedure for Twisted work again. This is *not* a backport candidate despite the fact that identical code appears to exist in 2.2.2; Twisted builds fine there, so there must have been a change elsewhere.
-
Barry Warsaw yazdı
-
Barry Warsaw yazdı
-
Barry Warsaw yazdı
-
Barry Warsaw yazdı
-
Barry Warsaw yazdı
-
- 30 Eyl, 2002 12 kayıt (commit)
-
-
Barry Warsaw yazdı
-
Barry Warsaw yazdı
-
Barry Warsaw yazdı
-
Barry Warsaw yazdı
-
Barry Warsaw yazdı
-
Barry Warsaw yazdı
-
Guido van Rossum yazdı
loadTestsFromName to accept new-style classes too!
-
Barry Warsaw yazdı
I seriously doubt this will break any deployed code. Docstring consistency with the updated .tex files.
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Barry Warsaw yazdı
semantics of header chunks using byte and Unicode strings. Specifically, append(): When the given string is a byte string, charset (whether specified explicitly in the argument list or implicitly via the constructor default) is the encoding of the byte string, and a UnicodeError will be raised if the string cannot be decoded with that charset. If s is a Unicode string, then charset is a hint specifying the character set of the characters in the string. In this case, when producing an RFC 2822 compliant header using RFC 2047 rules, the Unicode string will be encoded using the following charsets in order: us-ascii, the charset hint, utf-8. __init__(): Use the global USASCII Charset instance when the charset argument is None. Also, clarification in the docstring. Also, use True/False where appropriate.
-
Jason Tishler yazdı
Relax regular expression to handle spaces in user and group names.
-