1. d44be3f very minor typo by Barry Warsaw · 28 years ago
  2. 6530717 'I' and 'L' now always return a Python long. by Guido van Rossum · 28 years ago
  3. b0b8181 Added unsigned data formats (B, H, I, L). by Guido van Rossum · 28 years ago
  4. dbadd55 Describe standard float/double support. by Guido van Rossum · 28 years ago
  5. 6717030 setkey method's argument is no longer optional (it used to be a no-op by Barry Warsaw · 28 years ago
  6. 591bbb1 (libformatter.tex): Document the flush() method on the writer. by Fred Drake · 28 years ago
  7. 3dd68d3 Added libstat.tex by Guido van Rossum · 28 years ago
  8. 1254346 Document the new extensions. by Guido van Rossum · 28 years ago
  9. f308c0f From reading the source, it turns out that the setkey() method can by Barry Warsaw · 28 years ago
  10. e5a43a4 Describe open(2) exported constants by Barry Warsaw · 28 years ago
  11. e8e9ed1 Docs for stat.py -- docs by Skip Montanaro. by Guido van Rossum · 28 years ago
  12. fa5a6cf posix.open(): third argument (mode) is optional. by Barry Warsaw · 28 years ago
  13. 62ac99e Documented getprotobyname() interface. by Guido van Rossum · 28 years ago
  14. ae0cd0b (libunix.tex): Change matching lib.tex: add line item for the resource module. by Fred Drake · 28 years ago
  15. 3990042 Added pointer to framereader distribution. by Guido van Rossum · 28 years ago
  16. 3c7b2dc Added docs for Jeremy's resource module. by Guido van Rossum · 28 years ago
  17. 63a0c37 (libunix.tex): Changed two occurances of "Unix" to "\UNIX{}". by Fred Drake · 28 years ago
  18. 094579e (libtime.tex): Merged in changes from Tamito Kajiyama. by Fred Drake · 28 years ago
  19. 4b3f031 (lib<all sorts of stuff>.tex): by Fred Drake · 28 years ago
  20. 6dc2aae (tut.tex): Normalized all uses of "UNIX" and "{\UNIX}" to use "\UNIX{}", by Fred Drake · 28 years ago
  21. 3082424 (myformat.sty): Added a note about using \command{} v. {\command} wrt. by Fred Drake · 28 years ago
  22. 8d40c84 Added quote_plus() and unquote_plus(), to do space/plus substitutions by Guido van Rossum · 28 years ago
  23. d16ddb6 Typos reported by Tamito Kajiyama. by Guido van Rossum · 28 years ago
  24. 21be147 Added remark about time() and sleep()'s subsecond precision. by Guido van Rossum · 28 years ago
  25. 3486f27 Added soundex (sigh) by Guido van Rossum · 28 years ago
  26. 843e712 Added descriptions of parsedate(), parsedate_tz(), getdate_tz() by Guido van Rossum · 28 years ago
  27. 61ed4db Added section for operator module (compiled Skip Montanaro). by Guido van Rossum · 28 years ago
  28. d560605 (Makefile): Added sym links for each manual, i.e., index.html -> lib.html. by Fred Drake · 28 years ago
  29. fc8f6f3 (Makefile): The sed hack is needed for all 3 manuals processed by latex2html; by Fred Drake · 28 years ago
  30. f1e6707 (Makefile): Rip out old partparse.py / texi2html.py stuff -- use latex2html by Fred Drake · 28 years ago
  31. 0d58d44 (myformat.perl): Don't italicize the '[]' characters around optional by Fred Drake · 28 years ago
  32. dce22ad (.latex2html-init): Restore one setting to the default (no real need to by Fred Drake · 28 years ago
  33. 9abe64a (libparser.tex): Added note that the line number for a terminal token by Fred Drake · 28 years ago
  34. 102dc41 Describe the new Unpacker.get_buffer() method. by Barry Warsaw · 28 years ago
  35. bda7ca7 Added [nh]to[hn][sl](). by Guido van Rossum · 28 years ago
  36. dde9c2c Added .ilg (makeindex logfile) by Guido van Rossum · 28 years ago
  37. 4745a27 Added some more turd files we can't avoid: .MIF, .ps, .auto. by Guido van Rossum · 28 years ago
  38. cd612d5 Webmaker instructions by Guido van Rossum · 28 years ago
  39. 558c09e Script to write MIF files from ref*.{book,doc} by Guido van Rossum · 28 years ago
  40. 3e1fe89 (myformat.perl): Fixed handling of "\e" -- argh! by Fred Drake · 28 years ago
  41. b4d4e25 (Makefile): Updated comments about using LaTeX2HTML for the library by Fred Drake · 28 years ago
  42. 4464022 (myformat.perl): Simplify generated HTML for "\optional{...}". by Fred Drake · 28 years ago
  43. b33021b (fix_libaux.sed): Hackish little sed script to modify lib.aux to get section by Fred Drake · 28 years ago
  44. 784c6d3 (.latex2html-init): Perform some limited setup for the reference manuals; by Fred Drake · 28 years ago
  45. 9b550d9 (myformat.sty): Simplify \varvars definition. by Fred Drake · 28 years ago
  46. c384d75 (myformat.perl): Updated to allow library reference manual to be handled by by Fred Drake · 28 years ago
  47. b54f4de Added 'Introduction' section head and 'Memory Management' subsection. by Guido van Rossum · 28 years ago
  48. 76e47f3 Change last Ellipses to Ellipsis :-( by Guido van Rossum · 28 years ago
  49. f93f101 (Makefile): Updated latex2html support. by Fred Drake · 28 years ago
  50. 7a7480d (myformat.perl): Added handler for cfuncdesc environment. This is needed by Fred Drake · 28 years ago
  51. eb33c78 (myformat.sty, extref.tex): Moved definition of cfuncdesc environment to by Fred Drake · 28 years ago
  52. fd255e4 (tut.tex): Added matching \normalsize after \small font control command by Fred Drake · 28 years ago
  53. abcb382 (texi2html.py): Minor improvement to HTML 3.0 output for code examples. by Fred Drake · 28 years ago
  54. 893e5e0 (partparse.py): Fix nasty bug where \e got translated to @e only within by Fred Drake · 28 years ago
  55. 61f9139 Added disclaimer. by Guido van Rossum · 28 years ago
  56. 58e7a1a Updated notice. by Guido van Rossum · 28 years ago
  57. 6240b0b Small nits only. by Guido van Rossum · 28 years ago
  58. 52cf578 Touched by FrameMaker :-( by Guido van Rossum · 28 years ago
  59. fa7bfce Include updated title page. by Guido van Rossum · 28 years ago
  60. f73f79b Done with this for 1.4. by Guido van Rossum · 28 years ago
  61. 3a26dd8 Done with the "New in 1.4" chapter. by Guido van Rossum · 28 years ago
  62. 7144557 Removed CNRI copyright, changed notice to standard notice. by Guido van Rossum · 28 years ago
  63. a5a4c2a Correct truncated paragraph. by Guido van Rossum · 28 years ago
  64. c148cd6 Ignore Frame backup and lock files. by Guido van Rossum · 28 years ago
  65. 71ec03b Adapted to migration of reference manual to Frame. by Guido van Rossum · 28 years ago
  66. 1775a51 Regenerated to remove hidden text from page 1. by Guido van Rossum · 28 years ago
  67. db23185 Frame versions of documents after mangling by Robin. by Guido van Rossum · 28 years ago
  68. cb9fe88 Version number and date. by Guido van Rossum · 28 years ago
  69. 1f17543 Removed LaTeX version of reference manual. Added ref/ref.ps. by Guido van Rossum · 28 years ago
  70. 6a05f95 Got rid of most XXXes in the News chapter. Bumped the version to 1.4. by Guido van Rossum · 28 years ago
  71. fd1e543 New date and version number. by Guido van Rossum · 28 years ago
  72. 36845ed Changed URL for PCT again. by Guido van Rossum · 28 years ago
  73. a80c398 Added chapter on restricted execution. by Guido van Rossum · 28 years ago
  74. 6e308d7 Start new chapter on restricted execution. by Guido van Rossum · 28 years ago
  75. 095538d Actual text submitted by AMK. by Guido van Rossum · 28 years ago
  76. c3d090c Background chapter on restricted execution. Additional sections are by Guido van Rossum · 28 years ago
  77. 7e42cab Patches for Mac module docs by Jack by Guido van Rossum · 28 years ago
  78. acc8754 (partparse.py): Small change by Sjoerd to improve handle of X11 extension by Fred Drake · 28 years ago
  79. 9b05811 Added embryonic description of fcntl.lockf(). Added pointer to that by Guido van Rossum · 28 years ago
  80. 22f7f9e (texi2html.py): Added CLASS=Navigation attribute to DIV around top/bottom by Fred Drake · 28 years ago
  81. 4bf1296 (libtypes.tex): Correct reversal of two words in description of by Fred Drake · 28 years ago
  82. 1dde7b7 Typos detected by Sjoerd by Guido van Rossum · 28 years ago
  83. 11b6d24 (partparse.py): Small fix to do_datadesc(): in some odd cases the name of by Fred Drake · 28 years ago
  84. 5f2aa71 (Makefile): Push texi2html.py options into a make variable. by Fred Drake · 28 years ago
  85. 0282726 (texi2html.py): Tightened the generated HTML slightly. Added -p option to by Fred Drake · 28 years ago
  86. 0b95abc (Makefile): Add libformatter.tex to the library document dependencies. by Fred Drake · 28 years ago
  87. 8f92595 (libhtmllib.tex, libsgmllib.tex, libformatter.tex): by Fred Drake · 28 years ago
  88. 7edd8d3 (partparse.py): Rationalize some behavior around unexpected conditions. by Fred Drake · 28 years ago
  89. e1980ed (lib.tex, libwww.tex): Include the sgmlib chapter before the htmllib by Fred Drake · 28 years ago
  90. 53e84d5 (lib.tex): Added entry for formatter module. by Fred Drake · 28 years ago
  91. 08d301e (libwww.tex): Added entry for formatter module. by Fred Drake · 28 years ago
  92. e83b30d (libformatter.tex): Added documentation for abstract writer/formatter model by Fred Drake · 28 years ago
  93. 58d7f69 (libhtmllib.tex): Revised documentation for HTML support. by Fred Drake · 28 years ago
  94. 42439ad (libsgmllib.tex): Revised documentation for SGML support. by Fred Drake · 28 years ago
  95. 5812488 A first stab at describing what's new in 1.4. Still many XXX'es left. by Guido van Rossum · 28 years ago
  96. e86cbc4 Protect '&' signs with '\' in description of PyNumber_Coerce. by Guido van Rossum · 28 years ago
  97. 3f247ad Nits corrected by Fred by Guido van Rossum · 28 years ago
  98. a39a25e (texi2html.py): Use "if __name__ == '__main__':" test. Adjust indentation by Fred Drake · 28 years ago
  99. 4b7d5a4 (libparser.tex): Revised parser module documentation; improved logical by Fred Drake · 28 years ago
  100. 36f219d More performance and layout improvements by Fred by Guido van Rossum · 28 years ago