1. ee9f820 Documented brand new behavior of sys.ps1 and sys.ps2 (str() is applied by Guido van Rossum · 28 years ago
  2. e624e0f Removed leading comment about this being "introductory" documentation; by Fred Drake · 28 years ago
  3. f259efe Get rid of math mode in some places. by Guido van Rossum · 28 years ago
  4. 3e1e274 Don't use $math$ mode to typeset a simple '>' sign. Use \code, not \samp. by Guido van Rossum · 28 years ago
  5. 9d62e80 Remove strange use of $math$ mode to produce a backslash. by Guido van Rossum · 28 years ago
  6. 5b7220f Oops, did the previous delete the wrong way. by Guido van Rossum · 28 years ago
  7. d5da7a6 Get rid of last traces of module 'audio' by Guido van Rossum · 28 years ago
  8. 00f1569 Add fileinput. by Guido van Rossum · 28 years ago
  9. bc12f78 Adding Martin von Loewis' documentation for his locale module. by Guido van Rossum · 28 years ago
  10. e084f0b Add description for some modules that have been added since this intro by Guido van Rossum · 28 years ago
  11. 3472026 Add description for Queue; fix typo (whichdbm should be whichdb). by Guido van Rossum · 28 years ago
  12. 17c8e78 libqueue.tex: Documentation for the Queue.py module. by Barry Warsaw · 28 years ago
  13. 4552f3d In the description of sub(), give a better explanation of the by Barry Warsaw · 28 years ago
  14. 2974f0f Add xmllib; remove (slow) from description of htmllib. by Guido van Rossum · 28 years ago
  15. 7336935 dis is now documented; bisect is deemed useful. by Guido van Rossum · 28 years ago
  16. f7790c6 Document s.connect_ex(), which does not raise an exception on error. by Guido van Rossum · 28 years ago
  17. 364e643 Clarified reference to old profiler. by Guido van Rossum · 28 years ago
  18. 5de6488 Added doc for errorcode dictionary. by Guido van Rossum · 28 years ago
  19. eae121e Adding dis and xmllib docs by Guido van Rossum · 28 years ago
  20. a10768a Docu for xmllib.py, by Sjoerd Mullender. by Guido van Rossum · 28 years ago
  21. b62b6d1 Docu for dis.py, written by Martin von Loewis. by Guido van Rossum · 28 years ago
  22. 9d37a4d Small wording change about global and local trace functions. by Guido van Rossum · 28 years ago
  23. 040e565 Ooops, found too more references to old conditions on floating point values. by Fred Drake · 28 years ago
  24. ae18e9f Removed obsolete discussion on _xdr helper module. by Fred Drake · 28 years ago
  25. d7dc2eb Put {} around \^ in sets to force latex2html to do the right thing... by Guido van Rossum · 28 years ago
  26. 828a0bd count() now has a 4th parameter too. Also rephrased the docs for find by Guido van Rossum · 28 years ago
  27. 871cf161 Documented exc_info(); also updated exc_type and last_type docs. by Guido van Rossum · 28 years ago
  28. 2950b2d Restore the \seealso formatting that got lost when I updated the math by Fred Drake · 28 years ago
  29. 7cd6044 Remove macpath entry -- it is already documented. by Fred Drake · 28 years ago
  30. 5451d67 socket_type ==> SocketType by Fred Drake · 28 years ago
  31. 120ac20 Remove superfluous comman from between "not" and "in" when describing the by Fred Drake · 28 years ago
  32. 6cd7ecb The sequence behavior is now on the Exception root class rather than by Guido van Rossum · 28 years ago
  33. 6f2a26d And "ni" has been documented... by Fred Drake · 28 years ago
  34. 2df7583 Oops; don't know if this was my typo or not: There was a "p" on a line that by Fred Drake · 28 years ago
  35. c211254 Updated the section "Parsing Python". by Fred Drake · 28 years ago
  36. 14bf341 Added keyword module entry. by Fred Drake · 28 years ago
  37. e061a51 Minor nits (Lib/token.py is a file, token is a module...). by Fred Drake · 28 years ago
  38. db12f34 Documentation for the keyword module. by Fred Drake · 28 years ago
  39. 00eb96a Move the pprint docs after the code docs, so that all parser/codegen type by Fred Drake · 28 years ago
  40. dc0f00a Document the mapping object's new get() method. by Barry Warsaw · 28 years ago
  41. 0bfd146 Added strerror() by Guido van Rossum · 28 years ago
  42. bc3b136 Removed emacs.py by Guido van Rossum · 28 years ago
  43. eb53ae4 Fixed some stuff that was incorrectly copied from regex. by Guido van Rossum · 28 years ago
  44. 7974b0f Documented __import__, callable, isinstance, issubclass, and slice. by Guido van Rossum · 28 years ago
  45. df3dba0 Documented new exceptions and exception classes. by Guido van Rossum · 28 years ago
  46. b55e07f Fixed up formatting. by Fred Drake · 28 years ago
  47. 1b914b3 Fixed up formatting, added descriptions for previously undocumented functions. by Fred Drake · 28 years ago
  48. 3cdb8f3 Update the description and the example to the new functionality, which by Guido van Rossum · 28 years ago
  49. 9cf4e2b Change packages to site-packages (so it's clearly not a package itself). by Guido van Rossum · 28 years ago
  50. 1622112 Added warning about ni's obsolescence. Retracted semantic changes by Guido van Rossum · 28 years ago
  51. 5938011 Initial revision by Guido van Rossum · 28 years ago
  52. f01dff7 Give in to Mike Meyer -- add *both* lib/python1.5/packages and by Guido van Rossum · 28 years ago
  53. 28cad96 Document newly revamped site configuration mechanism. by Guido van Rossum · 28 years ago
  54. 36764b8 Added docs for 'user' customization module. Renamed libuser.tex by Guido van Rossum · 28 years ago
  55. b2afc81 Added os.altsep; this is '/' on DOS/Windows, and None on systems with by Guido van Rossum · 28 years ago
  56. 282290f Referred to POSIX docs as well as to Unix docs. by Guido van Rossum · 28 years ago
  57. e20aef5 Ignore whitespace between formats (not internal to a count+format). by Guido van Rossum · 28 years ago
  58. 81e479a Removed some colons that shouldn't be there (probably leftovers from by Guido van Rossum · 28 years ago
  59. 08157f8 mention cPickle and cStringIO by Guido van Rossum · 28 years ago
  60. e229d86 Misc Mac mods by Jack. Added libmacic.tex, and these patches: by Guido van Rossum · 28 years ago
  61. 9085822 the usual by Guido van Rossum · 28 years ago
  62. 1acceb0 Added AMK's first cut at docs for re.py by Guido van Rossum · 28 years ago
  63. 3572d37 Updated platform specific notes (it is now more common to have this) by Guido van Rossum · 28 years ago
  64. 8f06247 Added buffer_info() docs. by Guido van Rossum · 28 years ago
  65. fcaf26e Documented mime_decode_header() and mime_encode_header(). by Guido van Rossum · 28 years ago
  66. 9c43c59 More emphasis on os.environ's calling of putenv; and added hint about by Guido van Rossum · 28 years ago
  67. fd16ca4 Added mimify docs (Sjoerd). by Guido van Rossum · 28 years ago
  68. 12d9eac A couple of grammatical nits. by Fred Drake · 28 years ago
  69. 6576dd6 Document new 'quote' flag to cgi.escape(). by Guido van Rossum · 28 years ago
  70. 61c2703 added code.py; codehack.py is obsolete by Guido van Rossum · 28 years ago
  71. 1c78cf3 Added label{module-spam} by Guido van Rossum · 28 years ago
  72. ca1182b Remove pprint from the list of undocumented modules. by Fred Drake · 28 years ago
  73. d2b9f81 Add entry for the pprint module. by Fred Drake · 28 years ago
  74. ee8d3ca Documentation for the pprint module. by Fred Drake · 28 years ago
  75. b15e5ed Use 'and' instead of '&', which is a (La)TeX control character. by Guido van Rossum · 28 years ago
  76. e47da0a AMK's megapatch: by Guido van Rossum · 28 years ago
  77. 3c2a056 Extensive changes by AMK. by Guido van Rossum · 28 years ago
  78. 5320998 Note that getvalue() must be called before close(). by Guido van Rossum · 28 years ago
  79. 0fcbe8d Added libni.tex libgzip.tex by Guido van Rossum · 28 years ago
  80. 41884a9 New from AMK by Guido van Rossum · 28 years ago
  81. eb1633e Removed mailbox, SocketServer, cmath -- these are now documented! by Guido van Rossum · 28 years ago
  82. 84057a3 Added cmath by Guido van Rossum · 28 years ago
  83. 246d965 Typo in example. by Guido van Rossum · 28 years ago
  84. 14a8024 New cmath module docs, by AMK (with additions and deletions by Guido). by Guido van Rossum · 28 years ago
  85. 6c9db41 Added fileno(); added readlines(sizehint). AMK's sed job. by Guido van Rossum · 28 years ago
  86. cfaf143 Added a few new undocumented modules. by Guido van Rossum · 28 years ago
  87. 31cbc84 Oops, some clarifications to conditional breaks. by Guido van Rossum · 28 years ago
  88. 255d790 Added (minimal) doc for conditional breakpoints. by Guido van Rossum · 28 years ago
  89. dd52733 fixed typo, "header" ==> "headers" by Fred Drake · 28 years ago
  90. 8f81ef1 Fix LaTeX bug found by examining the docstrings added to commands.py. by Fred Drake · 28 years ago
  91. 4fd1292 Documentation for Lib/commands.py, from Sue Williams. by Fred Drake · 28 years ago
  92. 455838a Really nitty-gritty change to prevent latex2html from using a LaTeX-generated by Fred Drake · 28 years ago
  93. 39a23cc Doc for mailbox.tex (Jack) by Guido van Rossum · 28 years ago
  94. e5bb790 Added libmailbox, obsolete libstdwin by Guido van Rossum · 28 years ago
  95. b40f2a7 Added SocketServer and mailbox modules. by Guido van Rossum · 28 years ago
  96. 98b43eb It's now using mimetools instead of rfc822 by Guido van Rossum · 28 years ago
  97. b9ee9c2 stdwin is obsolete. Point to bsddb from dbhash. by Guido van Rossum · 28 years ago
  98. 0a3c753 Additional info about sys.path, sys.version, sys.prefix, sys.exec_prefix. (AMK) by Guido van Rossum · 28 years ago
  99. 0fa066b Grammar (AMK). by Guido van Rossum · 28 years ago
  100. 067a2ac Mention seekable parameter (AMK). Added pointer to mailbox module. by Guido van Rossum · 28 years ago