1. 88955cb Change reference to execframes to naming. by Jeremy Hylton · 23 years ago
  2. e604875 Restore a minimal definition of execution frame, since other parts of by Jeremy Hylton · 23 years ago
  3. 1824b59 Update programmer's note on nested functions. by Jeremy Hylton · 23 years ago
  4. f3255c8 Reword explanation of global statement since an undeclared global is a by Jeremy Hylton · 23 years ago
  5. f0c1f1b Note the sole case in which the ban on "from ... import *" within a by Jeremy Hylton · 23 years ago
  6. 15b6897 Remove the following restriction: by Jeremy Hylton · 23 years ago
  7. d09ed68 Note that it is illegal to delete a cell variable. by Jeremy Hylton · 23 years ago
  8. 2225add Given lambda its own section, instead of burying it in boolean operators. by Jeremy Hylton · 23 years ago
  9. 53ed917 Update / simplify Identifiers section for nested scopes. by Jeremy Hylton · 23 years ago
  10. e7d5773 Update docs for nested scopes. by Jeremy Hylton · 23 years ago
  11. f54519d Update to push the docs to python.org instead of python.sf.net. by Fred Drake · 23 years ago
  12. f4dd65d Copy section on generators from the 2.2 document with a bit of rewriting by Andrew M. Kuchling · 23 years ago
  13. 9da3efd Mention 2.2.1 in intro and in bug/patch counts by Andrew M. Kuchling · 23 years ago
  14. 8392f36 Update documentation of code objects. by Jeremy Hylton · 23 years ago
  15. c9319b3 Minor adjustments. by Fred Drake · 23 years ago
  16. 26c49b6 Small fixes for description of function attributes. by Jeremy Hylton · 23 years ago
  17. fe5a538 Use the right types for a couple of fields of the type structure. by Fred Drake · 23 years ago
  18. 0ffd14c Started updating information about defining attributes on types. by Fred Drake · 23 years ago
  19. b1af637 Mark a couple of types that had not been marked. by Fred Drake · 23 years ago
  20. 0f9a34d Added comments for more entries of the type structure in the example by Fred Drake · 23 years ago
  21. 2ab0a10 The new files included by \verbatiminput in newtypes.tex. by Fred Drake · 23 years ago
  22. 81b750d Move some of the longer example code to external fragments, and by Fred Drake · 23 years ago
  23. e9fba91 Added index entries. by Fred Drake · 23 years ago
  24. 00f712e Extend \verbatiminput so that the typeset version provides the same appearance by Fred Drake · 23 years ago
  25. 8d62e94 Minor wording change. by Fred Drake · 23 years ago
  26. bb6bbc4 add exception class hierarchy. This should probably be done differently, by Skip Montanaro · 23 years ago
  27. 31f8483 Allow a page break in a code longish example. by Fred Drake · 23 years ago
  28. 47cdf6f Add documentation on the hasfree data object. by Fred Drake · 23 years ago
  29. e3a3ceb Minor consistency adjustments. by Fred Drake · 23 years ago
  30. 7bf9715 Introduce two new flag bits that can be set in a PyMethodDef method by Fred Drake · 23 years ago
  31. ed6a886 Ignore new output directory. by Fred Drake · 23 years ago
  32. 2e64c34 Expose C library's gettext. Fixes #516412. by Martin v. Löwis · 23 years ago
  33. 8a79727 add seealso referring to site module doc where people can learn how to by Skip Montanaro · 23 years ago
  34. 9e38c10 fix a typo in PyErr_Format table and add row for 'p' format char by Skip Montanaro · 23 years ago
  35. 03594bb Fill in this document a bit, adding reminders of items that should be included by Andrew M. Kuchling · 23 years ago
  36. 4e526fe Add the "What's New" document to the index of HTML documents. by Fred Drake · 23 years ago
  37. 69f0a8e The <link> to the stylesheet should include the type attribute. by Fred Drake · 23 years ago
  38. 3014086 Wire up the makefile to more fully support the "What's New" documents. by Fred Drake · 23 years ago
  39. 9ac14de Wire in the "What's New" document. by Fred Drake · 23 years ago
  40. 03e1031 Add a starter for the next "What's New" document. by Fred Drake · 23 years ago
  41. 15fc72c Make \url to force horizontal mode. by Fred Drake · 23 years ago
  42. 57f8e06 Document the finditer() function and method. This closes SF bug #520904. by Fred Drake · 23 years ago
  43. 3787c9d Added description of binhex.Error. by Fred Drake · 23 years ago
  44. 1e962cb document InvalidURL exception by Skip Montanaro · 23 years ago
  45. ccbb0ed Add local_hostname to SMTP.__init__(). by Neil Schemenauer · 23 years ago
  46. 1941528 Fix example for PyErr_SetFromErrno() (need to pass exception type). by Neil Schemenauer · 23 years ago
  47. 79f1813 Add more example exceptions that unpickling can raise. by Neil Schemenauer · 23 years ago
  48. cf43004 Fix broken HTML in the head; this was reported by a user as causing Opera 6.01 by Fred Drake · 23 years ago
  49. e22d3df Fix grammar by Neal Norwitz · 23 years ago
  50. b25c2b0 [Apply SF patch #504943] by Walter Dörwald · 23 years ago
  51. 1abca4a SF# 522426, add doc for common parameter for filecmp.cmpfiles() by Neal Norwitz · 23 years ago
  52. 1268678 Adjust some poor wording in the text that explains what events are used by Fred Drake · 23 years ago
  53. 2f31d56 Clarify that copy_reg.pickle() is not intended for use with "classic" classes. by Fred Drake · 23 years ago
  54. f6eafc3 Fix up unescaped tilde; reported by several people. by Fred Drake · 23 years ago
  55. a8b6638 Remove extra verb; reported by Detlef Lannert. by Fred Drake · 23 years ago
  56. 5c137c2 Patch #495598: add an -q (quiet) option to pycompile. by Martin v. Löwis · 23 years ago
  57. 10acc8f added note that xmlrpclib won't marshal instances of subclasses of the by Skip Montanaro · 23 years ago
  58. 587c98c Patch #430706: Persistent connections in BaseHTTPServer. by Martin v. Löwis · 23 years ago
  59. 8e0c82a Fix stupid typo in example. by Fred Drake · 23 years ago
  60. 83d14c1 Markup error: braces not properly marked in dictionary display by Fred Drake · 23 years ago
  61. f275803 Clarify the descriptions of the positive and negative lookbehind assertions. by Fred Drake · 23 years ago
  62. 0e4cd7f pdfTeX 0.13 and 0.14 do not agree on the name of the macro, and I will not by Fred Drake · 23 years ago
  63. 5381588 Revise the markup related to the grammar productions to increase the by Fred Drake · 23 years ago
  64. 7fe80a1 Make the release status obvious in the title area. by Fred Drake · 23 years ago
  65. dc8d407 update text to refer to ServerProxy class in preference to Server, which is by Skip Montanaro · 23 years ago
  66. 5d11747 Describe how to support the iterator protocol in extension types. by Fred Drake · 23 years ago
  67. e789ea1 Extend the list of special characters and magic markup used to produce them by Fred Drake · 23 years ago
  68. f171ad9 Change the way \textasciitilde is implemented so it works more consistently by Fred Drake · 23 years ago
  69. 6ccdccd Add a note that Py_None needs the same reference count treatment as any by Fred Drake · 23 years ago
  70. f981617 "level" keyword argument in example should be "stacklevel". by Fred Drake · 23 years ago
  71. 8f01b68 Change Windows file.truncate() to (a) restore the original file position, by Tim Peters · 23 years ago
  72. 314bae5 Documentation for PyObject_GetIter(), contributed by Greg Chapman by Fred Drake · 23 years ago
  73. e38b7e8 Make the extension manual format using the Makefile; recent changes broke by Fred Drake · 23 years ago
  74. fb05db2 file_truncate(): provide full "large file" support on Windows, by by Tim Peters · 23 years ago
  75. 27761f3 Patch #500136: Update Update ext build documentation. 2.2.1 candidate. by Martin v. Löwis · 23 years ago
  76. 632bda3 Add more explanation of how data_files is used (esp. where the files end up by Fred Drake · 23 years ago
  77. 10b3eac [Bug #486527] Note that the caller has to ensure there are no control by Andrew M. Kuchling · 23 years ago
  78. 02d2212 Add entry for mac/libscrap.tex. by Fred Drake · 23 years ago
  79. f3e6f06 I started writing more documentation on the Scrap module at one point, but by Fred Drake · 23 years ago
  80. a4f8313 add SSL class submitted by Tino Lange by Piers Lauder · 23 years ago
  81. 6cb64f9 "Shortcut" should be "short-circuit". This closes SF bug #526277. by Fred Drake · 23 years ago
  82. da8a6dd Added missing version annotation for dict(). by Fred Drake · 23 years ago
  83. 58fb237 Add implementations for \textgreater and \textless, defined in (relatively) by Fred Drake · 23 years ago
  84. 9479c95 Remove extra indenatation from sample interpreter session. by Fred Drake · 23 years ago
  85. a8e1d81 add simple example of avoiding backtracking by Skip Montanaro · 23 years ago
  86. 29001ff Patch #523268, #522027: return enhanced tuples. by Martin v. Löwis · 23 years ago
  87. dbd55b3 Patch #523268, #522027: return enhanced tuples. by Martin v. Löwis · 23 years ago
  88. 9986633 Patch 520694: arraymodule.c improvements: by Martin v. Löwis · 23 years ago
  89. 494cdb6 Add 2002 to PSF copyrights. by Michael W. Hudson · 23 years ago
  90. b6b2aa6 Fix error in explanation of the interaction between $ and MULTILINE mode. by Fred Drake · 23 years ago
  91. 9f4341b SF bug #501591: dir() doc is old Bugfix candidate. by Tim Peters · 23 years ago
  92. f8b1f24 Grammar tweak. by Greg Ward · 23 years ago
  93. 216cbca Typo: thsi -> this. Closes SF bug #521450. by Fred Drake · 23 years ago
  94. 8371e84 Correct the refcount information for the PyWeakref_GetObject() function. by Fred Drake · 23 years ago
  95. ba902fd SF #515041, Update path for 2.3 by Neal Norwitz · 23 years ago
  96. e73ad2a Use the standard expression for the availability statement for alarm(). by Fred Drake · 23 years ago
  97. 8d1fdaf note that the alarm function is not available on Windows. by Skip Montanaro · 23 years ago
  98. 960d7a6 Added deprecatioon information for mac.xstat(). This closes SF bug #505150. by Fred Drake · 23 years ago
  99. 928051f The "%" character does not need to be escaped in verbatim environments. by Fred Drake · 23 years ago
  100. 7bc6f7a Consistently use \textasciicircum to produce a ^ character. by Fred Drake · 23 years ago