- 22 Ara, 1998 16 kayıt (commit)
-
-
Fred Drake yazdı
Fix an appearantly new behavior with latex2html with quoting. (Good incentive to work on the SGML conversion! ;)
-
Fred Drake yazdı
repository.
-
Fred Drake yazdı
-
Guido van Rossum yazdı
module instead. (The main advantage of the latter is that it comes with documentation.)
-
Guido van Rossum yazdı
affecting subclasses (which Jeremy just found out).
-
Guido van Rossum yazdı
Also commit several improvements in the descriptions of the QNX and BeOS port, both by Chris Herborth.
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
# Message to all python-checkins readers: we have a problem with the # CVS mirroring software. You can't check out the latest changes yet. # We hope to have fixed this by noon EST today.
-
Guido van Rossum yazdı
was referenced in instead of only the last. (Sjoerd Mullender)
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Greg Ward yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Barry Warsaw yazdı
Emacs ;-)
-
Barry Warsaw yazdı
bugs in various docstrings.
-
- 21 Ara, 1998 24 kayıt (commit)
-
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
As Chris H. points out, I should have added 'extern' to the declaration of _PyThreadState_Current. Here it is.
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
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 yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
(Also added an XXX comment requesting clarification of module initialization -- TBD later.)
-
Fred Drake yazdı
strings are not actually modified. Problem reported by Dr. Peter Stoehr <peter.stoehr@weihenstephan.org>.
-
Fred Drake yazdı
the process table.
-
Guido van Rossum yazdı
""" 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 yazdı
(AMK: you should probably copy this into your patch set for pcre.)
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
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 yazdı
_PyThreadState_Current, defined in pystate.c.
-
Guido van Rossum yazdı
support a macro in pystate.h.
-
Guido van Rossum yazdı
widget -- no time to do this right now.
-
Guido van Rossum yazdı
explore this now.
-
Guido van Rossum yazdı
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 yazdı
- 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 yazdı
successfully)
-