Amaury Forgeot d'Arc
|
864741b2c7
|
Issue #13350: Replace most usages of PyUnicode_Format by PyUnicode_FromFormat.
|
2011-11-06 15:10:48 +01:00 |
Eli Bendersky
|
47fe5c0d51
|
Issue #12672: fix code samples in extending/newtypes.html for PEP-7 compliance
|
2011-08-12 11:40:39 +03:00 |
Georg Brandl
|
5133529614
|
#5938: use PyVarObject_HEAD_INIT instead of PyObject_HEAD_INIT in noddy examples.
|
2009-05-05 07:55:26 +00:00 |
Mark Dickinson
|
9f9892648f
|
Issue #1717, continued: Doc fixes and other cleanup related
to renaming of tp_compare.
|
2009-02-02 21:29:40 +00:00 |
Benjamin Peterson
|
71e30a0438
|
return the module object from PyMODINIT_FUNC
|
2008-12-24 16:27:25 +00:00 |
Georg Brandl
|
913b2a382f
|
#4504, #4505: Update noddy examples in "Extending & Embedding".
|
2008-12-05 15:12:15 +00:00 |
Neal Norwitz
|
bed678449f
|
Get rid of more uses of string and use unicode
|
2007-10-27 04:00:45 +00:00 |
Georg Brandl
|
116aa62bf5
|
Move the 3k reST doc tree in place.
|
2007-08-15 14:28:22 +00:00 |