1. fc9eeae Document new Windows build # scheme. by Tim Peters · 24 years ago
  2. b652897 Greatly enhanced the section on creating built distributions; in by Greg Ward · 24 years ago
  3. 8d5b5ec Typo fix. by Greg Ward · 24 years ago
  4. 00c0925 Removing this file again to set its status to 'dead'. by Guido van Rossum · 24 years ago
  5. c84d8bd Simple fix from Jin Fulton to avoid returning a half-initialized by Guido van Rossum · 24 years ago
  6. 56db095 Another typo (in the list comprehension example). by Guido van Rossum · 24 years ago
  7. 4d46d38 Add new section "What About Python 1.6?" by Andrew M. Kuchling · 24 years ago
  8. 4338a28 Fix three typos. by Guido van Rossum · 24 years ago
  9. d500e44 Removed mention of the winreg module, since it was deleted from 2.0b1 by Andrew M. Kuchling · 24 years ago
  10. 8b2e8f8 Added a \versionadded statement to the getfqdn() description. by Fred Drake · 24 years ago
  11. 5fad268 Bullet-proofing of 'make_release_tree()': by Greg Ward · 24 years ago
  12. d3b76a8 Reorganized logic in 'get_file_list()' so it's easier to read, and fixed a by Greg Ward · 24 years ago
  13. 6a2035d Typo fix. by Greg Ward · 24 years ago
  14. 54589d4 General overhaul of the "Creating a Source Distribution" section -- by Greg Ward · 24 years ago
  15. 239e1d5 Fix mkhowto so that the bookmarks for the PDF work for both "howto" and by Fred Drake · 24 years ago
  16. 4f643ba This commit was manufactured by cvs2svn to create tag 'r20b1'. by cvs2svn · 24 years ago
  17. 8b09233 Added Windows news. Also repeated 1.6 Windows news since most people getting by Tim Peters · 24 years ago
  18. 7a12ef3 Added BeOpen support plug. by Guido van Rossum · 24 years ago
  19. 24c3d60 All the NEWS that I could finish in 15 minutes (and then some) by Jeremy Hylton · 24 years ago
  20. bdebd54 current progress on 2.0 NEWS by Jeremy Hylton · 24 years ago
  21. 0d416d3 Windows build: install NEWS.txt; bump BUILD# to 3 in preparation for next by Tim Peters · 24 years ago
  22. 4f40c2d Many changes suggested by Bob Weiner, mostly small grammatical fixes by Guido van Rossum · 24 years ago
  23. 3263dc2 compromise value for threshold0: not too high, not too low by Jeremy Hylton · 24 years ago
  24. b1156ba The malloc rearrangement was actually already in 1.6. by Guido van Rossum · 24 years ago
  25. 830ca2a Added readline news. (Skip) by Guido van Rossum · 24 years ago
  26. 8bdf0bf Fix PDF generation. by Fred Drake · 24 years ago
  27. 82de71d Minor nit to make this work a little better with the PDF generation fix. by Fred Drake · 24 years ago
  28. fa6013c Don't emit 8 lines of (c) information at startup -- use the same text as main.c. by Guido van Rossum · 24 years ago
  29. 8ff4cd7 Minor markup revisions for consistency with the rest of the documentation. by Fred Drake · 24 years ago
  30. 0d83f68 Added entry for mmap module. by Fred Drake · 24 years ago
  31. e905e95 Barry Warsaw: Fixed -+ operator. Added some new sections. Leave some by Guido van Rossum · 24 years ago
  32. 87106b5 Now that I've got real docs, redirect _DOC_ out of the Python 1.6 tree and by Tim Peters · 24 years ago
  33. e2ab145 The usual. by Guido van Rossum · 24 years ago
  34. 1091285 Sh*t! Should use $(srcdir)/LICENSE of course. by Guido van Rossum · 24 years ago
  35. cd28b02 Install LICENSE as LICENSE.txt in the <prefix>/lib/python<version> directory. by Guido van Rossum · 24 years ago
  36. a22865e Instead of printing all 9 lines of copyright info, print by Guido van Rossum · 24 years ago
  37. f26cda6 The GCC version is loooooooooong; put it on a new line. by Guido van Rossum · 24 years ago
  38. d125239 Add new builtin commands "copyright", "license", "credits" which by Guido van Rossum · 24 years ago
  39. f2ffce0 Added the 2.0b1 news. by Guido van Rossum · 24 years ago
  40. c28425f Update license according to the LICENSE file in the source tree. by Fred Drake · 24 years ago
  41. 05e4ef0 Set the date. by Fred Drake · 24 years ago
  42. 8227116 Since it looks like the dual license clause may be neither necessary by Guido van Rossum · 24 years ago
  43. 47f99a6 Fleshed out the section on the setup config file, setup.cfg. by Greg Ward · 24 years ago
  44. 5e08a01 Various corrections pointed out by Detlef Lannert by Andrew M. Kuchling · 24 years ago
  45. f2eac99 Added release dates (in some cases detemined by looking at the mtime by Guido van Rossum · 24 years ago
  46. a598c93 1.6 is history. by Guido van Rossum · 24 years ago
  47. 1d105d1 For this server to work on Windows, directories should use "/" as the by Guido van Rossum · 24 years ago
  48. 410a844 Tim Peters: "Audun S. Runde mailto:audun@mindspring.com wins a by Guido van Rossum · 24 years ago
  49. 5069921 test_mmap wrote null bytes into its expected-output file; this caused me to by Tim Peters · 24 years ago
  50. b89f41e Fixes bug in --with-libdb. If --with-libdb was not specified (default is to by Skip Montanaro · 24 years ago
  51. 2cb176f Correct docstring about return value when group didn't participate in match by Andrew M. Kuchling · 24 years ago
  52. f4d189f All right. More uniformity, and extra blank lines. by Guido van Rossum · 24 years ago
  53. 7ca7b5a Use periods, not semicolons between Copyright and All Rights Reserved. by Guido van Rossum · 24 years ago
  54. 2e0d331 Changes in license names by BobW. by Guido van Rossum · 24 years ago
  55. 547936c Fix the char* vs. const char* mismatch for the argument of aix_loaderror() by Vladimir Marangozov · 24 years ago
  56. 58e64a8 Move down the INT_MAX logic, because HAVE_LIMITS_H was always undefined by Vladimir Marangozov · 24 years ago
  57. 1d62f49 Hack the Windows code to use os.popen(). by Guido van Rossum · 24 years ago
  58. ac1c818 Properly name and number the BEOPEN OPEN SOURCE PYTHON LICENSE by Guido van Rossum · 24 years ago
  59. df84675 changed \x to consume exactly two hex digits, also for unicode by Fredrik Lundh · 24 years ago
  60. 03dd010 updated SRE test suite (fixes PEP223 problem, shows syntax errors) by Fredrik Lundh · 24 years ago
  61. acee486 Repair failing test_sre.py. by Tim Peters · 24 years ago
  62. 6ebd299 Remove a comma from CWI's copyright notice. by Guido van Rossum · 24 years ago
  63. 76ad68a Change the copyright notice according to CNRI's wishes, with by Guido van Rossum · 24 years ago
  64. 028d069 Various edits. Most importantly, added dual licensing. Also some by Guido van Rossum · 24 years ago
  65. 1fa0b89 changed \x to consume exactly two hex digits. implements PEP-223 by Fredrik Lundh · 24 years ago
  66. 510c97b return -1 for undefined groups (as implemented in 1.5.2) instead of by Fredrik Lundh · 24 years ago
  67. ff07f8c Patch by Martin von Löwis to give him his umlaut, to remove Christian by Guido van Rossum · 24 years ago
  68. 143328b -- tightened up parsing of octal numbers by Fredrik Lundh · 24 years ago
  69. 412f246 PyInterpreterState_New is not thread-safe, and the recent fix to _PyPclose by Tim Peters · 24 years ago
  70. f2b332d Cosmetic cleanup by Vladimir. by Thomas Wouters · 24 years ago
  71. 1728942 SourceForge patch 101396, by an anonymous friend. by Tim Peters · 24 years ago
  72. 8586991 REMOVED all CWI, CNRI and BeOpen copyright markings. by Guido van Rossum · 24 years ago
  73. bb8be93 Rewritten some pieces of PyNumber_InPlaceAdd() for clarity. by Guido van Rossum · 24 years ago
  74. 46981de Updated to include all files here. by Guido van Rossum · 24 years ago
  75. 7524357 Delete too. by Guido van Rossum · 24 years ago
  76. 73eec63 Deleted. Long obsolete. by Guido van Rossum · 24 years ago
  77. 0fdd3dc Deleted. We no longer require disclaimers on contributions. by Guido van Rossum · 24 years ago
  78. 2d721e2 Deleted; this is ancient info. by Guido van Rossum · 24 years ago
  79. c13b39c Deleted. This is obsoleted by Tools/scripts/fixnotice.py. by Guido van Rossum · 24 years ago
  80. c07d5fa Ready to go. by Guido van Rossum · 24 years ago
  81. 8ed602b Remove the 1.5.2 news. 2.0 news is still to be done. by Guido van Rossum · 24 years ago
  82. 2001da4 Moved NEWS from 1.5.2 here. by Guido van Rossum · 24 years ago
  83. 44f6e68 Deleted. This information is now in ../LICENSE. by Guido van Rossum · 24 years ago
  84. 38d45b7 The second argument to start_new_thread() is not a tuple, as pointed by Guido van Rossum · 24 years ago
  85. 92f3972 patch by Neil Schemenauer to improve (fix?) line number generation by Jeremy Hylton · 24 years ago
  86. 3620857 The "more" cmd varies across Windows flavors, sometimes adding stray by Tim Peters · 24 years ago
  87. f4a090d Clean up a bit. Drop -X option, update date, remove documentation by Guido van Rossum · 24 years ago
  88. 2051608 Update magic number. by Jeremy Hylton · 24 years ago
  89. 7527e00 Install LICENSE.txt and README.txt. by Tim Peters · 24 years ago
  90. ea70b49 Tentative license. Could still change for the 2.0b1 release and will by Guido van Rossum · 24 years ago
  91. 9a83b92 Guido pointed out that the "non-admin install" blurb got displayed by Tim Peters · 24 years ago
  92. 6f8f92f Adding new files, removing some. by Guido van Rossum · 24 years ago
  93. 9acdd3a Repaired damaged comments, and extra spaces in fatal error msgs we'd better by Tim Peters · 24 years ago
  94. 8d691c8 The usual by Guido van Rossum · 24 years ago
  95. 29201d4 Correct configure.in version. by Guido van Rossum · 24 years ago
  96. 7c55404 Move the Py_DECREF(x) after the error: label so that we don't leak x by Guido van Rossum · 24 years ago
  97. 1688f37 Rob Hooft, Moshe Zadka: converted to 4 space indents and re instead of regex. by Guido van Rossum · 24 years ago
  98. f6f6fa2 Back off to HKCU (instead of HKLM) if user doesn't have "NT adminstrator by Tim Peters · 24 years ago
  99. 7bd25be Cosmetics on Py_Get/SetRecursionLimit (for the style guide) by Vladimir Marangozov · 24 years ago
  100. 57a5932 Update documentation for PyErr_Format, because the function has changed. by Moshe Zadka · 24 years ago