Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New (Python) example: simple drawings (rectangle, ellipse, arrow) #238

Draft
wants to merge 29 commits into
base: main
Choose a base branch
from

Commits on Apr 18, 2024

  1. Configuration menu
    Copy the full SHA
    bb9e32f View commit details
    Browse the repository at this point in the history
  2. Small working demo that can draw boxes on a canvas

    The idea is that you can write a small amount of JavaScript that reads the
    JSON and renders in an HTML5 canvas, or some Python that renders it in Tkinter,
    or anything else that strikes your fancy.
    
    I would like to use this to draw diagrams representing the stack and
    memory layout for an interpreter, to be used in internal docs.
    gvanrossum committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    6737581 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    de03aa9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2edaedd View commit details
    Browse the repository at this point in the history
  5. New API for chat history

    gvanrossum committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    09ea859 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2024

  1. Configuration menu
    Copy the full SHA
    c52aa53 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5d07a2a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f46a836 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    131ad4f View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2024

  1. Configuration menu
    Copy the full SHA
    3f44129 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2024

  1. Rip oput history, for now

    gvanrossum committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    b90faa7 View commit details
    Browse the repository at this point in the history
  2. Make pyright happy

    gvanrossum committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    02e28e4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3e1f3e6 View commit details
    Browse the repository at this point in the history
  4. Keep pydantic also happy

    gvanrossum committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    e9ac5cf View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9e14f42 View commit details
    Browse the repository at this point in the history
  6. Prune history

    gvanrossum committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    75c2efe View commit details
    Browse the repository at this point in the history
  7. Add temporary logging

    gvanrossum committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    970d50b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7560273 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2024

  1. Configuration menu
    Copy the full SHA
    439f521 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b0fdd8d View commit details
    Browse the repository at this point in the history
  3. Use Anders' suggestion for history

    (Just append the inputs, separated by newlines.)
    gvanrossum committed May 2, 2024
    Configuration menu
    Copy the full SHA
    d385e40 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    42ce16a View commit details
    Browse the repository at this point in the history
  5. Black formatting

    gvanrossum committed May 2, 2024
    Configuration menu
    Copy the full SHA
    c6da914 View commit details
    Browse the repository at this point in the history
  6. Remove unused imports

    gvanrossum committed May 2, 2024
    Configuration menu
    Copy the full SHA
    390558e View commit details
    Browse the repository at this point in the history
  7. Clarify Failure output

    gvanrossum committed May 2, 2024
    Configuration menu
    Copy the full SHA
    e42b2dd View commit details
    Browse the repository at this point in the history
  8. Revert verbose logging

    gvanrossum committed May 2, 2024
    Configuration menu
    Copy the full SHA
    11edfb7 View commit details
    Browse the repository at this point in the history
  9. Reuse drawing window

    gvanrossum committed May 2, 2024
    Configuration menu
    Copy the full SHA
    3f099dc View commit details
    Browse the repository at this point in the history

Commits on May 8, 2024

  1. Configuration menu
    Copy the full SHA
    5c6e15f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0894ef6 View commit details
    Browse the repository at this point in the history