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
*
Mention version in which the new marshal version was introduced.
Georg Brandl
2008-05-12
1
-1/+2
*
Marshal is at version 2.
Georg Brandl
2008-05-12
1
-2/+2
*
#2727: clarify tp_iternext docs.
Georg Brandl
2008-04-30
1
-5/+6
*
#2700 Document PyNumber_ToBase
Benjamin Peterson
2008-04-27
1
-0/+11
*
Added PyErr_WarnPy3k function. (issue 2671) I will be converting current Py3k...
Benjamin Peterson
2008-04-27
1
-0/+8
*
#2691: document PyLong (s)size_t APIs, patch by Alexander Belopolsky.
Georg Brandl
2008-04-26
1
-1/+31
*
Make file objects as thread safe as the underlying libc FILE* implementation.
Gregory P. Smith
2008-04-06
1
-1/+33
*
Phase out has_key usage in the tutorial; correct docs for PyMapping_HasKey*.
Georg Brandl
2008-03-28
1
-5/+5
*
Typo: "objects reference count" -> "object's reference count"
Mark Dickinson
2008-03-26
1
-1/+1
*
#2160: document PyImport_GetImporter.
Georg Brandl
2008-03-21
1
-0/+13
*
#1533486: fix types in refcount intro.
Georg Brandl
2008-03-08
1
-1/+1
*
#2230: document that PyArg_* leaves addresses alone on error.
Georg Brandl
2008-03-04
1
-4/+8
*
A lot more typo fixes by Ori Avtalion.
Georg Brandl
2008-02-22
3
-4/+4
*
Fix function name.
Georg Brandl
2008-02-17
1
-1/+1
*
Implemented Martin's suggestion to clear the free lists during the garbage co...
Christian Heimes
2008-02-14
3
-0/+21
*
Patch #1953
Christian Heimes
2008-02-04
2
-0/+18
*
Ensure that PySet_Add() operates on a newly created frozenset, like PyTuple_S...
Amaury Forgeot d'Arc
2008-02-03
1
-0/+7
*
Factor-out common code with a new macro
Raymond Hettinger
2008-01-28
1
-0/+6
*
Make PySet_Add() work with frozensets.
Raymond Hettinger
2008-01-28
1
-3/+13
*
Added clear cache methods to clear the internal type lookup cache for ref lea...
Christian Heimes
2008-01-27
1
-0/+7
*
Fix markup again.
Georg Brandl
2008-01-26
1
-4/+4
*
Revert PySet_Add() changes.
Raymond Hettinger
2008-01-26
1
-8/+3
*
Make PySet_Add() work with frozensets. Works like PyTuple_SetItem() to build...
Raymond Hettinger
2008-01-26
1
-3/+8
*
Don't repeat yourself
Christian Heimes
2008-01-22
1
-2/+18
*
#1219903: fix tp_richcompare docs.
Georg Brandl
2008-01-20
1
-7/+13
*
Missed one big file to split up.
Georg Brandl
2008-01-19
7
-1166/+1175
*
Split the monstrous C API manual files in smaller parts.
Georg Brandl
2008-01-19
41
-5068/+5118
*
Fix typos.
Georg Brandl
2008-01-19
1
-7/+7
*
Polish sentence
Andrew M. Kuchling
2008-01-19
1
-4/+4
*
Now that I've learnt about structseq objects I felt like converting sys.float...
Christian Heimes
2008-01-14
1
-1/+1
*
Use markup.
Georg Brandl
2008-01-05
1
-4/+4
*
Repair markup.
Georg Brandl
2008-01-05
1
-10/+6
*
Doc patch #1730 from Robin Stocker; minor corrections mostly to os.rst.
Georg Brandl
2008-01-05
1
-1/+1
*
Modified PyImport_Import and PyImport_ImportModule to always use absolute imp...
Christian Heimes
2008-01-03
1
-1/+42
*
Some cleanup in the docs.
Georg Brandl
2007-12-29
4
-13/+12
*
Patch #1583 by Adam Olsen.
Guido van Rossum
2007-12-19
1
-0/+10
*
Applied patch #1635: Float patch for inf and nan on Windows (and other platfo...
Christian Heimes
2007-12-18
1
-1/+17
*
Add another GHOP student to ACKS.
Georg Brandl
2007-12-06
1
-2/+2
*
Fix markup.
Georg Brandl
2007-12-05
1
-1/+1
*
Add documentation for PySys_* functions.
Georg Brandl
2007-12-02
2
-2/+60
*
Document PyEval_* functions from ceval.c.
Georg Brandl
2007-12-01
3
-0/+134
*
Add versionadded tags missing in r59254. Do NOT merge to Py3k.
Georg Brandl
2007-12-01
1
-0/+6
*
Feature #1534
Christian Heimes
2007-12-01
1
-0/+17
*
Make "hashable" a glossary entry and clarify docs on __cmp__, __eq__ and __ha...
Georg Brandl
2007-11-02
1
-2/+2
*
Unify "file-descriptor" to "file descriptor".
Georg Brandl
2007-10-21
1
-1/+1
*
Remove useless warning
Raymond Hettinger
2007-10-18
1
-6/+0
*
Re-order some functions whose parameters differ between PyObject and const char
Brett Cannon
2007-10-16
1
-14/+14
*
#1199: docs for tp_as_{number,sequence,mapping}, by Amaury Forgeot d'Arc.
Georg Brandl
2007-10-08
2
-15/+194
*
Fix #1139: PyFile_Encoding really is PyFile_SetEncoding.
Georg Brandl
2007-09-12
1
-1/+1
*
Fix #1122: wrong return type documented for various _Size() functions.
Georg Brandl
2007-09-12
1
-4/+4
[next]