Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
0cb3e86c472828720bb36a8335f10b81389fb668
/
Doc
/
c-api
0cb3e86
Typo: "objects reference count" -> "object's reference count"
by Mark Dickinson
· 17 years ago
4ab9feb
#2160: document PyImport_GetImporter.
by Georg Brandl
· 17 years ago
372d55e
#1533486: fix types in refcount intro.
by Georg Brandl
· 17 years ago
fd6cabf
#2230: document that PyArg_* leaves addresses alone on error.
by Georg Brandl
· 17 years ago
907a720
A lot more typo fixes by Ori Avtalion.
by Georg Brandl
· 17 years ago
27cca3c
Fix function name.
by Georg Brandl
· 17 years ago
3b718a7
Implemented Martin's suggestion to clear the free lists during the garbage collection of the highest generation.
by Christian Heimes
· 18 years ago
422051a
Patch #1953
by Christian Heimes
· 18 years ago
cab3d98
Ensure that PySet_Add() operates on a newly created frozenset, like PyTuple_SetItem does.
by Amaury Forgeot d'Arc
· 18 years ago
e84ada3
Factor-out common code with a new macro
by Raymond Hettinger
· 18 years ago
ecdcb58
Make PySet_Add() work with frozensets.
by Raymond Hettinger
· 18 years ago
908caac
Added clear cache methods to clear the internal type lookup cache for ref leak test runs.
by Christian Heimes
· 18 years ago
a736440
Fix markup again.
by Georg Brandl
· 18 years ago
dee3f65
Revert PySet_Add() changes.
by Raymond Hettinger
· 18 years ago
7c1be2a
Make PySet_Add() work with frozensets. Works like PyTuple_SetItem() to build-up values in a brand new frozenset.
by Raymond Hettinger
· 18 years ago
74b8e76
Don't repeat yourself
by Christian Heimes
· 18 years ago
27f7ab7
#1219903: fix tp_richcompare docs.
by Georg Brandl
· 18 years ago
79e3d55
Missed one big file to split up.
by Georg Brandl
· 18 years ago
f684272
Split the monstrous C API manual files in smaller parts.
by Georg Brandl
· 18 years ago
5e3745c
Fix typos.
by Georg Brandl
· 18 years ago
4eab1f0
Polish sentence
by Andrew M. Kuchling
· 18 years ago
c94e2b5
Now that I've learnt about structseq objects I felt like converting sys.float_info to a structseq. It's
by Christian Heimes
· 18 years ago
7390f6c
Use markup.
by Georg Brandl
· 18 years ago
60c19d2
Repair markup.
by Georg Brandl
· 18 years ago
f725b95
Doc patch #1730 from Robin Stocker; minor corrections mostly to os.rst.
by Georg Brandl
· 18 years ago
000a074
Modified PyImport_Import and PyImport_ImportModule to always use absolute imports by calling __import__ with an explicit level of 0
by Christian Heimes
· 18 years ago
b19be57
Some cleanup in the docs.
by Georg Brandl
· 18 years ago
02de897
Patch #1583 by Adam Olsen.
by Guido van Rossum
· 18 years ago
0a8143f
Applied patch #1635: Float patch for inf and nan on Windows (and other platforms).
by Christian Heimes
· 18 years ago
923ad7a
Add another GHOP student to ACKS.
by Georg Brandl
· 18 years ago
45c088c
Fix markup.
by Georg Brandl
· 18 years ago
f19b951
Add documentation for PySys_* functions.
by Georg Brandl
· 18 years ago
16f1df9
Document PyEval_* functions from ceval.c.
by Georg Brandl
· 18 years ago
861320d
Add versionadded tags missing in r59254. Do NOT merge to Py3k.
by Georg Brandl
· 18 years ago
dfdfaab
Feature #1534
by Christian Heimes
· 18 years ago
7c3e79f
Make "hashable" a glossary entry and clarify docs on __cmp__, __eq__ and __hash__.
by Georg Brandl
· 18 years ago
bb75e4e
Unify "file-descriptor" to "file descriptor".
by Georg Brandl
· 18 years ago
11e679e
Remove useless warning
by Raymond Hettinger
· 18 years ago
7b20116
Re-order some functions whose parameters differ between PyObject and const char
by Brett Cannon
· 18 years ago
814b046
#1199: docs for tp_as_{number,sequence,mapping}, by Amaury Forgeot d'Arc.
by Georg Brandl
· 18 years ago
5a25fcd
Fix #1139: PyFile_Encoding really is PyFile_SetEncoding.
by Georg Brandl
· 18 years ago
9c478bd
Fix #1122: wrong return type documented for various _Size() functions.
by Georg Brandl
· 18 years ago
6e39080
Backport r57105 and r57145 from the py3k branch: UTF-32 codecs.
by Walter Dörwald
· 18 years ago
8ec7f65
Move the 2.6 reST doc tree in place.
by Georg Brandl
· 18 years ago