- 26 Sep, 2000 26 commits
-
-
Jeremy Hylton authored
-
Fred Drake authored
caused the drive letter to cause urlopen() to think it was an unrecognized URL scheme. This only passes system ids to urlopen() if the file does not exist. It works on Windows & Unix. It should work everywhere else as well.
-
Jeremy Hylton authored
-
Fred Drake authored
-
Jeremy Hylton authored
-
Fred Drake authored
In the limits.h comment, noted that INT_MAX and LONG_MAX are guaranteed to be defined. Noted that Reliant UNIX now gets proper API support for extension modules.
-
Marc-André Lemburg authored
-
Marc-André Lemburg authored
only tested a few cases.
-
Guido van Rossum authored
-
Guido van Rossum authored
sentences with a period and put () after function/method names), and filled in the blanks on mailbox and posixfile. Noted <limits.h> change.
-
Tim Peters authored
-
Tim Peters authored
Fred, check this!
-
Fred Drake authored
-
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 14 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>.
-