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: pyscripter/python4delphi
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: global-system/python4delphi
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 3 commits
  • 1 file changed
  • 2 contributors

Commits on Jan 11, 2016

  1. Resolve hints

    Resolved hints:
    * [dcc32 Hint] PythonEngine.pas(5559): H2443 Inline function 'TList.Remove' has not been expanded because unit 'System.Types' is not specified in USES list
    * [dcc32 Hint] PythonEngine.pas(5561): H2443 Inline function 'TList.Remove' has not been expanded because unit 'System.Types' is not specified in USES list
    sergey.bugay committed Jan 11, 2016
    Configuration menu
    Copy the full SHA
    050d64e View commit details
    Browse the repository at this point in the history
  2. Change event types

    sergey.bugay committed Jan 11, 2016
    Configuration menu
    Copy the full SHA
    03a9ce8 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2016

  1. fix: change result of PyObjectAsVariant to null if seq_length(obj) = 0

    Otherwise, the work with results of PyObjectAsVariant  lead to AV   (PyObjectAsVariant.ArrayLowBound -> AV)
    SemenKhmelev committed Mar 2, 2016
    Configuration menu
    Copy the full SHA
    1b37b5c View commit details
    Browse the repository at this point in the history
Loading