2000-02-19 |
Greg Stein | add TODO section |
commit | commitdiff | tree | snapshot |
2000-02-18 |
Andrew M. Kuchling | Patch from Vladimir Marangozov <marangoz@python.inrialp... |
commit | commitdiff | tree | snapshot |
2000-02-18 |
Andrew M. Kuchling | Patch from Vladimir Marangozov <marangoz@python.inrialp... |
commit | commitdiff | tree | snapshot |
2000-02-18 |
Greg Stein | reduce fsimp coupling: provide fs_imp param to ImportMa... |
commit | commitdiff | tree | snapshot |
2000-02-18 |
Greg Stein | shift demo importers to importers.py (destined for... |
commit | commitdiff | tree | snapshot |
2000-02-18 |
Greg Ward | Changed all references to command methods 'set_default_... |
commit | commitdiff | tree | snapshot |
2000-02-18 |
Greg Ward | Renamed 'set_default_options()' to 'initialize_options... |
commit | commitdiff | tree | snapshot |
2000-02-18 |
Greg Ward | Changed references to the command class 'options' attri... |
commit | commitdiff | tree | snapshot |
2000-02-18 |
Greg Ward | Renamed all 'options' class attributes to 'user_options'. |
commit | commitdiff | tree | snapshot |
2000-02-18 |
Greg Ward | Command classes are now named identically to their... |
commit | commitdiff | tree | snapshot |
2000-02-18 |
Greg Ward | Renamed all command classes so they're exactly the... |
commit | commitdiff | tree | snapshot |
2000-02-18 |
Greg Ward | Changed 'dist' to 'sdist'. |
commit | commitdiff | tree | snapshot |
2000-02-17 |
Greg Ward | The 'sdist' command to create a source distribution... |
commit | commitdiff | tree | snapshot |
2000-02-17 |
Greg Ward | The 'dist' command is dead -- long live the 'sdist... |
commit | commitdiff | tree | snapshot |
2000-02-17 |
Jeremy Hylton | changes to _lookupName |
commit | commitdiff | tree | snapshot |
2000-02-17 |
Jeremy Hylton | the previous quick hack to fix def foo((x,y)) failed... |
commit | commitdiff | tree | snapshot |
2000-02-17 |
Jeremy Hylton | add varargs and kwargs flags to Lambda nodes |
commit | commitdiff | tree | snapshot |
2000-02-17 |
Jeremy Hylton | satisfy the tabnanny |
commit | commitdiff | tree | snapshot |
2000-02-17 |
Fred Drake | Update the description of int() to include the radix... |
commit | commitdiff | tree | snapshot |
2000-02-17 |
Fred Drake | Typo in a comment: "wheter" --> "whether" |
commit | commitdiff | tree | snapshot |
2000-02-17 |
Guido van Rossum | Patches by Piers Lauder. |
commit | commitdiff | tree | snapshot |
2000-02-17 |
Guido van Rossum | Add primitive customization of window size and font. |
commit | commitdiff | tree | snapshot |
2000-02-17 |
Guido van Rossum | Patch by Mark Hammond: |
commit | commitdiff | tree | snapshot |
2000-02-17 |
Guido van Rossum | Changes by Mark Hammond related to the new WindowsError... |
commit | commitdiff | tree | snapshot |
2000-02-17 |
Guido van Rossum | Declarations related to new WindowsError exception. |
commit | commitdiff | tree | snapshot |
2000-02-17 |
Guido van Rossum | Added WindowsError, for Mark Hammond's extensions. |
commit | commitdiff | tree | snapshot |
2000-02-16 |
Guido van Rossum | Added docs for new crc32() function. By Jim Ahlstrom. |
commit | commitdiff | tree | snapshot |
2000-02-16 |
Guido van Rossum | Added test for new crc32() function. |
commit | commitdiff | tree | snapshot |
2000-02-16 |
Guido van Rossum | Patch by Jim Ahlstrom to add crc32, a useful checksum... |
commit | commitdiff | tree | snapshot |
2000-02-16 |
Guido van Rossum | The 0.5 release happened on 2/15, not on 2/14. :-) |
commit | commitdiff | tree | snapshot |
2000-02-16 |
Jeremy Hylton | support for arglists with implicit tuple unpacks |
commit | commitdiff | tree | snapshot |
2000-02-16 |
Jeremy Hylton | more robust assignment of lineno for keyword args |
commit | commitdiff | tree | snapshot |
2000-02-16 |
Jeremy Hylton | fix argcount generation for arg lists containing tuple... |
commit | commitdiff | tree | snapshot |
2000-02-16 |
Jeremy Hylton | add flatten helper function |
commit | commitdiff | tree | snapshot |
2000-02-15 |
Jeremy Hylton | finish first impl of code generator |
commit | commitdiff | tree | snapshot |
2000-02-15 |
Jeremy Hylton | fix creation of Ellipsis node |
commit | commitdiff | tree | snapshot |
2000-02-15 |
Jeremy Hylton | add a little debugging support when new.code raises... |
commit | commitdiff | tree | snapshot |
2000-02-15 |
Jeremy Hylton | no real change -- testing syncmail |
commit | commitdiff | tree | snapshot |
2000-02-15 |
Jeremy Hylton | add line numbers to nodes in the except clause (when... |
commit | commitdiff | tree | snapshot |
2000-02-15 |
Jeremy Hylton | tidy up tryexcept and tryfinally nodes |
commit | commitdiff | tree | snapshot |
2000-02-15 |
Guido van Rossum | A bit restructured. |
commit | commitdiff | tree | snapshot |
2000-02-15 |
Guido van Rossum | Oops, somehow the initial checkin was botched. :-( |
commit | commitdiff | tree | snapshot |
2000-02-15 |
Guido van Rossum | Added some clarifications. |
commit | commitdiff | tree | snapshot |
2000-02-15 |
Guido van Rossum | Temporarily add a copy here for easy distribution. |
commit | commitdiff | tree | snapshot |
2000-02-15 |
Guido van Rossum | More changes. |
commit | commitdiff | tree | snapshot |
2000-02-15 |
Guido van Rossum | Notice status back and stack viewer. |
commit | commitdiff | tree | snapshot |
2000-02-15 |
Guido van Rossum | Support for Moshe's status bar. |
commit | commitdiff | tree | snapshot |
2000-02-15 |
Guido van Rossum | Status bar code -- by Moshe Zadka. |
commit | commitdiff | tree | snapshot |
2000-02-15 |
Guido van Rossum | Adding the old stack viewer implementation back, for... |
commit | commitdiff | tree | snapshot |
2000-02-15 |
Guido van Rossum | New stack viewer, uses a tree widget. |
commit | commitdiff | tree | snapshot |
2000-02-15 |
Guido van Rossum | Correct a typo and remove an unqualified except that... |
commit | commitdiff | tree | snapshot |
2000-02-15 |
Guido van Rossum | Add an XXX comment about the ClassBrowser AIP. |
commit | commitdiff | tree | snapshot |
2000-02-15 |
Guido van Rossum | Updated change log. |
commit | commitdiff | tree | snapshot |
2000-02-15 |
Guido van Rossum | News update. Probably incomplete; what else is new? |
commit | commitdiff | tree | snapshot |
2000-02-15 |
Guido van Rossum | Updated for pending IDLE 0.5 release (still very rough... |
commit | commitdiff | tree | snapshot |
2000-02-15 |
Guido van Rossum | Tiny addition. |
commit | commitdiff | tree | snapshot |
2000-02-15 |
Guido van Rossum | In response to one particular complaint on edu-sig... |
commit | commitdiff | tree | snapshot |
2000-02-14 |
Jeremy Hylton | edit a doc string |
commit | commitdiff | tree | snapshot |
2000-02-14 |
Andrew M. Kuchling | Make multiplying a sequence by a long integer (5L ... |
commit | commitdiff | tree | snapshot |
2000-02-14 |
Jeremy Hylton | get rid of spurious print |
commit | commitdiff | tree | snapshot |
2000-02-14 |
Guido van Rossum | Patch by Gerrit Holl: |
commit | commitdiff | tree | snapshot |
2000-02-14 |
Guido van Rossum | Patch by Gerrit Holl: |
commit | commitdiff | tree | snapshot |
2000-02-14 |
Jeremy Hylton | looks like everything is working except for try/except... |
commit | commitdiff | tree | snapshot |
2000-02-14 |
Jeremy Hylton | LeftShift & RightShift: fix reprs, change attr names... |
commit | commitdiff | tree | snapshot |
2000-02-14 |
Fred Drake | Fix the question marks next to the expansions of some... |
commit | commitdiff | tree | snapshot |
2000-02-14 |
Jeremy Hylton | rename several of the generic attribute names for nodes... |
commit | commitdiff | tree | snapshot |
2000-02-14 |
Jeremy Hylton | (), [], and {} should not be represented as constant... |
commit | commitdiff | tree | snapshot |
2000-02-14 |
Guido van Rossum | Patch by Jack Jansen: |
commit | commitdiff | tree | snapshot |
2000-02-14 |
Jeremy Hylton | split compile.py into two files |
commit | commitdiff | tree | snapshot |
2000-02-12 |
Jeremy Hylton | change MODULE_NAMESPACE/FUNCTION_NAMESPACE stuff to... |
commit | commitdiff | tree | snapshot |
2000-02-11 |
Jack Jansen | And added a note about needing two "cvs update"s. |
commit | commitdiff | tree | snapshot |
2000-02-11 |
Jack Jansen | Explained that you have to checkout the Mac portion... |
commit | commitdiff | tree | snapshot |
2000-02-11 |
Jeremy Hylton | add support for Lambda nodes |
commit | commitdiff | tree | snapshot |
2000-02-11 |
Greg Ward | Ditched '_find_SET()', since it was a no-value-added... |
commit | commitdiff | tree | snapshot |
2000-02-11 |
Greg Ward | Latest patch from Thomas Heller/Robin Becker: |
commit | commitdiff | tree | snapshot |
2000-02-10 |
Jeremy Hylton | add loop handling via |
commit | commitdiff | tree | snapshot |
2000-02-10 |
Jeremy Hylton | add an __len__ to Set and Stack |
commit | commitdiff | tree | snapshot |
2000-02-10 |
Barry Warsaw | Document the API changes to the nntplib module (excepti... |
commit | commitdiff | tree | snapshot |
2000-02-10 |
Barry Warsaw | Added new exception classes: |
commit | commitdiff | tree | snapshot |
2000-02-10 |
Fred Drake | Enable -t when compiling Python library modules in... |
commit | commitdiff | tree | snapshot |
2000-02-10 |
Jeremy Hylton | add namespace attr to CodeGenerator, can be either... |
commit | commitdiff | tree | snapshot |
2000-02-10 |
Fred Drake | Untabify to pass the -tt test. |
commit | commitdiff | tree | snapshot |
2000-02-10 |
Fred Drake | Detabify. |
commit | commitdiff | tree | snapshot |
2000-02-10 |
Jack Jansen | In AskYesNoCancel() treat the "yes" and "no" buttons... |
commit | commitdiff | tree | snapshot |
2000-02-10 |
Fred Drake | Make this pass the -tt test. |
commit | commitdiff | tree | snapshot |
2000-02-10 |
Greg Ward | Stylistic changes to the registry-grovelling code:... |
commit | commitdiff | tree | snapshot |
2000-02-10 |
Greg Ward | Typecheck 'output_dir' argument to compile/link methods. |
commit | commitdiff | tree | snapshot |
2000-02-10 |
Greg Ward | Path from Thomas Heller: resurrect the .def file kludge... |
commit | commitdiff | tree | snapshot |
2000-02-10 |
Greg Ward | Patch from Thomas heller: |
commit | commitdiff | tree | snapshot |
2000-02-10 |
Jeremy Hylton | add ExampleASTVisitor: |
commit | commitdiff | tree | snapshot |
2000-02-10 |
Jeremy Hylton | add remove method to set |
commit | commitdiff | tree | snapshot |
2000-02-09 |
Greg Ward | Added 'debug' option, and changed compile/link calls... |
commit | commitdiff | tree | snapshot |
2000-02-09 |
Greg Ward | Added 'debug' option (just there for 'build_ext' and... |
commit | commitdiff | tree | snapshot |
2000-02-09 |
Greg Ward | Added 'debug' flags to compile and link methods, and... |
commit | commitdiff | tree | snapshot |
2000-02-09 |
Greg Ward | Added 'debug' flags to compile and link methods, and... |
commit | commitdiff | tree | snapshot |
2000-02-09 |
Greg Ward | Added 'debug' flag to compile and link method signatures. |
commit | commitdiff | tree | snapshot |
2000-02-08 |
Jeremy Hylton | add optional verbose arg to walk function. it override... |
commit | commitdiff | tree | snapshot |
2000-02-08 |
Jeremy Hylton | make all unary operators have a single child node calle... |
commit | commitdiff | tree | snapshot |
2000-02-08 |
Jeremy Hylton | add spaces to comparison names is not and not in to... |
commit | commitdiff | tree | snapshot |
2000-02-08 |
Jeremy Hylton | now produces valid pyc files for a least a trivial... |
commit | commitdiff | tree | snapshot |
next |