- 54a3faa Split C API docs in Py3k branch. by Georg Brandl · 18 years ago
- fdab48e Merged revisions 60094-60123 via svnmerge from by Christian Heimes · 18 years ago
- 587c2bf Merged revisions 60053-60078 via svnmerge from by Christian Heimes · 18 years ago
- d32ed6f Merged revisions 59933-59951 via svnmerge from by Christian Heimes · 18 years ago
- faf2f63 Merged revisions 59703-59773 via svnmerge from by Christian Heimes · 18 years ago
- 60bad0e Big fat todo. by Georg Brandl · 18 years ago
- 54fab81 Remove versionadded/changed directives merged as an oversight. by Georg Brandl · 18 years ago
- 072c0f1 Merged revisions 59666-59679 via svnmerge from by Christian Heimes · 18 years ago
- 5b5e81c Merged revisions 59605-59624 via svnmerge from by Christian Heimes · 18 years ago
- 5fb7c2a Merged revisions 59565-59594 via svnmerge from by Christian Heimes · 18 years ago
- 69aabc0 Fix role usage. by Georg Brandl · 18 years ago
- 99170a5 Merged revisions 59541-59561 via svnmerge from by Christian Heimes · 18 years ago
- a3534a6 Issue #1587: Added instancemethod wrapper for PyCFunctions. The Python C API by Christian Heimes · 18 years ago
- d019fe2 Replace all remaining occurrences of PyInt_. by Georg Brandl · 18 years ago
- 255f53b Merged revisions 59376-59406 via svnmerge from by Christian Heimes · 18 years ago
- b9eccbf Merged revisions 59333-59370 via svnmerge from by Christian Heimes · 18 years ago
- 327858e Eliminate outdated usages of PyInt_GetMax. by Martin v. Löwis · 18 years ago
- d1a1d1e Remove PyInt_CheckExact. Add PyLong_AsLongAndOverflow. by Martin v. Löwis · 18 years ago
- cbf3b5c Merged revisions 59275-59303 via svnmerge from by Christian Heimes · 18 years ago
- aacc089 Remove mentions of "long integer" in the API docs. by Georg Brandl · 18 years ago
- 9914dd3 Remove PyInt API from the docs. Extend PyLong docs to cover all public functions in longobject.c. by Georg Brandl · 18 years ago
- d8654cf Merged revisions 59259-59274 via svnmerge from by Christian Heimes · 18 years ago
- 1a3284e #1535: rename __builtin__ module to builtins. by Georg Brandl · 18 years ago
- 9385266 Merged revisions 59245-59254 via svnmerge from by Christian Heimes · 18 years ago
- 05a2fc2 Cleanups and documentation updates related to the removal of unbound methods. by Christian Heimes · 18 years ago
- 2e0b755 Futher update docs after unbound method removal. by Georg Brandl · 18 years ago
- 2cc30da Merged revisions 58742-58816 via svnmerge from by Guido van Rossum · 18 years ago
- b0e8688 Remove duplicate entry for PyObject_AsFileDescriptor. (Really, this time.) by Georg Brandl · 18 years ago
- 9afde1c #1370: Finish the merge r58749, log below, by resolving all conflicts in Doc/. by Georg Brandl · 18 years ago
- 2dced8b Patch 1329 (partial) by Christian Heimes. by Guido van Rossum · 18 years ago
- a2074f0 Kill PyString_Encode(), which isn't used anywhere. by Guido van Rossum · 18 years ago
- 083bea4 Remove duplicate entry for PyObject_AsFileDescriptor. by Georg Brandl · 18 years ago
- 40d20bc Issue 1267, continued. by Guido van Rossum · 18 years ago
- ce3a72a Patch 1267 by Christian Heimes. by Guido van Rossum · 18 years ago
- dd6d024 #1189: documentation for tp_as_* structs. by Georg Brandl · 18 years ago
- 16c7075 Remove more cruft leftover from nb_coerce. Rename nb_coerce to nb_reserved. by Neil Schemenauer · 18 years ago
- 1b7f891 Merged revisions 58095-58132,58136-58148,58151-58197 via svnmerge from by Thomas Wouters · 18 years ago
- 54cf12b Fixing the spelling of "writeable" to "writable", particularly PyBUF_WRITEABLE. by Sean Reifscheider · 18 years ago
- 19ab2bd Remove yet more references to has_key() methods. by Collin Winter · 18 years ago
- 6911e3c Convert all print statements in the docs. by Georg Brandl · 18 years ago
- b355304 Document PyCFunctionWithKeywords, add comment for PEP 3123. by Georg Brandl · 18 years ago
- f2fc934 Get rid of METH_OLDARGS. by Georg Brandl · 18 years ago
- 321976b Remove versionadded and versionchanged directives, fold information into text where necessary. by Georg Brandl · 18 years ago
- 81ac1ce Address a few XXX comments, other fixes. by Georg Brandl · 18 years ago
- 85eb8c1 - document bytes() by Georg Brandl · 18 years ago
- fb67be2 Three patches from issue #1047, by Amaury Forgeot d'Arc: by Guido van Rossum · 18 years ago
- d1d9a89 Kill lingering docs references to UnicodeType. by Collin Winter · 18 years ago
- 30d1c51 Remove _PyObject_Del by Neal Norwitz · 18 years ago
- 19e6238 Fix stupid typo in Lib/encodings/utf_32.py which led to failing tests by Walter Dörwald · 18 years ago
- 41980ca Apply SF patch #1775604: This adds three new codecs (utf-32, utf-32-le and by Walter Dörwald · 18 years ago
- d9a1579 Complete truncated sentence. by Walter Dörwald · 18 years ago
- 116aa62 Move the 3k reST doc tree in place. by Georg Brandl · 18 years ago