| Commit message (Expand) | Author | Age | Files | Lines |
* | Use PyObject_IsInstance() to check whether the first argument to an | Guido van Rossum | 2001-03-21 | 1 | -13/+19 |
|
|
* | Update PyNode_CompileSymtable() to understand future statements | Jeremy Hylton | 2001-03-21 | 1 | -9/+15 |
|
|
* | Move the code implementing isinstance() and issubclass() to new C | Guido van Rossum | 2001-03-21 | 1 | -96/+6 |
|
|
* | Fix PyFrame_FastToLocals() and counterpart to deal with cells and | Jeremy Hylton | 2001-03-21 | 2 | -55/+114 |
|
|
* | Case-checking was broken on the Macintosh. Fixed. | Jack Jansen | 2001-03-20 | 1 | -3/+2 |
|
|
* | Fixup handling of free variables in methods when the class scope also | Jeremy Hylton | 2001-03-20 | 1 | -3/+12 |
|
|
* | Fix crashes in nested list comprehensions | Jeremy Hylton | 2001-03-19 | 1 | -8/+10 |
|
|
* | Variety of small INC/DECREF patches that fix reported memory leaks | Jeremy Hylton | 2001-03-13 | 1 | -4/+7 |
|
|
* | Py_BuildValue(): Add "D" conversion to create a Python complex value from | Fred Drake | 2001-03-12 | 1 | -0/+6 |
|
|
* | When iterating over the names imported in a future statement, ignore the | Fred Drake | 2001-03-10 | 1 | -1/+1 |
|
|
* | Use Py_CHARMASK for ctype macros. Fixes bug #232787. | Martin v. Löwis | 2001-03-06 | 1 | -4/+4 |
|
|
* | Add some spaces around the "=" in assignments. | Fred Drake | 2001-03-06 | 1 | -2/+2 |
|
|
* | RISCOS changes by dschwertberger. | Guido van Rossum | 2001-03-02 | 1 | -0/+58 |
|
|
* | Refactored the warning-issuing code more. | Guido van Rossum | 2001-03-02 | 1 | -11/+17 |
|
|
* | Thanks to Steven Majewski, finally putting MacOS X imports to bed for 2.1b1. | Tim Peters | 2001-03-02 | 1 | -9/+3 |
|
|
* | Useful future statement support for the interactive interpreter | Jeremy Hylton | 2001-03-01 | 2 | -26/+52 |
|
|
* | More MacOSX fiddling. As noted in a comment, I believe all variations | Tim Peters | 2001-03-01 | 1 | -18/+37 |
|
|
* | More fiddling w/ the new-fangled Mac import code. | Tim Peters | 2001-03-01 | 1 | -5/+9 |
|
|
* | Suppress a compiler warning under OpenVMS; time_t is unsigned on (at least) | Fred Drake | 2001-03-01 | 1 | -2/+2 |
|
|
* | Fix core dump in example from Samuele Pedroni: | Jeremy Hylton | 2001-03-01 | 1 | -15/+31 |
|
|
* | Remove extra close curly in code #ifdef'ed out on my box. | Tim Peters | 2001-03-01 | 1 | -1/+0 |
|
|
* | In Steven's apparent absence, check in *something* with a non-zero chance | Tim Peters | 2001-03-01 | 1 | -35/+40 |
|
|
* | Don't add global names to st->st_global if we're already iterating | Jeremy Hylton | 2001-03-01 | 1 | -6/+15 |
|
|
* | undo introduction of st_global_star | Jeremy Hylton | 2001-02-28 | 1 | -3/+0 |
|
|
* | Warn about global statement at the module level. | Jeremy Hylton | 2001-02-28 | 1 | -2/+17 |
|
|
* | Add warning/error handlin for problematic nested scopes cases as | Jeremy Hylton | 2001-02-28 | 1 | -26/+119 |
|
|
* | Let's have some sanity. Introduce a helper to issue a symbol table | Guido van Rossum | 2001-02-28 | 1 | -16/+17 |
|
|
* | Use the new PyErr_WarnExplicit() API to issue better warnings for | Guido van Rossum | 2001-02-28 | 1 | -12/+21 |
|
|
* | SyntaxError__init__(): Be a little more robust when picking apart the | Fred Drake | 2001-02-28 | 1 | -16/+22 |
|
|
* | Add PyErr_WarnExplicit(), which calls warnings.warn_explicit(), with | Guido van Rossum | 2001-02-28 | 1 | -0/+42 |
|
|
* | Now that Jeremy is asking about this code, it looks really bogus to me, | Fred Drake | 2001-02-28 | 1 | -18/+0 |
|
|
* | Improve SyntaxErrors for bad future statements. Set file and location | Jeremy Hylton | 2001-02-28 | 3 | -94/+109 |
|
|
* | SF patch 404928: Support for next Cygwin gcc (2.95.2-8) | Tim Peters | 2001-02-28 | 1 | -8/+2 |
|
|
* | Print the offending line of code in the traceback for SyntaxErrors | Jeremy Hylton | 2001-02-28 | 2 | -67/+144 |
|
|
* | Ack -- my eyes are getting bleary. Typos in the comment typo repairs. | Tim Peters | 2001-02-28 | 1 | -1/+1 |
|
|
* | Comment typos. | Tim Peters | 2001-02-28 | 1 | -2/+2 |
|
|
* | Implement PEP 235: Import on Case-Insensitive Platforms. | Tim Peters | 2001-02-28 | 1 | -138/+87 |
|
|
* | Need to support single_input explicitly so from __future__ imports | Jeremy Hylton | 2001-02-28 | 1 | -0/+8 |
|
|
* | Presumed correct compiler pass for future statements | Jeremy Hylton | 2001-02-28 | 2 | -29/+128 |
|
|
* | Improved __future__ parser; still more to do | Jeremy Hylton | 2001-02-27 | 3 | -43/+152 |
|
|
* | Add warnings about undefined "global" | Jeremy Hylton | 2001-02-27 | 1 | -0/+29 |
|
|
* | Preliminary support for future nested scopes | Jeremy Hylton | 2001-02-27 | 2 | -115/+270 |
|
|
* | Shuffle premature decref; nuke unreachable code block. | Tim Peters | 2001-02-23 | 1 | -9/+3 |
|
|
* | symtable_update_free_vars(), symtable_undo_free(), | Barry Warsaw | 2001-02-23 | 1 | -3/+3 |
|
|
* | Fix for bug 133489: compiler leaks memory | Jeremy Hylton | 2001-02-23 | 2 | -5/+11 |
|
|
* | The code in PyImport_Import() tried to save itself a bit of work and | Guido van Rossum | 2001-02-20 | 1 | -13/+7 |
|
|
* | Fix for implicit tuple + default arguments, courtesy of Michael Hudson. | Jeremy Hylton | 2001-02-19 | 1 | -1/+3 |
|
|
* | When running python -O, do not include blocks defined in asserts in | Jeremy Hylton | 2001-02-19 | 1 | -0/+11 |
|
|
* | Tolerate ill-formed trees in symtable_assign(). Fixes SF bug 132510. | Jeremy Hylton | 2001-02-19 | 1 | -5/+8 |
|
|
* | Bug #132313 error message confusing for assignment in lambda. | Tim Peters | 2001-02-18 | 1 | -1/+8 |
|
|