Gregory P. Smith
|
4b52ae8f97
|
Clean up references to the no longer existing PyString_ APIs in our docs.
|
2013-03-22 13:43:30 -07:00 |
|
Terry Jan Reedy
|
65e69b3718
|
Issue #17047: removed doubled words in Doc/*, Mac/*, and Tool/*
found by Serhiy Storchaka and Matthew Barnett
|
2013-03-11 17:23:46 -04:00 |
|
Chris Jerdonek
|
17fc44c9b3
|
Improve str() and object.__str__() documentation (issue #13538).
|
2012-11-20 17:31:02 -08:00 |
|
Andrew Svetlov
|
4deb16dd75
|
Remove already dropped function PySys_GetFile from documentation.
Thanks to Daniel Müllner from docs@
|
2012-10-31 12:02:56 +02:00 |
|
Chris Jerdonek
|
8b7f9f581d
|
Remove unneeded "Release" and "Date" markers from doc index pages.
|
2012-10-28 11:08:26 -07:00 |
|
Antoine Pitrou
|
fbd4f80979
|
Issue #15444: Use proper spelling for non-ASCII contributor names.
Patch by Serhiy Storchaka.
|
2012-08-11 16:51:50 +02:00 |
|
Andrew Svetlov
|
7dbee38564
|
fix docs for c-api memory functions
|
2012-08-09 21:26:34 +03:00 |
|
Mark Dickinson
|
b8dc3ab08b
|
Issue #12965: More PyLong_As* clarifications. Thanks Stefan Krah.
|
2012-06-23 12:12:52 +01:00 |
|
Mark Dickinson
|
f0acfeeccf
|
Issue #12965: Clean up C-API docs for PyLong_AsLongLong(AndOverflow); clarify that __int__ will be called for non-PyLongs
|
2012-06-23 11:14:22 +01:00 |
|
Mark Dickinson
|
0a22924d52
|
Issue #12965: Clean up C-API docs for PyLong_AsLong(AndOverflow); clarify that __int__ will be called for non-PyLongs
|
2012-06-23 10:49:12 +01:00 |
|
Antoine Pitrou
|
04707c032e
|
Fix error handling in examples of C API use.
|
2012-01-27 14:07:29 +01:00 |
|
Meador Inge
|
a3443d985e
|
Issue #12949: Document the kwonlyargcount argument for the PyCode_New C API function.
|
2012-01-19 22:06:31 -06:00 |
|
Sandro Tosi
|
645a0dd6f7
|
Py_SetPythonHome() can be called before Py_Initialize(); thanks to Cody Smith from docs@
|
2012-01-07 18:34:07 +01:00 |
|
Victor Stinner
|
6fbd525ef5
|
Issue #13617: Document that the result of the conversion of a Unicode object to
wchar*, Py_UNICODE* and bytes may contain embedded null characters/bytes.
Patch written by Arnaud Calmettes.
|
2011-12-18 19:22:31 +01:00 |
|
Victor Stinner
|
a94a0e92b8
|
Issue #13522: Fix _Py_co_pow() documentation
Patch written by Arnaud Calmettes.
|
2011-12-18 02:56:18 +01:00 |
|
Antoine Pitrou
|
07b1c877b2
|
Issue #13522: document error return values of some float and complex C API functions.
|
2011-12-18 01:25:27 +01:00 |
|
Eli Bendersky
|
5a53f368e6
|
fix some typos in Doc/c-api/memoryview.rst
|
2011-11-25 15:07:50 +02:00 |
|
Ezio Melotti
|
e130a52d8a
|
Remove duplication.
|
2011-10-19 10:58:56 +03:00 |
|
Mark Dickinson
|
f1ab47ebc4
|
Issue #13145. Fix incorrect documentation for PyNumber_ToBase. Thanks Sven Marnach.
|
2011-10-11 18:06:36 +01:00 |
|
Éric Araujo
|
37b5f9eebc
|
Fix some misuses of Sphinx roles and one typo
|
2011-09-01 03:19:30 +02:00 |
|
Sandro Tosi
|
7bf4363f77
|
let PySequence_Check me a link; thanks to tomo cocoa from docs@
|
2011-08-13 00:39:46 +02:00 |
|
Benjamin Peterson
|
77c4fd01dd
|
note mutating tp_dict is bad (closes #12719)
|
2011-08-09 16:07:01 -05:00 |
|
Sandro Tosi
|
61baee0ee7
|
#10741: add documentation for PyGILState_GetThisThreadState()
|
2011-08-08 00:16:54 +02:00 |
|
Antoine Pitrou
|
fd060474e3
|
Make it clear that PyNumber_AsSsize_t() returns -1 on error.
|
2011-07-13 21:02:22 +02:00 |
|
Georg Brandl
|
325eb470b7
|
Clarify that PyErr_NewException creates an exception *class*, not instance.
|
2011-07-13 15:59:24 +02:00 |
|