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