- 09 Dec, 1997 18 commits
-
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
liberated. This was originally written by Ken and later revamped by Barry.
-
Guido van Rossum authored
by Scott <scott@chronis.icgroup.com>
-
Fred Drake authored
Modules/Setup.local. Guido: I hope this is ok; it seems to make a lot of sense to get the whole trio of module config files installed as a set rather than doing it partially.
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
being destroyed already.
-
Guido van Rossum authored
by Marc Lemburg. There's a path through the code where *val is NULL, but value isn't, and value should be DECREF'ed.
-
Fred Drake authored
-
Guido van Rossum authored
Also reformatted the whole module with 4 spaces and no tabs.
-
- 08 Dec, 1997 15 commits
-
-
Guido van Rossum authored
printing (when Py_DEBUG is defined) happens while there's still a current thread...
-
Guido van Rossum authored
may set the timezone name for BSD systems... (2) fake all of the timezone variables for the mac.
-
Guido van Rossum authored
-
Fred Drake authored
descriptions really make things look a bit better, and should improve the ability to re-purpose the content.
-
Fred Drake authored
if you don't have .perl in your mode table.
-
Fred Drake authored
clean_key(): Override the standard LaTeX2HTML clean_key() to remove a leading HTML tag, if present. This broke the indexes for the library reference (at least) since many of the strings began with <code> or something similar.
-
Guido van Rossum authored
"times" option.
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Fred Drake authored
update. ;-(
-
Guido van Rossum authored
-
Guido van Rossum authored
- Loading non-binary string pickles checks for insecure strings. This is needed because cPickle (still) uses a restricted eval to parse non-binary string pickles. This change is needed to prevent untrusted pickles like:: "S'hello world'*2000000\012p0\012." from hosing an application. - User-defined types can now support unpickling without executing a constructor. The second value returned from __reduce__ can now be None, rather than an argument tuple. On unpickling, if the second value returned from __reduce__ during pickling was None, then rather than calling the first value returned from __reduce__, directly, the __basicnew__ method of the first value returned from __reduce__ is called without arguments.
-
Fred Drake authored
package, and -lcrypt for the crypt module.
-
Guido van Rossum authored
by the Python runtime: 'site' and 'exceptions'.
-
- 07 Dec, 1997 1 commit
-
-
Guido van Rossum authored
as in pickle: the new instance is created without calling __init__().
-
- 06 Dec, 1997 4 commits
-
-
Fred Drake authored
functions and constants together). Make explicit datadesc sections for each of the constants which might appear, and have a description of each. (Descriptions are based on the Linux documentation and sources and the Solaris man pages.) Hopefully Jeremy won't mind, because I didn't ask. ;-)
-
Guido van Rossum authored
-
Guido van Rossum authored
mapping chapter and section headings to more appropriate nodes so that the TOC actually works. Now generates one HTML page per chapter.
-
Barry Warsaw authored
Updated the to do list.
-
- 05 Dec, 1997 2 commits
-
-
Guido van Rossum authored
I hope this time I've taken out all // comments and indended #ifdefs.
-
Guido van Rossum authored
-