- 09 Sep, 2000 12 commits
-
-
Tim Peters authored
all, either to see whether the # of chars fit in an int, or that the amount of memory needed fit in a size_t. Checking these is expensive, but the alternative is silently wrong answers (as in the bug report) or core dumps (which were easy to provoke using Unicode strings).
-
Fred Drake authored
Update processing of module synopsis tables (found at the beginning of most chapters of the library reference) to reflect changes in the processing pattern of recent versions LaTeX2HMTL. Requires most recent change to SynopsisTable.pm. This does not fix the module index problem.
-
Fred Drake authored
exceptions which have interesting constructor signatures. \pep, \seepep: New macros. Equivalent to \rfc and \seerfc, but referring to the PEP series instead of the Internet RFC series of documents.
-
Fred Drake authored
table will be presented. Accessor methods are used to access the attribute.
-
Fred Drake authored
-
Fred Drake authored
input(), locals(), reload(), unicode(), and zip().
-
Fred Drake authored
-
Fred Drake authored
hyperlinks to relevant sections. Clarify the conditions under which the "softspace" attribute of file-like objects can "just work" (with relation to overriding of attribute access in user-defined classes).
-
Fred Drake authored
-
Fred Drake authored
of the chapter. Add explanation that this is only available when the cycle detector is enabled at build time.
-
Fred Drake authored
module sections. Properly mark the name of the module in the content of the reference there.
-
Fred Drake authored
of the arrangement of other modules.
-
- 08 Sep, 2000 20 commits
-
-
Fred Drake authored
This closes SourceForge bug #110833.
-
Jack Jansen authored
-
Jack Jansen authored
-
Jack Jansen authored
-
Jack Jansen authored
PyOS_CheckStack now understands multiple threads. Other threads are not stack-checked, but at least they don't appear to always be out of stack.
-
Fred Drake authored
at the top level of the tree.
-
Fred Drake authored
This fixes SourceForge bug #113810.
-
Andrew M. Kuchling authored
(SF patch 101447, fixing PR#113704)
-
Fred Drake authored
various illegal uses of "continue".
-
Fred Drake authored
in a try statement in a loop. This is related to SourceForge bug #110830.
-
Martin v. Löwis authored
-
Tim Peters authored
-
Vladimir Marangozov authored
(sources) which may still use it and now fail to compile. Reported by M-A Lemburg. Closes [ Bug #113576 ].
-
Marc-André Lemburg authored
PyArg_ParseTupleAndKeywords() and closes bug #113807.
-
Jack Jansen authored
Getting ready for 2.0b1 release.
-
Jack Jansen authored
-
Jack Jansen authored
-
Jack Jansen authored
-
Jack Jansen authored
-
Skip Montanaro authored
automatically if dbopen is found in libc or libdb. This closes patch #101420
-
- 07 Sep, 2000 8 commits
-
-
Fred Drake authored
-
Fred Drake authored
Small nits in the layout of the generated markup.
-
Fred Drake authored
Note that \file and \filenq do not work inside section titles.
-
Fred Drake authored
-
Fred Drake authored
weird macro-expansion issues. A better solution may be available in the future, but this will do for now. Add an index entry. More should probably be added as well.
-
Fred Drake authored
Justin D. Pettit <jpettit@raznick.com>.
-
Thomas Heller authored
distutils/command/bdist_wininst.py: - the windows installer is again able to compile after installing the files. Note: The default has changed, the packager has to give --no-target-compile/--no-target-optimize to NOT compile on the target system. (Another note: install_lib's --compile --optimize options have the same semantics to switch off the compilation. Shouldn't the names change?) - All references to specific python versions are gone. - A small bug: raise DistutilsPlatformError ("...") instead of raise DistutilsPlatformError, ("...") - When bdist_wininst creates an installer for one specific python version, this is reflected in the name: Distutils-0.9.2.win32-py15.exe instead of Distutils-0.9.2.win32.exe - bdist_wininst, when run as script, reads the wininst.exe file and rewrites itself. Previously this was done by hand. misc/install.c - All the changes needed for compilation - Deleted a lot of debug/dead code
-
Fredrik Lundh authored
to zero if that's the case (closes bug #113727)
-