1. 0babc44 Update the type of tp_dealloc. by Fred Drake · 22 years ago
  2. e027d98 Add Raymond Hettinger's d.pop(). See SF patch 539949. by Guido van Rossum · 22 years ago
  3. 2a519f8 Document __unicode__. Fixes #541245. by Martin v. Löwis · 22 years ago
  4. 81bdc93 Explain octal escapes. Fixes #542226. by Martin v. Löwis · 22 years ago
  5. 17850f7 Add a name by Andrew M. Kuchling · 22 years ago
  6. 2854c47 Remove mention of 'pre' module by Andrew M. Kuchling · 22 years ago
  7. e3c764b Document PyType_CheckExact(), PyType_IS_GC(). by Fred Drake · 22 years ago
  8. 3b2625f document all the valid encoding values by Skip Montanaro · 22 years ago
  9. 3c1ff5c When adding a name to the table of macros and environments, make sure it by Fred Drake · 22 years ago
  10. 0047e16 Added support for \csimplemacro and csimplemacrodesc. by Fred Drake · 22 years ago
  11. 4d61775 Started filling in the information about some of the basic types and macros by Fred Drake · 22 years ago
  12. 375e302 Update to use the new \csimplemacro macro by Fred Drake · 22 years ago
  13. 79bf99c Document the \csimplemacro macro and the csimplemacrodesc environment. by Fred Drake · 22 years ago
  14. 19f827e Add \csimplemacro to parallel the csimplemacrodesc environment. by Fred Drake · 22 years ago
  15. 6b35370 Update docs for bool changes by Guido around April 6 by Neal Norwitz · 22 years ago
  16. eee12e9 Ignore an output directory for intermediates here as well. by Fred Drake · 22 years ago
  17. fd86771 Fix typo: coverted --> converted. Reported by Francois Pinard. by Fred Drake · 22 years ago
  18. 77f4438 Update the table of releases. by Fred Drake · 22 years ago
  19. 688357e Patch #512005: getrusage() returns struct-like object. by Martin v. Löwis · 22 years ago
  20. bc82ab1 Do not call "knee" a standard module, and point to the new location. by Fred Drake · 22 years ago
  21. 87bbdd3 Minor clarification about what's actually promised for PyMem_Malloc(0). by Tim Peters · 22 years ago
  22. 68304cc Move reference material on PyArg_Parse*() out of the Extending & Embedding by Fred Drake · 22 years ago
  23. 9651198 Remove weird spacing in typeset version of the chapter head. by Fred Drake · 22 years ago
  24. d15a0a0 Fix bug in command line handling, noted by Fredrik Lundh. by Fred Drake · 22 years ago
  25. e03e1fe Add support for the "Aesop Meta Tag". Not widely used, but not a bad idea, by Fred Drake · 22 years ago
  26. d3dab2b Update doc to reflect Tim's changes to bool. by Neal Norwitz · 22 years ago
  27. a8e5d43 Minor style change. by Fred Drake · 22 years ago
  28. 9b3e2ca Add support for \textgreater, \textless. Updated productionlist environment. by Fred Drake · 22 years ago
  29. a2c2595 Add a version annotation regarding the urlopen(proxies={...}). by Fred Drake · 22 years ago
  30. 5ca3a08 The rest of the documentation for manual proxy configuration for a basic by Fred Drake · 22 years ago
  31. d216703 Documentation for manual proxy configuration, by Andy Gimblett. by Fred Drake · 22 years ago
  32. e13602e Mark the notice about the new development version of the docs as not needing by Fred Drake · 22 years ago
  33. 2e1c09c Removed old Digital Creations copyright/license notices (with by Guido van Rossum · 22 years ago
  34. ce5df49 SF 539024, Fix broken link to numpy by Neal Norwitz · 22 years ago
  35. 243ea71 Correct the descriptions of the PyObject_As*Buffer() return values. by Fred Drake · 22 years ago
  36. 3a52ff6 Add empty section for bool by Andrew M. Kuchling · 22 years ago
  37. 77f6a65 Add the 'bool' type and its values 'False' and 'True', as described in by Guido van Rossum · 22 years ago
  38. b81fbad Updated PEP link to point to the now-canonical site. by Fred Drake · 22 years ago
  39. dbfe768 Update the PEP URL format to point to python.org. by Fred Drake · 22 years ago
  40. 103b548 Add a note warning against semicolons following PyObject_HEAD. Minor cleanups. by Fred Drake · 22 years ago
  41. 45afd54 Add an item by Andrew M. Kuchling · 22 years ago
  42. aee113d Add an experimental mechanism to support extending the pprint formatting. by Fred Drake · 22 years ago
  43. 4dfb7a8 Explain that os.spawn*() return the process handle on Windows. by Fred Drake · 22 years ago
  44. d764b0a There is no PyArg_ConvertTuple(); call it by the right name. by Fred Drake · 22 years ago
  45. d5a072f Fix up the documentation of the type codes to give both the C and Python by Fred Drake · 22 years ago
  46. 88955cb Change reference to execframes to naming. by Jeremy Hylton · 22 years ago
  47. e604875 Restore a minimal definition of execution frame, since other parts of by Jeremy Hylton · 22 years ago
  48. 1824b59 Update programmer's note on nested functions. by Jeremy Hylton · 22 years ago
  49. f3255c8 Reword explanation of global statement since an undeclared global is a by Jeremy Hylton · 22 years ago
  50. f0c1f1b Note the sole case in which the ban on "from ... import *" within a by Jeremy Hylton · 22 years ago
  51. 15b6897 Remove the following restriction: by Jeremy Hylton · 22 years ago
  52. d09ed68 Note that it is illegal to delete a cell variable. by Jeremy Hylton · 22 years ago
  53. 2225add Given lambda its own section, instead of burying it in boolean operators. by Jeremy Hylton · 22 years ago
  54. 53ed917 Update / simplify Identifiers section for nested scopes. by Jeremy Hylton · 22 years ago
  55. e7d5773 Update docs for nested scopes. by Jeremy Hylton · 22 years ago
  56. f54519d Update to push the docs to python.org instead of python.sf.net. by Fred Drake · 22 years ago
  57. f4dd65d Copy section on generators from the 2.2 document with a bit of rewriting by Andrew M. Kuchling · 22 years ago
  58. 9da3efd Mention 2.2.1 in intro and in bug/patch counts by Andrew M. Kuchling · 22 years ago
  59. 8392f36 Update documentation of code objects. by Jeremy Hylton · 22 years ago
  60. c9319b3 Minor adjustments. by Fred Drake · 22 years ago
  61. 26c49b6 Small fixes for description of function attributes. by Jeremy Hylton · 22 years ago
  62. fe5a538 Use the right types for a couple of fields of the type structure. by Fred Drake · 22 years ago
  63. 0ffd14c Started updating information about defining attributes on types. by Fred Drake · 22 years ago
  64. b1af637 Mark a couple of types that had not been marked. by Fred Drake · 22 years ago
  65. 0f9a34d Added comments for more entries of the type structure in the example by Fred Drake · 22 years ago
  66. 2ab0a10 The new files included by \verbatiminput in newtypes.tex. by Fred Drake · 22 years ago
  67. 81b750d Move some of the longer example code to external fragments, and by Fred Drake · 22 years ago
  68. e9fba91 Added index entries. by Fred Drake · 22 years ago
  69. 00f712e Extend \verbatiminput so that the typeset version provides the same appearance by Fred Drake · 22 years ago
  70. 8d62e94 Minor wording change. by Fred Drake · 22 years ago
  71. bb6bbc4 add exception class hierarchy. This should probably be done differently, by Skip Montanaro · 22 years ago
  72. 31f8483 Allow a page break in a code longish example. by Fred Drake · 22 years ago
  73. 47cdf6f Add documentation on the hasfree data object. by Fred Drake · 22 years ago
  74. e3a3ceb Minor consistency adjustments. by Fred Drake · 22 years ago
  75. 7bf9715 Introduce two new flag bits that can be set in a PyMethodDef method by Fred Drake · 22 years ago
  76. ed6a886 Ignore new output directory. by Fred Drake · 22 years ago
  77. 2e64c34 Expose C library's gettext. Fixes #516412. by Martin v. Löwis · 22 years ago
  78. 8a79727 add seealso referring to site module doc where people can learn how to by Skip Montanaro · 22 years ago
  79. 9e38c10 fix a typo in PyErr_Format table and add row for 'p' format char by Skip Montanaro · 22 years ago
  80. 03594bb Fill in this document a bit, adding reminders of items that should be included by Andrew M. Kuchling · 22 years ago
  81. 4e526fe Add the "What's New" document to the index of HTML documents. by Fred Drake · 22 years ago
  82. 69f0a8e The <link> to the stylesheet should include the type attribute. by Fred Drake · 22 years ago
  83. 3014086 Wire up the makefile to more fully support the "What's New" documents. by Fred Drake · 22 years ago
  84. 9ac14de Wire in the "What's New" document. by Fred Drake · 22 years ago
  85. 03e1031 Add a starter for the next "What's New" document. by Fred Drake · 22 years ago
  86. 15fc72c Make \url to force horizontal mode. by Fred Drake · 22 years ago
  87. 57f8e06 Document the finditer() function and method. This closes SF bug #520904. by Fred Drake · 22 years ago
  88. 3787c9d Added description of binhex.Error. by Fred Drake · 22 years ago
  89. 1e962cb document InvalidURL exception by Skip Montanaro · 22 years ago
  90. ccbb0ed Add local_hostname to SMTP.__init__(). by Neil Schemenauer · 22 years ago
  91. 1941528 Fix example for PyErr_SetFromErrno() (need to pass exception type). by Neil Schemenauer · 22 years ago
  92. 79f1813 Add more example exceptions that unpickling can raise. by Neil Schemenauer · 22 years ago
  93. cf43004 Fix broken HTML in the head; this was reported by a user as causing Opera 6.01 by Fred Drake · 22 years ago
  94. e22d3df Fix grammar by Neal Norwitz · 22 years ago
  95. b25c2b0 [Apply SF patch #504943] by Walter Dörwald · 22 years ago
  96. 1abca4a SF# 522426, add doc for common parameter for filecmp.cmpfiles() by Neal Norwitz · 22 years ago
  97. 1268678 Adjust some poor wording in the text that explains what events are used by Fred Drake · 22 years ago
  98. 2f31d56 Clarify that copy_reg.pickle() is not intended for use with "classic" classes. by Fred Drake · 22 years ago
  99. f6eafc3 Fix up unescaped tilde; reported by several people. by Fred Drake · 22 years ago
  100. a8b6638 Remove extra verb; reported by Detlef Lannert. by Fred Drake · 22 years ago