1. 04 Jan, 2003 6 commits
    • Kurt B. Kaiser's avatar
      M AutoExpand.py · 1061e727
      Kurt B. Kaiser authored
      M Bindings.py
      M EditorWindow.py
      M PyShell.py
      M config-keys.def
      M configHandler.py
      M help.txt
      
      1. Annotate the shell window with last restart boundary upon restart.
      2. Provide a shell menu entry and hot key (F6) to jump to the last
         restart boundary.
      3. Add a new shell menu feature to restart the shell.
      4. Update the help menu to add these features.
      5. Update the help menu to put text in same order as the menus.
      6. Correct a capitalization inconsistency on the Edit menu: Expand Word
      7. Rename the "Debug" menu to be "Shell": it's doing more now.
      8. Rearrange the "Shell" menu to make the StackViewer entries adjacent.
      9. Add a get_geometry method to EditorWindow, which may be of use in
         making window positions persisent.
      10. Make <ctrl-v> the "Classic Windows" paste key.
      11. Restore decorum on the Help menu by removing "Advice".  As Guido said,
          things will never be the same.  Thanks, David!
      1061e727
    • Neal Norwitz's avatar
      Fix compiler warning · 506a2246
      Neal Norwitz authored
      506a2246
    • Raymond Hettinger's avatar
      SF Patch #661440: Refactor and streamline PyCFunction_Call · bf43f8af
      Raymond Hettinger authored
      Refactor code in PyCFunction_Call giving a modest (tiny) speed boost,
      a slight improvement in semantics (now detects invalid flag combinations),
      and (arguably) improved clarity (making it blindingly clear which flag
      combinations are allowed).  All this comes at a cost of a few lines of
      code duplication.
      
      * Folded test for METH_KEYWORDS into the switch/case.
      * Deferred testing for an empty dictionary until when and where needed.
      * Make a similar deferral for filling the "size" variable.
      * Inverted the dictionary test so that the common case falls though
        instead of making a jump.
      bf43f8af
    • Martin v. Löwis's avatar
      Wrap doc strings in PyDoc_STRVAR. Fix .string docstring. Provide default · 3919571f
      Martin v. Löwis authored
      macro definitions for older Python releases.
      3919571f
    • Tim Peters's avatar
      Completed astimezone()'s correctness proof. This also proves we can get · 4fede1a3
      Tim Peters authored
      the desired compromise behavior during the "problem hour" when DST ends
      cheaply (but I haven't yet implemented that).
      4fede1a3
    • Martin v. Löwis's avatar
      Convert Tcl path objects to strings. Fixes #661357. · 25c7b50e
      Martin v. Löwis authored
      Provide .string attribute and __unicode for Tcl_Objs.
      25c7b50e
  2. 03 Jan, 2003 27 commits
  3. 02 Jan, 2003 7 commits