Serhiy Storchaka
06a8dea46d
Fixed the documentation of the structure PyMethodDef.
The fields ml_name and ml_doc are of type "const char *" rather of "char *".
9 years ago
Martin Panter
5c67933940
Issue #26638 : Mask undefined CLI options to defeat new Sphinx warnings
9 years ago
Serhiy Storchaka
de0574bdab
Issue #18287 : PyType_Ready() now checks that tp_name is not NULL.
Original patch by Niklas Koep.
10 years ago
Berker Peksag
bed6891c77
Issue #23710 : Update PyObject_HEAD documentation
Since PEP 3123, PyObject_HEAD only has one field named ob_base.
Users now need to use the Py_TYPE macro instead of self->ob_type.
Initial patch by Ammar Askar.
10 years ago
Martin Panter
1050d2d0c7
Issue #26462 : Doc: reduce literal_block warnings, fix syntax highlighting.
Patch by Julien Palard.
10 years ago
Berker Peksag
705c0e38c2
Issue #17264 : Fix cross refs and a markup error in extending/building.rst
10 years ago
Georg Brandl
5d94134040
Closes #25910 : fix dead and permanently redirected links in the docs. Thanks to SilentGhost for the patch.
10 years ago
Terry Jan Reedy
6401e79520
Issue #26029 : Finish correction.
10 years ago
Terry Jan Reedy
2a97f8a6d1
Issue #26029 : Remove extraneous word. Patch by Upendra Kumar.
10 years ago
Martin Panter
b4ce1fc31b
Issue #5319 : New Py_FinalizeEx() API to exit with status 120 on failure
10 years ago
Zachary Ware
3d9a9d47a8
Issue #25022 : Add NEWS, fix docs to not mention the old example.
11 years ago
Martin Panter
78d5033337
Issue #24808 : Update the documentation of some PyTypeObject fields
Patch by Joseph Weston.
11 years ago
Zachary Ware
c75e2dd4c6
Issue #24680 : Remove random backslash. Patch by cdz.
11 years ago
Nick Coghlan
2ab5b092e5
Close #24458 : PEP 489 documentation
Patch by Petr Viktorin.
11 years ago
Serhiy Storchaka
03863d2b29
Fixed documentation of functions with const char* arguments.
11 years ago
Yury Selivanov
f3e40fac10
Issue 24180: Documentation for PEP 492 changes.
11 years ago
R David Murray
354c7403c5
#17380 : Document tp_init return value in extending docs.
Patch by James Powell.
11 years ago
Serhiy Storchaka
df0db49b1b
Issue #22883 : Update PyInt to PyLong in C API example.
11 years ago
Benjamin Peterson
63b55580fb
emphasize that cffi is better than extension modules for portability
11 years ago
Georg Brandl
a4c8c47961
#22613 : remaining corrections in extending/reference docs (thanks Jacques Ducasse)
12 years ago
Georg Brandl
e73778c1ac
Use https:// URLs when referring to python.org hosts.
12 years ago
Berker Peksag
9c1dba2758
Revert #22251
12 years ago
Berker Peksag
3749404ba5
Issue #22251 : Fix ReST markup to avoid errors building docs.
12 years ago
Victor Stinner
25e014bd91
Issue #18395 , #22108 : Update embedded Python examples to decode correctly
command line parameters: use Py_DecodeLocale() and PyUnicode_DecodeFSDefault().
12 years ago
Larry Hastings
3732ed2414
Merge in all documentation changes since branching 3.4.0rc1.
12 years ago
Nick Coghlan
f7614d55a2
Close #19407 : New installation & distribution guides
- based on pip and other PyPA tools
- includes references to the new Python Packaging User Guide
where appropriate (and the relevant section is at least
partially filled in)
- started new FAQ sections
- both guides aim to introduce users to basic open source
concepts if they aren't aware of them
- existing guides have been relocated (now linked from the
distutils docs) rather then removed, since there is
some needed material that has yet to be relocated to the
distutils docs as a reference for the legacy formats
12 years ago
Nick Coghlan
b5c4fd0a96
Issue #19407 : add Python Packaging User Guide notes
The stdlib docs for package distribution and building extensions
are rather dated, and that isn't expected to change for 2.7 and
3.3.
The Python Packaging User Guide isn't complete either, but it's
already a much better road map for new users than the existing
stdlib docs.
12 years ago
Serhiy Storchaka
0b68a2d675
Issue 19195: Improved cross-references in C API documentation.
13 years ago
Georg Brandl
a072de14be
Extending example: use Py_RETURN_NONE
13 years ago
Georg Brandl
7d07833655
Closes #17725 : small grammar fix.
13 years ago
Georg Brandl
49c6fc9679
Minor improvement: add indication that the main function goes on.
13 years ago
Georg Brandl
337672b76c
Small clarification in extending docs.
13 years ago
Antoine Pitrou
39668f57f4
Issue #18589 : fix hyperlinking of type slots (tp_*)
13 years ago
Antoine Pitrou
3ab7b0aabb
Simplify example of PyErr_Fetch() use
13 years ago
Antoine Pitrou
796564c27b
Issue #18112 : PEP 442 implementation (safe object finalization).
13 years ago
Ned Deily
51cee7d24a
Issue #18164 : Clarify the embedding docs regarding link options.
13 years ago
Ned Deily
ecf0851809
Fix typo in embedding doc and update examples to 3.3.
13 years ago
Andrew Svetlov
59d6d2dbeb
#17688 : fix declaration for richcmp example in the docs.
Thanks to Daniel Mullner
13 years ago
Gregory P. Smith
4b52ae8f97
Clean up references to the no longer existing PyString_ APIs in our docs.
13 years ago
Ezio Melotti
43b09d49b6
Fix the highlight in another example.
13 years ago
Ezio Melotti
a19ebdb44a
#17256 : fix syntax highlight in embedding example. Patch by Kushal Das.
13 years ago
Ezio Melotti
986f71cb2d
#17256 : fix syntax highlight in embedding example. Patch by Kushal Das.
13 years ago
Chris Jerdonek
bb4e941c6d
Add a str class entry to the "Text Sequence Type" section (issue #16209 ).
This commit also moves the documentation for the str built-in function to
the new class entry. Links to :class:`str` now go to the class entry with
the string methods immediately afterwards.
13 years ago
Georg Brandl
4552e3f95c
Grammar touchup.
14 years ago
Georg Brandl
d7bae5e85a
Grammar touchup.
14 years ago
Andrew Svetlov
e1fa22a8ae
Issue #16370 : Mention Py_SetProgramName in example for very high level embedding.
14 years ago
Andrew Svetlov
6e96e5e966
Issue #16370 : Mention Py_SetProgramName in example for very high level embedding.
14 years ago
Chris Jerdonek
64c0b2ca3d
Backport from 3.2: remove "Release" and "Date" markers from index pages.
14 years ago
Chris Jerdonek
8b7f9f581d
Remove unneeded "Release" and "Date" markers from doc index pages.
14 years ago
Jesus Cea
33b5769db5
Closes #15953 : Incorrect some fields declaration in the PyTypeObject documentation
14 years ago