- 15 Sep, 2000 28 commits
-
-
Paul Prescod authored
document element.
-
Guido van Rossum authored
crashed on an assert.
-
Guido van Rossum authored
This closes bug #110660.
-
Fred Drake authored
related to the BSD DB library. Based on comments from Mark Summerfield <summer@netcraft.com>.
-
Jeremy Hylton authored
Strings are unpickled by calling eval on the string's repr. This change makes pickle work like cPickle; it checks if the pickled string is safe to eval and raises ValueError if it is not. test suite modifications: Verify that pickle catches a variety of insecure string pickles Make test_pickle and test_cpickle use exactly the same test suite Add test for pickling recursive object
-
Jack Jansen authored
-
Jack Jansen authored
-
Jack Jansen authored
-
Jack Jansen authored
-
Jack Jansen authored
bgen-generated code work).
-
Jack Jansen authored
B format char.
-
Martin v. Löwis authored
-
Tim Peters authored
glob.glob("k:*py") (i.e., a raw drive letter + colon at the start) were using the root of the drive rather than the expected Windows behavior of using the drive's "current directory".
-
Tim Peters authored
directory less tedious.
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Fred Drake authored
from Tk.readprofile(), do not print anything extra to stdout, just run the code.
-
Fred Drake authored
created. This allows the application-specific Tkinter initialization to be executed if present. Also pass an explicit className parameter to the Tk() constructor. This closes SourceForge bug #110618.
-
Fred Drake authored
for authenticated proxies. This is noted elsewhere, but this makes it easier to find. Fix typo where it was already mentioned. This closes SourceForge bug #110619.
-
Fred Drake authored
layer. If that is available, consider that as an option as well.
-
Greg Ward authored
the sometimes inappropriate warning about where we're installing data files.
-
Greg Ward authored
of globals from sysconfig. Added 'prefix' and 'exec_prefix' to the list of variables that can be expanded in installation directories (preserving the stupid old names of 'sys_prefix' and 'sys_exec_prefix, though).
-
Greg Ward authored
of globals from sysconfig.
-
Greg Ward authored
POSIX platforms, ie. get a little more detail than 'sys.platform' gives.
-
Greg Ward authored
all that work when someone asks for a "configuration variable" from the Makefile. Details: - added 'get_config_vars()': responsible for calling one of the '_init_*()' functions to figure things out for this platform, and to provide an interface to the resulting dictionary - added 'get_config_var()' as a simple interface to the dictionary loaded by 'get_config_vars()' - changed the '_init_*()' functions so they load the global dictionary '_config_vars', rather than spewing their findings all over the module namespace - don't delete the '_init_*()' functions when done importing - adjusted 'customize_compiler()' to the new regime
-
Greg Ward authored
comments are stripped and lines are joined according to the backslash convention.
-
- 14 Sep, 2000 12 commits
-
-
Fred Drake authored
directory. This avoids acretion of HTML from previous runs which may have a new name; this would have avoided a lot of the packaging problems related to changing labels from the old distutils documentation.
-
Fred Drake authored
-
Fred Drake authored
secure. Suggested by Erno Kuusela <erno@iki.fi>.
-
Fred Drake authored
-
Fred Drake authored
-
Jack Jansen authored
Changed the stackless note.
-
Jack Jansen authored
Added a note about getting CarbonLib as a way to get a new Appearance/NavServices. Added Luc Lefebvre to the thanks-list.
-
Jack Jansen authored
-
Jack Jansen authored
Fixes that should make it possible to run Python on machines without NavServices installed. Also weak-linked OT libraries so Python can run with extensions disabled.
-
Fred Drake authored
Minor fix in documentation of code module. (Clarifies output destination for default implementation of the write() method.)
-
Jeremy Hylton authored
ignoring them; e.g. Zope sometimes returns 13497L
-
Fred Drake authored
is gone. Make a module reference into a hyperlink.
-