- 8e4eeef #11865: fix typo in init.rst. by Ezio Melotti · 14 years ago
- 020f650 #11840: Improve c-api/unicode documentation. Patch by Sandro Tosi. by Ezio Melotti · 14 years ago
- 8b78a9d Remove documentation to non-existent function PyObject_CopyToObject (fixes #11478) by Antoine Pitrou · 14 years ago
- 2682661 #11317: fix wrong info about string exceptions. by Georg Brandl · 14 years ago
- 28dadd9 Merged revisions 87050,87101,87146,87156,87172,87175,87371,87378,87522-87524,87526,87530-87535 via svnmerge from by Georg Brandl · 14 years ago
- 52f8395 Merged revisions 86881,86887,86913-86915,86933,86943,86960,86964,86974,86980,86996,87008 via svnmerge from by Georg Brandl · 14 years ago
- 7338709 Merged revisions 88012-88018 via svnmerge from by Antoine Pitrou · 15 years ago
- a8bfed5 Merged revisions 86838 via svnmerge from by Antoine Pitrou · 15 years ago
- b727650 Merged revisions 86561-86562,86564-86565,86705,86708,86713 via svnmerge from by Georg Brandl · 15 years ago
- 837fbb0 Merged revisions 85731,85735 via svnmerge from by Georg Brandl · 15 years ago
- b8d0e36 Merged revisions 85617-85622,85624,85626-85627,85629,85631,85635-85636,85638-85639,85641-85642 via svnmerge from by Georg Brandl · 15 years ago
- 26946ec Merged revisions 85548,85572-85573,85606,85609-85612,85614-85616 via svnmerge from by Georg Brandl · 15 years ago
- 78f11ed Merged revisions 85530,85534,85538,85540-85542 via svnmerge from by Georg Brandl · 15 years ago
- 749930f #10398: manual backport of r73943. by Georg Brandl · 15 years ago
- 79cdff0 #1945: document Unicode functions backported from py3k branch. by Georg Brandl · 15 years ago
- 63e284d #10111: minor problems in 2.7 FILE* API docs. by Georg Brandl · 15 years ago
- a04b03b Merged revisions 82879,82958-82959,83109,83127,83224,83747,84162 via svnmerge from by Georg Brandl · 15 years ago
- 21946af Merged revisions 82798,82805,83659,83977,84015,84018,84141,84264,84326-84327,84480,84482,84484,84530-84531,84553,84619,84915-84916 via svnmerge from by Georg Brandl · 15 years ago
- 64fb940 Merged revisions 85066 via svnmerge from by Antoine Pitrou · 15 years ago
- 7d4bfb3 Merged revisions 83536,83546-83548,83550,83554-83555,83558,83563,83565,83571,83574-83575 via svnmerge from by Georg Brandl · 15 years ago
- 21887df Issue 9024: Added :cdata: tag to PyDateTimeAPI by Alexander Belopolsky · 15 years ago
- caf5db7 Issue #9024: Fixed mark-up for PyDateTime_IMPORT macro and added that by Alexander Belopolsky · 15 years ago
- 9933da0 #8993: fix reference. by Georg Brandl · 15 years ago
- 81145c9 #5753: Suggest PySys_SetArgvEx() instead of PySys_SetArgv() by Andrew M. Kuchling · 15 years ago
- 6a26560 Issue #5753: A new C API function, :cfunc:`PySys_SetArgvEx`, allows by Antoine Pitrou · 15 years ago
- 5f8aae0 Issue #8711: add paragraph titles to c-api/unicode.rst by Victor Stinner · 15 years ago
- 8c72b4e rip out mention of types.ListType #8703 by Benjamin Peterson · 15 years ago
- f70c581 Issue #8227: Fix C API documentation, argument parsing by Victor Stinner · 15 years ago
- 677fdec Document PyImport_ExecCodeModuleEx(). by Georg Brandl · 15 years ago
- 402b73f Backported PyCapsule from 3.1, and converted most uses of CObject to PyCapsule. by Larry Hastings · 15 years ago
- f6d36745 Fix warnings from "make check". by Georg Brandl · 15 years ago
- 0d4bfec #8044: document Py_{Enter,Leave}RecursiveCall functions. by Georg Brandl · 15 years ago
- 303e675 #8085: The function is called PyObject_NewVar, not PyObject_VarNew. by Georg Brandl · 15 years ago
- 91d26b4 Use the correct markup for args by Ezio Melotti · 16 years ago
- 99af648 Relocate a couple of stars and remove redundant backticks by Ezio Melotti · 16 years ago
- a36507c Issue #7767: Add new C-API function PyLong_AsLongLongAndOverflow, a by Mark Dickinson · 16 years ago
- 54fd8ae Fix description for Py_GetPath(); it sounded like it always returned sys.path. by Georg Brandl · 16 years ago
- 722a8a9 :stmt: -> :keyword: by Ezio Melotti · 16 years ago
- b56fb12 Correct documentation for s* z* and w*, the argument that should be passed by Gregory P. Smith · 16 years ago
- 0f02d39 check if the attribute is set before deleting it with T_OBJECT_EX (fixes #7604) by Benjamin Peterson · 16 years ago
- 740cdc3 #7033: add new API function PyErr_NewExceptionWithDoc, for easily giving new exceptions a docstring. by Georg Brandl · 16 years ago
- 1686f34 #7577: fix signature of PyBuffer_FillInfo(). by Georg Brandl · 16 years ago
- e31d300 Issue #7528: Backport PyLong_AsLongAndOverflow from py3k to trunk. by Mark Dickinson · 16 years ago
- 062d2b5 #7388: "python".capitalize() in the Doc by Ezio Melotti · 16 years ago
- 670e596 #7521: remove Py_GetBuildNumber(), which was removed in favor of Py_GetBuildInfo(). by Georg Brandl · 16 years ago
- 82864d1 Issue #7228: Add '%lld' and '%llu' support to PyFormat_FromString, by Mark Dickinson · 16 years ago
- 09823a2 Deprecate PyOS_ascii_strtod and PyOS_ascii_atof, and document the replacement function PyOS_string_to_double. by Mark Dickinson · 16 years ago
- c12781a Issue #7169: Document PyFloat_AsString and PyFloat_AsReprString, and note that they are unsafe and deprecated. by Eric Smith · 16 years ago
- 4b017bb #6881 - fixed wrong return type; improved the formatting by Ezio Melotti · 16 years ago
- 579a358 #6930: clarify description about byteorder handling in UTF decoder routines. by Georg Brandl · 16 years ago
- c4dcb38 Fix issue #1590864, multiple threads and fork() can cause deadlocks, by by Thomas Wouters · 16 years ago
- ea7120c Py_SetPythonHome uses static storage #6913 by Benjamin Peterson · 16 years ago
- eb4781c #6821: fix signature of PyBuffer_Release(). by Georg Brandl · 16 years ago
- 4a46e1c #6658: fix two typos. by Georg Brandl · 16 years ago
- 019e8dd #6336: Add nb_divide. by Georg Brandl · 16 years ago
- d7d4fd7 builtin -> built-in. by Georg Brandl · 16 years ago
- 36b30b5 Dont put "void" in signature for nullary functions. by Georg Brandl · 16 years ago
- f0b1733 Fix arg types of et#. by Georg Brandl · 16 years ago
- 3405cbc Fix style. by Georg Brandl · 16 years ago
- 476849c #6255: document PyInt_FromSize_t. by Georg Brandl · 16 years ago
- 3a5971c #5967: note that the C slicing APIs do not support negative indices. by Georg Brandl · 16 years ago
- d7ead0c fix signature by Benjamin Peterson · 16 years ago
- 6a46898 Fix some more small markup problems. by Georg Brandl · 16 years ago
- f7f858d Issue 5954, PyFrame_GetLineNumber: by Jeffrey Yasskin · 16 years ago
- 1aa4700 PyCode_NewEmpty: by Jeffrey Yasskin · 16 years ago
- a985a3a Issue #5920: Changed format.__float__ and complex.__float__ to use a precision of 12 when using the empty presentation type. This more closely matches str()'s behavior and reduces surprises when adding alignment flags to an empty format string. Patch by Mark Dickinson. by Eric Smith · 16 years ago
- 2622b54 #5840: dont claim we dont support TLS. by Georg Brandl · 16 years ago
- 16a57f6 Demote warnings to notices where appropriate, following the goal that as few "red box" warnings by Georg Brandl · 16 years ago
- f254aab Note that the caller is resposible for freeing the result of PyOS_double_to_string. by Eric Smith · 16 years ago
- afb0d6e Mostly formatting nits, and "and-ed together" -> "or-ed together" flags. by Georg Brandl · 16 years ago
- 068f065 Issue #5835, deprecate PyOS_ascii_formatd. by Eric Smith · 16 years ago
- dfcffd4 Issue #4129: document int -> Py_ssize_t changes. by Jeroen Ruigrok van der Werven · 16 years ago
- 436f1a2 Issue #4129: field changed from int to Py_ssize_t. by Jeroen Ruigrok van der Werven · 16 years ago
- acc73b7 Issue #4129: more int -> Py_ssize_t documentation. by Jeroen Ruigrok van der Werven · 16 years ago
- 7b3750c Issue #4129: more int -> Py_ssize_t documentation. by Jeroen Ruigrok van der Werven · 16 years ago
- 3637871 Issue #4129: int -> Py_ssize_t documentation. by Jeroen Ruigrok van der Werven · 16 years ago
- 9594c2c Issue #4129: int -> Py_ssize_t documentation. by Jeroen Ruigrok van der Werven · 16 years ago
- 27d51f1 Reformat prior to editing. by Jeroen Ruigrok van der Werven · 16 years ago
- be82d2f Issue #4129: int -> Py_ssize_t documentation. by Jeroen Ruigrok van der Werven · 16 years ago
- a4c03ab Reformat prior to editing. by Jeroen Ruigrok van der Werven · 16 years ago
- 9e03cee Since it's a macro, actually refer to it as such instead of function. by Jeroen Ruigrok van der Werven · 16 years ago
- af15b41 Issue #4129: Add a versionchanged notice for a few forgotten entries. by Jeroen Ruigrok van der Werven · 16 years ago
- de0fed1 Reformat, since I've been busy here anyway. by Jeroen Ruigrok van der Werven · 16 years ago
- 2aa7840 Issue #4129: Documentation notes for int -> Py_ssize_t changes. by Jeroen Ruigrok van der Werven · 16 years ago
- 691f5f1 Issue #4129: More documentation pointers about int -> Py_ssize_t. by Jeroen Ruigrok van der Werven · 16 years ago
- 3537124 Reformat prior to editing. by Jeroen Ruigrok van der Werven · 16 years ago
- 1ae8c88 Since I edited this file, reformat for future edits. by Jeroen Ruigrok van der Werven · 16 years ago
- c2aa7b8 Reference to an int type, whereas it's a Py_ssize_t as the synopsis states. by Jeroen Ruigrok van der Werven · 16 years ago
- 28c81e0 Reformat prior to editing. by Jeroen Ruigrok van der Werven · 16 years ago
- 2391918 Issue #4129: Document more int -> Py_ssize_t changes. by Jeroen Ruigrok van der Werven · 16 years ago
- 84441cc Reformat prior to editing. by Jeroen Ruigrok van der Werven · 16 years ago
- 089c5cd Issue #4129: Belatedly document which C API functions had their argument(s) or by Jeroen Ruigrok van der Werven · 16 years ago
- 6f1d543 Reformat paragraph. by Jeroen Ruigrok van der Werven · 16 years ago
- 325a997 The type for ppos has been Py_ssize_t since 2.5, reflect this in the by Jeroen Ruigrok van der Werven · 16 years ago
- c42c099 Reformat prior to editing. by Jeroen Ruigrok van der Werven · 16 years ago
- 140d9d6 Reformat file prior to editing. by Jeroen Ruigrok van der Werven · 16 years ago
- 2dcf46e Rewrite a sentence to be more in line with the rest of the documentation with by Jeroen Ruigrok van der Werven · 16 years ago
- 162641a First attempt to document PyObject_HEAD_INIT and PyVarObject_HEAD_INIT. by Jeroen Ruigrok van der Werven · 16 years ago
- bc25bf9 Reformat prior to expanding. by Jeroen Ruigrok van der Werven · 16 years ago
- 6cb1ff3 Remove redundant backtick. by Georg Brandl · 16 years ago