1. 7d4ed0d Get the right funny characters in Hernan's name. by Tim Peters · 22 years ago
  2. 75700db \idxcode -> \py@idxcode (mimics index stuff in python.sty - problem only by Skip Montanaro · 22 years ago
  3. 176bda4cd fix duplicate label add index turds by Skip Montanaro · 22 years ago
  4. c55ae4b Clean up the use of version numbers in filenames; always use an "abstract" by Fred Drake · 22 years ago
  5. 91bae44 Long-forgotten change: Update first paragraph with actual release date by Andrew M. Kuchling · 22 years ago
  6. b02ea65 typo by Skip Montanaro · 22 years ago
  7. 8d95ca4 Add text on tp_as_buffer that refers tothe section that covers the topic. by Fred Drake · 22 years ago
  8. 933f159 Add a version annotation for the help() function. by Fred Drake · 22 years ago
  9. 70b3831 Adjust markup to worm around tool limitations; the "m" in "model" was being by Fred Drake · 22 years ago
  10. 3d0b697 Pass the -r option to getpagecounts to generate an entry for the "What's by Fred Drake · 22 years ago
  11. bab5aa0 Remove Emacs turd; not needed with modern Emacs versions. by Fred Drake · 22 years ago
  12. 1f67946 Changed last remaining use of "./" to "index.html" when referring to the by Fred Drake · 22 years ago
  13. 34a05f7 Start of script to locate C symbols and segregate them into lists of by Fred Drake · 22 years ago
  14. 0fdc826 Update the dependencies. by Fred Drake · 22 years ago
  15. 121460d Minor wording change. by Fred Drake · 22 years ago
  16. 9ad70f9 Add more text from Guido on the type structure fields. Small additional changes. by Fred Drake · 22 years ago
  17. 6c7bc31 added small clarification to the descriptions of encode() and decode() by Skip Montanaro · 22 years ago
  18. 0e661dc Replace the simpleminded string.find with a re.search looking only for by Thomas Heller · 22 years ago
  19. c0a02c0 Remove repeated index entry; adds nothing different. Closes SF bug #518985. by Fred Drake · 22 years ago
  20. 0e0b618 Add documentation for PyObject_Call(). by Fred Drake · 22 years ago
  21. 34adb8a Separate out a \cfuncline macro from the cfuncdesc environment. by Fred Drake · 22 years ago
  22. 1251b0e Document the cmemberdesc environment. by Fred Drake · 22 years ago
  23. 8a5a270 Better documentation for GetArgv() and the ProgressBar type. by Fred Drake · 22 years ago
  24. e19a5bc Be consistent in presenting the signatures. by Fred Drake · 22 years ago
  25. 1549855 Add docs for os.fchdir(). by Fred Drake · 22 years ago
  26. 0157276 Generate the right annotations in the index entries. by Fred Drake · 22 years ago
  27. 188ecd1 Integrated more text from Guido. by Fred Drake · 22 years ago
  28. c63042b Move the listing of the type structure, since both the C API reference and by Fred Drake · 22 years ago
  29. 8a5e679 Clean up the application of style to verbatim text. by Fred Drake · 22 years ago
  30. eeb5ec4 Add support for \cmemberline and the cmemberdesc environment. by Fred Drake · 22 years ago
  31. 8e8af6e Add item by Andrew M. Kuchling · 22 years ago
  32. 068325e Apply the second version of SF patch http://www.python.org/sf/536241 by Walter Dörwald · 22 years ago
  33. b384c72 posix.mknod() and {}.pop() were added by Neal Norwitz · 22 years ago
  34. f367651 Add items by Andrew M. Kuchling · 22 years ago
  35. 06a83e9 Patch #543447: Add posix.mknod. by Martin v. Löwis · 22 years ago
  36. 8b1c47b Document the optional argument to the .strip(), .rstrip(), .strip() string by Fred Drake · 22 years ago
  37. 01e9461 Additional support for describing C structure members. by Fred Drake · 22 years ago
  38. 4d2a95d Integrate a bunch of new text from Guido. by Fred Drake · 22 years ago
  39. d4c0e5f BDFL agreed with Tim: rehabilitate randint(). by Fred Drake · 22 years ago
  40. fd92304 Update the type of the tp_free slot. by Fred Drake · 22 years ago
  41. f495ef7 Warn people away from PyModule_GetDict(), but not too strongly. by Fred Drake · 22 years ago
  42. 63e40a5 Do not use PyModule_GetDict(). by Fred Drake · 22 years ago
  43. e77e5ef Change example of retrieving & calling a Python function to not use by Fred Drake · 22 years ago
  44. 292da58 Change the type of the tp_dealloc back to what it really is. by Fred Drake · 22 years ago
  45. ee48519 Modernize the minimal example of an extension type. by Fred Drake · 22 years ago
  46. 28de8d4 Add a (very) simple description of PyType_Ready(). by Fred Drake · 22 years ago
  47. 0babc44 Update the type of tp_dealloc. by Fred Drake · 22 years ago
  48. e027d98 Add Raymond Hettinger's d.pop(). See SF patch 539949. by Guido van Rossum · 22 years ago
  49. 2a519f8 Document __unicode__. Fixes #541245. by Martin v. Löwis · 22 years ago
  50. 81bdc93 Explain octal escapes. Fixes #542226. by Martin v. Löwis · 22 years ago
  51. 17850f7 Add a name by Andrew M. Kuchling · 22 years ago
  52. 2854c47 Remove mention of 'pre' module by Andrew M. Kuchling · 22 years ago
  53. e3c764b Document PyType_CheckExact(), PyType_IS_GC(). by Fred Drake · 22 years ago
  54. 3b2625f document all the valid encoding values by Skip Montanaro · 22 years ago
  55. 3c1ff5c When adding a name to the table of macros and environments, make sure it by Fred Drake · 22 years ago
  56. 0047e16 Added support for \csimplemacro and csimplemacrodesc. by Fred Drake · 22 years ago
  57. 4d61775 Started filling in the information about some of the basic types and macros by Fred Drake · 22 years ago
  58. 375e302 Update to use the new \csimplemacro macro by Fred Drake · 22 years ago
  59. 79bf99c Document the \csimplemacro macro and the csimplemacrodesc environment. by Fred Drake · 22 years ago
  60. 19f827e Add \csimplemacro to parallel the csimplemacrodesc environment. by Fred Drake · 22 years ago
  61. 6b35370 Update docs for bool changes by Guido around April 6 by Neal Norwitz · 22 years ago
  62. eee12e9 Ignore an output directory for intermediates here as well. by Fred Drake · 22 years ago
  63. fd86771 Fix typo: coverted --> converted. Reported by Francois Pinard. by Fred Drake · 22 years ago
  64. 77f4438 Update the table of releases. by Fred Drake · 22 years ago
  65. 688357e Patch #512005: getrusage() returns struct-like object. by Martin v. Löwis · 22 years ago
  66. bc82ab1 Do not call "knee" a standard module, and point to the new location. by Fred Drake · 22 years ago
  67. 87bbdd3 Minor clarification about what's actually promised for PyMem_Malloc(0). by Tim Peters · 22 years ago
  68. 68304cc Move reference material on PyArg_Parse*() out of the Extending & Embedding by Fred Drake · 22 years ago
  69. 9651198 Remove weird spacing in typeset version of the chapter head. by Fred Drake · 22 years ago
  70. d15a0a0 Fix bug in command line handling, noted by Fredrik Lundh. by Fred Drake · 22 years ago
  71. e03e1fe Add support for the "Aesop Meta Tag". Not widely used, but not a bad idea, by Fred Drake · 22 years ago
  72. d3dab2b Update doc to reflect Tim's changes to bool. by Neal Norwitz · 22 years ago
  73. a8e5d43 Minor style change. by Fred Drake · 22 years ago
  74. 9b3e2ca Add support for \textgreater, \textless. Updated productionlist environment. by Fred Drake · 22 years ago
  75. a2c2595 Add a version annotation regarding the urlopen(proxies={...}). by Fred Drake · 22 years ago
  76. 5ca3a08 The rest of the documentation for manual proxy configuration for a basic by Fred Drake · 22 years ago
  77. d216703 Documentation for manual proxy configuration, by Andy Gimblett. by Fred Drake · 22 years ago
  78. e13602e Mark the notice about the new development version of the docs as not needing by Fred Drake · 22 years ago
  79. 2e1c09c Removed old Digital Creations copyright/license notices (with by Guido van Rossum · 22 years ago
  80. ce5df49 SF 539024, Fix broken link to numpy by Neal Norwitz · 22 years ago
  81. 243ea71 Correct the descriptions of the PyObject_As*Buffer() return values. by Fred Drake · 22 years ago
  82. 3a52ff6 Add empty section for bool by Andrew M. Kuchling · 22 years ago
  83. 77f6a65 Add the 'bool' type and its values 'False' and 'True', as described in by Guido van Rossum · 22 years ago
  84. b81fbad Updated PEP link to point to the now-canonical site. by Fred Drake · 22 years ago
  85. dbfe768 Update the PEP URL format to point to python.org. by Fred Drake · 22 years ago
  86. 103b548 Add a note warning against semicolons following PyObject_HEAD. Minor cleanups. by Fred Drake · 22 years ago
  87. 45afd54 Add an item by Andrew M. Kuchling · 22 years ago
  88. aee113d Add an experimental mechanism to support extending the pprint formatting. by Fred Drake · 22 years ago
  89. 4dfb7a8 Explain that os.spawn*() return the process handle on Windows. by Fred Drake · 22 years ago
  90. d764b0a There is no PyArg_ConvertTuple(); call it by the right name. by Fred Drake · 22 years ago
  91. d5a072f Fix up the documentation of the type codes to give both the C and Python by Fred Drake · 22 years ago
  92. 88955cb Change reference to execframes to naming. by Jeremy Hylton · 22 years ago
  93. e604875 Restore a minimal definition of execution frame, since other parts of by Jeremy Hylton · 22 years ago
  94. 1824b59 Update programmer's note on nested functions. by Jeremy Hylton · 22 years ago
  95. f3255c8 Reword explanation of global statement since an undeclared global is a by Jeremy Hylton · 22 years ago
  96. f0c1f1b Note the sole case in which the ban on "from ... import *" within a by Jeremy Hylton · 22 years ago
  97. 15b6897 Remove the following restriction: by Jeremy Hylton · 22 years ago
  98. d09ed68 Note that it is illegal to delete a cell variable. by Jeremy Hylton · 22 years ago
  99. 2225add Given lambda its own section, instead of burying it in boolean operators. by Jeremy Hylton · 22 years ago
  100. 53ed917 Update / simplify Identifiers section for nested scopes. by Jeremy Hylton · 22 years ago