- 24 Eyl, 2000 35 kayıt (commit)
-
-
Fredrik Lundh yazdı
- use unidb compression for the unicodedata module. on Windows, the new unidatabase module is 120k, down from nearly 600k.
-
Tim Peters yazdı
-
Fred Drake yazdı
avoid compiler warnings.
-
Jack Jansen yazdı
-
Jack Jansen yazdı
Handle the ****/**** appleevent wildcard when called as a main program, so that it becomes a handy debugging tool (BuildApplet, copy aete resource, apply applescript to it).
-
Jack Jansen yazdı
Added a workaround for shortcomings in the OSA support: there can be class/property conflicts and passing classes as arguments doesn't work. The package now seems to work.
-
Martin v. Löwis yazdı
-
Fredrik Lundh yazdı
- use unidb compression for the unicodedata module. on Windows, the new unidatabase module is 120k, down from nearly 600k.
-
Martin v. Löwis yazdı
xml.sax: Fix parse and parseString not to rely on ExpatParser Greatly simplify import logic by using __import__ saxutils: Support Unicode strings and files as parameters to prepare_input_source
-
Fredrik Lundh yazdı
- use unidb compression for the unicodedata module. on Windows, the new unidatabase module is 120k, down from nearly 600k.
-
Martin v. Löwis yazdı
-
Lars Gustäbel yazdı
-
Lars Gustäbel yazdı
-
Lars Gustäbel yazdı
-
Lars Gustäbel yazdı
Tiny bug fix to expatreader.py (endDocument was only called after errors).
-
Martin v. Löwis yazdı
-
Lars Gustäbel yazdı
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
db_185.h has renamed that function to __db185_open, which it does in DB 3.1. So don't check whether the function is in -ldb.
-
Lars Gustäbel yazdı
-
Lars Gustäbel yazdı
-
Lars Gustäbel yazdı
-
Fredrik Lundh yazdı
The earlier code assumed "protocol=host;protocol=host;..." or "host", but Windows may also use "protocol=host" (just one entry), as well as "protocol://host". This code needs some more work, so I'll leave the bug open for now.
-
Lars Gustäbel yazdı
-
Lars Gustäbel yazdı
-
Lars Gustäbel yazdı
-
Lars Gustäbel yazdı
-
Guido van Rossum yazdı
-
Fredrik Lundh yazdı
-
Lars Gustäbel yazdı
-
Lars Gustäbel yazdı
-
Lars Gustäbel yazdı
Bug fixes to XMLFilterBase (wrong ignorableWhitespace signature and did not inherit set*Handler methods from XMLReader.)
-
Nicholas Riley yazdı
tuple instead two arguments.
-
Nicholas Riley yazdı
'spawnv' now, so we check for 'fork' first.
-
Fred Drake yazdı
-
- 23 Eyl, 2000 5 kayıt (commit)
-
-
Fred Drake yazdı
-
Fred Drake yazdı
exec*() family of functions.
-
Fred Drake yazdı
"xml.parsers.expat.error", so it will reflect the public name of the exception rather than the internal name. Also change some of the initialization to use the new PyModule_Add*() convenience functions.
-
Fred Drake yazdı
-
Fred Drake yazdı
-