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

gh-119609: Add PyUnicode_Export() and PyUnicode_Import() functions #119610

Closed
wants to merge 13 commits into from

Commits on Jun 21, 2024

  1. pythongh-119609: Add PyUnicode_Export() function

    Add PyUnicode_Export() and PyUnicode_Import() functions to the C API.
    vstinner committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    32a373a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c42cebc View commit details
    Browse the repository at this point in the history
  3. Export UCS1 as UCS2

    Co-Authored-By: Petr Viktorin <[email protected]>
    vstinner and encukou committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    1310b6d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1c78103 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    62f4598 View commit details
    Browse the repository at this point in the history
  6. Update doc

    vstinner committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    53cd937 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3a08491 View commit details
    Browse the repository at this point in the history
  8. tests: rename size to nbytes

    vstinner committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    a9a9083 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2024

  1. Update Doc/c-api/unicode.rst

    Co-authored-by: Petr Viktorin <[email protected]>
    vstinner and encukou authored Jun 22, 2024
    Configuration menu
    Copy the full SHA
    1297c52 View commit details
    Browse the repository at this point in the history
  2. Update Doc/c-api/unicode.rst

    Co-authored-by: Petr Viktorin <[email protected]>
    vstinner and encukou authored Jun 22, 2024
    Configuration menu
    Copy the full SHA
    d8e3d5d View commit details
    Browse the repository at this point in the history
  3. Address Petr's review

    vstinner committed Jun 22, 2024
    Configuration menu
    Copy the full SHA
    da67c89 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    894921a View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2024

  1. Fix doc: add uint32_t type

    vstinner committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    f3857d8 View commit details
    Browse the repository at this point in the history