cpython/Doc/tutorial
Christian Heimes e1c981161c Merged revisions 60143-60149 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r60143 | georg.brandl | 2008-01-20 15:50:05 +0100 (Sun, 20 Jan 2008) | 3 lines

  Switch mmap from old Py_FindMethod to new PyObject_GenericGetAttr attribute access.
  Fixes #1087735.
........
  r60145 | georg.brandl | 2008-01-20 20:40:58 +0100 (Sun, 20 Jan 2008) | 2 lines

  Add blurb about executable scripts on Windows. #760657.
........
  r60146 | georg.brandl | 2008-01-20 20:48:40 +0100 (Sun, 20 Jan 2008) | 2 lines

  #1219903: fix tp_richcompare docs.
........
  r60147 | georg.brandl | 2008-01-20 22:10:08 +0100 (Sun, 20 Jan 2008) | 2 lines

  Fix markup.
........
  r60148 | gregory.p.smith | 2008-01-21 08:11:11 +0100 (Mon, 21 Jan 2008) | 14 lines

  Provide a sanity check during PyThreadState_DeleteCurrent() and
  PyThreadState_Delete() to avoid an infinite loop when the tstate list
  is messed up and has somehow becomes circular and does not contain the
  current thread.

  I don't know how this happens but it does, *very* rarely.  On more than
  one hardware platform.  I have not been able to reproduce it manually.

  Attaching to a process where its happening: it has always been in an
  infinite loop over a single element tstate list that is not the tstate
  we're looking to delete.  It has been in t_bootstrap()'s call to
  PyThreadState_DeleteCurrent() as a pthread is exiting.
........
  r60149 | georg.brandl | 2008-01-21 11:24:59 +0100 (Mon, 21 Jan 2008) | 2 lines

  #1269: fix a bug in pstats.add_callers() and add a unit test file for pstats.
........
2008-01-21 11:20:28 +00:00
..
appetite.rst Merged revisions 59605-59624 via svnmerge from 2007-12-31 16:14:33 +00:00
classes.rst Merged revisions 59605-59624 via svnmerge from 2007-12-31 16:14:33 +00:00
controlflow.rst Fix now-wrong :keyword: markup. Remove the section about 2008-01-20 11:22:21 +00:00
datastructures.rst Merged revisions 59605-59624 via svnmerge from 2007-12-31 16:14:33 +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 Merged revisions 59605-59624 via svnmerge from 2007-12-31 16:14:33 +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 Merged revisions 60143-60149 via svnmerge from 2008-01-21 11:20:28 +00:00
introduction.rst Fix merge glitch. 2008-01-07 17:32:13 +00:00
modules.rst Merged revisions 59605-59624 via svnmerge from 2007-12-31 16:14:33 +00:00
stdlib.rst Tutorial update for 3.0 by Paul Dubois. 2007-08-31 03:25:11 +00:00
stdlib2.rst Remove all definitions of raw_input() that were still scattered throughout the docs 2007-12-02 22:48:17 +00:00
whatnow.rst Merged revisions 59605-59624 via svnmerge from 2007-12-31 16:14:33 +00:00