| Commit message (Expand) | Author | Age | Files | Lines |
* | Added FreeMem, MaxBlock and CompactMem calls. The values returned by these ar... | Jack Jansen | 2000-02-21 | 1 | -0/+43 |
|
|
* | add TODO section | Greg Stein | 2000-02-19 | 1 | -0/+100 |
|
|
* | Patch from Vladimir Marangozov <marangoz@python.inrialpes.fr> | Andrew M. Kuchling | 2000-02-18 | 1 | -6/+6 |
|
|
* | Patch from Vladimir Marangozov <marangoz@python.inrialpes.fr>: | Andrew M. Kuchling | 2000-02-18 | 1 | -4/+2 |
|
|
* | reduce fsimp coupling: provide fs_imp param to ImportManager constructor, | Greg Stein | 2000-02-18 | 1 | -48/+45 |
|
|
* | shift demo importers to importers.py (destined for Demo/ ?) | Greg Stein | 2000-02-18 | 1 | -227/+16 |
|
|
* | Changed all references to command methods 'set_default_options()' and | Greg Ward | 2000-02-18 | 1 | -23/+23 |
|
|
* | Renamed 'set_default_options()' to 'initialize_options()', and | Greg Ward | 2000-02-18 | 10 | -28/+28 |
|
|
* | Changed references to the command class 'options' attribute to 'user_options'. | Greg Ward | 2000-02-18 | 1 | -26/+27 |
|
|
* | Renamed all 'options' class attributes to 'user_options'. | Greg Ward | 2000-02-18 | 10 | -105/+115 |
|
|
* | Command classes are now named identically to their commands, so reflect this | Greg Ward | 2000-02-18 | 1 | -2/+1 |
|
|
* | Renamed all command classes so they're exactly the same as the name of the | Greg Ward | 2000-02-18 | 10 | -10/+10 |
|
|
* | Changed 'dist' to 'sdist'. | Greg Ward | 2000-02-18 | 1 | -1/+1 |
|
|
* | The 'sdist' command to create a source distribution. This is derived from the | Greg Ward | 2000-02-17 | 1 | -0/+716 |
|
|
* | The 'dist' command is dead -- long live the 'sdist' command! | Greg Ward | 2000-02-17 | 1 | -558/+0 |
|
|
* | changes to _lookupName | Jeremy Hylton | 2000-02-17 | 2 | -28/+26 |
|
|
* | the previous quick hack to fix def foo((x,y)) failed on some cases | Jeremy Hylton | 2000-02-17 | 4 | -32/+96 |
|
|
* | add varargs and kwargs flags to Lambda nodes | Jeremy Hylton | 2000-02-17 | 2 | -0/+10 |
|
|
* | satisfy the tabnanny | Jeremy Hylton | 2000-02-17 | 2 | -394/+398 |
|
|
* | Update the description of int() to include the radix parameter; | Fred Drake | 2000-02-17 | 1 | -12/+16 |
|
|
* | Typo in a comment: "wheter" --> "whether" | Fred Drake | 2000-02-17 | 1 | -1/+1 |
|
|
* | Patches by Piers Lauder. | Guido van Rossum | 2000-02-17 | 1 | -8/+21 |
|
|
* | Add primitive customization of window size and font. | Guido van Rossum | 2000-02-17 | 1 | -3/+19 |
|
|
* | Patch by Mark Hammond: | Guido van Rossum | 2000-02-17 | 1 | -15/+75 |
|
|
* | Changes by Mark Hammond related to the new WindowsError exception. | Guido van Rossum | 2000-02-17 | 1 | -0/+6 |
|
|
* | Declarations related to new WindowsError exception. | Guido van Rossum | 2000-02-17 | 1 | -0/+7 |
|
|
* | Added WindowsError, for Mark Hammond's extensions. | Guido van Rossum | 2000-02-17 | 1 | -0/+6 |
|
|
* | Added docs for new crc32() function. By Jim Ahlstrom. | Guido van Rossum | 2000-02-16 | 1 | -0/+12 |
|
|
* | Added test for new crc32() function. | Guido van Rossum | 2000-02-16 | 1 | -0/+6 |
|
|
* | Patch by Jim Ahlstrom to add crc32, a useful checksum function | Guido van Rossum | 2000-02-16 | 1 | -0/+141 |
|
|
* | The 0.5 release happened on 2/15, not on 2/14. :-) | Guido van Rossum | 2000-02-16 | 1 | -1/+1 |
|
|
* | support for arglists with implicit tuple unpacks | Jeremy Hylton | 2000-02-16 | 2 | -30/+122 |
|
|
* | more robust assignment of lineno for keyword args | Jeremy Hylton | 2000-02-16 | 2 | -6/+6 |
|
|
* | fix argcount generation for arg lists containing tuple unpacks | Jeremy Hylton | 2000-02-16 | 2 | -4/+26 |
|
|
* | add flatten helper function | Jeremy Hylton | 2000-02-16 | 2 | -0/+22 |
|
|
* | finish first impl of code generator | Jeremy Hylton | 2000-02-15 | 2 | -24/+140 |
|
|
* | fix creation of Ellipsis node | Jeremy Hylton | 2000-02-15 | 2 | -2/+2 |
|
|
* | add a little debugging support when new.code raises SystemError | Jeremy Hylton | 2000-02-15 | 2 | -10/+42 |
|
|
* | no real change -- testing syncmail | Jeremy Hylton | 2000-02-15 | 1 | -1/+1 |
|
|
* | add line numbers to nodes in the except clause (when possible) | Jeremy Hylton | 2000-02-15 | 2 | -2/+6 |
|
|
* | tidy up tryexcept and tryfinally nodes | Jeremy Hylton | 2000-02-15 | 2 | -28/+40 |
|
|
* | A bit restructured. | Guido van Rossum | 2000-02-15 | 1 | -15/+40 |
|
|
* | Oops, somehow the initial checkin was botched. :-( | Guido van Rossum | 2000-02-15 | 1 | -0/+336 |
|
|
* | Added some clarifications. | Guido van Rossum | 2000-02-15 | 1 | -4/+8 |
|
|
* | Temporarily add a copy here for easy distribution. | Guido van Rossum | 2000-02-15 | 1 | -0/+0 |
|
|
* | More changes. | Guido van Rossum | 2000-02-15 | 1 | -1/+20 |
|
|
* | Notice status back and stack viewer. | Guido van Rossum | 2000-02-15 | 1 | -0/+5 |
|
|
* | Support for Moshe's status bar. | Guido van Rossum | 2000-02-15 | 1 | -2/+20 |
|
|
* | Status bar code -- by Moshe Zadka. | Guido van Rossum | 2000-02-15 | 1 | -0/+32 |
|
|
* | Adding the old stack viewer implementation back, for the debugger. | Guido van Rossum | 2000-02-15 | 1 | -0/+276 |
|
|