.. |
abstract.rst
|
…
|
|
allocation.rst
|
Docs: remove redundant "adverb-adjective" hyphens from compound modifiers (GH-94551)
|
2022-07-05 11:16:10 +02:00 |
apiabiversion.rst
|
…
|
|
arg.rst
|
gh-93738: Documentation C syntax (:c:type:<C type> -> :c:expr:<C type>) (#97768)
|
2022-10-05 11:01:14 -07:00 |
bool.rst
|
…
|
|
buffer.rst
|
bpo-45459: Add Py_buffer to limited API (GH-29991)
|
2022-02-02 07:03:10 -08:00 |
bytearray.rst
|
gh-89653: PEP 670: Convert PyBytes macros to functions (#91990)
|
2022-05-03 20:14:58 +02:00 |
bytes.rst
|
gh-93202: Always use %zd printf formatter (#93201)
|
2022-05-25 14:21:36 +02:00 |
call.rst
|
gh-93738: Documentation C syntax (:c:type:`PyObject` -> :c:expr:`PyObject`) (#97776)
|
2022-10-04 16:13:03 -07:00 |
capsule.rst
|
gh-93738: Documentation C syntax (:c:type:<C type> -> :c:expr:<C type>) (#97768)
|
2022-10-05 11:01:14 -07:00 |
cell.rst
|
…
|
|
code.rst
|
gh-95913: Fix and copyedit New Features section of 3.11 What's New (GH-95915)
|
2022-09-19 15:32:51 +02:00 |
codec.rst
|
…
|
|
complex.rst
|
gh-93738: Documentation C syntax (:c:type:<C type> -> :c:expr:<C type>) (#97768)
|
2022-10-05 11:01:14 -07:00 |
concrete.rst
|
bpo-46836: Add Doc/c-api/frame.rst (GH-32051)
|
2022-03-23 13:19:13 +01:00 |
contextvars.rst
|
…
|
|
conversion.rst
|
gh-93738: Documentation C syntax (:c:type:<C type> -> :c:expr:<C type>) (#97768)
|
2022-10-05 11:01:14 -07:00 |
coro.rst
|
…
|
|
datetime.rst
|
gh-90359: Unify documentation style for datetime.rst (gh-94836)
|
2022-07-14 09:40:10 +09:00 |
descriptor.rst
|
…
|
|
dict.rst
|
GH-91052: Add C API for watching dictionaries (GH-31787)
|
2022-10-07 01:08:00 +01:00 |
exceptions.rst
|
gh-93738: Documentation C syntax (Function glob patterns -> literal markup) (#97774)
|
2022-10-05 08:22:28 -07:00 |
file.rst
|
gh-93738: Documentation C syntax (:c:type:<C type> -> :c:expr:<C type>) (#97768)
|
2022-10-05 11:01:14 -07:00 |
float.rst
|
gh-93738: Documentation C syntax (:c:type:<C type> -> :c:expr:<C type>) (#97768)
|
2022-10-05 11:01:14 -07:00 |
frame.rst
|
bpo-40421: Cleanup PyFrame C API (GH-32417)
|
2022-04-19 09:53:10 +02:00 |
function.rst
|
GH-91049: Introduce set vectorcall field API for PyFunctionObject (GH-92257)
|
2022-09-15 16:42:37 +01:00 |
gcsupport.rst
|
…
|
|
gen.rst
|
…
|
|
import.rst
|
gh-65961: Do not rely solely on `__cached__` (GH-97990)
|
2022-10-06 15:40:22 -07:00 |
index.rst
|
…
|
|
init.rst
|
gh-93738: Documentation C syntax (:c:type:<C type> -> :c:expr:<C type>) (#97768)
|
2022-10-05 11:01:14 -07:00 |
init_config.rst
|
gh-96512: Move int_max_str_digits setting to PyConfig (#96944)
|
2022-10-03 13:55:45 -07:00 |
intro.rst
|
gh-93738: Documentation C syntax (:c:type:<C type> -> :c:expr:<C type>) (#97768)
|
2022-10-05 11:01:14 -07:00 |
iter.rst
|
More minor fixes to C API docs (GH-31525)
|
2022-04-02 12:31:05 -07:00 |
iterator.rst
|
…
|
|
list.rst
|
gh-89653: PEP 670: Amend docs (GH-91813)
|
2022-04-22 14:59:18 +02:00 |
long.rst
|
gh-93738: Documentation C syntax (:c:type:<C type> -> :c:expr:<C type>) (#97768)
|
2022-10-05 11:01:14 -07:00 |
mapping.rst
|
More minor fixes to C API docs (GH-31525)
|
2022-04-02 12:31:05 -07:00 |
marshal.rst
|
gh-93738: Documentation C syntax (:c:type:<C type> -> :c:expr:<C type>) (#97768)
|
2022-10-05 11:01:14 -07:00 |
memory.rst
|
gh-93738: Documentation C syntax (:c:type:<C type> -> :c:expr:<C type>) (#97768)
|
2022-10-05 11:01:14 -07:00 |
memoryview.rst
|
bpo-46140: take more Py_buffer arguments as const * (GH-30217)
|
2021-12-22 15:07:46 +02:00 |
method.rst
|
More minor fixes to C API docs (GH-31525)
|
2022-04-02 12:31:05 -07:00 |
module.rst
|
gh-93738: Documentation C syntax (Function glob patterns -> literal markup) (#97774)
|
2022-10-05 08:22:28 -07:00 |
none.rst
|
…
|
|
number.rst
|
Document Py_ssize_t. (GH-92512)
|
2022-05-13 14:10:16 +02:00 |
objbuffer.rst
|
…
|
|
object.rst
|
gh-93738: Documentation C syntax (:c:type:`PyTypeObject*` -> :c:expr:`PyTypeObject*`) (#97778)
|
2022-10-04 17:56:20 -07:00 |
objimpl.rst
|
…
|
|
refcounting.rst
|
gh-91755: Remove doc of C API private refcount functions (#92918)
|
2022-05-18 14:09:44 +02:00 |
reflection.rst
|
bpo-46836: Add Doc/c-api/frame.rst (GH-32051)
|
2022-03-23 13:19:13 +01:00 |
sequence.rst
|
More minor fixes to C API docs (GH-31525)
|
2022-04-02 12:31:05 -07:00 |
set.rst
|
More minor fixes to C API docs (GH-31525)
|
2022-04-02 12:31:05 -07:00 |
slice.rst
|
…
|
|
stable.rst
|
…
|
|
structures.rst
|
gh-93738: Documentation C syntax (:c:type: to :c:expr:, misc. cases) (#97775)
|
2022-10-04 16:32:27 -07:00 |
sys.rst
|
gh-93738: Documentation C syntax (:c:type:<C type> -> :c:expr:<C type>) (#97768)
|
2022-10-05 11:01:14 -07:00 |
tuple.rst
|
gh-93738: Documentation C syntax (:c:type:`PyObject` -> :c:expr:`PyObject`) (#97776)
|
2022-10-04 16:13:03 -07:00 |
type.rst
|
GH-95245: Document use of `MANAGED` flags instead of offsets. (GH-96044)
|
2022-08-30 16:26:08 +01:00 |
typehints.rst
|
gh-93738: Documentation C syntax (:c:type:`PyTypeObject*` -> :c:expr:`PyTypeObject*`) (#97778)
|
2022-10-04 17:56:20 -07:00 |
typeobj.rst
|
gh-93738: Documentation C syntax (Function glob patterns -> literal markup) (#97774)
|
2022-10-05 08:22:28 -07:00 |
unicode.rst
|
gh-93738: Documentation C syntax (:c:type:<C type> -> :c:expr:<C type>) (#97768)
|
2022-10-05 11:01:14 -07:00 |
utilities.rst
|
…
|
|
veryhigh.rst
|
gh-93738: Documentation C syntax (:c:type:`FILE` -> :c:expr:`FILE`) (#97769)
|
2022-10-04 16:27:29 -07:00 |
weakref.rst
|
Docs: remove redundant "adverb-adjective" hyphens from compound modifiers (GH-94551)
|
2022-07-05 11:16:10 +02:00 |