1. 8a6cdcc Updated for 2.0b1 by Jack Jansen · 25 years ago
  2. e61aca7 Patch for [ Bug #113828 ] getpythonregpath with null data in registry key by Mark Hammond · 25 years ago
  3. bb30734 General cleanup in preparation for a bugfix: removed unused code, useless by Tim Peters · 25 years ago
  4. d0e4b42 Added --python and --fix-python options for better control over what by Greg Ward · 25 years ago
  5. 4826a89 Close SF bug 110826: a complaint about the way Python #define'd NULL. by Tim Peters · 25 years ago
  6. ecaf0d8 The installer now displays info about version of distutils by Thomas Heller · 25 years ago
  7. b943840 The windows installer must also look under the HKEY_CURRENT_USER key by Thomas Heller · 25 years ago
  8. b37bdc2 Do not try to fix bugs while sleeping. by Fred Drake · 25 years ago
  9. 16c4aa4 Kevin Jacobs <jacobs@darwin.cwru.edu>: by Fred Drake · 25 years ago
  10. 8f42246 Fix for bug 113934. string*n and unicode*n did no overflow checking at by Tim Peters · 25 years ago
  11. 643d76d Add support for new \pep, \seepep, excclassdesc markup. by Fred Drake · 25 years ago
  12. 4e60796 excclassdesc: New environment. For use in documenting class-based by Fred Drake · 25 years ago
  13. 75c6cb9 Add support for a filename to record the name of the node in which the by Fred Drake · 25 years ago
  14. 1b194f92 Add a reference to the material on string methods. by Fred Drake · 25 years ago
  15. f96e0d2 Various clarifications and minor nits fixed. Affected descriptions of by Fred Drake · 25 years ago
  16. 1172a85 Really minor consistency nit. by Fred Drake · 25 years ago
  17. 66571cc Improve a couple of references to the language reference, making them by Fred Drake · 25 years ago
  18. 7acb218 Minor clarifications in the introductory paragraph. by Fred Drake · 25 years ago
  19. e544191 Add \modulesynopsis for inclusion in the list of modules at the beginning by Fred Drake · 25 years ago
  20. 1c4efad Move the "See also" section to a location more consistent with other by Fred Drake · 25 years ago
  21. 621d2be Move description of UserString.MutableString to a location more typical by Fred Drake · 25 years ago
  22. 1c25803 Add a brief section on linking Python as an embedded scripting language. by Fred Drake · 25 years ago
  23. e1c9e85 First attempt at a 2.0b1 installer by Jack Jansen · 25 years ago
  24. 082bdbb Updated for .0b1 distribution by Jack Jansen · 25 years ago
  25. 97ed907 Some of the types are signed 8 bit ints. Fixed. by Jack Jansen · 25 years ago
  26. 53bafd9 PyOS_CheckStack now understands multiple threads. Other threads are not stack-checked, but at least they don't appear to always be out of stack. by Jack Jansen · 25 years ago
  27. 90f8767 When building the HTML packages, make sure we pick up all the HTML files by Fred Drake · 25 years ago
  28. a61bfa8 Add a general "About" page and link to it from the index page. by Fred Drake · 25 years ago
  29. da85a27 Match Sam Rushing's current version of asyncore.py and asynchat.py by Andrew M. Kuchling · 25 years ago
  30. 72e48bd Add test cases to make sure we get the right SyntaxError message for by Fred Drake · 25 years ago
  31. fd1f1be com_continue_stmt(): Improve error message when continue is found by Fred Drake · 25 years ago
  32. 0d8ce61 Fix for bug 110629: Generate unique image names by introducing a counter by Martin v. Löwis · 25 years ago
  33. 1a2eefd A #define didn't start in column 1. Closes SF bug 113888. by Tim Peters · 25 years ago
  34. e2bf7e6 Add missing Py_PROTO macro for backward compatibility with old extensions by Vladimir Marangozov · 25 years ago
  35. bbcf2a7 This patch hopefully fixes the problem with "es#" and "es" in by Marc-André Lemburg · 25 years ago
  36. 93e5d54 Removed 68K support. Getting ready for 2.0b1 release. by Jack Jansen · 25 years ago
  37. fa1e27d Got rid of Py_FatalError calls. by Jack Jansen · 25 years ago
  38. 65c3ee0 Use same short banner message as unix/win Python. by Jack Jansen · 25 years ago
  39. 85cacf2 Added USE_UCNHASH, defined USE_GUSI if USE_GUSI{1,2} defined. by Jack Jansen · 25 years ago
  40. 3500d85 Removed 68k support, added pyexpat, adapted for new NumPy. by Jack Jansen · 25 years ago
  41. ed33c9a autodetect presence of libdb - this allows bsddbmodule to be built by Skip Montanaro · 25 years ago
  42. 6c8affe Remove an item that no longer needs to be done for 2.0. by Fred Drake · 25 years ago
  43. ae3a15c Make the HTML more XHTML-friendly. by Fred Drake · 25 years ago
  44. 31edf4d Wrap some long lines. by Fred Drake · 25 years ago
  45. 5cd0cef Remove the specific date -- back in development mode. by Fred Drake · 25 years ago
  46. d0726c3 \file is not allowed in section titles -- converting to PDF fails due to by Fred Drake · 25 years ago
  47. 88c023b Remove comment about -X and string exceptions. Error noted by by Fred Drake · 25 years ago
  48. 904ca11 Changes: by Thomas Heller · 25 years ago
  49. a249f16 Older Tk versions don't support mousewheel support. Set event.delta by Fredrik Lundh · 25 years ago
  50. ebba420 Oops. Jim's fix didn't. This one does -- I tested it a bit better this time! by Guido van Rossum · 25 years ago
  51. 6300bd4 Added note about Python version this was added for. by Fred Drake · 25 years ago
  52. 77a6c9e Minor markup nits around use of \optional. by Fred Drake · 25 years ago
  53. f156a44 Added Unicode objects to the copy mechanism. Since these are immutable, by Marc-André Lemburg · 25 years ago
  54. 6272731 Boost Windows build # to 5 (see new BUILDno.txt). by Tim Peters · 25 years ago
  55. 553d2a5 Windows installer, reflecting changes that went into a replacement 2.0b1 by Tim Peters · 25 years ago
  56. fc9eeae Document new Windows build # scheme. by Tim Peters · 25 years ago
  57. b652897 Greatly enhanced the section on creating built distributions; in by Greg Ward · 25 years ago
  58. 8d5b5ec Typo fix. by Greg Ward · 25 years ago
  59. 00c0925 Removing this file again to set its status to 'dead'. by Guido van Rossum · 25 years ago
  60. c84d8bd Simple fix from Jin Fulton to avoid returning a half-initialized by Guido van Rossum · 25 years ago
  61. 56db0950 Another typo (in the list comprehension example). by Guido van Rossum · 25 years ago
  62. 4d46d38 Add new section "What About Python 1.6?" by Andrew M. Kuchling · 25 years ago
  63. 4338a28 Fix three typos. by Guido van Rossum · 25 years ago
  64. d500e44 Removed mention of the winreg module, since it was deleted from 2.0b1 by Andrew M. Kuchling · 25 years ago
  65. 8b2e8f8 Added a \versionadded statement to the getfqdn() description. by Fred Drake · 25 years ago
  66. 5fad268 Bullet-proofing of 'make_release_tree()': by Greg Ward · 25 years ago
  67. d3b76a8 Reorganized logic in 'get_file_list()' so it's easier to read, and fixed a by Greg Ward · 25 years ago
  68. 6a2035d Typo fix. by Greg Ward · 25 years ago
  69. 54589d4 General overhaul of the "Creating a Source Distribution" section -- by Greg Ward · 25 years ago
  70. 239e1d5 Fix mkhowto so that the bookmarks for the PDF work for both "howto" and by Fred Drake · 25 years ago
  71. 4f643ba This commit was manufactured by cvs2svn to create tag 'r20b1'. by cvs2svn · 25 years ago
  72. 8b09233 Added Windows news. Also repeated 1.6 Windows news since most people getting by Tim Peters · 25 years ago
  73. 7a12ef3 Added BeOpen support plug. by Guido van Rossum · 25 years ago
  74. 24c3d60 All the NEWS that I could finish in 15 minutes (and then some) by Jeremy Hylton · 25 years ago
  75. bdebd54 current progress on 2.0 NEWS by Jeremy Hylton · 25 years ago
  76. 0d416d3 Windows build: install NEWS.txt; bump BUILD# to 3 in preparation for next by Tim Peters · 25 years ago
  77. 4f40c2d Many changes suggested by Bob Weiner, mostly small grammatical fixes by Guido van Rossum · 25 years ago
  78. 3263dc2b compromise value for threshold0: not too high, not too low by Jeremy Hylton · 25 years ago
  79. b1156ba The malloc rearrangement was actually already in 1.6. by Guido van Rossum · 25 years ago
  80. 830ca2a Added readline news. (Skip) by Guido van Rossum · 25 years ago
  81. 8bdf0bf Fix PDF generation. by Fred Drake · 25 years ago
  82. 82de71d Minor nit to make this work a little better with the PDF generation fix. by Fred Drake · 25 years ago
  83. fa6013c Don't emit 8 lines of (c) information at startup -- use the same text as main.c. by Guido van Rossum · 25 years ago
  84. 8ff4cd7 Minor markup revisions for consistency with the rest of the documentation. by Fred Drake · 25 years ago
  85. 0d83f68 Added entry for mmap module. by Fred Drake · 25 years ago
  86. e905e95 Barry Warsaw: Fixed -+ operator. Added some new sections. Leave some by Guido van Rossum · 25 years ago
  87. 87106b5 Now that I've got real docs, redirect _DOC_ out of the Python 1.6 tree and by Tim Peters · 25 years ago
  88. e2ab145 The usual. by Guido van Rossum · 25 years ago
  89. 1091285 Sh*t! Should use $(srcdir)/LICENSE of course. by Guido van Rossum · 25 years ago
  90. cd28b02 Install LICENSE as LICENSE.txt in the <prefix>/lib/python<version> directory. by Guido van Rossum · 25 years ago
  91. a22865e Instead of printing all 9 lines of copyright info, print by Guido van Rossum · 25 years ago
  92. f26cda6 The GCC version is loooooooooong; put it on a new line. by Guido van Rossum · 25 years ago
  93. d125239 Add new builtin commands "copyright", "license", "credits" which by Guido van Rossum · 25 years ago
  94. f2ffce0 Added the 2.0b1 news. by Guido van Rossum · 25 years ago
  95. c28425f Update license according to the LICENSE file in the source tree. by Fred Drake · 25 years ago
  96. 05e4ef0 Set the date. by Fred Drake · 25 years ago
  97. 8227116 Since it looks like the dual license clause may be neither necessary by Guido van Rossum · 25 years ago
  98. 47f99a6 Fleshed out the section on the setup config file, setup.cfg. by Greg Ward · 25 years ago
  99. 5e08a01 Various corrections pointed out by Detlef Lannert by Andrew M. Kuchling · 25 years ago
  100. f2eac99 Added release dates (in some cases detemined by looking at the mtime by Guido van Rossum · 25 years ago