- 27 Eyl, 2000 1 kayıt (commit)
-
-
Greg Ward yazdı
(was crashing on any boolean command-line option!).
-
- 26 Eyl, 2000 29 kayıt (commit)
-
-
cvs2svn yazdı
-
Barry Warsaw yazdı
the parser built into ImportErrors.
-
Jeremy Hylton yazdı
-
Jeremy Hylton yazdı
-
Fred Drake yazdı
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 yazdı
-
Fred Drake yazdı
-
Jeremy Hylton yazdı
-
Fred Drake yazdı
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 yazdı
-
Marc-André Lemburg yazdı
only tested a few cases.
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
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 yazdı
-
Tim Peters yazdı
Fred, check this!
-
Fred Drake yazdı
-
Fred Drake yazdı
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 yazdı
-
Greg Ward yazdı
-
Greg Ward yazdı
-
Tim Peters yazdı
-
Greg Ward yazdı
Standardize whitespace in function calls.
-
Greg Ward yazdı
-
Greg Ward yazdı
-
Greg Ward yazdı
Standardize whitespace in function calls.
-
Greg Ward yazdı
-
Greg Ward yazdı
-
Guido van Rossum yazdı
Python 2.0b2! (Note: Jeremy will finish the release on Sept. 26; I have to go on an unexpected business trip.)
-
Guido van Rossum yazdı
structure (same as AIX).
-
- 25 Eyl, 2000 10 kayıt (commit)
-
-
Fredrik Lundh yazdı
-
Tim Peters yazdı
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 yazdı
- use unidb compression for the unicodectype module. smaller, faster, and slightly more portable...
-
Fredrik Lundh yazdı
- 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 yazdı
- added decimal digit and digit properties to the unidb tables
-
Tim Peters yazdı
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 yazdı
-
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.
-