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
*
Issue #15444: Use proper spelling for non-ASCII contributor names.
Antoine Pitrou
2012-08-11
1
-1/+1
|
\
|
*
Issue #15444: Use proper spelling for non-ASCII contributor names.
Antoine Pitrou
2012-08-11
1
-1/+1
*
|
Issue #15610: The PyImport_ImportModuleEx macro now calls
Brett Cannon
2012-08-10
1
-2/+4
*
|
fix docs for c-api memory functions
Andrew Svetlov
2012-08-09
1
-3/+3
|
\
\
|
|
/
|
*
fix docs for c-api memory functions
Andrew Svetlov
2012-08-09
1
-3/+3
*
|
Issues #15169, #14599: Make PyImport_ExecCodeModuleWithPathnames() use
Brett Cannon
2012-07-13
1
-1/+6
*
|
Issue #15167 (as part of #13959): imp.get_magic() is no implemented in
Brett Cannon
2012-07-09
1
-1/+4
*
|
Issue #15242: Have PyImport_GetMagicTag() return a const char *
Brett Cannon
2012-07-09
1
-1/+2
*
|
Fix a couple of versionadded/versionchanged related markup errors.
Georg Brandl
2012-06-24
1
-2/+3
*
|
Fix whitespace.
Martin v. Löwis
2012-06-23
1
-1/+1
*
|
Issue #15146: Add PyType_FromSpecWithBases. Patch by Robin Schreiber.
Martin v. Löwis
2012-06-23
1
-0/+12
*
|
Issue #12965: Merge from 3.2.
Mark Dickinson
2012-06-23
1
-22/+39
|
\
\
|
|
/
|
*
Issue #12965: More PyLong_As* clarifications. Thanks Stefan Krah.
Mark Dickinson
2012-06-23
1
-22/+39
*
|
Issue #12965: Merge from 3.2.
Mark Dickinson
2012-06-23
1
-18/+23
|
\
\
|
|
/
|
*
Issue #12965: Clean up C-API docs for PyLong_AsLongLong(AndOverflow); clarify...
Mark Dickinson
2012-06-23
1
-18/+23
*
|
Issue #12965: Merge from 3.2
Mark Dickinson
2012-06-23
1
-13/+16
|
\
\
|
|
/
|
*
Issue #12965: Clean up C-API docs for PyLong_AsLong(AndOverflow); clarify tha...
Mark Dickinson
2012-06-23
1
-13/+16
*
|
Whitespace normalization
Martin v. Löwis
2012-06-22
1
-2/+2
*
|
Add Stable ABI documentation.
Martin v. Löwis
2012-06-22
2
-0/+40
*
|
Issue #15042: Add PyState_AddModule and PyState_RemoveModule.
Martin v. Löwis
2012-06-22
1
-1/+21
*
|
Issue #14090: fix some minor C API problems in default branch (3.3)
Eli Bendersky
2012-06-03
6
-15/+9
*
|
Issue #14424: Document PyType_GenericAlloc, and fix the documentation of PyTy...
Eli Bendersky
2012-06-03
1
-4/+5
*
|
Issue #9260: A finer-grained import lock.
Antoine Pitrou
2012-05-17
1
-7/+7
*
|
PEP 415: Implement suppression of __context__ display with an exception attri...
Benjamin Peterson
2012-05-15
1
-7/+1
*
|
Issue #14705: Add 'p' format character to PyArg_ParseTuple* for bool support.
Larry Hastings
2012-05-05
1
-0/+9
*
|
Fix location of versionaddeds and empty lines.
Georg Brandl
2012-04-24
1
-3/+6
*
|
Issue #14098: New functions PyErr_GetExcInfo and PyErr_SetExcInfo.
Martin v. Löwis
2012-04-19
1
-0/+35
*
|
Fix #14600. Correct reference handling and naming of ImportError convenience ...
Brian Curtin
2012-04-17
1
-19/+4
*
|
Add versionadded tags to newly added ImportError convenience functions.
Brian Curtin
2012-04-16
1
-0/+5
*
|
Add documentation for the new PyErr_SetFromImport* functions
Brian Curtin
2012-04-16
1
-0/+18
*
|
Issue #14386: Expose the dict_proxy internal type as types.MappingProxyType
Victor Stinner
2012-04-15
1
-4/+4
*
|
Issue #14328: Add keyword-only parameters to PyArg_ParseTupleAndKeywords.
Larry Hastings
2012-03-20
1
-0/+9
*
|
Issue #14181: Improve clarity in the documentation for the multi-purpose
Stefan Krah
2012-03-06
2
-23/+45
*
|
Add PyMemoryView_FromMemory() to whatsnew/3.3.
Stefan Krah
2012-02-29
1
-0/+2
*
|
Some corrections for the Doc/extending documentation. Closes #14129
Eli Bendersky
2012-02-27
1
-1/+2
*
|
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
|
\
\
|
|
/
[next]