- 10 Aug, 2001 28 commits
-
-
Andrew M. Kuchling authored
libraries. This is done by adding a .get_source_files() method, contributed by Rene Liebscher and slightly modified. Remove an unused local variable spotted by PyChecker
-
Martin v. Löwis authored
This fixes the problem reported in bug report #438786.
-
Fred Drake authored
informative when a child process dies with an error. This is a variation of parts of SF patch #429611.
-
Fred Drake authored
platforms. This is part the response to SF patch #429611.
-
Fred Drake authored
have it, especially on non-Unix platforms. (MikTeX in particular does not have it.) This is part of the response to SF patch #429611.
-
Guido van Rossum authored
-
Martin v. Löwis authored
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Fred Drake authored
Use construction-syntax for an exception to make the argument easier to read.
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
though 'licence' is still supported for backward-compatibility (Should I add a warning to get_licence(), or not bother?) Also fixes an UnboundLocalError noticed by PyChecker
-
Guido van Rossum authored
it possible to detect recursive calls early (as opposed to when the stack overflows :-).
-
Fred Drake authored
section on functions which return stack frames. This closes SF bug #449258.
-
Guido van Rossum authored
type is ready, and READYING to indicate that it is busy with the type. A recursive call is a fatal error.
-
Fred Drake authored
-
Fred Drake authored
This closes SF patch #428320. Added documentation for the new floordiv() and truediv() functions. This is part of SF bug #449093. Re-organized the listing of functions to get better logical grouping.
-
Andrew M. Kuchling authored
available in java, so only use the advanced flush options if they are defined in the zlib module.
-
Guido van Rossum authored
bug #449000, "re.sub(r'\n', ...) broke". This was Fredrik's suggestion -- he's on vacation and said he wouldn't be able to work on this until next week.
-
Guido van Rossum authored
-
Neil Schemenauer authored
of PyList_Append.
-
Jeremy Hylton authored
Wrap some long lines. Remove unnecessary tuple unpack.
-
Fred Drake authored
it has no such parameter. This closes SF bug #449761.
-
Martin v. Löwis authored
-
Jack Jansen authored
-
Jack Jansen authored
-
Martin v. Löwis authored
Fixes the problem reported in bug #438786.
-
- 09 Aug, 2001 12 commits
-
-
Tim Peters authored
Removed all instances of Py_UCS2 from the codebase, and so also (I hope) the last remaining reliance on the platform having an integral type with exactly 16 bits. PyUnicode_DecodeUTF16() and PyUnicode_EncodeUTF16() now read and write one byte at a time.
-
Tim Peters authored
-
Tim Peters authored
-
Guido van Rossum authored
"import MacOS", and there *is* a need for "import operator".
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Guido van Rossum authored
-
Fred Drake authored
-
Fred Drake authored
This closes SF patch #428320. Add wrappers to expose "floor" and "true" division. This closes SF feature request #449093.
-
Guido van Rossum authored
uninstantiable. All is well now.
-
Guido van Rossum authored
inherited unless *both*: (a) the base type is 'object', and (b) the subtype is not a "heap" type.
-