1. 55f4492 Converted to use semantic markup. This is an example of how many of the new by Fred Drake · 26 years ago
  2. dd28d57 Revised new macros after discussion with Guido: Always use full names of by Fred Drake · 26 years ago
  3. f06777d (py-outdent-p): When looking at the previous line, watch out for by Barry Warsaw · 26 years ago
  4. 9ec9fbc (py-goto-initial-line): Shut up the byte compiler. by Barry Warsaw · 26 years ago
  5. 82aecb9 (py-mode-map): Add a binding of C-m to py-newline-and-indent. This is by Barry Warsaw · 26 years ago
  6. 0f35495 Add entry for copy_reg module. by Fred Drake · 26 years ago
  7. 6eb9f10 Removed entry for copy_reg module. by Fred Drake · 26 years ago
  8. 251fed3 $(LIBFILES): Added libcopyreg.tex. by Fred Drake · 26 years ago
  9. 2d75443 Add entry for copy_reg module. by Fred Drake · 26 years ago
  10. 1abf0df Simple documentation of the copy_reg module. by Fred Drake · 26 years ago
  11. d1cc9c2 Update comment about relative URL internet draft to reflect current RFC status; by Fred Drake · 26 years ago
  12. c210e69 (py-compute-indentation): In the most common case, where indentation by Barry Warsaw · 26 years ago
  13. c0ecb53 (py-master-file): New buffer-local variable which can be set in the by Barry Warsaw · 26 years ago
  14. 61b0452 Added a bunch of "concept" index entries. by Fred Drake · 26 years ago
  15. a46f84d Added index entry and \label{} for exceptions module. This isn't in the by Fred Drake · 26 years ago
  16. 73a973b Always mark variables in the "Notes" following a table the same way as in the by Fred Drake · 26 years ago
  17. cbe50f4 Removed bogus index entry for the type() built-in. by Fred Drake · 26 years ago
  18. 311c196 Proposed new macros: see comments. These are not yet used. by Fred Drake · 26 years ago
  19. cb42f7c Consistency: "{\tt ...}" ==> "\code{...}" by Fred Drake · 26 years ago
  20. 9eb5e50 Consistency: "{\it ...}" ==> "\emph{...}" by Fred Drake · 26 years ago
  21. c520b69 The soundex module is built-in, not standard. by Fred Drake · 26 years ago
  22. ca12b9d Consistency: {\it ...} ==> \emph{...} by Fred Drake · 26 years ago
  23. dd17d1c ni is a standard module, not a built-in module. The only other reference to by Fred Drake · 26 years ago
  24. bac354c Consistency: (Yes, I know this section is not formatted by default, and by Fred Drake · 26 years ago
  25. 57d9f2e Renamed Jim's PyErr_[JF]Format() to cPickle_ErrFormat(). It's not a by Guido van Rossum · 26 years ago
  26. 79a6a9e Removed a confusing note about coercions and __r*__ operators. by Guido van Rossum · 26 years ago
  27. 4650392 Various updates to the effect that the group argument is always optional. by Guido van Rossum · 26 years ago
  28. 7d4ecb8 Add note about dropping latex 2.09 compatibility. by Guido van Rossum · 26 years ago
  29. c567b81 Revamped, to match py_compile.py: by Guido van Rossum · 26 years ago
  30. f7edadb Add Gopher to list of protocols that support query strings. by Guido van Rossum · 26 years ago
  31. e757962 Fix bad new bug in ftp code -- the test for existing file using NLST by Guido van Rossum · 26 years ago
  32. ca99c2c Fix to ismount(). Can't remember who told me this. by Guido van Rossum · 26 years ago
  33. 29c4688 Patch by Tim O'Malley for servers that send a response looking just like by Guido van Rossum · 26 years ago
  34. 42e8e5d Protect PyErr_Format format string argument from overflow. by Guido van Rossum · 26 years ago
  35. 0d6b49e Protect PyErr_Format format string argument from overflow (ironically, by Guido van Rossum · 26 years ago
  36. db93516 Instead of "attribute-less object", issue an error message that by Guido van Rossum · 26 years ago
  37. cf57d8b tok_nextc() should return unsigned characters, to avoid mistaking by Guido van Rossum · 26 years ago
  38. d29806c Instead of a single exists(), differentiate between files, modules, by Guido van Rossum · 26 years ago
  39. 73bacfc Add unistd.h for isatty(). by Guido van Rossum · 26 years ago
  40. 3dacdc3 Add LOG_SYSLOG if defined. by Guido van Rossum · 26 years ago
  41. 15af20a Better #ifdefs for NetBSD, taking into account that at least on netBSD by Guido van Rossum · 26 years ago
  42. 4cc462e It seems obvious that when Py_Finalize() decides that there's nothing by Guido van Rossum · 26 years ago
  43. d2dd9a8 Some patches by Lars Marius Garshol: by Guido van Rossum · 26 years ago
  44. 758eec0 Rewritten PyImport_Cleanup() and its helper, clear_carefully(). They by Guido van Rossum · 26 years ago
  45. 8095ebf Consistency: Replaced 4 {\it ...} with \emph{...}. by Fred Drake · 26 years ago
  46. 63566e2 Added docstrings. by Guido van Rossum · 26 years ago
  47. 94e8f69 Consistency: Replaced one {\tt ...} with \code{...}. by Fred Drake · 26 years ago
  48. b6ce642 Consistency: In two places, change {\it ...} to \emph{...}. by Fred Drake · 26 years ago
  49. 53396f6 Consistency: In two \section{} headers, change {\tt ...} to \sectcode{...}. by Fred Drake · 26 years ago
  50. 9e24309 \funcitem{}, \dataitem{}, \excitem{}: Removed obsolete macros; there are no by Fred Drake · 26 years ago
  51. b660b63 Use \emph{} for all references to the other documents, not just some of them. by Fred Drake · 27 years ago
  52. 20989e8 Mods by Bill Bedford by Jack Jansen · 27 years ago
  53. 5b0533d Addition by Bill Bedford: Ordinal and NOrdinal classes so we can by Jack Jansen · 27 years ago
  54. 48b805c SO_REUSEPORT should be SO_REUSEADDR. by Guido van Rossum · 27 years ago
  55. 5081b22 Ouch: "accounces" ==> "announces" by Fred Drake · 27 years ago
  56. e2c6e20 Add trace methods to class Variable by Guido van Rossum · 27 years ago
  57. f473cb0 Added tests for qualified sub and split by Guido van Rossum · 27 years ago
  58. 8687164 Seems I've found a way to fix this. by Guido van Rossum · 27 years ago
  59. af8a015 Consistency: "{\bf ...}" ==> "\strong{...}" "{\em ...}" ==> "\emph{...}" by Fred Drake · 27 years ago
  60. b215137 Added the standard \label{module-*} for the two supporting modules. by Fred Drake · 27 years ago
  61. 8ac34c2 Consistency: "Unix" ==> "\UNIX{}" by Fred Drake · 27 years ago
  62. 737e73e Augment \tableofcontents to do the right thing. by Fred Drake · 27 years ago
  63. 4d4f9e7 Removed \mytableofcontents; just use \tableofcontents. by Fred Drake · 27 years ago
  64. 3e9ce54 Removed one hack! by Fred Drake · 27 years ago
  65. a809064 Consistency: "Unix" ==> "\UNIX{}" by Fred Drake · 27 years ago
  66. 6862b46 Consistency: "unix" ==> "\UNIX{}" by Fred Drake · 27 years ago
  67. 8f00627 Some shifting around of the DGUX hack so that it won't break on DEC Unix by Guido van Rossum · 27 years ago
  68. c9dc515 Consistency: "unix" ==> "\UNIX{}" by Fred Drake · 27 years ago
  69. efc1e0f Consistency: by Fred Drake · 27 years ago
  70. 3dd264c Deleted targets used only by Jim Fulton's now deleted "gMakefile". by Guido van Rossum · 27 years ago
  71. 3f20592 Consistency: by Fred Drake · 27 years ago
  72. b25c0e7 delete gMakefile, clarify Makefile.pre.in by Guido van Rossum · 27 years ago
  73. 5eb3f90 No longer needed, sez Jim. by Guido van Rossum · 27 years ago
  74. b0a7873 Consistency: by Fred Drake · 27 years ago
  75. 18f9f53 Removed obsolete \kwindex{} call. by Fred Drake · 27 years ago
  76. 2b67bee Added "module search path" to the index. by Fred Drake · 27 years ago
  77. cf75754 Removed obsolete \kwindex{} calls. by Fred Drake · 27 years ago
  78. 0d8fcb2 Update the doc string to emphasize non-Unix behavior earlier; by Guido van Rossum · 27 years ago
  79. bc5062f \kwindex{}: Removed obsolete macro. by Fred Drake · 27 years ago
  80. b5dac4e &do_cmd_kwindex: Removed obsolete function. by Fred Drake · 27 years ago
  81. 8362d00 Added command at end to use times fonts; commented out. Instructions to use by Fred Drake · 27 years ago
  82. 95810e4 Removed tarps2, tardvi targets based on comments from Guido. by Fred Drake · 27 years ago
  83. 657cb14 After discussion with Guido, agreed to only support double-sided PostScript, by Fred Drake · 27 years ago
  84. dca8792 Added openright option the the \documentclass{} for each of the manuals. by Fred Drake · 27 years ago
  85. 33d05b9 Added targets: by Fred Drake · 27 years ago
  86. bc3b1c6 Script to add & remove LaTeX \documentclass options. Run "./texoption.sh" by Fred Drake · 27 years ago
  87. ab0b65d &make_mod_index_entry: Wrap a long comment, store the additional data needed by Fred Drake · 27 years ago
  88. 9b6f1d2 Override several functions from the stock latex2html to support the module by Fred Drake · 27 years ago
  89. 1af9e79 Added support for \funcline{} and \dataline{}. by Fred Drake · 27 years ago
  90. 023f87f Lots of minor markup nits, all consistency related. by Fred Drake · 27 years ago
  91. 9754639 Document maxsplit arg for split(), with incompatibility note about 1.5 by Guido van Rossum · 27 years ago
  92. 2b2b3f9 Fix two bugs: by Guido van Rossum · 27 years ago
  93. 054f8fd Wrapped some long lines. by Fred Drake · 27 years ago
  94. 74947ac Modify command descriptions to use \optional{} instead of ad-hoc markup. by Fred Drake · 27 years ago
  95. 6c886a8 \optional{}: Removed leading word space, allowing more flexibility. by Fred Drake · 27 years ago
  96. b2c45a8 Sigh. Apply a similar patch to the *other* occurrence of [^...]. by Guido van Rossum · 27 years ago
  97. fd49a96 Follow current recommended practice in an example: Use isinstance() to by Fred Drake · 27 years ago
  98. 48022db "Unix" --> "\UNIX{}" by Fred Drake · 27 years ago
  99. eea714a As Jeff painfully found out, malloc(0) returns NULL on OS/2. by Guido van Rossum · 27 years ago
  100. 0cf785a Grammatical nit. by Fred Drake · 27 years ago