Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix GC news | Jeremy Hylton | 2000-09-26 | 1 | -5/+4 |
| | |||||
* | The Usual | Jeremy Hylton | 2000-09-26 | 20 | -421/+642 |
| | |||||
* | Fix handling of file inputs on Windows; passing them to urllib.urlopen() | Fred Drake | 2000-09-26 | 1 | -3/+5 |
| | | | | | | | | 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. | ||||
* | the usual | Jeremy Hylton | 2000-09-26 | 1 | -431/+405 |
| | |||||
* | Fixed typo, description of changes to dbm module. | Fred Drake | 2000-09-26 | 1 | -5/+6 |
| | |||||
* | The rest of the news for 2.0b2 | Jeremy Hylton | 2000-09-26 | 1 | -8/+72 |
| | |||||
* | Elaborated the notes on the XML support. | Fred Drake | 2000-09-26 | 1 | -5/+16 |
| | | | | | | | 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. | ||||
* | Test output data for the Unicode database test suite. | Marc-André Lemburg | 2000-09-26 | 1 | -1/+4 |
| | |||||
* | Added test suite for the complete Unicode database. The test previously | Marc-André Lemburg | 2000-09-26 | 1 | -7/+79 |
| | | | | only tested a few cases. | ||||
* | It's beta 2 now. Updated some stale URLs at pythonlabs.com. | Guido van Rossum | 2000-09-26 | 1 | -4/+3 |
| | |||||
* | Fixed some typos, added some punctuation (e.g. consistently terminate | Guido van Rossum | 2000-09-26 | 1 | -42/+76 |
| | | | | | sentences with a period and put () after function/method names), and filled in the blanks on mailbox and posixfile. Noted <limits.h> change. | ||||
* | New info and fixed some typos. | Tim Peters | 2000-09-26 | 1 | -9/+11 |
| | |||||
* | More limits.h stuff in node.c. | Tim Peters | 2000-09-26 | 1 | -9/+1 |
| | | | | Fred, check this! | ||||
* | Note that including Python.h includes limits.h when available. | Fred Drake | 2000-09-26 | 1 | -2/+2 |
| | |||||
* | Rationalize use of limits.h, moving the inclusion to Python.h. | Fred Drake | 2000-09-26 | 25 | -133/+42 |
| | | | | | | | | 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. | ||||
* | partial list of changes between 2.0b1 and 2.0b2 | Jeremy Hylton | 2000-09-26 | 1 | -1/+165 |
| | |||||
* | Remove a ?? in the description of Mac OS support. | Greg Ward | 2000-09-26 | 1 | -1/+1 |
| | |||||
* | Bump version to 0.9.3. | Greg Ward | 2000-09-26 | 1 | -1/+1 |
| | |||||
* | Yet another new unique extension in the test directory. | Tim Peters | 2000-09-26 | 1 | -0/+5 |
| | |||||
* | Reformat docstrings. | Greg Ward | 2000-09-26 | 2 | -64/+63 |
| | | | | Standardize whitespace in function calls. | ||||
* | Standardize whitespace in function calls. | Greg Ward | 2000-09-26 | 4 | -147/+145 |
| | |||||
* | Whitespace fix. | Greg Ward | 2000-09-26 | 1 | -1/+2 |
| | |||||
* | Reformat docstrings. | Greg Ward | 2000-09-26 | 1 | -38/+41 |
| | | | | Standardize whitespace in function calls. | ||||
* | Standardize whitespace in function calls. | Greg Ward | 2000-09-26 | 4 | -92/+92 |
| | |||||
* | Standardize whitespace in function calls and docstrings. | Greg Ward | 2000-09-26 | 1 | -62/+62 |
| | |||||
* | It's..... | Guido van Rossum | 2000-09-26 | 1 | -3/+3 |
| | | | | | | | Python 2.0b2! (Note: Jeremy will finish the release on Sept. 26; I have to go on an unexpected business trip.) | ||||
* | HP-UX is another one of those platforms using an alternative lock | Guido van Rossum | 2000-09-26 | 1 | -1/+1 |
| | | | | structure (same as AIX). | ||||
* | - don't set the titlecase flag for uppercase letters (sorry, tim) | Fredrik Lundh | 2000-09-25 | 2 | -42/+42 |
| | |||||
* | Bump Windows "build number" to 6. | Tim Peters | 2000-09-25 | 2 | -2/+4 |
| | | | | | 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. | ||||
* | unicode database compression, step 3: | Fredrik Lundh | 2000-09-25 | 1 | -10021/+72 |
| | | | | | - use unidb compression for the unicodectype module. smaller, faster, and slightly more portable... | ||||
* | unicode database compression, step 3: | Fredrik Lundh | 2000-09-25 | 1 | -0/+578 |
| | | | | | | | | - 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...) | ||||
* | unicode database compression, step 3: | Fredrik Lundh | 2000-09-25 | 1 | -4/+19 |
| | | | | - added decimal digit and digit properties to the unidb tables | ||||
* | Replace SIGFPE paranoia around strtod and atof. I don't believe these | Tim Peters | 2000-09-25 | 1 | -0/+4 |
| | | | | | 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. | ||||
* | regex and regsub are obsolete and Evil, so don't include them in the club. | Fred Drake | 2000-09-25 | 2 | -4/+2 |
| | |||||
* | unicode database compression, step 3: | Fredrik Lundh | 2000-09-25 | 2 | -9/+100 |
| | | | | | | | - use unidb compression for the unicodectype module. smaller, faster, and slightly more portable... - also mention the unicode directory in Tools/README | ||||
* | Updates from Fredrik Lundh <effbot@telia.com> about Unicode-related | Fred Drake | 2000-09-25 | 1 | -31/+43 |
| | | | | behavior. | ||||
* | Include the version-detecting code to allow PyXML to override the "standard" | Fred Drake | 2000-09-25 | 1 | -2/+19 |
| | | | | xml package. Require at least PyXML 0.6.1. | ||||
* | Add obsolescence note to the module descriptions that get added to the | Fred Drake | 2000-09-25 | 2 | -3/+4 |
| | | | | | list of module synopses at the front of the chapter; based on a comment from Aahz <aahz@panix.com>. | ||||
* | fix bug #114290: when interpreter's argv[0] has a relative path make | Jeremy Hylton | 2000-09-25 | 1 | -2/+19 |
| | | | | | it absolute by joining it with getcwd result. avoid including unnecessary ./ in path but do not test for ../ (more complicated) | ||||
* | Add a test for SF bug #110621; stripping square brackets off of | Barry Warsaw | 2000-09-25 | 1 | -0/+4 |
| | | | | addresses with domain literals. | ||||
* | Properly set LINKFORSHARED on Reliant UNIX. Problem and required linker | Fred Drake | 2000-09-25 | 2 | -405/+435 |
| | | | | flags reported by Daniel Dittmar <daniel.dittmar@sap.com>. | ||||
* | AddrlistClass.getdomainliteral(): rfc822 requires that the domain | Barry Warsaw | 2000-09-25 | 1 | -1/+1 |
| | | | | | | literal be wrapped in square brackets. This fix replaces the square brackets that were previously being stripped off. Closes SF bug #110621. | ||||
* | Credit where credit is due. Also fixed an unalphabetic sequence. | Guido van Rossum | 2000-09-25 | 1 | -3/+7 |
| | |||||
* | When reading the file, option names were not passed through | Guido van Rossum | 2000-09-25 | 1 | -1/+1 |
| | | | | | | | 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. | ||||
* | Update URL for Python 2.0 | Andrew M. Kuchling | 2000-09-25 | 1 | -1/+1 |
| | |||||
* | Minor cleanups, wrap long lines. | Fred Drake | 2000-09-25 | 2 | -13/+18 |
| | |||||
* | Add missing prototypes for the benefit of SunOS 4.1.4 */ | Guido van Rossum | 2000-09-25 | 1 | -0/+7 |
| | |||||
* | For the benefit of SunOS 4.1.4, define MS_SYNC as 0 when it's | Guido van Rossum | 2000-09-25 | 1 | -0/+6 |
| | | | | | | 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. | ||||
* | unicode database compression, step 2: | Fredrik Lundh | 2000-09-25 | 5 | -4328/+4611 |
| | | | | | | | | | | - 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... | ||||
* | Fiddled w/ /F's cool new splitbins function: documented it, generalized it | Tim Peters | 2000-09-25 | 1 | -26/+54 |
| | | | | | | | | | | 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. |