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: githubcs/python3-cookbook
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: d82f16e
Choose a base ref
...
head repository: yidao620c/python3-cookbook
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 8c0b2ab
Choose a head ref
  • 8 commits
  • 4 files changed
  • 4 contributors

Commits on Sep 21, 2022

  1. Repair no import csv

    Ascotbe committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    be5d004 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2022

  1. ptr_ = a.buffer_info() 这一行错了, 少了一个ptr_之间少可以个,

    ptr_ = a.buffer_info() 这一行错了, 少了一个ptr_之间少可以个,
    chyun authored Dec 1, 2022
    Configuration menu
    Copy the full SHA
    cdbe30b View commit details
    Browse the repository at this point in the history
  2. PyBuffer_GetBuffer拼写错误应该是PyObject_GetBuffer && 示例代码中没有引入sample

    PyBuffer_GetBuffer拼写错误应该是PyObject_GetBuffer && 示例代码中没有引入sample
    chyun authored Dec 1, 2022
    Configuration menu
    Copy the full SHA
    de11d09 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2023

  1. Update p11_pass_socket_file_descriptor_between_processes.rst

    错别字修正:相应 -> 响应
    absop authored Jun 11, 2023
    Configuration menu
    Copy the full SHA
    2da8b40 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2023

  1. Merge pull request yidao620c#363 from chyun/patch-2

    PyBuffer_GetBuffer拼写错误应该是PyObject_GetBuffer && 示例代码中没有引入sample
    yidao620c authored Jul 1, 2023
    Configuration menu
    Copy the full SHA
    8a6e901 View commit details
    Browse the repository at this point in the history
  2. Merge pull request yidao620c#362 from chyun/patch-1

    ptr_ = a.buffer_info() 这一行错了, 少了一个ptr_之间少可以个,
    yidao620c authored Jul 1, 2023
    Configuration menu
    Copy the full SHA
    008ea64 View commit details
    Browse the repository at this point in the history
  3. Merge pull request yidao620c#360 from Ascotbe/master

    Repair no import csv
    yidao620c authored Jul 1, 2023
    Configuration menu
    Copy the full SHA
    d2b6403 View commit details
    Browse the repository at this point in the history
  4. Merge pull request yidao620c#367 from absop/patch-1

    Update p11_pass_socket_file_descriptor_between_processes.rst
    yidao620c authored Jul 1, 2023
    Configuration menu
    Copy the full SHA
    8c0b2ab View commit details
    Browse the repository at this point in the history
Loading