summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix GC newsJeremy Hylton2000-09-261-5/+4
|
* The UsualJeremy Hylton2000-09-2620-421/+642
|
* Fix handling of file inputs on Windows; passing them to urllib.urlopen()Fred Drake2000-09-261-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 usualJeremy Hylton2000-09-261-431/+405
|
* Fixed typo, description of changes to dbm module.Fred Drake2000-09-261-5/+6
|
* The rest of the news for 2.0b2Jeremy Hylton2000-09-261-8/+72
|
* Elaborated the notes on the XML support.Fred Drake2000-09-261-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é Lemburg2000-09-261-1/+4
|
* Added test suite for the complete Unicode database. The test previouslyMarc-André Lemburg2000-09-261-7/+79
| | | | only tested a few cases.
* It's beta 2 now. Updated some stale URLs at pythonlabs.com.Guido van Rossum2000-09-261-4/+3
|
* Fixed some typos, added some punctuation (e.g. consistently terminateGuido van Rossum2000-09-261-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 Peters2000-09-261-9/+11
|
* More limits.h stuff in node.c.Tim Peters2000-09-261-9/+1
| | | | Fred, check this!
* Note that including Python.h includes limits.h when available.Fred Drake2000-09-261-2/+2
|
* Rationalize use of limits.h, moving the inclusion to Python.h.Fred Drake2000-09-2625-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.0b2Jeremy Hylton2000-09-261-1/+165
|
* Remove a ?? in the description of Mac OS support.Greg Ward2000-09-261-1/+1
|
* Bump version to 0.9.3.Greg Ward2000-09-261-1/+1
|
* Yet another new unique extension in the test directory.Tim Peters2000-09-261-0/+5
|
* Reformat docstrings.Greg Ward2000-09-262-64/+63
| | | | Standardize whitespace in function calls.
* Standardize whitespace in function calls.Greg Ward2000-09-264-147/+145
|
* Whitespace fix.Greg Ward2000-09-261-1/+2
|
* Reformat docstrings.Greg Ward2000-09-261-38/+41
| | | | Standardize whitespace in function calls.
* Standardize whitespace in function calls.Greg Ward2000-09-264-92/+92
|
* Standardize whitespace in function calls and docstrings.Greg Ward2000-09-261-62/+62
|
* It's.....Guido van Rossum2000-09-261-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 lockGuido van Rossum2000-09-261-1/+1
| | | | structure (same as AIX).
* - don't set the titlecase flag for uppercase letters (sorry, tim)Fredrik Lundh2000-09-252-42/+42
|
* Bump Windows "build number" to 6.Tim Peters2000-09-252-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 Lundh2000-09-251-10021/+72
| | | | | - use unidb compression for the unicodectype module. smaller, faster, and slightly more portable...
* unicode database compression, step 3:Fredrik Lundh2000-09-251-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 Lundh2000-09-251-4/+19
| | | | - added decimal digit and digit properties to the unidb tables
* Replace SIGFPE paranoia around strtod and atof. I don't believe theseTim Peters2000-09-251-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 Drake2000-09-252-4/+2
|
* unicode database compression, step 3:Fredrik Lundh2000-09-252-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-relatedFred Drake2000-09-251-31/+43
| | | | behavior.
* Include the version-detecting code to allow PyXML to override the "standard"Fred Drake2000-09-251-2/+19
| | | | xml package. Require at least PyXML 0.6.1.
* Add obsolescence note to the module descriptions that get added to theFred Drake2000-09-252-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 makeJeremy Hylton2000-09-251-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 ofBarry Warsaw2000-09-251-0/+4
| | | | addresses with domain literals.
* Properly set LINKFORSHARED on Reliant UNIX. Problem and required linkerFred Drake2000-09-252-405/+435
| | | | flags reported by Daniel Dittmar <daniel.dittmar@sap.com>.
* AddrlistClass.getdomainliteral(): rfc822 requires that the domainBarry Warsaw2000-09-251-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 Rossum2000-09-251-3/+7
|
* When reading the file, option names were not passed throughGuido van Rossum2000-09-251-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.0Andrew M. Kuchling2000-09-251-1/+1
|
* Minor cleanups, wrap long lines.Fred Drake2000-09-252-13/+18
|
* Add missing prototypes for the benefit of SunOS 4.1.4 */Guido van Rossum2000-09-251-0/+7
|
* For the benefit of SunOS 4.1.4, define MS_SYNC as 0 when it'sGuido van Rossum2000-09-251-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 Lundh2000-09-255-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 itTim Peters2000-09-251-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.