Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: KxSystems/embedPy
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: KxSystems/embedPy
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: venv
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 4 commits
  • 4 files changed
  • 5 contributors

Commits on Apr 13, 2021

  1. venv support (#99)

    * virtual env
    
    * removed setting of python home
    
    * cleaned up p.q
    
    * working version for working environments
    
    * update base prefix
    
    * addition of py_SetProgramName
    
    * added travis virtualenv
    
    * added tests for sys commands. Added warning for windows virtual environment users
    
    * fix windows venv warning
    
    Co-authored-by: Dianeod <40861871+Dianeod@users.noreply.github.com>
    Co-authored-by: Diane ODonoghue <dodonoghue@kx.com>
    3 people authored Apr 13, 2021
    Configuration menu
    Copy the full SHA
    7a0ab45 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2021

  1. Venv (#102)

    * virtual env
    
    * removed setting of python home
    
    * cleaned up p.q
    
    * working version for working environments
    
    * update base prefix
    
    * addition of py_SetProgramName
    
    * added travis virtualenv
    
    * added tests for sys commands. Added warning for windows virtual environment users
    
    * fix windows venv warning
    
    * Fixed stdOut issue (#101)
    
    * Optional error message conforming to Python return. KXI-1467 (#100)
    
    * Update to p.q logic for handling sys.argv
    
    * reintroduction of old logic
    
    * addition of initial sys argv and embedpy version check
    
    * Addition of functionality to return Python traceback rather than q shorthand
    
    * Memory leak fix and removal of environment variable check C side
    
    * reformat of prr to use modifiable global rather than env variable
    
    * Initial pass at rectifying potential buffer overflow
    
    * update to py.c to initialize traceback import on init
    
    * closer fit to code base style
    
    Co-authored-by: Conor McCarthy <conormccarthy@brainpool1.mynet>
    
    Co-authored-by: cmccarthy1 <38653604+cmccarthy1@users.noreply.github.com>
    Co-authored-by: Conor McCarthy <conormccarthy@brainpool1.mynet>
    3 people authored May 18, 2021
    Configuration menu
    Copy the full SHA
    f9d5aec View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    063479c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a86222d View commit details
    Browse the repository at this point in the history
Loading