1. eb2b833 Added some notes on setting up the documentation tools on Cygwin. by Fred Drake · 22 years ago
  2. 5a55c49 Added more style for major warnings. by Fred Drake · 22 years ago
  3. 7f781c9 Add Pickler.clear_memo() so the pickle and cPickle modules are more similar. by Fred Drake · 22 years ago
  4. 56aa628 list_documented_items(): Basic implementation. by Fred Drake · 22 years ago
  5. a65375c Explain what os.read() returns at end of file. by Fred Drake · 22 years ago
  6. 7938fab Add missing right-parenthesis. by Fred Drake · 22 years ago
  7. d268183 moved from Tools/scripts (was only at rev 1.1 - no changes yet - so I simply by Skip Montanaro · 22 years ago
  8. 52cc670 Add a note about when the "%r" formatting code was added. by Fred Drake · 22 years ago
  9. af93c4c Added a missing "|" in the grammar productions used in the reference manual by Fred Drake · 22 years ago
  10. 541703b Typo: whcar_t should be wchar_t. by Thomas Heller · 22 years ago
  11. b803f70 Add some items, and remove a note to myself by Andrew M. Kuchling · 22 years ago
  12. 432425e Small markup adjustments for consistency. by Fred Drake · 22 years ago
  13. 81b9251 Mostly in SequenceMatcher.{__chain_b, find_longest_match}: by Tim Peters · 22 years ago
  14. 5de9842 Repair widespread misuse of _PyString_Resize. Since it's clear people by Tim Peters · 22 years ago
  15. d3e6678 Slightly expand and clarify the differences between getegid(), getgid(), by Fred Drake · 22 years ago
  16. a7bb2b9 Be more consistent, both internally and with recommended practice. by Fred Drake · 22 years ago
  17. 38f7197 Documentation for the enumerate() function/type. This closes SF patch #547162. by Fred Drake · 22 years ago
  18. 8da4b59 Fix a small mistake and complete some function prototypes. SF Patch #547813. by Thomas Heller · 22 years ago
  19. 99d17006 Add text about circular references caused by storing frames in local by Fred Drake · 22 years ago
  20. ed9e453 Minor change to an index entry. by Fred Drake · 22 years ago
  21. b957bc3 Clarify the return value of PyObject_IsInstance(). by Fred Drake · 22 years ago
  22. 106c1a0 WCOREDUMP(), WIFCONTINUED(), WCONTINUED, WUNTRACED: New. by Fred Drake · 22 years ago
  23. 8388895 SF patch [ 545523 ] patch for 514433 bsddb.dbopen (NULL) closes SF #514433 by Anthony Baxter · 22 years ago
  24. de02bcb Apply patch diff.txt from SF feature request http://www.python.org/sf/444708 by Walter Dörwald · 22 years ago
  25. 4a0db06 Hack around the "2.1.6 Blank lines" bug in a way that the TOC still by Tim Peters · 22 years ago
  26. dc374e0 Give the Help viewer a font-size button. This isn't documented by MS, by Tim Peters · 22 years ago
  27. c8490c7 Move "everything left one": the TOC now shows each doc directory as a by Tim Peters · 22 years ago
  28. 4545407 Stopped all warnings from the HTML Help Compiler, by generating proper by Tim Peters · 22 years ago
  29. e21095e Widespread: Used classes in a more natural way. Added convenience by Tim Peters · 22 years ago
  30. d9a1050 Replaced the fiddly 5-tuples with a new Book convenience class, allowing by Tim Peters · 22 years ago
  31. 8d62ad7 Fixed a comment. by Tim Peters · 22 years ago
  32. 661e492 All over: get rid of blanks before colons that open code blocks. by Tim Peters · 22 years ago
  33. 460643b do_project(): Modernized the code. by Tim Peters · 22 years ago
  34. 5d5e193 Added "What's New" to the 2.2 doc set. by Tim Peters · 22 years ago
  35. 4f109c1 Added a stop-list to reduce the size of the full text search index. Fred, by Tim Peters · 22 years ago
  36. e6b63e6 project_template: use dict interpolation instead of giant tuples. by Tim Peters · 22 years ago
  37. a905363 + Changed TOC to folder-tree style. by Tim Peters · 22 years ago
  38. 52cfa33 Generates inputs to the Microsoft Help Compiler, which creates compiled by Tim Peters · 22 years ago
  39. 7d4ed0d Get the right funny characters in Hernan's name. by Tim Peters · 22 years ago
  40. 75700db \idxcode -> \py@idxcode (mimics index stuff in python.sty - problem only by Skip Montanaro · 22 years ago
  41. 176bda4cd fix duplicate label add index turds by Skip Montanaro · 22 years ago
  42. c55ae4b Clean up the use of version numbers in filenames; always use an "abstract" by Fred Drake · 22 years ago
  43. 91bae44 Long-forgotten change: Update first paragraph with actual release date by Andrew M. Kuchling · 22 years ago
  44. b02ea65 typo by Skip Montanaro · 22 years ago
  45. 8d95ca4 Add text on tp_as_buffer that refers tothe section that covers the topic. by Fred Drake · 22 years ago
  46. 933f159 Add a version annotation for the help() function. by Fred Drake · 22 years ago
  47. 70b3831 Adjust markup to worm around tool limitations; the "m" in "model" was being by Fred Drake · 22 years ago
  48. 3d0b697 Pass the -r option to getpagecounts to generate an entry for the "What's by Fred Drake · 22 years ago
  49. bab5aa0 Remove Emacs turd; not needed with modern Emacs versions. by Fred Drake · 22 years ago
  50. 1f67946 Changed last remaining use of "./" to "index.html" when referring to the by Fred Drake · 22 years ago
  51. 34a05f7 Start of script to locate C symbols and segregate them into lists of by Fred Drake · 22 years ago
  52. 0fdc826 Update the dependencies. by Fred Drake · 22 years ago
  53. 121460d Minor wording change. by Fred Drake · 22 years ago
  54. 9ad70f9 Add more text from Guido on the type structure fields. Small additional changes. by Fred Drake · 22 years ago
  55. 6c7bc31 added small clarification to the descriptions of encode() and decode() by Skip Montanaro · 22 years ago
  56. 0e661dc Replace the simpleminded string.find with a re.search looking only for by Thomas Heller · 22 years ago
  57. c0a02c0 Remove repeated index entry; adds nothing different. Closes SF bug #518985. by Fred Drake · 22 years ago
  58. 0e0b618 Add documentation for PyObject_Call(). by Fred Drake · 22 years ago
  59. 34adb8a Separate out a \cfuncline macro from the cfuncdesc environment. by Fred Drake · 22 years ago
  60. 1251b0e Document the cmemberdesc environment. by Fred Drake · 22 years ago
  61. 8a5a270 Better documentation for GetArgv() and the ProgressBar type. by Fred Drake · 22 years ago
  62. e19a5bc Be consistent in presenting the signatures. by Fred Drake · 22 years ago
  63. 1549855 Add docs for os.fchdir(). by Fred Drake · 22 years ago
  64. 0157276 Generate the right annotations in the index entries. by Fred Drake · 22 years ago
  65. 188ecd1 Integrated more text from Guido. by Fred Drake · 22 years ago
  66. c63042b Move the listing of the type structure, since both the C API reference and by Fred Drake · 22 years ago
  67. 8a5e679 Clean up the application of style to verbatim text. by Fred Drake · 22 years ago
  68. eeb5ec4 Add support for \cmemberline and the cmemberdesc environment. by Fred Drake · 22 years ago
  69. 8e8af6e Add item by Andrew M. Kuchling · 22 years ago
  70. 068325e Apply the second version of SF patch http://www.python.org/sf/536241 by Walter Dörwald · 22 years ago
  71. b384c72 posix.mknod() and {}.pop() were added by Neal Norwitz · 22 years ago
  72. f367651 Add items by Andrew M. Kuchling · 22 years ago
  73. 06a83e9 Patch #543447: Add posix.mknod. by Martin v. Löwis · 22 years ago
  74. 8b1c47b Document the optional argument to the .strip(), .rstrip(), .strip() string by Fred Drake · 22 years ago
  75. 01e9461 Additional support for describing C structure members. by Fred Drake · 22 years ago
  76. 4d2a95d Integrate a bunch of new text from Guido. by Fred Drake · 22 years ago
  77. d4c0e5f BDFL agreed with Tim: rehabilitate randint(). by Fred Drake · 22 years ago
  78. fd92304 Update the type of the tp_free slot. by Fred Drake · 22 years ago
  79. f495ef7 Warn people away from PyModule_GetDict(), but not too strongly. by Fred Drake · 22 years ago
  80. 63e40a5 Do not use PyModule_GetDict(). by Fred Drake · 22 years ago
  81. e77e5ef Change example of retrieving & calling a Python function to not use by Fred Drake · 22 years ago
  82. 292da58 Change the type of the tp_dealloc back to what it really is. by Fred Drake · 22 years ago
  83. ee48519 Modernize the minimal example of an extension type. by Fred Drake · 22 years ago
  84. 28de8d4 Add a (very) simple description of PyType_Ready(). by Fred Drake · 22 years ago
  85. 0babc44 Update the type of tp_dealloc. by Fred Drake · 22 years ago
  86. e027d98 Add Raymond Hettinger's d.pop(). See SF patch 539949. by Guido van Rossum · 22 years ago
  87. 2a519f8 Document __unicode__. Fixes #541245. by Martin v. Löwis · 22 years ago
  88. 81bdc93 Explain octal escapes. Fixes #542226. by Martin v. Löwis · 22 years ago
  89. 17850f7 Add a name by Andrew M. Kuchling · 22 years ago
  90. 2854c47 Remove mention of 'pre' module by Andrew M. Kuchling · 22 years ago
  91. e3c764b Document PyType_CheckExact(), PyType_IS_GC(). by Fred Drake · 22 years ago
  92. 3b2625f document all the valid encoding values by Skip Montanaro · 22 years ago
  93. 3c1ff5c When adding a name to the table of macros and environments, make sure it by Fred Drake · 22 years ago
  94. 0047e16 Added support for \csimplemacro and csimplemacrodesc. by Fred Drake · 22 years ago
  95. 4d61775 Started filling in the information about some of the basic types and macros by Fred Drake · 22 years ago
  96. 375e302 Update to use the new \csimplemacro macro by Fred Drake · 22 years ago
  97. 79bf99c Document the \csimplemacro macro and the csimplemacrodesc environment. by Fred Drake · 22 years ago
  98. 19f827e Add \csimplemacro to parallel the csimplemacrodesc environment. by Fred Drake · 22 years ago
  99. 6b35370 Update docs for bool changes by Guido around April 6 by Neal Norwitz · 22 years ago
  100. eee12e9 Ignore an output directory for intermediates here as well. by Fred Drake · 22 years ago