- 26 Sep, 2000 13 commits
-
-
Fred Drake authored
Add definitions of INT_MAX and LONG_MAX to pyport.h. Remove includes of limits.h and conditional definitions of INT_MAX and LONG_MAX elsewhere. This closes SourceForge patch #101659 and bug #115323.
-
Jeremy Hylton authored
-
Greg Ward authored
-
Greg Ward authored
-
Tim Peters authored
-
Greg Ward authored
Standardize whitespace in function calls.
-
Greg Ward authored
-
Greg Ward authored
-
Greg Ward authored
Standardize whitespace in function calls.
-
Greg Ward authored
-
Greg Ward authored
-
Guido van Rossum authored
Python 2.0b2! (Note: Jeremy will finish the release on Sept. 26; I have to go on an unexpected business trip.)
-
Guido van Rossum authored
structure (same as AIX).
-
- 25 Sep, 2000 27 commits
-
-
Fredrik Lundh authored
-
Tim Peters authored
Note that somebody still needs to change the interpreter to say "2.0b2"; I'm assuming that's a normal part of somebody's Unix release checklist.
-
Fredrik Lundh authored
- use unidb compression for the unicodectype module. smaller, faster, and slightly more portable...
-
Fredrik Lundh authored
- use unidb compression for the unicodectype module. smaller, faster, and slightly more portable... (note: this commit doesn't include the unicodectype.c file itself; I'm still waiting for the reviewers...)
-
Fredrik Lundh authored
- added decimal digit and digit properties to the unidb tables
-
Tim Peters authored
fncs are allowed to raise SIGFPE (see the C std), but OK by me if people using --with-fpectl want to pay for checking anyway.
-
Fred Drake authored
-
Fredrik Lundh authored
- use unidb compression for the unicodectype module. smaller, faster, and slightly more portable... - also mention the unicode directory in Tools/README
-
Fred Drake authored
behavior.
-
Fred Drake authored
xml package. Require at least PyXML 0.6.1.
-
Fred Drake authored
list of module synopses at the front of the chapter; based on a comment from Aahz <aahz@panix.com>.
-
Jeremy Hylton authored
it absolute by joining it with getcwd result. avoid including unnecessary ./ in path but do not test for ../ (more complicated)
-
Barry Warsaw authored
addresses with domain literals.
-
Fred Drake authored
flags reported by Daniel Dittmar <daniel.dittmar@sap.com>.
-
Barry Warsaw authored
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 authored
-
Guido van Rossum authored
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 authored
-
Fred Drake authored
-
Guido van Rossum authored
-
Guido van Rossum authored
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 authored
- 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 authored
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 authored
-
Greg Ward authored
than rolling our own with fancy_getopt's 'longopt_xlate' global.
-
Greg Ward authored
Removed script options -- don't think they ever worked, weren't very well thought through, etc.
-
Greg Ward authored
with the bdist_* commands.
-