- 16 Tem, 2003 17 kayıt (commit)
-
-
Andrew MacIntyre yazdı
- more clean up of the generated import library definiton (.DEF file) following checking of patch 770521, and tightening of the sed regexps. - use -O3 even with gcc 2.8.1 - worth nearly 10% with 2.3; worth nothing with 2.2.x. - clean up a couple of whitespace issues introduced by a cut'n'paste.
-
Fred Drake yazdı
-
Raymond Hettinger yazdı
were in the wrong file. Moved out of libstring.tex and into libstdtypes.tex.
-
Raymond Hettinger yazdı
unittest environment. Since his extension finds docstrings in private functions, it exposed a bug in the difflib doctests.
-
Raymond Hettinger yazdı
Note, these tests were not getting exercised because doctest skips over private functions.
-
Raymond Hettinger yazdı
-
Fred Drake yazdı
- add support for the "What's New" document - add short aliases for individual documents; nice for debugging conversions
-
Fred Drake yazdı
GNU info conversion.
-
Fred Drake yazdı
better accomodate the GNU info conversion.
-
Mark Hammond yazdı
encoding. Use sys.getfilesystemencoding().
-
Fred Drake yazdı
-
Fred Drake yazdı
-
Fred Drake yazdı
be included in the \var. This produced weird results in general, but broke the GNU info conversion.
-
Fred Drake yazdı
characters); \AA is used in whatsnew23.tex.
-
Kurt B. Kaiser yazdı
Extensions must still be configured manually and there is currently one set of extension key bindings for all platforms. Bring NEWS.txt up to date. Update CREDITS.txt and idlever.py for release. M NEWS.txt M config-extensions.def M extend.txt M help.txt M idlever.py
-
Raymond Hettinger yazdı
-
Mark Hammond yazdı
sys.__modules__.
-
- 15 Tem, 2003 14 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
Mark Hammond yazdı
If the initial import of warnings fails, clear the error. When the module is actually needed, if the original import failed, see if it has managed to find its way to sys.modules yet and if so, remember it.
-
Fred Drake yazdı
text. There needs to be a better way.
-
Fred Drake yazdı
- fix comment describing what this is for - add lots of indexing macros to this call Closes SF bug #518989.
-
Fred Drake yazdı
Pertains to SF bug #518989.
-
Raymond Hettinger yazdı
Checking // would call floor division but did not test that true division had become the default with 'from __future__ import division'.
-
Raymond Hettinger yazdı
Checking // would call floor division but did not test that true division had become the default with 'from __future__ import division'.
-
Fred Drake yazdı
Closes SF bug #453683.
-
Jeremy Hylton yazdı
Bug fix candidate.
-
Jeremy Hylton yazdı
Fixes for three related bugs, including errors that caused a script to be ignored without printing an error message. The key problem was a bad interaction between syntax warnings and syntax errors. If an exception was already set when a warning was issued, the warning could clobber the exception. The PyErr_Occurred() check in issue_warning() isn't entirely satisfying (the caller should know whether there was already an error), but a better solution isn't immediately obvious. Bug fix candidate.
-
Martin v. Löwis yazdı
-
Walter Dörwald yazdı
-
Andrew M. Kuchling yazdı
[Patch #708374] Only apply the check for file size if the file is a regular file, not a character or block device.
-
Walter Dörwald yazdı
-
- 14 Tem, 2003 9 kayıt (commit)
-
-
Fred Drake yazdı
"print repr(proxy(a))" and "proxy(a)" at an interactive prompt. Closes SF bug #722763.
-
Fred Drake yazdı
- wrap some long lines - shorten others - fix indentation
-
Fred Drake yazdı
-
Fred Drake yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Skip Montanaro yazdı
-
Skip Montanaro yazdı
database corruption problems with Spambayes.
-
Skip Montanaro yazdı
-