Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
fe17b2bc77851be1724f9ce2ea07112a06f413ab
/
Doc
/
c-api
83a9f48
Issue #14328: Add keyword-only parameters to PyArg_ParseTupleAndKeywords.
by Larry Hastings
· 13 years ago
abd887d
Issue #14181: Improve clarity in the documentation for the multi-purpose
by Stefan Krah
· 13 years ago
95b1ba6
Add PyMemoryView_FromMemory() to whatsnew/3.3.
by Stefan Krah
· 13 years ago
49ac6f4
Some corrections for the Doc/extending documentation. Closes #14129
by Eli Bendersky
· 13 years ago
ab7bf21
Close issue #6210: Implement PEP 409
by Nick Coghlan
· 13 years ago
9a2d99e
- Issue #10181: New memoryview implementation fixes multiple ownership
by Stefan Krah
· 13 years ago
4384435
write versionadded
by Benjamin Peterson
· 13 years ago
8eb1269
add generic implementation of a __dict__ descriptor for C types
by Benjamin Peterson
· 13 years ago
b46d4b7
Fix error handling in examples of C API use.
by Antoine Pitrou
· 14 years ago
04707c0
Fix error handling in examples of C API use.
by Antoine Pitrou
· 14 years ago
2396c0a
Issue #12949: Document the kwonlyargcount argument for the PyCode_New C API function.
by Meador Inge
· 14 years ago
a3443d9
Issue #12949: Document the kwonlyargcount argument for the PyCode_New C API function.
by Meador Inge
· 14 years ago
5e8260b
Issue #13727: Add 3 macros to access PyDateTime_Delta members:
by Amaury Forgeot d'Arc
· 14 years ago
645a0dd
Py_SetPythonHome() can be called before Py_Initialize(); thanks to Cody Smith from docs@
by Sandro Tosi
· 14 years ago
6fbd525
Issue #13617: Document that the result of the conversion of a Unicode object to
by Victor Stinner
· 14 years ago
a94a0e9
Issue #13522: Fix _Py_co_pow() documentation
by Victor Stinner
· 14 years ago
07b1c87
Issue #13522: document error return values of some float and complex C API functions.
by Antoine Pitrou
· 14 years ago
b2bf01d
use full unicode mappings for upper/lower/title case (#12736)
by Benjamin Peterson
· 14 years ago
ac8f78a
merge with 3.2
by Sandro Tosi
· 14 years ago
606e19d
Fix PyUnicode_Fill() doc: return type is Py_ssize_t, not int
by Victor Stinner
· 14 years ago
3fe5531
Add a new PyUnicode_Fill() function
by Victor Stinner
· 14 years ago
0d81c13
Issue #13617: Document that the result of the conversion of a Unicode object to
by Victor Stinner
· 14 years ago
b99bb20
Issue #13522: Fix _Py_co_pow() documentation
by Victor Stinner
· 14 years ago
b511aca
Issue #13522: document error return values of some float and complex C API functions.
by Antoine Pitrou
· 14 years ago
f2ea71f
Issue #13560: Add PyUnicode_EncodeLocale()
by Victor Stinner
· 14 years ago
af02e1c
Add PyUnicode_DecodeLocaleAndSize() and PyUnicode_DecodeLocale()
by Victor Stinner
· 14 years ago
093ce9c
Issue #6695: Full garbage collection runs now clear the freelist of set objects.
by Antoine Pitrou
· 14 years ago
bf6e560
Make PyUnicode_Copy() private => _PyUnicode_Copy()
by Victor Stinner
· 14 years ago
b682101
Document PyUnicode_Copy() and PyUnicode_EncodeCodePage()
by Victor Stinner
· 14 years ago
3ba82aa
c-api: Replace PyUnicodeObject* by PyObject* in "U" format doc
by Victor Stinner
· 14 years ago
86a36b5
PEP 3155 / issue #13448: Qualified name for classes and functions.
by Antoine Pitrou
· 14 years ago
0481f4b
fix some typos in Doc/c-api/memoryview.rst
by Eli Bendersky
· 14 years ago
5a53f36
fix some typos in Doc/c-api/memoryview.rst
by Eli Bendersky
· 14 years ago
b4938aa
Document PyUnicode_WCHAR_KIND
by Victor Stinner
· 14 years ago
9a812cb
Issue #13389: Full garbage collection passes now clear the freelists for
by Antoine Pitrou
· 14 years ago
e130a52
Remove duplication.
by Ezio Melotti
· 14 years ago
57735a0
Add missing prefixes
by Antoine Pitrou
· 14 years ago
b965b39
Elaborate on representations and canonical/legacy unicode objects
by Antoine Pitrou
· 14 years ago
e6b99a1
Move deprecated functions at the end of their respective sections.
by Antoine Pitrou
· 14 years ago
f106449
Merge with 3.2.
by Ezio Melotti
· 14 years ago
23a580f
Update index entries
by Antoine Pitrou
· 14 years ago
9a4a342
Update the C-API docs for exception types
by Antoine Pitrou
· 14 years ago
1c027e5
Merge issue #13145 fix.
by Mark Dickinson
· 14 years ago
f1ab47e
Issue #13145. Fix incorrect documentation for PyNumber_ToBase. Thanks Sven Marnach.
by Mark Dickinson
· 14 years ago
2da16e6
Fix indentation.
by Martin v. Löwis
· 14 years ago
c47adb0
Change PyUnicode_KIND to 1,2,4. Drop _KIND_SIZE and _CHARACTER_SIZE.
by Martin v. Löwis
· 14 years ago
db6c7f5
Update C API docs for PEP 393.
by Georg Brandl
· 14 years ago
ee12f44
Add versionadded directive to new API function.
by Georg Brandl
· 14 years ago
d63a3b8
Implement PEP 393.
by Martin v. Löwis
· 14 years ago
b8edbdf
Merge doc changes from 3.2.
by Éric Araujo
· 14 years ago
37b5f9e
Fix some misuses of Sphinx roles and one typo
by Éric Araujo
· 14 years ago
8c9375b
#10542: Add 4 macros to work with surrogates: Py_UNICODE_IS_SURROGATE, Py_UNICODE_IS_HIGH_SURROGATE, Py_UNICODE_IS_LOW_SURROGATE, Py_UNICODE_JOIN_SURROGATES.
by Ezio Melotti
· 14 years ago
98d95a5
merge with 3.2
by Sandro Tosi
· 14 years ago
7bf4363
let PySequence_Check me a link; thanks to tomo cocoa from docs@
by Sandro Tosi
· 14 years ago
4928107
Add doc for Py_RETURN_NOTIMPLEMENTED, added in #12724.
by Brian Curtin
· 14 years ago
9aae3a8
merge 3.2 (#12719)
by Benjamin Peterson
· 14 years ago
77c4fd0
note mutating tp_dict is bad (closes #12719)
by Benjamin Peterson
· 14 years ago
1e8d8fd
#10741: merge with 3.2
by Sandro Tosi
· 14 years ago
61baee0
#10741: add documentation for PyGILState_GetThisThreadState()
by Sandro Tosi
· 14 years ago
906b88f
Issue #12380: PyArg_ParseTuple now accepts a bytearray for the 'c' format.
by Eli Bendersky
· 14 years ago
8442124
Make it clear that PyNumber_AsSsize_t() returns -1 on error.
by Antoine Pitrou
· 14 years ago
fd06047
Make it clear that PyNumber_AsSsize_t() returns -1 on error.
by Antoine Pitrou
· 14 years ago
993409d
Merge doc change from 3.2.
by Georg Brandl
· 14 years ago
325eb47
Clarify that PyErr_NewException creates an exception *class*, not instance.
by Georg Brandl
· 14 years ago
577a6af
Merge doc fixes from 3.2
by Éric Araujo
· 14 years ago
d2f8cec
Fix a few misuses of :option: I missed in r86521.
by Éric Araujo
· 14 years ago
2945a99
merge 3.2
by Benjamin Peterson
· 14 years ago
2e3a38a
demote this to a note
by Benjamin Peterson
· 14 years ago
fb2473f
Merge 3.2.1rc1 release changes to default.
by Georg Brandl
· 14 years ago
9c1928f
Merge release branch after 3.2.1rc1.
by Georg Brandl
· 14 years ago
e724665
#12072: merge with 3.2.
by Ezio Melotti
· 14 years ago
da5b852
#12072: merge with 3.1.
by Ezio Melotti
· 14 years ago
261d855
#12072: add missing parenthesis in the doc. Patch by Sandro Tosi.
by Ezio Melotti
· 14 years ago
521143d
Update pydoc topics and handle suspicious markup.
by Georg Brandl
· 14 years ago
1a4de20
Merge #6498 fix from 3.2.
by Georg Brandl
· 14 years ago
318e621
Merge #6498 fix from 3.1.
by Georg Brandl
· 14 years ago
0b2489e
Closes #6498: fix several misspellings of "SystemExit" as "SystemError".
by Georg Brandl
· 14 years ago
868fc87
#11997: merge with 3.2.
by Ezio Melotti
· 14 years ago
f77b74d
#11997: merge with 3.1.
by Ezio Melotti
· 14 years ago
d92ab08
#11997: fix typo in init.rst.
by Ezio Melotti
· 14 years ago
1a50972
merge 3.2
by Benjamin Peterson
· 14 years ago
f97aed1
merge 3.1
by Benjamin Peterson
· 14 years ago
4c02088
fix function name in example (closes #11966)
by Benjamin Peterson
· 14 years ago
98be2b7
#11942: merge with 3.2.
by Ezio Melotti
· 14 years ago
a782cca
#11942: merge with 3.1.
by Ezio Melotti
· 14 years ago
f95033b
#11942: Fix return type of Py_AddPendingCall. Patch by Sandro Tosi.
by Ezio Melotti
· 14 years ago
0abb8b7
Merge 3.2
by Éric Araujo
· 14 years ago
ce4c407
The version* directives don’t work with a blank line between arguments
by Éric Araujo
· 14 years ago
0c91e1d
Branch merge
by Éric Araujo
· 14 years ago
cae1be8
Branch merge
by Éric Araujo
· 14 years ago
5348b63
Branch merge
by Éric Araujo
· 14 years ago
32f4db3
Merge with 3.2.
by Ezio Melotti
· 14 years ago
861d27f
Merge with 3.1.
by Ezio Melotti
· 14 years ago
e402724
Fix wrong function name. Noticed by Clive Darke.
by Ezio Melotti
· 14 years ago
ab20b16
Merge 3.2
by Éric Araujo
· 14 years ago
37e6c54
Merge 3.1
by Éric Araujo
· 14 years ago
ad0790e
Branch merge
by Éric Araujo
· 14 years ago
d66f07a
#11865: Merge with 3.2.
by Ezio Melotti
· 14 years ago
74c0031
#11865: Merge with 3.1.
by Ezio Melotti
· 14 years ago
340bb95
#11865: fix typo in init.rst.
by Ezio Melotti
· 14 years ago
Next »