Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Untabify! (Barry, this is gonna cost you a bottle of wine! ;) | Fred Drake | 2000-12-13 | 1 | -105/+105 |
| | |||||
* | Typo repair in comments. Fell for GregS's .popitem() poke. | Tim Peters | 2000-12-13 | 1 | -2/+6 |
| | |||||
* | Added "stub" documentation for xml.dom.pulldom for Paul to fill out with | Fred Drake | 2000-12-13 | 3 | -0/+63 |
| | | | | useful explanations. | ||||
* | Get rid of string module and string exceptions. | Guido van Rossum | 2000-12-13 | 1 | -7/+10 |
| | |||||
* | Added descriptions of the defined exceptions and their mapping to the | Fred Drake | 2000-12-13 | 1 | -0/+129 |
| | | | | DOM recommendation. | ||||
* | Set CXX even when --with-cxx is not specified. Closes bug 14782. | Martin v. Löwis | 2000-12-13 | 1 | -322/+419 |
| | |||||
* | Set CXX even when --with-cxx is not specified. Closes bug #124782 | Martin v. Löwis | 2000-12-13 | 1 | -0/+20 |
| | |||||
* | Add code to DOMException to ensure it cannot be instantiated directly, | Fred Drake | 2000-12-13 | 1 | -1/+8 |
| | | | | | since the API documentation will state specifically that the specializations must be used by the DOM implementations. | ||||
* | Add standard DOM exception hierarchy. | Martin v. Löwis | 2000-12-13 | 1 | -0/+68 |
| | |||||
* | Document --with-cxx. | Martin v. Löwis | 2000-12-13 | 1 | -0/+9 |
| | |||||
* | Check in README file and one demo program | Andrew M. Kuchling | 2000-12-13 | 2 | -0/+226 |
| | |||||
* | Bring comments up to date (e.g., they still said the table had to be | Tim Peters | 2000-12-13 | 1 | -23/+40 |
| | | | | a prime size, which is in fact never true anymore ...). | ||||
* | Update the code to better reflect recommended style: | Fred Drake | 2000-12-12 | 36 | -99/+101 |
| | | | | | Use != instead of <> since <> is documented as "obsolescent". Use "is" and "is not" when comparing with None or type objects. | ||||
* | Change the file's indentation from tabs to 4 spaces per level. | Barry Warsaw | 2000-12-12 | 1 | -151/+163 |
| | |||||
* | Accept Finn Bock's patch #102208 to hardcode EINVAL to 22 when errno | Barry Warsaw | 2000-12-12 | 1 | -13/+16 |
| | | | | | | | | can't be imported. This makes StringIO.py work with Jython. Also, get rid of the string module by converting to string methods. Shorten some lines by using augmented assignment where appropriate. | ||||
* | Update the code to better reflect recommended style: | Fred Drake | 2000-12-12 | 55 | -519/+520 |
| | | | | | Use != instead of <> since <> is documented as "obsolescent". Use "is" and "is not" when comparing with None or type objects. | ||||
* | The Mac C library (MSL from CodeWarrior 6) and I/O library (GUSI | Jack Jansen | 2000-12-12 | 1 | -2/+2 |
| | | | | | 2.1.3) finally agree on when the epoch is, so the code to convert epochs has been disabled. | ||||
* | The ".pth" code knew about the layout of Python trees on unix and | Jack Jansen | 2000-12-12 | 1 | -0/+2 |
| | | | | windows, but not on the mac. Fixed. | ||||
* | Use c2pstr() in stead of Pstring() to convert C-strings to | Jack Jansen | 2000-12-12 | 1 | -3/+4 |
| | | | | | Pascal-strings. Safer, because Pstring converts in-place and the pathname may be reused later for error messages. | ||||
* | Optionally weed out duplicate prototypes for the same function (which | Jack Jansen | 2000-12-12 | 3 | -3/+11 |
| | | | | happens because the scanner ignores preprocessor #ifs). | ||||
* | Adapted to new standard for initmodule() routine: don't call | Jack Jansen | 2000-12-12 | 1 | -2/+1 |
| | | | | Py_FatalError on errors. | ||||
* | Various new standard types. | Jack Jansen | 2000-12-12 | 1 | -1/+16 |
| | |||||
* | Added support for generating a single module from multiple .h files. | Jack Jansen | 2000-12-12 | 1 | -3/+20 |
| | | | | Allow /* */ comments within function prototypes. | ||||
* | Refer to the sourceforge site for gusi downloads. | Jack Jansen | 2000-12-12 | 1 | -2/+2 |
| | |||||
* | Put all AE constants into AppleEvents.py | Jack Jansen | 2000-12-12 | 2 | -4/+0 |
| | |||||
* | Qdoffs now exports the GWorldObj_{New,Convert} functions. | Jack Jansen | 2000-12-12 | 1 | -0/+4 |
| | |||||
* | Added a c2pstrcpy() function. | Jack Jansen | 2000-12-12 | 1 | -0/+11 |
| | |||||
* | Describe {}.popitem(). | Guido van Rossum | 2000-12-12 | 1 | -0/+7 |
| | |||||
* | More toolbox modules adapted to Universal Headers 3.3.2. | Jack Jansen | 2000-12-12 | 20 | -491/+2240 |
| | |||||
* | Use new multi-input-file feature of bgen in stead of @-file hack to parse ↵ | Jack Jansen | 2000-12-12 | 3 | -247/+339 |
| | | | | multiple header files. A side effect is that the ObjectSupportLib routines are now also available in Python. | ||||
* | Regenerated from Universal Headers 3.3.2 | Jack Jansen | 2000-12-12 | 18 | -405/+847 |
| | |||||
* | Put all AE constants into AppleEvents.py | Jack Jansen | 2000-12-12 | 6 | -911/+905 |
| | |||||
* | Add popitem(). | Guido van Rossum | 2000-12-12 | 1 | -0/+2 |
| | |||||
* | "Documentation" for {}.popitem(). | Guido van Rossum | 2000-12-12 | 1 | -0/+6 |
| | |||||
* | Added test for {}.popitem(). | Guido van Rossum | 2000-12-12 | 1 | -0/+24 |
| | |||||
* | Add popitem() -- SF patch #102733. | Guido van Rossum | 2000-12-12 | 1 | -0/+53 |
| | |||||
* | Qdoffs now exports GWorld new/convert, and Qt uses them. | Jack Jansen | 2000-12-12 | 2 | -5/+3 |
| | | | | Drag moved to core toolbox modules (Win uses it). | ||||
* | Drag moved to core toolbox modules (Win uses it). | Jack Jansen | 2000-12-12 | 6 | -851/+11 |
| | |||||
* | Qdoffs now exports GWorld new/convert, and Qt uses them. | Jack Jansen | 2000-12-12 | 2 | -0/+20 |
| | |||||
* | Add URL with info for PIL. | Guido van Rossum | 2000-12-12 | 1 | -0/+1 |
| | |||||
* | Typo detected by "the miraculous Debian package lint tool "lintian" | Guido van Rossum | 2000-12-12 | 1 | -1/+1 |
| | | | | | | | (http://package.debian.org/lintian), which includes a spellchecker for common typos in control files of packages... You see, we're so paranoid that we even have automatic tools that keep monitoring license files ;-)" (Gregor Hoffleit) | ||||
* | Changed .getaliases() support to register the new aliases in the | Marc-André Lemburg | 2000-12-12 | 1 | -4/+12 |
| | | | | | | | | | | | encodings package aliases mapping dictionary rather than in the internal cache used by the search function. This enables aliases to take advantage of the full normalization process applied to encoding names which was previously not available. The patch restricts alias registration to new aliases. Existing aliases cannot be overridden anymore. | ||||
* | Partial fix for SF bug 122780 (msvcrt.locking constants aren't defined). | Tim Peters | 2000-12-12 | 1 | -12/+47 |
| | | | | Still needs docs; see bug report (which was reassigned to Fred) for MS's docs. | ||||
* | SF bug 110843: Low FD_SETSIZE limit on Win32 (PR#41). Boosted to 512. | Tim Peters | 2000-12-12 | 2 | -1/+18 |
| | |||||
* | Trivial typo fix, submitted by Charles Waldman (SF patch #102794). | Guido van Rossum | 2000-12-12 | 1 | -1/+1 |
| | |||||
* | Additional docs for __iadd__ and family, closing SF bug #117178 and SF patch | Thomas Wouters | 2000-12-11 | 1 | -0/+26 |
| | | | | #102169. | ||||
* | Adjust explanation of operator precedence summary -- exponentiation groups | Fred Drake | 2000-12-11 | 1 | -1/+2 |
| | | | | | | from right to left! Closes bug #125391. | ||||
* | Update the docstring. | Fred Drake | 2000-12-11 | 1 | -2/+31 |
| | | | | | Add a Node class that defines the NodeType constants, based on discussion in the XML-SIG. | ||||
* | Added tests to avoid regression on bug #125375. | Fred Drake | 2000-12-11 | 2 | -1/+34 |
| | | | | | | | | roundtrip(): Show the offending syntax tree when things break; this makes it a little easier to debug the module by adding test cases. (Still need better tests for this module, but there's not enough time today.) | ||||
* | validate_varargslist(): Fix two bugs in this function, one that affected | Fred Drake | 2000-12-11 | 1 | -11/+20 |
| | | | | | | | it when *args and/or **kw are used, and one when they are not. This closes bug #125375: "parser.tuple2ast() failure on valid parse tree". |