- 26 Eyl, 2000 22 kayıt (commit)
-
-
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 18 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.
-
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ı
-