- 510ff54 Use Python 3 instead of 3.0. by Ezio Melotti · 13 years ago
- 9a56068 how could I have missed :cmember: in import.rst? by Sandro Tosi · 14 years ago
- 98ed08f update to new C roles and directives by Sandro Tosi · 14 years ago
- e5f93ef Py_SetPythonHome() can be called before Py_Initialize(); thanks to Cody Smith from docs@ by Sandro Tosi · 14 years ago
- 8448dfa Issue #13302: backport part of 3ed28f28466f by Sandro Tosi · 14 years ago
- 2d679a4 s/:c:type:/:ctype:/g by Ezio Melotti · 14 years ago
- 28a545e Issue #13617: Document that the result PyUnicode_AsUnicode() and by Victor Stinner · 14 years ago
- cc1a086 Issue #13522: Fix _Py_co_pow() documentation by Victor Stinner · 14 years ago
- c9e1800 Issue #13522: document error return values of some float and complex C API functions. by Antoine Pitrou · 14 years ago
- 1e87da1 Remove duplication. by Ezio Melotti · 14 years ago
- 63c22fa Issue #7732: Fix a crash on importing a module if a directory has the same name by Victor Stinner · 14 years ago
- 7ce05e0 Fix some markup and one typo by Éric Araujo · 14 years ago
- 92be113 let PySequence_Check me a link; thanks to tomo cocoa from docs@ by Sandro Tosi · 14 years ago
- d7fbc8b Repair markup. by Georg Brandl · 14 years ago
- 9943c0d #10741: add documentation for PyGILState_GetThisThreadState() by Sandro Tosi · 14 years ago
- 8d2a6fd Fix typo in 97a75fccd7c8 by Éric Araujo · 14 years ago
- fbe84d9 Clarify that PyErr_NewException creates an exception *class*, not instance. by Georg Brandl · 14 years ago
- 5cf8660 Fix a few misuses of :option: I missed in r86521. by Éric Araujo · 14 years ago
- 52f63ea #12072: add missing parenthesis in the doc. Patch by Sandro Tosi. by Ezio Melotti · 14 years ago
- 11041f0 Port #6498 fix: fix several misspellings of "SystemExit" as "SystemError". by Georg Brandl · 14 years ago
- fe12aa6 #11997: fix typo in init.rst. by Ezio Melotti · 14 years ago
- 2a7a3ee fix function name in example (closes #11966) by Benjamin Peterson · 14 years ago
- b22f39c fix formatting, :c:func: --> :cfunc: by Eli Bendersky · 14 years ago
- 11d1171 Issue #10912: add clarification for PyObject_RichCompareBool comparing identical objects by Eli Bendersky · 14 years ago
- cd12746 #11942: Fix return type of Py_AddPendingCall. Patch by Sandro Tosi. by Ezio Melotti · 14 years ago
- ffdf94a Fix wrong function name. Noticed by Clive Darke. by Ezio Melotti · 14 years ago
- 059061a Issue #11768: signal.set_wakeup_fd() and PySignal_SetWakeupFd() added in 2.6 by Victor Stinner · 14 years ago
- 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