Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
7a44783b425ed810cf38e48b43fb3800e2995fa1
/
Doc
/
c-api
7a44783
Issue #28771: Update tp_get/setattr signature documentation
by Martin Panter
· 9 years ago
419967b
Issue #28808: PyUnicode_CompareWithASCIIString() now never raises exceptions.
by Serhiy Storchaka
· 9 years ago
cf36835
Issue #28750: Fixed docs of of unicode-escape an raw-unicode-escape C API.
by Serhiy Storchaka
· 9 years ago
f675a37
Issue #19569: Suggested more appropriate replacements for deprecated Unicode
by Serhiy Storchaka
· 9 years ago
f4934ea
Issue #28701: Replace PyUnicode_CompareWithASCIIString with _PyUnicode_EqualToASCIIString.
by Serhiy Storchaka
· 9 years ago
1ecf7d2
Issue #28496: Mark up constants 0, 1 and -1 that denote return values or
by Serhiy Storchaka
· 9 years ago
4adf01c
Issue #19795: Improved more markups of True/False.
by Serhiy Storchaka
· 9 years ago
ecf41da
Issue #19795: Mark up None as literal text.
by Serhiy Storchaka
· 9 years ago
90e0289
Issue #28432: Fix first parameter name in PyUnicode_EncodeLocale documentation
by Berker Peksag
· 9 years ago
9c0e1f8
Issue #28379: Added sanity checks and tests for PyUnicode_CopyCharacters().
by Serhiy Storchaka
· 9 years ago
de0574b
Issue #18287: PyType_Ready() now checks that tp_name is not NULL.
by Serhiy Storchaka
· 9 years ago
cc16423
Issue #28295: Fixed the documentation and added tests for PyUnicode_AsUCS4().
by Serhiy Storchaka
· 9 years ago
ab39b09
Issue #27740: Fix typo in Py_CompileStringExFlags
by Berker Peksag
· 9 years ago
1d480be
Issues #25909, #28211: Restored correct documentation of PyMapping_Items,
by Serhiy Storchaka
· 9 years ago
4a72a7b
Issue #25270: Prevent codecs.escape_encode() from raising SystemError when an empty bytestring is passed
by Berker Peksag
· 9 years ago
de02b08
Closes #22731: Documents change of console mode.
by Steve Dower
· 9 years ago
32d3742
[backport to 3.5] - issue26896 - Disambiguate uses of "importer" with "finder".
by Senthil Kumaran
· 9 years ago
8682f57
Issue #27782: Fix m_methods handling in multiphase init
by Nick Coghlan
· 9 years ago
c01e766
Issue #12946: Document that PyModule_GetDict can fail in some cases
by Berker Peksag
· 9 years ago
bd66435
Issue #24637: Document that locals can be any mapping object
by Berker Peksag
· 9 years ago
6c7d5a2
Issue #24278: Explain how argument parsing output buffers are managed
by Martin Panter
· 9 years ago
6f379f4
Issue #27481: Docummented that ValueError is now raised instead of TypeError
by Serhiy Storchaka
· 9 years ago
e75ffa9
Add versionadded to PyDict_SetDefault documentation
by Berker Peksag
· 9 years ago
bae5d81
Issue #24314: Fix doc links for general attributes like __name__, __dict__
by Martin Panter
· 9 years ago
8f95e65
Issue #15657: Delete incorrect statement from PyMethodDef documentation
by Berker Peksag
· 9 years ago
e9b8403
[Issue 15476] Make "code object" its own entry in the index
by Tommy Beadle
· 9 years ago
a49ccf2
note that Py_VISIT handles NULL (closes #27183)
by Benjamin Peterson
· 9 years ago
a90a4a9
Issue #27125: Remove duplicated words from documentation and comments
by Martin Panter
· 9 years ago
f47a400
Issue #25533: Update documentation regarding the frozen modules table
by Martin Panter
· 9 years ago
3872350
improve PyFunction_New docs (closes #26986)
by Benjamin Peterson
· 9 years ago
6dff020
Issue #26736: Used HTTPS for external links in the documentation if possible.
by Serhiy Storchaka
· 9 years ago
544ae59
Issue #18353: Remove PyUnicode_WRITE_CHAR macro link from c-api/unicode.rst
by Berker Peksag
· 9 years ago
6a7b3a7
Issue #26778: Fixed "a/an/and" typos in code comment and documentation.
by Serhiy Storchaka
· 9 years ago
abf797d
Issue #26760: Minimally document PyFrameObject
by Brett Cannon
· 9 years ago
20d3255
Issue #15984: Correct PyUnicode_FromObject() and _FromEncodedObject() docs
by Martin Panter
· 9 years ago
6245cb3
Correct “an” → “a” with “Unicode”, “user”, “UTF”, etc
by Martin Panter
· 9 years ago
29bf27f
Issue #26516: Enhance Python mem allocators doc
by Victor Stinner
· 9 years ago
3263f68
Issue #22836: Keep exception reports sensible despite errors
by Martin Panter
· 9 years ago
c04fb56
Issue #26304: Change "allows to <verb>" to "allows <verb>ing" or similar
by Martin Panter
· 9 years ago
c4b813d
Issue #26198: Fixed error messages for some argument parsing errors.
by Serhiy Storchaka
· 10 years ago
806cb0f
Add a link to PEP 384 in stable.rst
by Berker Peksag
· 10 years ago
1538b3d
issue25909 - Correct the documentation of PyMapping_Items, PyMapping_Keys and
by Senthil Kumaran
· 10 years ago
762d5ea
Issue #12484: Remove a mention of Py_InitModule() and _PyImport_FixupExtension().
by Brett Cannon
· 10 years ago
45be8d6
Issue #25701: Document C API functions that both set and delete objects
by Martin Panter
· 10 years ago
1f84765
Issue #25706: Fixed markup in the documentation.
by Serhiy Storchaka
· 10 years ago
bf7b9ed
Issue #25706: Fixed markup in the documentation.
by Serhiy Storchaka
· 10 years ago
2eb819f
Issue #25523: Merge "a" to "an" fixes from 3.4 into 3.5
by Martin Panter
· 10 years ago
7462b649
Issue #25523: Correct "a" article to "an" article
by Martin Panter
· 10 years ago
84835ab
Issue #25161: Merge full stops from 3.4 into 3.5
by Martin Panter
· 10 years ago
d21e0b5
Issue #25161: Add full stops in documentation; patch by Takase Arihiro
by Martin Panter
· 10 years ago
36f22a2
Issue #24808: Merge 3.4 into 3.5; adjust new tp_as_async field
by Martin Panter
· 10 years ago
78d5033
Issue #24808: Update the documentation of some PyTypeObject fields
by Martin Panter
· 10 years ago
8e205f7
merge 3.4 (#24883)
by Benjamin Peterson
· 10 years ago
2053aa1
'Py_Buffer' should be 'Py_buffer' (closes #24883)
by Benjamin Peterson
· 10 years ago
70e543b
Issue #23756: Clarify the terms "contiguous" and "bytes-like object".
by Stefan Krah
· 10 years ago
4ffc3d4
Merge 3.4
by Zachary Ware
· 10 years ago
e36402a
Fix usage of the default role.
by Zachary Ware
· 10 years ago
5c676f6
Fix suspicious markup
by Zachary Ware
· 10 years ago
2ab5b09
Close #24458: PEP 489 documentation
by Nick Coghlan
· 10 years ago
f488fb4
Issue #19235: Add new RecursionError exception. Patch by Georg Brandl.
by Yury Selivanov
· 10 years ago
bce294b
docs.capi: Fix tp_as_async doc
by Yury Selivanov
· 10 years ago
5376ba9
Issue #24400: Introduce a distinct type for 'async def' coroutines.
by Yury Selivanov
· 10 years ago
cd881b8
Fixed documentation of functions with const char* arguments.
by Serhiy Storchaka
· 10 years ago
03863d2
Fixed documentation of functions with const char* arguments.
by Serhiy Storchaka
· 10 years ago
289dd19
Added the const qualifier for char* argument of Py_EnterRecursiveCall().
by Serhiy Storchaka
· 10 years ago
5fa22fc
Added the const qualifier for char* argument of Py_EnterRecursiveCall().
by Serhiy Storchaka
· 10 years ago
6ef0590
Issue 24017: Drop getawaitablefunc and friends in favor of unaryfunc.
by Yury Selivanov
· 10 years ago
d5cacbb
PEP 489: Multi-phase extension module initialization
by Nick Coghlan
· 10 years ago
a18cad5
Issue 24180: Fixes by Berker Peksag.
by Yury Selivanov
· 10 years ago
f3e40fa
Issue 24180: Documentation for PEP 492 changes.
by Yury Selivanov
· 10 years ago
812bc1b
Merge: #23088: Clarify null termination of bytes and strings in C API.
by R David Murray
· 10 years ago
0a560a1
#23088: Clarify null termination of bytes and strings in C API.
by R David Murray
· 10 years ago
d894027
Fixed a typo.
by Serhiy Storchaka
· 10 years ago
a7db057
Fixed a typo.
by Serhiy Storchaka
· 10 years ago
770ce20
Regenerated pydoc-topics and fixed bad/suspicious doc markup for Python 3.5.0a4.
by Larry Hastings
· 10 years ago
f3cae79
Merge: #23957: fix typo.
by R David Murray
· 10 years ago
5be7f15
#23957: fix typo.
by R David Murray
· 10 years ago
a8b1206
issue9014: Include more formatting on :c:type:`PyObject` etc.
by Gregory P. Smith
· 10 years ago
0f2f3bc
issue9014: Include more formatting on :c:type:`PyObject` etc.
by Gregory P. Smith
· 10 years ago
b8dde4f
issue9014: Properly document PyObject_HEAD and friends post-PEP-3123.
by Gregory P. Smith
· 10 years ago
1b24465
issue9014: Properly document PyObject_HEAD and friends post-PEP-3123.
by Gregory P. Smith
· 10 years ago
f299abd
Issue #23731: Implement PEP 488.
by Brett Cannon
· 10 years ago
ab792ac
Doc clarification / edification on the semantics of the 'w*' format unit.
by Larry Hastings
· 10 years ago
926ce70
Merge 3.4 (marshal doc)
by Victor Stinner
· 10 years ago
6a318d4
Issue #19428: Document that PyMarshal_ReadLongFromFile() and
by Victor Stinner
· 10 years ago
3279995
Issue #23081: Document that PySequence_List also accepts iterables.
by Berker Peksag
· 10 years ago
09bb904
Issue #23081: Document that PySequence_List also accepts iterables.
by Berker Peksag
· 10 years ago
3a43d06
Whitespace.
by Stefan Krah
· 11 years ago
3e9bec2
Whitespace.
by Stefan Krah
· 11 years ago
a7e9a6a
Issue #23352: Merge from 3.4.
by Stefan Krah
· 11 years ago
0dc4e15
Issue #23352: Document that Py_buffer.suboffsets must be NULL if no suboffsets
by Stefan Krah
· 11 years ago
d3faf43
Issue #23181: More "codepoint" -> "code point".
by Serhiy Storchaka
· 11 years ago
3be472b
Closes #23181: codepoint -> code point
by Georg Brandl
· 11 years ago
610bc6a
merge 3.4 (#23221)
by Benjamin Peterson
· 11 years ago
82f34ad
fix instances of consecutive articles (closes #23221)
by Benjamin Peterson
· 11 years ago
7a120ec
merge 3.4 (#23110)
by Benjamin Peterson
· 11 years ago
b33bb89
doucment that Py_SetPath copies its argument (closes #23110)
by Benjamin Peterson
· 11 years ago
b757c83
Issue #22581: Use more "bytes-like object" throughout the docs and comments.
by Serhiy Storchaka
· 11 years ago
92bf919
Issue #22581: Use more "bytes-like object" throughout the docs and comments.
by Serhiy Storchaka
· 11 years ago
87f6c22
Issue #19676: Tweak documentation a bit.
by Berker Peksag
· 11 years ago
Next »