- 16 Jul, 2003 5 commits
-
-
Fred Drake authored
be included in the \var. This produced weird results in general, but broke the GNU info conversion.
-
Fred Drake authored
characters); \AA is used in whatsnew23.tex.
-
Kurt B. Kaiser authored
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 authored
-
Mark Hammond authored
sys.__modules__.
-
- 15 Jul, 2003 14 commits
-
-
Raymond Hettinger authored
-
Mark Hammond authored
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 authored
text. There needs to be a better way.
-
Fred Drake authored
- fix comment describing what this is for - add lots of indexing macros to this call Closes SF bug #518989.
-
Fred Drake authored
Pertains to SF bug #518989.
-
Raymond Hettinger authored
Checking // would call floor division but did not test that true division had become the default with 'from __future__ import division'.
-
Raymond Hettinger authored
Checking // would call floor division but did not test that true division had become the default with 'from __future__ import division'.
-
Fred Drake authored
Closes SF bug #453683.
-
Jeremy Hylton authored
Bug fix candidate.
-
Jeremy Hylton authored
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 authored
-
Walter Dörwald authored
-
Andrew M. Kuchling authored
[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 authored
-
- 14 Jul, 2003 14 commits
-
-
Fred Drake authored
"print repr(proxy(a))" and "proxy(a)" at an interactive prompt. Closes SF bug #722763.
-
Fred Drake authored
- wrap some long lines - shorten others - fix indentation
-
Fred Drake authored
-
Fred Drake authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Skip Montanaro authored
-
Skip Montanaro authored
database corruption problems with Spambayes.
-
Skip Montanaro authored
-
Skip Montanaro authored
-
Skip Montanaro authored
-
Raymond Hettinger authored
amendment Add a clarifying cross-reference to the formatter module.
-
Raymond Hettinger authored
(Contributed by Andrew I MacIntyre.)
-
Raymond Hettinger authored
(contributed by Vincent Delft.) The script updated os.environ but failed to pass the whole environment to the child process (the CGI script).
-
- 13 Jul, 2003 7 commits
-
-
Tim Peters authored
closing idempotent (it used to raise a nuisance exception on the 2nd close attempt). Bugfix candidate? Probably, but arguable.
-
Raymond Hettinger authored
(Contributed by George Yoshida.)
-
Skip Montanaro authored
-
Andrew MacIntyre authored
- separate the building of the core from the wrapper executables and the external modules (.PYDs), based on the Py_BUILD_CORE define; - clean up the generated import library definiton (.DEF file) to remove references to a number of non-static symbols that aren't part of the Python API and which shouldn't be exported by the core DLL; - compile the release build with -fomit-frame-pointer, for a small performance gain; - make "make clean" remove byte compiled Python library files.
-
Martin v. Löwis authored
-
Raymond Hettinger authored
Needs to be backported to both IDLE and IDLEFORK.
-
Martin v. Löwis authored
-