cpython/Doc/tutorial
Christian Heimes ff737954f3 Removed the API to create unbound methods and simplified the API for bound methods. The signature is PyMethod_New(func, instance).
Also removed im_class and renamed im_self to __self__ and im_func to __func__. im_class can be substituted with method.__self__.__class__.
I've also updated some parts of the documenation.
2007-11-27 10:40:20 +00:00
..
appetite.rst Move the 3k reST doc tree in place. 2007-08-15 14:28:22 +00:00
classes.rst Removed the API to create unbound methods and simplified the API for bound methods. The signature is PyMethod_New(func, instance). 2007-11-27 10:40:20 +00:00
controlflow.rst #1370: Finish the merge r58749, log below, by resolving all conflicts in Doc/. 2007-11-01 20:32:30 +00:00
datastructures.rst #1228: new comparison behavior. 2007-10-08 14:08:36 +00:00
errors.rst Revert r58075 (incorrect docs patch). 2007-09-27 21:28:21 +00:00
floatingpoint.rst Convert all print statements in the docs. 2007-09-04 07:15:32 +00:00
index.rst Another merge. Only doc stuff was affected (but this aligns the UTF-32 2007-08-17 18:30:38 +00:00
inputoutput.rst Clarify the difference between text and binary files. I'm not sure the 2007-09-26 01:10:12 +00:00
interactive.rst #1370: Finish the merge r58749, log below, by resolving all conflicts in Doc/. 2007-11-01 20:32:30 +00:00
interpreter.rst #1211, #1212, #1213: py3k fixes to the tutorial. 2007-09-28 13:13:35 +00:00
introduction.rst Merged revisions 58886-58929 via svnmerge from 2007-11-10 23:39:45 +00:00
modules.rst #1370: Finish the merge r58749, log below, by resolving all conflicts in Doc/. 2007-11-01 20:32:30 +00:00
stdlib.rst Tutorial update for 3.0 by Paul Dubois. 2007-08-31 03:25:11 +00:00
stdlib2.rst Convert all print statements in the docs. 2007-09-04 07:15:32 +00:00
whatnow.rst Tutorial update for 3.0 by Paul Dubois. 2007-08-31 03:25:11 +00:00