1. 9d37a4d Small wording change about global and local trace functions. by Guido van Rossum · 27 years ago
  2. 040e565 Ooops, found too more references to old conditions on floating point values. by Fred Drake · 27 years ago
  3. ae18e9f Removed obsolete discussion on _xdr helper module. by Fred Drake · 27 years ago
  4. d7dc2eb Put {} around \^ in sets to force latex2html to do the right thing... by Guido van Rossum · 27 years ago
  5. 828a0bd count() now has a 4th parameter too. Also rephrased the docs for find by Guido van Rossum · 27 years ago
  6. 871cf16 Documented exc_info(); also updated exc_type and last_type docs. by Guido van Rossum · 27 years ago
  7. 9e63faa Change Python-as-executable-script example to use "#! /usr/bin/env python" by Fred Drake · 27 years ago
  8. 2950b2d Restore the \seealso formatting that got lost when I updated the math by Fred Drake · 27 years ago
  9. 9dcc5a9 Add support for ctypedesc, cvardesc, seealso, seemodule, seetext. by Fred Drake · 27 years ago
  10. 7cd6044 Remove macpath entry -- it is already documented. by Fred Drake · 27 years ago
  11. 5451d67 socket_type ==> SocketType by Fred Drake · 27 years ago
  12. 120ac20 Remove superfluous comman from between "not" and "in" when describing the by Fred Drake · 27 years ago
  13. 36fbe76 struct _frozen: by Fred Drake · 27 years ago
  14. 6cd7ecb The sequence behavior is now on the Exception root class rather than by Guido van Rossum · 27 years ago
  15. fdacc58 Added pointer to api.tex and note about the out-of-date-ness of this document. by Guido van Rossum · 27 years ago
  16. 18b0db3 Set Oct 10 as the release date. by Guido van Rossum · 27 years ago
  17. 9faf4c5 Change title to {Python/C API Reference Manual}; remove \bcode \ecode by Guido van Rossum · 27 years ago
  18. 6f2a26d And "ni" has been documented... by Fred Drake · 27 years ago
  19. 2df7583 Oops; don't know if this was my typo or not: There was a "p" on a line that by Fred Drake · 27 years ago
  20. c211254 Updated the section "Parsing Python". by Fred Drake · 27 years ago
  21. 14bf341 Added keyword module entry. by Fred Drake · 27 years ago
  22. e061a51 Minor nits (Lib/token.py is a file, token is a module...). by Fred Drake · 27 years ago
  23. db12f34 Documentation for the keyword module. by Fred Drake · 27 years ago
  24. 00eb96a Move the pprint docs after the code docs, so that all parser/codegen type by Fred Drake · 27 years ago
  25. dc0f00a Document the mapping object's new get() method. by Barry Warsaw · 27 years ago
  26. 04ac894 Add the four latex2html output directories: api, ext, lib, tut. by Fred Drake · 27 years ago
  27. c44d3d6 Done with tread state descriptions. Sigh! by Guido van Rossum · 27 years ago
  28. 0bfd146 Added strerror() by Guido van Rossum · 27 years ago
  29. bc3b136 Removed emacs.py by Guido van Rossum · 27 years ago
  30. eb53ae4 Fixed some stuff that was incorrectly copied from regex. by Guido van Rossum · 27 years ago
  31. 7974b0f Documented __import__, callable, isinstance, issubclass, and slice. by Guido van Rossum · 27 years ago
  32. df3dba0 Documented new exceptions and exception classes. by Guido van Rossum · 27 years ago
  33. 5344d4f Add -N0 to dvips flags to generate page structure comments. by Guido van Rossum · 27 years ago
  34. 42cefd0 Checkpoint. Added docs for the new exception handling APIs and for by Guido van Rossum · 27 years ago
  35. b55e07f Fixed up formatting. by Fred Drake · 27 years ago
  36. 1b914b3 Fixed up formatting, added descriptions for previously undocumented functions. by Fred Drake · 27 years ago
  37. 3cdb8f3 Update the description and the example to the new functionality, which by Guido van Rossum · 27 years ago
  38. 9cf4e2b Change packages to site-packages (so it's clearly not a package itself). by Guido van Rossum · 27 years ago
  39. 1622112 Added warning about ni's obsolescence. Retracted semantic changes by Guido van Rossum · 27 years ago
  40. 5938011 Initial revision by Guido van Rossum · 27 years ago
  41. f01dff7 Give in to Mike Meyer -- add *both* lib/python1.5/packages and by Guido van Rossum · 27 years ago
  42. 28cad96 Document newly revamped site configuration mechanism. by Guido van Rossum · 27 years ago
  43. 36764b8 Added docs for 'user' customization module. Renamed libuser.tex by Guido van Rossum · 27 years ago
  44. b2afc81 Added os.altsep; this is '/' on DOS/Windows, and None on systems with by Guido van Rossum · 27 years ago
  45. 282290f Referred to POSIX docs as well as to Unix docs. by Guido van Rossum · 27 years ago
  46. e20aef5 Ignore whitespace between formats (not internal to a count+format). by Guido van Rossum · 27 years ago
  47. 81e479a Removed some colons that shouldn't be there (probably leftovers from by Guido van Rossum · 27 years ago
  48. 5de31fc Oops, don't suppress echo of the rm command in l2hclean! by Fred Drake · 27 years ago
  49. 03ff6f7 Simplify LaTeX2HTML targets && support re-use of output directories (which by Fred Drake · 27 years ago
  50. 289f97d Changed description of SchedParams() in the following way: by Fred Drake · 27 years ago
  51. 2999607 Added missing "\end{funcdesc}" after FindFolder documentation. by Fred Drake · 27 years ago
  52. 08157f8 mention cPickle and cStringIO by Guido van Rossum · 27 years ago
  53. b904629 Fix some badly botched prototypes for PyRun* c.s. by Guido van Rossum · 27 years ago
  54. e229d86 Misc Mac mods by Jack. Added libmacic.tex, and these patches: by Guido van Rossum · 27 years ago
  55. 5060b3b Consistently change Python-C API to Python/C API; added lots of new by Guido van Rossum · 27 years ago
  56. b235d9e Tweaked all l2h targets to remove the target directory before renaming by Guido van Rossum · 27 years ago
  57. 09270b5 Fixes to make it pass latex without complaints. by Guido van Rossum · 27 years ago
  58. 9085822 the usual by Guido van Rossum · 27 years ago
  59. 1574d78 Date by Guido van Rossum · 27 years ago
  60. 1acceb0 Added AMK's first cut at docs for re.py by Guido van Rossum · 27 years ago
  61. 4a944d7 Added more stuff on initialization (still rudimentary) by Guido van Rossum · 27 years ago
  62. 59a6135 Added new intro sections (incomplete); fixed various typos by Guido van Rossum · 27 years ago
  63. 3572d37 Updated platform specific notes (it is now more common to have this) by Guido van Rossum · 27 years ago
  64. 8f06247 Added buffer_info() docs. by Guido van Rossum · 27 years ago
  65. 98046b9 Minor typo only. by Guido van Rossum · 27 years ago
  66. fcaf26e Documented mime_decode_header() and mime_encode_header(). by Guido van Rossum · 27 years ago
  67. 9c43c59 More emphasis on os.environ's calling of putenv; and added hint about by Guido van Rossum · 27 years ago
  68. fd16ca4 Added mimify docs (Sjoerd). by Guido van Rossum · 27 years ago
  69. bc0cd37 l2h target: l2htut was listed twice and l2hapi was skipped. Fixed. by Fred Drake · 27 years ago
  70. b065452 Bump up the version number. The date still needs to be set (Guido will by Fred Drake · 27 years ago
  71. 12d9eac A couple of grammatical nits. by Fred Drake · 27 years ago
  72. 6576dd6 Document new 'quote' flag to cgi.escape(). by Guido van Rossum · 27 years ago
  73. 61c2703 added code.py; codehack.py is obsolete by Guido van Rossum · 27 years ago
  74. 1c78cf3 Added label{module-spam} by Guido van Rossum · 27 years ago
  75. ca1182b Remove pprint from the list of undocumented modules. by Fred Drake · 27 years ago
  76. d2b9f81 Add entry for the pprint module. by Fred Drake · 27 years ago
  77. 18600a4 Add libpprint.tex to the lib.dvi dependencies. by Fred Drake · 27 years ago
  78. ee8d3ca Documentation for the pprint module. by Fred Drake · 27 years ago
  79. b15e5ed Use 'and' instead of '&', which is a (La)TeX control character. by Guido van Rossum · 27 years ago
  80. e3d5fc5 Add AMK's seealso environment that is now used in the library manual by Guido van Rossum · 27 years ago
  81. e47da0a AMK's megapatch: by Guido van Rossum · 27 years ago
  82. 3c2a056 Extensive changes by AMK. by Guido van Rossum · 27 years ago
  83. 5320998 Note that getvalue() must be called before close(). by Guido van Rossum · 27 years ago
  84. 0fcbe8d Added libni.tex libgzip.tex by Guido van Rossum · 27 years ago
  85. 41884a9 New from AMK by Guido van Rossum · 27 years ago
  86. 0245569 New version (interim) by AMK. by Guido van Rossum · 27 years ago
  87. eb1633e Removed mailbox, SocketServer, cmath -- these are now documented! by Guido van Rossum · 27 years ago
  88. 84057a3 Added cmath by Guido van Rossum · 27 years ago
  89. 246d965 Typo in example. by Guido van Rossum · 27 years ago
  90. 14a8024 New cmath module docs, by AMK (with additions and deletions by Guido). by Guido van Rossum · 27 years ago
  91. 6c9db41 Added fileno(); added readlines(sizehint). AMK's sed job. by Guido van Rossum · 27 years ago
  92. debf2e8 Fix dropped word. by Guido van Rossum · 27 years ago
  93. cfaf143 Added a few new undocumented modules. by Guido van Rossum · 27 years ago
  94. 31cbc84 Oops, some clarifications to conditional breaks. by Guido van Rossum · 27 years ago
  95. 255d790 Added (minimal) doc for conditional breakpoints. by Guido van Rossum · 27 years ago
  96. dd52733 fixed typo, "header" ==> "headers" by Fred Drake · 27 years ago
  97. 8f81ef1 Fix LaTeX bug found by examining the docstrings added to commands.py. by Fred Drake · 27 years ago
  98. b4aeaeb Added libcommands.tex to list of library reference dependencies. by Fred Drake · 27 years ago
  99. 4fd1292 Documentation for Lib/commands.py, from Sue Williams. by Fred Drake · 27 years ago
  100. 455838a Really nitty-gritty change to prevent latex2html from using a LaTeX-generated by Fred Drake · 27 years ago