- 01 Oct, 2002 16 commits
-
-
Fred Drake authored
needs to be expanded by mkhowto, since the shell won't touch it except at the start of the complete argument.
-
Barry Warsaw authored
-
Fred Drake authored
-
Fred Drake authored
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 authored
-
Fred Drake authored
Barry, please add a reasonable abstract!
-
Fred Drake authored
from an attributes description.
-
Fred Drake authored
\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 authored
-
Barry Warsaw authored
I'll do next).
-
Guido van Rossum authored
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 authored
-
Barry Warsaw authored
-
Barry Warsaw authored
-
Barry Warsaw authored
-
Barry Warsaw authored
-
- 30 Sep, 2002 16 commits
-
-
Barry Warsaw authored
-
Barry Warsaw authored
-
Barry Warsaw authored
-
Barry Warsaw authored
-
Barry Warsaw authored
-
Barry Warsaw authored
-
Guido van Rossum authored
loadTestsFromName to accept new-style classes too!
-
Barry Warsaw authored
I seriously doubt this will break any deployed code. Docstring consistency with the updated .tex files.
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Barry Warsaw authored
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 authored
Relax regular expression to handle spaces in user and group names.
-
Skip Montanaro authored
``void (*)(PyObject *)`` isn't quite the same as void (*)(PyObject \*) but I gather ``...`` is preferable stylistically in most cases than ... \*...
-
Barry Warsaw authored
Python 2.1.3. However it's required by the email tests suite, so poke it into the encodings aliases if it's missing. The is apparently the approved API for doing so. Now we can remove the hexversion shortcircuits in the test suite.
-
Skip Montanaro authored
-
Martin v. Löwis authored
-
- 29 Sep, 2002 5 commits
-
-
Guido van Rossum authored
Use -b HEAD to limit output to the trunk (skip all branch revisions).
-
Tony Lownds authored
-
Guido van Rossum authored
-
Tony Lownds authored
-
Tony Lownds authored
-
- 28 Sep, 2002 3 commits
-
-
Barry Warsaw authored
doesn't know about the ansi-x3.4-1968 charset so skip two tests that rely on that (msg_32.txt and msg_33.txt).
-
Barry Warsaw authored
some of the test values which change because of this.
-
Barry Warsaw authored
-