index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Doc
/
c-api
Commit message (
Expand
)
Author
Age
Files
Lines
*
Close issue #6210: Implement PEP 409
Nick Coghlan
2012-02-26
1
-6/+13
*
- Issue #10181: New memoryview implementation fixes multiple ownership
Stefan Krah
2012-02-25
3
-204/+398
*
write versionadded
Benjamin Peterson
2012-02-20
1
-0/+4
*
add generic implementation of a __dict__ descriptor for C types
Benjamin Peterson
2012-02-20
2
-1/+12
*
Fix error handling in examples of C API use.
Antoine Pitrou
2012-01-27
1
-11/+25
|
\
|
*
Fix error handling in examples of C API use.
Antoine Pitrou
2012-01-27
1
-11/+25
*
|
Issue #12949: Document the kwonlyargcount argument for the PyCode_New C API f...
Meador Inge
2012-01-20
1
-1/+1
|
\
\
|
|
/
|
*
Issue #12949: Document the kwonlyargcount argument for the PyCode_New C API f...
Meador Inge
2012-01-20
1
-1/+1
*
|
Issue #13727: Add 3 macros to access PyDateTime_Delta members:
Amaury Forgeot d'Arc
2012-01-17
1
-0/+25
*
|
use full unicode mappings for upper/lower/title case (#12736)
Benjamin Peterson
2012-01-11
1
-0/+9
*
|
merge with 3.2
Sandro Tosi
2012-01-07
1
-1/+1
|
\
\
|
|
/
|
*
Py_SetPythonHome() can be called before Py_Initialize(); thanks to Cody Smith...
Sandro Tosi
2012-01-07
1
-1/+1
*
|
Fix PyUnicode_Fill() doc: return type is Py_ssize_t, not int
Victor Stinner
2012-01-04
1
-1/+1
*
|
Add a new PyUnicode_Fill() function
Victor Stinner
2012-01-03
1
-0/+15
*
|
Issue #13617: Document that the result of the conversion of a Unicode object to
Victor Stinner
2011-12-18
1
-13/+24
|
\
\
|
|
/
|
*
Issue #13617: Document that the result of the conversion of a Unicode object to
Victor Stinner
2011-12-18
1
-9/+19
|
*
Issue #13522: Fix _Py_co_pow() documentation
Victor Stinner
2011-12-18
1
-1/+1
*
|
Issue #13522: Fix _Py_co_pow() documentation
Victor Stinner
2011-12-18
1
-1/+1
*
|
Issue #13522: document error return values of some float and complex C API fu...
Antoine Pitrou
2011-12-18
2
-1/+9
|
\
\
|
|
/
|
*
Issue #13522: document error return values of some float and complex C API fu...
Antoine Pitrou
2011-12-18
2
-1/+9
*
|
Issue #13560: Add PyUnicode_EncodeLocale()
Victor Stinner
2011-12-17
1
-1/+24
*
|
Add PyUnicode_DecodeLocaleAndSize() and PyUnicode_DecodeLocale()
Victor Stinner
2011-12-16
1
-0/+40
*
|
Issue #6695: Full garbage collection runs now clear the freelist of set objects.
Antoine Pitrou
2011-12-16
1
-0/+7
*
|
Make PyUnicode_Copy() private => _PyUnicode_Copy()
Victor Stinner
2011-12-12
1
-7/+0
*
|
Document PyUnicode_Copy() and PyUnicode_EncodeCodePage()
Victor Stinner
2011-12-08
1
-1/+17
*
|
c-api: Replace PyUnicodeObject* by PyObject* in "U" format doc
Victor Stinner
2011-12-01
1
-1/+1
*
|
PEP 3155 / issue #13448: Qualified name for classes and functions.
Antoine Pitrou
2011-11-25
1
-0/+10
*
|
fix some typos in Doc/c-api/memoryview.rst
Eli Bendersky
2011-11-25
1
-2/+2
|
\
\
|
|
/
|
*
fix some typos in Doc/c-api/memoryview.rst
Eli Bendersky
2011-11-25
1
-2/+2
*
|
Document PyUnicode_WCHAR_KIND
Victor Stinner
2011-11-20
1
-1/+2
*
|
Issue #13389: Full garbage collection passes now clear the freelists for
Antoine Pitrou
2011-11-14
2
-0/+14
*
|
Add missing prefixes
Antoine Pitrou
2011-10-22
1
-2/+2
*
|
Elaborate on representations and canonical/legacy unicode objects
Antoine Pitrou
2011-10-22
1
-1/+15
*
|
Move deprecated functions at the end of their respective sections.
Antoine Pitrou
2011-10-22
1
-122/+122
*
|
Merge with 3.2.
Ezio Melotti
2011-10-19
2
-3/+3
|
\
\
|
|
/
|
*
Remove duplication.
Ezio Melotti
2011-10-19
1
-2/+2
*
|
Update index entries
Antoine Pitrou
2011-10-12
1
-3/+17
*
|
Update the C-API docs for exception types
Antoine Pitrou
2011-10-12
1
-59/+110
*
|
Merge issue #13145 fix.
Mark Dickinson
2011-10-11
1
-4/+4
|
\
\
|
|
/
|
*
Issue #13145. Fix incorrect documentation for PyNumber_ToBase. Thanks Sven M...
Mark Dickinson
2011-10-11
1
-4/+4
*
|
Fix indentation.
Martin v. Löwis
2011-10-07
1
-1/+1
*
|
Change PyUnicode_KIND to 1,2,4. Drop _KIND_SIZE and _CHARACTER_SIZE.
Martin v. Löwis
2011-10-07
1
-21/+3
*
|
Update C API docs for PEP 393.
Georg Brandl
2011-10-07
3
-99/+513
*
|
Add versionadded directive to new API function.
Georg Brandl
2011-09-28
1
-0/+2
*
|
Implement PEP 393.
Martin v. Löwis
2011-09-28
1
-0/+9
*
|
Merge doc changes from 3.2.
Éric Araujo
2011-09-01
1
-2/+2
|
\
\
|
|
/
|
*
Fix some misuses of Sphinx roles and one typo
Éric Araujo
2011-09-01
1
-2/+2
*
|
#10542: Add 4 macros to work with surrogates: Py_UNICODE_IS_SURROGATE, Py_UNI...
Ezio Melotti
2011-08-22
1
-0/+21
*
|
merge with 3.2
Sandro Tosi
2011-08-12
1
-1/+1
|
\
\
|
|
/
|
*
let PySequence_Check me a link; thanks to tomo cocoa from docs@
Sandro Tosi
2011-08-12
1
-1/+1
[next]