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: vjunior1981/staticpython
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: pts/staticpython
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.
  • 6 commits
  • 6 files changed
  • 1 contributor

Commits on Dec 15, 2019

  1. enabled the dl module in Python 2.7 with only a few symbols (qsort, m…

    …map, mprotect, munmap, memcpy), improved the Python 2.7 dl module: allowed pointer (int) as d.call function name; allowed long instead of int in arguments
    Peter Szabo committed Dec 15, 2019
    Configuration menu
    Copy the full SHA
    c02fce3 View commit details
    Browse the repository at this point in the history

Commits on Dec 25, 2019

  1. Configuration menu
    Copy the full SHA
    502a681 View commit details
    Browse the repository at this point in the history
  2. fixed gcc warnings

    Peter Szabo committed Dec 25, 2019
    Configuration menu
    Copy the full SHA
    1b1255f View commit details
    Browse the repository at this point in the history
  3. added accepting buffer arguments in dlmodule.c

    Peter Szabo committed Dec 25, 2019
    Configuration menu
    Copy the full SHA
    ef6bd64 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2023

  1. added checking for ZIP end-of-central directory header for Linux i386…

    … code running Docker on macOS Ventura 13 with Apple Silicon
    Peter Szabo committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    81b36c4 View commit details
    Browse the repository at this point in the history
  2. updated release/pythonmu2.7-static (1546643 bytes)

    Peter Szabo committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    1bc0218 View commit details
    Browse the repository at this point in the history
Loading