1. 0d3b4f8 Fixed unresolved reference problem; this module wasn't \label{}ed. by Fred Drake · 27 years ago
  2. 98b032a Removed unnecessary escaping. by Fred Drake · 27 years ago
  3. 1cf8749 Arg; more nits, but I may as well finish the job. by Fred Drake · 27 years ago
  4. 7381e28 Fixed BINARY_RSHIFT documentation to indicate a right shift instead of a left by Fred Drake · 27 years ago
  5. c2297c1 Changed {\sc gdbm} to \code{gdbm} everywhere. by Fred Drake · 27 years ago
  6. 36facb0 Merge between my version and Jim Fulton's version; removed RCS keywords by Guido van Rossum · 27 years ago
  7. fdde96c New versions of cPickle and cStringIO, from Jim Fulton's cPickle 1.0b1 by Guido van Rossum · 27 years ago
  8. 009f787 When --with-thread(s) is specified, the thread module is now automatically by Guido van Rossum · 27 years ago
  9. a0cbb3d Moved the thread module to its own Setup.thread(.in) file, by Guido van Rossum · 27 years ago
  10. e612be5 Patch my Marc Lemburg to fix urljoin("/a", "..") and urljoin("/a", "..#1"). by Guido van Rossum · 27 years ago
  11. 3fa440e Refinement of home for NT, courtesy Jeff Bauer. by Guido van Rossum · 27 years ago
  12. 7c4cba8 Added handler for opcodedesc environment. by Fred Drake · 27 years ago
  13. f2d7e55 make_str_index_entry(): New function. Similar to make_index_entry(), but by Fred Drake · 27 years ago
  14. ab76af3 Provide default for blocksize on retrbinary (Skip Montanaro). by Guido van Rossum · 27 years ago
  15. 98ee50b More generated files for netbsd 1.x, by Anders Andersen. by Guido van Rossum · 27 years ago
  16. 9981d22 (py-jump-on-exception): Variable which if t, means that if an by Barry Warsaw · 27 years ago
  17. 27ee115 Removed redundant eval-when-compile. by Barry Warsaw · 27 years ago
  18. 456035f The biggie: changed the funcdesc environments used for opcode descriptions by Fred Drake · 27 years ago
  19. a610f9f Added environment for defining PyVM instructions. This is only used in by Fred Drake · 27 years ago
  20. b7f1afe Change the default repr() and str() of class instance objects to look by Guido van Rossum · 27 years ago
  21. 5c38bf6 (python-mode): Patch to make font-lock work automatically for Emacs. by Barry Warsaw · 27 years ago
  22. 673d05f Test for an up-to-date Custom library when byte-compiling, and issue by Barry Warsaw · 27 years ago
  23. 08052c7 Add the flag RTLD_GLOBAL to the dlopen() options. by Guido van Rossum · 27 years ago
  24. c425d2f Make stdin unbuffered too, when PYTHONUNBUFFERED is specified. by Guido van Rossum · 27 years ago
  25. 57ba4f3 Patches by Fred Lundh to make it compile better with K&R compilers. by Guido van Rossum · 27 years ago
  26. e59d3f8 Small bugfixes for broken old style use of the syntax table. AMK, of course. by Guido van Rossum · 27 years ago
  27. f259a8e Yes, Virginia, Tix does have a Tix_SafeInit() function. by Guido van Rossum · 27 years ago
  28. b447d11 Understand -Xlinker option. by Guido van Rossum · 27 years ago
  29. 32c575d Left-aligned preprocessor directives and changed C++ comments to C comments. by Guido van Rossum · 27 years ago
  30. c5a0f53 Patch for QNX, by Chris Herborth. Also left-aligned preprocessor by Guido van Rossum · 27 years ago
  31. 7bf22de Patch for QNX, by Chris Herborth. by Guido van Rossum · 27 years ago
  32. 91221c2 Support for netbsd1 and freebsd3, after suggestions by Anders Andersen by Guido van Rossum · 27 years ago
  33. c0f29c2 When a port is specified in an ftp:// URL, must convert it to a number! by Guido van Rossum · 27 years ago
  34. 240ddc8 Typo in example (missing '=') discovered by Sandy Langbart. by Guido van Rossum · 27 years ago
  35. 80f8be8 Support for the "event" command, new in Tk 4.2. By Case Roole. by Guido van Rossum · 27 years ago
  36. 2888a12 Add attributions to Jeffrey Ollie and Tim Peters for re.py. by Guido van Rossum · 27 years ago
  37. b7f454d Add attributions to Jeffrey Ollie and Tim Peters for re.py; new QNX by Guido van Rossum · 27 years ago
  38. 4954595 Changes for FreeBSD and NetBSD: NetBSD does shared libs just like FreeBSD by Guido van Rossum · 27 years ago
  39. 8e29a59 Skip directories when installing library files; this avoids problems by Guido van Rossum · 27 years ago
  40. 3593e5c Document new behavior of isinstance() when using a type object. by Guido van Rossum · 27 years ago
  41. f5dd914 Support type objects in isinstance(). by Guido van Rossum · 27 years ago
  42. 6cedf82 Make modes for installed files and directories variables; change the by Guido van Rossum · 27 years ago
  43. 11fbef5 Sjoerd sez: global substitute \240 with \177. by Guido van Rossum · 27 years ago
  44. 30e817e Changed the occurrence of *shared* in the example so people won't by Guido van Rossum · 27 years ago
  45. 376467a Added stropts.h to the list of files automatically regenerated. by Guido van Rossum · 27 years ago
  46. 5284589 Generated from Solaris 2.6's /usr/include/sys/stropts.h via by Barry Warsaw · 27 years ago
  47. 893a8cb *** empty log message *** by Guido van Rossum · 27 years ago
  48. f58575e Comment out crypt by default; it's not used very much and messes up by Guido van Rossum · 27 years ago
  49. cf4559a Added Pareto and Weibull distributions, courtesy Jeremy Hylton. by Guido van Rossum · 27 years ago
  50. c99a239 Added strop.split tests when sep is None. by Barry Warsaw · 27 years ago
  51. 93be92d split_whitespace(): Make sure delimiter is stripped from the beginning by Barry Warsaw · 27 years ago
  52. 8529ebb Require 'cl when compiling so that the push macro gets picked in Emacs 19.34. by Barry Warsaw · 27 years ago
  53. 0f280b6 Use $LOGNAME instead of $USER to get the current user -- it seems to by Guido van Rossum · 27 years ago
  54. 433c8ca Removed Queue.py. It's documented now. by Barry Warsaw · 27 years ago
  55. f6e8316 Initialize __version__ to the correct version string regardless of by Guido van Rossum · 27 years ago
  56. 06ba34c In string.split(), honor maxsplit (if > 0). by Guido van Rossum · 27 years ago
  57. 58a88b3 _Environ(): Added __getinitargs__() method so os.environ.copy() works, by Barry Warsaw · 27 years ago
  58. 798654f Added \indexsubitem definition; functions were previously indexed for the by Fred Drake · 27 years ago
  59. 2478f9d Added \indexsubitem definition. Non-optimal, but two modules are sharing by Fred Drake · 27 years ago
  60. 92796d1 Added \indexsubitem definition; functions were previously indexed for the by Fred Drake · 27 years ago
  61. 7730cc0 Updated \indexsubitem; functions had been indexed for the wrong module. by Fred Drake · 27 years ago
  62. 9181190 Added tests of strop.replace() by Barry Warsaw · 27 years ago
  63. f577c08 mymemreplace(), strop_replace(): Add support for optional 4th argument by Barry Warsaw · 27 years ago
  64. ffbc17d (py-traceback-line-re): Relaxation of regexp to catch SyntaxErrors. by Barry Warsaw · 27 years ago
  65. 73ec2c0 Slip of the keyboard (f__ should be __). Dunno why I had a totally by Guido van Rossum · 27 years ago
  66. 22cf347 This commit was manufactured by cvs2svn to create tag 'r15b1'. by cvs2svn · 27 years ago
  67. 8253671 Dumb typo. by Guido van Rossum · 27 years ago
  68. f471056 (py-process-filter): py-delete-file-silently is obsolete. Use a by Barry Warsaw · 27 years ago
  69. 3b3ff4e (py-compute-indentation): Check for multiline stringness and by Barry Warsaw · 27 years ago
  70. 8c4a8de (py-mode-map): Bind py-mark-def-or-class to C-M-h with a different by Barry Warsaw · 27 years ago
  71. 66d010a Reordered and slightly edited the highlights of changes. by Guido van Rossum · 27 years ago
  72. 6477380 Revamped README for release of 1.5b1. by Guido van Rossum · 27 years ago
  73. 7ea639b Added list of what's new in 1.5b1. Changed intro and some section titles. by Guido van Rossum · 27 years ago
  74. 4d8e7c5 Four more valuable contributors... by Guido van Rossum · 27 years ago
  75. 0b23348 The usual by Guido van Rossum · 27 years ago
  76. 330c660 The dependency of tarhtml on l2h was a bad idea. by Guido van Rossum · 27 years ago
  77. c852035 (python-mode): Make imenu-create-index-function buffer local. by Barry Warsaw · 27 years ago
  78. 4da6bd5 (py-mark-def-or-class): Added an exchange-point-and-mark and a by Barry Warsaw · 27 years ago
  79. e467bfb (python-mode): Patch to fix Imenu support under Emacs, given by by Barry Warsaw · 27 years ago
  80. 4738478 (py-kill-emacs-hook): Simplification. by Barry Warsaw · 27 years ago
  81. f11d024 Icons for Windows installer. by Guido van Rossum · 27 years ago
  82. 3879d4a Added the HTML files. by Guido van Rossum · 27 years ago
  83. a1afc07 Added CRLF line endings since this is for NOTEPAD. by Guido van Rossum · 27 years ago
  84. a0ee8cd Added comment about where to find details on python-mode.el, pointing by Barry Warsaw · 27 years ago
  85. ee9f820 Documented brand new behavior of sys.ps1 and sys.ps2 (str() is applied by Guido van Rossum · 27 years ago
  86. ddc3fb5 Apply str() to sys.ps1 or sys.ps2 before using them as a prompt, so by Guido van Rossum · 27 years ago
  87. 84cca44 Added utility target tarhtml to tar and gzip the HTML files plus their by Guido van Rossum · 27 years ago
  88. 28fbe4d Adding the icons used by latex2html output to the CVS tree. by Guido van Rossum · 27 years ago
  89. 628b408 Ignore html files generated by webmaker. by Guido van Rossum · 27 years ago
  90. 000eb0a Augmented the script so that (at CNRI anyway) it also invokes webmaker by Guido van Rossum · 27 years ago
  91. 4323f7c Simple index for the reference manuals (mostly for use on the Windows platform). by Guido van Rossum · 27 years ago
  92. 71ace95 Updated to the most pressing 1.5 issues. by Guido van Rossum · 27 years ago
  93. 4aa6186 Drop Capitalized Important Words. by Guido van Rossum · 27 years ago
  94. 580aa8d Several changes, e.g. restructuring of the intro to be closer to what by Guido van Rossum · 27 years ago
  95. 682fbe5 Remove hyperlink to time-sensitive Python release info. by Guido van Rossum · 27 years ago
  96. dd58469 WISE installer source for Python 1.5 by Guido van Rossum · 27 years ago
  97. 36e18e3 Added pypcre.c module. by Guido van Rossum · 27 years ago
  98. cb91e7b Added the "italic correction" command ("\/") to the list of ignored commands. by Fred Drake · 27 years ago
  99. e624e0f Removed leading comment about this being "introductory" documentation; by Fred Drake · 27 years ago
  100. f259efe Get rid of math mode in some places. by Guido van Rossum · 27 years ago