书栈网 · BookStack 本次搜索耗时 0.024 秒,为您找到 1044 个相关结果.
  • 14. How to Become a Core Developer

    14. How to Become a Core Developer 14.1. What it Takes 14.2. What it Means 14.3. Gaining Commit Privileges 14.3.1. Mailing Lists 14.3.2. Sign a Contributor Agreement 14.3.3. Pu...
  • 4.2.3. 内置命名空间和受限的执行

    4.2.3. 内置命名空间和受限的执行 4.2.3. 内置命名空间和受限的执行 CPython implementation detail: 用户不应该接触 __builtins__ ,严格说来它属于实现细节。 用户如果要重载内置命名空间中的值则应该 import builtins 并相应地修改该模块中的属性。 与一个代码块的执行相关联的...
  • 6. Helping with Documentation

    6. Helping with Documentation 6.1. Python Documentation 6.2. Helping with documentation issues 6.3. Proofreading 6.4. Helping with the Developer’s Guide 6.5. Developer’s Guide ...
  • Unicode and passing strings

    Unicode and passing strings Python string types in Cython code String literals General notes about C strings Passing byte strings Accepting strings from Python code Dealing wi...
  • 16. Accepting Pull Requests

    16. Accepting Pull Requests 16.1. Assessing a pull request 16.2. Updating NEWS and What’s New in Python 16.3. Working with Git 16.3.1. Seeing active branches 16.3.2. Backporti...
  • 0.29.16 (2020-03-24)

    0.29.16 (2020-03-24) Bugs fixed 0.29.16 (2020-03-24) Bugs fixed Temporary internal variables in nested prange loops could leak into otherthreads. Patch by Frank Schlimbach....
  • Calling C functions

    Calling C functions Dynamic linking External declarations Naming parameters Calling C functions This tutorial describes shortly what you need to know in order to callC libra...
  • Glossary

    666 2020-04-19 《PyPy Documentation》
    Glossary Glossary application level applevel code is normal Python code running on top of the PyPy orCPython interpreter (see interpreter level ) CPython The “default” imple...
  • 1. 概述

    1. 概述 1.1. 其他实现 1.2. 标注 1. 概述 本手册仅描述 Python 编程语言,不宜当作教程。 我希望尽可能地保证内容精确无误,但还是选择使用自然词句进行描述,正式的规格定义仅用于句法和词法解析。这样应该能使文档对于普通人来说更易理解,但也可能导致一些歧义。因此,如果你是来自火星并且想凭借这份文档把 Python 重新实现一遍,...
  • 1. 概述

    1. 概述 1.1. 其他实现 1.2. 标注 1. 概述 本参考手册是对 Python 编程语言的描述。并不适宜作为教程使用。 我希望尽可能地保证内容精确无误,但还是选择使用自然词句进行描述,正式的规格定义仅用于句法和词法解析。这样应该能使文档对于普通人来说更易理解,但也可能导致一些歧义。因此,如果你是来自火星并且想凭借这份文档把 Python...