- 21 Oct, 1997 1 commit
-
-
Guido van Rossum authored
Thanks to Daniel Larsson.
-
- 20 Oct, 1997 20 commits
-
-
Guido van Rossum authored
into 1.5a4.
-
Guido van Rossum authored
-
Guido van Rossum authored
reporting a "crash". Use sys.exc_info() instead of sys.exc_type and sys.exc_value.
-
Guido van Rossum authored
Also change all occurrences of "x == None" to "x is None" (not that it matters much, these functions are all reimplemented in strop -- but count() is not).
-
Guido van Rossum authored
arguments to NNTP.__init__(), for nntp servers that need them.
-
Guido van Rossum authored
"modulename.classname" instead of returning the same as repr().
-
Guido van Rossum authored
-
Guido van Rossum authored
longer exist in the general headers.
-
Guido van Rossum authored
-
Guido van Rossum authored
### If you still have sharedmodules in your Modules/Setup file, remove it! ###
-
Guido van Rossum authored
-
Guido van Rossum authored
Treat .pyo files like .pyc files.
-
Guido van Rossum authored
code had the assignments switched around). Also rename sharedmodules to lib-dynload.
-
Guido van Rossum authored
-
Guido van Rossum authored
to use the same, better words to explain start/end.
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Barry Warsaw authored
-
Barry Warsaw authored
Also got rid of some unnecessary code.
-
- 15 Oct, 1997 1 commit
-
-
Fred Drake authored
since that's now the recommended way to do it. In pickling discussion, change "code{pickle}" (not missing leading "\") to "This" since the immediately preceeding sentence ended with the same text (with the proper "\"). Fixes a formatting bug and an odd glitch in the writing.
-
- 14 Oct, 1997 1 commit
-
-
Fred Drake authored
-
- 13 Oct, 1997 6 commits
-
-
Fred Drake authored
module documentation.
-
Fred Drake authored
This seems to take care of everything but tables and equations.
-
Fred Drake authored
-
Fred Drake authored
-
Fred Drake authored
"not in" operator.
-
Fred Drake authored
Use spaces instead of tabs to indent structure definition; tabs don't work in tex/latex. PyImport_FrozenModules: struct _freeze ==> struct _frozen
-
- 10 Oct, 1997 7 commits
-
-
Guido van Rossum authored
status of the GNU readline interface. Here's a patch, by Vladimir Marangozov.
-
Guido van Rossum authored
save and restore the tstate, but explicitly calling PyEval_SaveThread() does reset it! While I think about how to fix this for real, here's a fix that avoids getting a fatal error.
-
Jack Jansen authored
-
Jack Jansen authored
-
Jack Jansen authored
-
Jack Jansen authored
-
Jack Jansen authored
-
- 09 Oct, 1997 4 commits
-
-
cvs2svn authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Fred Drake authored
platforms. Argh!
-