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

Fix for import bug #39

Open
wants to merge 8 commits into
base: master
Choose a base branch
from
Open

Fix for import bug #39

wants to merge 8 commits into from

Commits on Mar 3, 2021

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

Commits on Apr 10, 2021

  1. Merge pull request decalage2#109 from kirk-sayre-work/master

    ViperMonkey update April 2021
    decalage2 authored Apr 10, 2021
    Configuration menu
    Copy the full SHA
    f611499 View commit details
    Browse the repository at this point in the history
  2. bumped version to 1.0.3

    decalage2 committed Apr 10, 2021
    Configuration menu
    Copy the full SHA
    979fbf4 View commit details
    Browse the repository at this point in the history
  3. setup.py, requirements: changed oletools version to 0.56.1 to fix PyP…

    …y compatibility on Windows, fixes decalage2#92, fixes decalage2#106
    decalage2 committed Apr 10, 2021
    Configuration menu
    Copy the full SHA
    1045dad View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2021

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

Commits on Nov 17, 2021

  1. Configuration menu
    Copy the full SHA
    f95ec63 View commit details
    Browse the repository at this point in the history
  2. Fix Context not defined in api.

    Some import change caused Context to not be imported from vba_context.
    Import explicitly and avoid namespace confusion
    cccs-jh committed Nov 17, 2021
    Configuration menu
    Copy the full SHA
    67d56d5 View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2022

  1. Fixing Now in python jit

    Now is a python datetime object that when converted to string is not
    valid python. Changing to_python to use repr for non-string non-VBAObject
    native python objects so that they can be evaluated correctly.
    Adding "import datetime" to the boilerplate to support datetime literals
    cccs-jh committed Dec 30, 2022
    Configuration menu
    Copy the full SHA
    b5c4225 View commit details
    Browse the repository at this point in the history