- Timestamp:
- 03/06/10 08:49:19 (2 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
hodgestar/Talks/PythonForProgrammers/html/py4progs-11.html
r726 r737 6 6 </head> 7 7 <body> 8 <div style='margin: auto; width: 50%;'><h2>C API Documentation</h2><ul> 9 <li>PyObject API:<ul><li>List of methods unchanged between 2.5, 2.6 and 3.0</li> 10 </ul></li> 8 <div style='margin: auto; width: 50%;'><h2>Debugging and Internals</h2><ul> 9 <li>Interned objects</li> 11 10 12 <li> New documentation!<ul><li>Interactive search -- in static HTML</li>11 <li>gc</li> 13 12 14 <li> JSON index</li>13 <li>Turning garbage collection on and off</li> 15 14 16 <li><a href="http://www.example.com/Doc/build/html/index.html">2.6 Docs</a></li> 17 </ul></li> 15 <li>Reference counting</li> 16 17 <li>pdb</li> 18 19 <li>timeit, %timeit</li> 18 20 </ul> 19 </div><br /><div class="footer"><hr /><div style="float: left; font-style: italic;">Python 4 Programmers</div><div style="float: right;"><a accesskey="P" href="py4progs-10.html">Prev</a> | <a accesskey="I" href="py4progs-0.html">Index</a> | Next</div></div></body></html>21 </div><br /><div class="footer"><hr /><div style="float: left; font-style: italic;">Python 4 Programmers</div><div style="float: right;"><a accesskey="P" href="py4progs-10.html">Prev</a> | <a accesskey="I" href="py4progs-0.html">Index</a> | <a accesskey="N" href="py4progs-12.html">Next</a></div></div></body></html>
