1. 97f005d Prep for Python 3.1! by Barry Warsaw · 16 years ago
  2. 43baef4 Bump to 3.0rc3 by Barry Warsaw · 16 years ago
  3. 1f0e67e Bumping to 3.0rc2. by Barry Warsaw · 16 years ago
  4. b885480 bumping to 3.0rc1 by Barry Warsaw · 16 years ago
  5. 57c1058 Bumping to 3.0b3 by Barry Warsaw · 16 years ago
  6. 4bd1cef Bumping to 3.0b2 by Barry Warsaw · 16 years ago
  7. c1e689e Bump to 3.0b1 by Barry Warsaw · 16 years ago
  8. 160b9a3 Bumping versions for 3.0a5 by Barry Warsaw · 16 years ago
  9. bb5cd08 release.py induced and manual editing steps for 3.0a4. by Barry Warsaw · 16 years ago
  10. ad9d48d Merged revisions 62090-62091,62096,62100,62102,62110-62114 via svnmerge from by Benjamin Peterson · 16 years ago
  11. 2a691a8 Merged revisions 62021,62029,62035-62038,62043-62044,62052-62053 via svnmerge from by Benjamin Peterson · 16 years ago
  12. dd15f6c Merged revisions 61239-61249,61252-61257,61260-61264,61269-61275,61278-61279,61285-61286,61288-61290,61298,61303-61305,61312-61314,61317,61329,61332,61344,61350-61351,61363-61376,61378-61379,61382-61383,61387-61388,61392,61395-61396,61402-61403 via svnmerge from by Christian Heimes · 16 years ago
  13. b558a2e Merged revisions 61143-61144,61146-61147,61150-61151,61157,61165-61168,61170-61173,61176-61177,61183 via svnmerge from by Christian Heimes · 16 years ago
  14. 659fc42 Copyright and version tweaks for 3.0a3. by Barry Warsaw · 16 years ago
  15. f3f67f2 Link to whatsnew document. by Georg Brandl · 16 years ago
  16. 99533a9 Get ready for releasing 3.0a2. (Next: update the whatsnew docs.) by Guido van Rossum · 17 years ago
  17. bf2604c Fix typo by Neal Norwitz · 17 years ago
  18. 4405cf3 Update Misc/NEWS. Add RELNOTES. by Guido van Rossum · 17 years ago
  19. ef0f129 Move the copyright and license stuff to the end. by Guido van Rossum · 17 years ago
  20. 0c3842f Forward Windows build instructions to PCbuild. by Martin v. Löwis · 17 years ago
  21. 1c896e3 Mostly rewritten, much shorter README for Py3k. by Guido van Rossum · 17 years ago
  22. eb33e5a Remove support for BeOS by Skip Montanaro · 17 years ago
  23. 7a98be2 Remove RISCOS support by Skip Montanaro · 17 years ago
  24. 0168802 Kill execfile(), use exec() instead by Neal Norwitz · 17 years ago
  25. cd16bf6 Merged revisions 55817-55961 via svnmerge from by Guido van Rossum · 17 years ago
  26. e7ba495 Merged revisions 55631-55794 via svnmerge from by Guido van Rossum · 17 years ago
  27. d59da4b Merged revisions 55407-55513 via svnmerge from by Guido van Rossum · 17 years ago
  28. ebe3e16 Merged revisions 55342-55406 via svnmerge from by Guido van Rossum · 17 years ago
  29. 0368b72 Merged revisions 55225-55227,55229-55269 via svnmerge from by Guido van Rossum · 17 years ago
  30. d8faa36 Merged revisions 53952-54987 via svnmerge from by Guido van Rossum · 17 years ago
  31. 902d6eb Merged revisions 53005-53303 via svnmerge from by Thomas Wouters · 18 years ago
  32. 89f507f Four months of trunk changes (including a few releases...) by Thomas Wouters · 18 years ago
  33. 50e9fb9 Completely get rid of PyClass and PyInstance. by Guido van Rossum · 18 years ago
  34. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago
  35. 477c8d5 Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. by Thomas Wouters · 18 years ago
  36. 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 18 years ago
  37. 7096760 Get rid of xreadlines() (methods). by Neal Norwitz · 18 years ago
  38. 45aecf4 Checkpoint. 218 tests are okay; 53 are failing. Done so far: by Guido van Rossum · 18 years ago
  39. 81299ad bug #872175: add --with-fpectl to README by Georg Brandl · 18 years ago
  40. b69406d Update general copyright years to 2006. by Georg Brandl · 18 years ago
  41. a538992 don't get me started about distutils... by Skip Montanaro · 19 years ago
  42. 9f6606a note build workaround for Sol10/gcc 3.4 by Skip Montanaro · 19 years ago
  43. a2534c8 Update 64-bit AIX and HP-UX build instructions (forward port). by Guido van Rossum · 19 years ago
  44. 539c662 - Changes donated by Elemental Security to make it work on HP-UX 11 on by Guido van Rossum · 19 years ago
  45. fad4640 Update URL. by Michael W. Hudson · 19 years ago
  46. 08cd598 Introduced EXTRA_CFLAGS as an environment variable used by the Makefile. Meant by Brett Cannon · 19 years ago
  47. 71dcc3e A few random updates to make things less horrifyingly out of date. by Michael W. Hudson · 19 years ago
  48. c560a00 happy new year! (on the trunk) by Anthony Baxter · 19 years ago
  49. 2eba0d6 Update VC references. Backported to 2.4. by Martin v. Löwis · 20 years ago
  50. e9d719b update gcc ref by Anthony Baxter · 20 years ago
  51. f30bc11 update version by Anthony Baxter · 20 years ago
  52. f30d60e Patch #510695: Add TSC profiling for the VM. by Martin v. Löwis · 20 years ago
  53. bb3ed7e Add this year to the copyright notices. by Barry Warsaw · 20 years ago
  54. bff63f0 update version at top of file by Skip Montanaro · 20 years ago
  55. 7c49747 updated HPUX notes. by Anthony Baxter · 21 years ago
  56. 9b32acd note about HP compiler. CC="cc -Ae" is least broken, but still broken by Anthony Baxter · 21 years ago
  57. c0bf33e This is release candidate 2 by Barry Warsaw · 21 years ago
  58. 55512dc Clarify a statement regarding both shared and static library. by Fred Drake · 21 years ago
  59. fa2d0eb Update version label by Jeremy Hylton · 21 years ago
  60. 3efa04a Patch #753845: Update README for Redhat 9 Tkinter compile with USC-4. by Martin v. Löwis · 21 years ago
  61. 932dab6 AMK's no longer maintaining his bookstore page. Refer to the books page on by Skip Montanaro · 21 years ago
  62. 3b8ee08 Patch #718286: Support DESTDIR. by Martin v. Löwis · 21 years ago
  63. 6dc4a8e add note about building with bsddb185 and making it appear as bsddb. by Skip Montanaro · 21 years ago
  64. fa1eddf Update version number and release date. by Guido van Rossum · 21 years ago
  65. 22e2f73 Update versions/dates for release of 2.3a2. Added some last-minute news. by Guido van Rossum · 21 years ago
  66. 7dc65d6 Fix typos. by Walter Dörwald · 21 years ago
  67. f60cdff Remove misleading advice. VERSION was not intended to be used that way. by Neil Schemenauer · 22 years ago
  68. 2d98db6 delete reference to defunct Misc/HPUX-NOTES. Adjust reference for BeOS notes. by Skip Montanaro · 22 years ago
  69. 56d8301 Merged Misc/AtheOS-NOTES into the platform-specific section. Rewrote the by Skip Montanaro · 22 years ago
  70. 4de9cba qualify known Solaris versions related to the binutils breakage. by Skip Montanaro · 22 years ago
  71. 59a7555 update info about binutils 2.13 breakage on Solaris. by Skip Montanaro · 22 years ago
  72. f122688 Various updates to the version number, on the eve of the 2.3a1 release. by Guido van Rossum · 22 years ago
  73. 7e4cfcb Unsupport --without-universal-newlines. by Martin v. Löwis · 22 years ago
  74. 779ffc0 Add compile-time errors for unsupported systems. by Martin v. Löwis · 22 years ago
  75. 62d45c0 Add XXX note about Sleepycat's BSDDB. by Guido van Rossum · 22 years ago
  76. 9cea5f5 Explain what to do in case of missing shared libraries. Remove mentioning by Martin v. Löwis · 22 years ago
  77. 3a7ad5c delete reference to building on Minix, which will be unsupported in 2.3 by Skip Montanaro · 22 years ago
  78. 146f61d Update config.h to pyconfig.h. by Fred Drake · 22 years ago
  79. 6e75364 I'd forgotten that tcsh was the default for 10.1, but SF's 10.1 system by Barry Warsaw · 22 years ago
  80. 6a8557d There was a typo in the MacOSX section regarding the stacksize issue. by Barry Warsaw · 22 years ago
  81. 4299231 Warn about binutils 2.13 on Solaris. by Guido van Rossum · 22 years ago
  82. 84a0164 Changes to the OSX section: by Jack Jansen · 22 years ago
  83. 6506967 Document that --enable-shared puts PIC objects into the static libpython. by Martin v. Löwis · 22 years ago
  84. 33876f5 Patch: by Michael W. Hudson · 22 years ago
  85. 1c63a59 Actualized descrintro.html URL. by Guido van Rossum · 22 years ago
  86. be6e0f4 Random tweaks & updates. by Michael W. Hudson · 22 years ago
  87. 57454e5 This introduces stricter library/header file checking for the Berkeley DB by Skip Montanaro · 22 years ago
  88. 59518b0 Fix typo: ptread --> pthread Closes SF bug #554644. by Fred Drake · 22 years ago
  89. 4e1dd7d Add warning about the HP PA-RISC 2.0 C compiler's optimizer. by Guido van Rossum · 22 years ago
  90. 7b8c754 Mass checkin of universal newline support. by Jack Jansen · 22 years ago
  91. 1142de3 Patch #527027: Allow building python as shared library. by Martin v. Löwis · 22 years ago
  92. 83d042d [Bug #532136] Change path in README, as suggested by Ralph Corderoy by Andrew M. Kuchling · 22 years ago
  93. c7f4541 Update version number in README. by Guido van Rossum · 22 years ago
  94. 494cdb6 Add 2002 to PSF copyrights. by Michael W. Hudson · 22 years ago
  95. 59b0b60 Updates related to Modules/Setup and setup.py. This addresses SF bug by Guido van Rossum · 22 years ago
  96. 2dcec0c Quick build: clarify that you have to do "make install" as root; OS by Guido van Rossum · 22 years ago
  97. 61fec30 Rephrased the OSX stack limit problem, after a complaint about it. by Jack Jansen · 23 years ago
  98. b655464 Apparently it's Cygwin with a capital C. by Michael W. Hudson · 23 years ago
  99. 4ebde09 Fix a typo by Neal Norwitz · 23 years ago
  100. 1c4523f More cygwin news. This section is getting a bit long. Oh well. by Michael W. Hudson · 23 years ago