- 25 Eyl, 2000 24 kayıt (commit)
-
-
Fredrik Lundh yazdı
- use unidb compression for the unicodectype module. smaller, faster, and slightly more portable... - also mention the unicode directory in Tools/README
-
Fred Drake yazdı
behavior.
-
Fred Drake yazdı
xml package. Require at least PyXML 0.6.1.
-
Fred Drake yazdı
list of module synopses at the front of the chapter; based on a comment from Aahz <aahz@panix.com>.
-
Jeremy Hylton yazdı
it absolute by joining it with getcwd result. avoid including unnecessary ./ in path but do not test for ../ (more complicated)
-
Barry Warsaw yazdı
addresses with domain literals.
-
Fred Drake yazdı
flags reported by Daniel Dittmar <daniel.dittmar@sap.com>.
-
Barry Warsaw yazdı
literal be wrapped in square brackets. This fix replaces the square brackets that were previously being stripped off. Closes SF bug #110621.
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
self.optionxform(), which (in the default case) caused options spelled with opper case letters in their name to be inaccessible. Reported by "Todd R. Palmer" <t2palmer@bellsouth.net> on activepython@listserv1.ActiveState.com.
-
Andrew M. Kuchling yazdı
-
Fred Drake yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
undefined. ccording to MvL, this is safe: the MS_SYNC flag means that msync() returns when all I/O operations are scheduled; without it, it waits until they are complete, which is acceptable behavior.
-
Fredrik Lundh yazdı
- fixed attributions - moved decomposition data to a separate table, in preparation for step 3 (which won't happen before 2.0 final, promise!) - use relative paths in the generator script I have a lot more stuff in the works for 2.1, but let's leave that for another day...
-
Tim Peters yazdı
a bit, sped it a lot primarily by removing the unused assumption that None was a legit bin entry (the function doesn't really need to assume that there's anything special about 0), added an optional "trace" argument, and in __debug__ mode added exhaustive verification that the decomposition is both correct and doesn't overstep any array bounds (which wasn't obvious to me from staring at the generated C code -- now I feel safe!). Did not commit a new unicodedata_db.h, as the one produced by this version is identical to the one already checked in.
-
Greg Ward yazdı
-
Greg Ward yazdı
than rolling our own with fancy_getopt's 'longopt_xlate' global.
-
Greg Ward yazdı
Removed script options -- don't think they ever worked, weren't very well thought through, etc.
-
Greg Ward yazdı
with the bdist_* commands.
-
Greg Ward yazdı
-
Greg Ward yazdı
"no", "0", etc. to true/false.
-
Greg Ward yazdı
* options can now be spelled "foo-bar" or "foo_bar" (handled in 'parse_config_files()', just after we parse a file) * added a "[global]" section so there's a place to set global options like verbose/quiet and dry-run * respect the "negative alias" dictionary so (eg.) "quiet=1" is the same as "verbose=0" (this had to be done twice: once in 'parse_config_file()' for global options, and once in '_set_command_options()' for per-command options) * the other half of handling boolean options correctly: allow commands to list their boolean options in a 'boolean_options' class attribute, and use it to translate strings (like "yes", "1", "no", "0", etc) to true or false
-
Thomas Wouters yazdı
-
- 24 Eyl, 2000 16 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ı
-