| .. |
|
abstract.rst
|
Buffers are not sequence objects (!). Put them in the abstract objects layers
|
15 years ago |
|
allocation.rst
|
Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module.
|
14 years ago |
|
apiabiversion.rst
|
Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module.
|
14 years ago |
|
arg.rst
|
Doc clarification / edification on the semantics of the 'w*' format unit.
|
11 years ago |
|
bool.rst
|
Migrate to Sphinx 1.0 C language constructs.
|
15 years ago |
|
buffer.rst
|
Suppress a couple more DeprecationWarnings in the test suite.
|
12 years ago |
|
bytearray.rst
|
Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module.
|
14 years ago |
|
bytes.rst
|
Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module.
|
14 years ago |
|
capsule.rst
|
Migrate to Sphinx 1.0 C language constructs.
|
15 years ago |
|
cell.rst
|
Migrate to Sphinx 1.0 C language constructs.
|
15 years ago |
|
code.rst
|
Issue #13590: Improve support for OS X Xcode 4:
|
14 years ago |
|
codec.rst
|
Issue #19676: Tweak documentation a bit.
|
11 years ago |
|
complex.rst
|
Issue #13590: Improve support for OS X Xcode 4:
|
14 years ago |
|
concrete.rst
|
Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module.
|
14 years ago |
|
conversion.rst
|
Issue #13590: Improve support for OS X Xcode 4:
|
14 years ago |
|
datetime.rst
|
Issue #13590: Improve support for OS X Xcode 4:
|
14 years ago |
|
descriptor.rst
|
Migrate to Sphinx 1.0 C language constructs.
|
15 years ago |
|
dict.rst
|
Closes #18456: Doc fix: PyDict_Update only works with dict-like objects, not key-value sequences. Patch by priyapappachan.
|
12 years ago |
|
exceptions.rst
|
merge 3.4 (#23221)
|
11 years ago |
|
file.rst
|
Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module.
|
14 years ago |
|
float.rst
|
Issue #13590: Improve support for OS X Xcode 4:
|
14 years ago |
|
function.rst
|
Issue #13590: Improve support for OS X Xcode 4:
|
14 years ago |
|
gcsupport.rst
|
Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module.
|
14 years ago |
|
gen.rst
|
Migrate to Sphinx 1.0 C language constructs.
|
15 years ago |
|
import.rst
|
Issue #23731: Implement PEP 488.
|
11 years ago |
|
index.rst
|
Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module.
|
14 years ago |
|
init.rst
|
merge 3.4 (#23221)
|
11 years ago |
|
intro.rst
|
Issue #13540: Expanded argparse documents to clarify the action API
|
14 years ago |
|
iter.rst
|
Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module.
|
14 years ago |
|
iterator.rst
|
Migrate to Sphinx 1.0 C language constructs.
|
15 years ago |
|
list.rst
|
Issue #13590: Improve support for OS X Xcode 4:
|
14 years ago |
|
long.rst
|
Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module.
|
14 years ago |
|
mapping.rst
|
Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module.
|
14 years ago |
|
marshal.rst
|
Suppress a couple more DeprecationWarnings in the test suite.
|
12 years ago |
|
memory.rst
|
Merge: #23957: fix typo.
|
11 years ago |
|
memoryview.rst
|
Issue #13590: Improve support for OS X Xcode 4:
|
14 years ago |
|
method.rst
|
Issue #13590: Improve support for OS X Xcode 4:
|
14 years ago |
|
module.rst
|
Merge with 3.3
|
12 years ago |
|
none.rst
|
Migrate to Sphinx 1.0 C language constructs.
|
15 years ago |
|
number.rst
|
PEP 465: a dedicated infix operator for matrix multiplication (closes #21176)
|
12 years ago |
|
objbuffer.rst
|
Migrate to Sphinx 1.0 C language constructs.
|
15 years ago |
|
object.rst
|
Fixed a typo.
|
11 years ago |
|
objimpl.rst
|
Split C API docs in Py3k branch.
|
18 years ago |
|
refcounting.rst
|
Migrate to Sphinx 1.0 C language constructs.
|
15 years ago |
|
reflection.rst
|
Migrate to Sphinx 1.0 C language constructs.
|
15 years ago |
|
sequence.rst
|
Suppress a couple more DeprecationWarnings in the test suite.
|
12 years ago |
|
set.rst
|
Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module.
|
14 years ago |
|
slice.rst
|
Issue #13590: Improve support for OS X Xcode 4:
|
14 years ago |
|
stable.rst
|
Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module.
|
14 years ago |
|
structures.rst
|
Regenerated pydoc-topics and fixed bad/suspicious doc markup for Python 3.5.0a4.
|
11 years ago |
|
sys.rst
|
Issue #18395: Rename ``_Py_char2wchar()`` to func:`Py_DecodeLocale`, rename
|
12 years ago |
|
tuple.rst
|
Fix return type in doc of PyStructSequence_InitType2.
|
12 years ago |
|
type.rst
|
Suppress a couple more DeprecationWarnings in the test suite.
|
12 years ago |
|
typeobj.rst
|
merge with 3.4
|
11 years ago |
|
unicode.rst
|
Closes #23181: codepoint -> code point
|
11 years ago |
|
utilities.rst
|
#10439: document PyCodec C APIs.
|
15 years ago |
|
veryhigh.rst
|
Issue #20500: Note other public APIs with the new assertion
|
12 years ago |
|
weakref.rst
|
Issue #13590: Improve support for OS X Xcode 4:
|
14 years ago |