- 22 Dec, 1998 5 commits
-
-
Greg Ward authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Barry Warsaw authored
Emacs ;-)
-
Barry Warsaw authored
bugs in various docstrings.
-
- 21 Dec, 1998 26 commits
-
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
As Chris H. points out, I should have added 'extern' to the declaration of _PyThreadState_Current. Here it is.
-
Guido van Rossum authored
-
Guido van Rossum authored
names in the source code (they already had those for the linker, through some smart macros; but the source still had the old, un-Py names).
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
(Also added an XXX comment requesting clarification of module initialization -- TBD later.)
-
Fred Drake authored
strings are not actually modified. Problem reported by Dr. Peter Stoehr <peter.stoehr@weihenstephan.org>.
-
Fred Drake authored
the process table.
-
Guido van Rossum authored
""" The message ID is returned lowercased and there is no way to access the original ID the server sent. Now at least some news servers are very picky about the case of the ID and return errors when fetching articles with mixed case given a lowercased version of the ID. The solution is simple: remove the string.lower() call. """ (I might add that the lowercasing was probably introduced as a result of sloppy copy-and-paste coding; there's a string.lower in a similar piece of code a bit higher in the source, that makes more sense -- it's lowercasing the group name.)
-
Guido van Rossum authored
(AMK: you should probably copy this into your patch set for pcre.)
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
After a version by Fredrik Lundh that I found on the web somewhere. (I like mine better, but of course that may have to do with my alcohol consumption. :-)
-
Guido van Rossum authored
_PyThreadState_Current, defined in pystate.c.
-
Guido van Rossum authored
support a macro in pystate.h.
-
Guido van Rossum authored
widget -- no time to do this right now.
-
Guido van Rossum authored
explore this now.
-
Guido van Rossum authored
yours, please let me know for propoer acknowledgement.) This avoids recompiling files that haven't changed; it adds a -f option to force recompilation.
-
Guido van Rossum authored
- Fixed a bug where a syntax error was reported when a document started with white space. (White space at the start of a document is valid if there is no XML declaration.) - Improved the speed quite a bit for documents that don't make use of namespaces.
-
Jeremy Hylton authored
successfully)
-
Jeremy Hylton authored
checkin)
-
Guido van Rossum authored
-
- 19 Dec, 1998 1 commit
-
-
Guido van Rossum authored
assignments.
-
- 18 Dec, 1998 8 commits
-
-
Greg Ward authored
-
Jeremy Hylton authored
NOTE: There is still a bug of some sort in the behavior of zlib. In at least one case, inflate returns Z_OK (which is typically interpreted to mean that more output space is needed) when it has finished inflating a buffer. This has been reported as a bug to the zlib maintainers; we may need to change the Python interface.
-
Guido van Rossum authored
If we're going to put the PyOS_strtol() proto in intobject.h we should include it here or the symbol isn't exported on PowerPC.
-
Guido van Rossum authored
-
Greg Ward authored
-
Guido van Rossum authored
Here is my current version of xmllib.py and the documentation. This version has some API changes with respect to the version currently in Python (also the one in 1.5.2a). This version supports XML namespaces.
-
Fred Drake authored
string we wanted to resize is set to NULL. Don't Py_DECREF() those variables! (5 places)
-
Guido van Rossum authored
-