1. 19d6842 Update build docs for macOS (GH-16771) by Ned Deily · 4 years, 9 months ago
  2. 72bbd2a Remove AppVeyor badge now that we don't use it in the CI anymore (GH-16708) by Pablo Galindo · 4 years, 9 months ago
  3. 9ab2fb1 Bump to 3.9.0a0 by Łukasz Langa · 5 years ago
  4. 3b5deb0 Python 3.8.0b1 by Łukasz Langa · 5 years ago
  5. c1004b8 Python 3.8.0a4 by Łukasz Langa · 5 years ago
  6. 5f2b3b0 regarding to grammar and spell check (#13020) by Hossein Pourbozorg · 5 years ago
  7. 9a44885 v3.8.0a3 by Łukasz Langa · 5 years ago
  8. 23f4589 v3.8.0a2 by Łukasz Langa · 5 years ago
  9. e75eeb0 v3.8.0a1 by Łukasz Langa · 5 years ago
  10. 9a69ae8 Bump copyright years to 2019. (GH-11404) by Benjamin Peterson · 6 years ago
  11. 7e3fb40 closes bpo-35630: Use code tag for 'python3' in 'README.rst' (GH-11394) by Suriyaa ✌️️ · 6 years ago
  12. 9d43fa1 Doc: Simplify Copyright line in README (GH-10287) by David Kleuker · 6 years ago
  13. 680d26e Update Azure Pipelines badge (GH-9529) by Steve Dower · 6 years ago
  14. b7d613f Update VSTS to Azure DevOps and simplify dependencies (GH-9168) by Steve Dower · 6 years ago
  15. 757b73c Add VSTS status badge to readme (GH-8958) by Steve Dower · 6 years ago
  16. cae8ff9 bpo-34381: refer to 'Running & Writing Tests' in README.rst (GH-8797) by Michael Osipov · 6 years ago
  17. b57eea1 Add zulipchat badge to readme (GH-7929) by Mariatta · 6 years ago
  18. ee994d7 bpo-33791: Update README for macOS users (GH-7471) by atg7000 · 6 years ago
  19. 93f9a8a bpo-24318: Rewrite the README PGO section. (#6863) by Gregory P. Smith · 6 years ago
  20. b87c1c9 Clean up the readme text around PGO a bit. (GH-6538) by Gregory P. Smith · 6 years ago
  21. 0f914b5 bpo-31201: Clarify command to re-run failing test(s) with example (GH-6417) by Aaron Ang · 6 years ago
  22. 5489bda Start of 3.8.0a0 by Ned Deily · 6 years ago
  23. 6e41cd9 Update NEWS, docs, and patchlevel for 3.7.0b1 by Ned Deily · 6 years ago
  24. 2ab3a8f Post-release version bump to a4+ by Ned Deily · 6 years ago
  25. 07c9d85 Bump to 3.7.0a4 by Ned Deily · 6 years ago
  26. 65f2a6d advance copyright years to 2018 (#5094) by Benjamin Peterson · 6 years ago
  27. a2a25eb Bump to 3.7.0a3+ by Ned Deily · 7 years ago
  28. 90a6785 Bump to 3.7.0a3 by Ned Deily · 7 years ago
  29. f7ac4fe Bump to 3.7.0a2 by Ned Deily · 7 years ago
  30. 1b8f612 bpo-31458: Update Misc/NEWS link in What's New page (GH-3555) by Mariatta · 7 years ago
  31. 0c72a0c Update copyright PSF to 2001-2017 (#3421) by Christian Heimes · 7 years ago
  32. 384899d bpo-30737: Update DevGuide links to new URL (GH-3228) by Lisa Hewus Fresh · 7 years ago
  33. d31b28e Add Appveyor (GH-324) by Zachary Ware · 7 years ago
  34. 7c8b3fa README: move TOC to top (GH-355) by INADA Naoki · 7 years ago
  35. 6db764a README: Use h3 headings for build sections, and add TOC (GH-64) by Evan Klitzke · 7 years ago
  36. 6329aea README.rst: Change the devguide url to docs.python.org/devguide (GH-295) by Mariatta · 7 years ago
  37. e32ec93 README.rst: List out relevant links to the project (#283) by Mariatta · 7 years ago
  38. c086685 README: OS X -> macOS (GH-55) by Paul Schreiber · 7 years ago
  39. 1b3d88e Make devguide link in README more prominent (#145) by Nick Coghlan · 7 years ago
  40. b3f1f59 Rename Doc/README.txt to Doc/README.rst and add formatting (#104) by Roger · 7 years ago
  41. d50f188 Various updates to README.rst (#21) by Zachary Ware · 7 years ago
  42. 3cdbd68 A few README tweaks (#73) by Ned Batchelder · 7 years ago
  43. c9b62b4 Add Travis CI and Codecov badges to README (#70) by Victor Stinner · 7 years ago
  44. d783b01 Rename README to README.rst and enhance formatting (#2) by Victor Stinner · 7 years ago[Renamed (70%) from README]
  45. 6784be1 merge 3.6 by Benjamin Peterson · 8 years ago
  46. 5848e72 merge 3.5 by Benjamin Peterson · 8 years ago
  47. 4365833 merge 3.4 by Benjamin Peterson · 8 years ago
  48. b6e2142 merge 3.3 by Benjamin Peterson · 8 years ago
  49. e527dd3 ring in 2017 for Python by Benjamin Peterson · 8 years ago
  50. 190042a Merge 3.6.0 release into default by Ned Deily · 8 years ago
  51. 93357d8 Merge 3.6.0 release engineering head by Ned Deily · 8 years ago
  52. 5c4568a Update docs and patchlevel for 3.6.0 final. by Ned Deily · 8 years ago
  53. f7b2809 Version bump for 3.6.0rc2 by Ned Deily · 8 years ago
  54. ad2c2d3 Version bump for 3.6.0rc1 by Ned Deily · 8 years ago
  55. 38c508a Version bump for 3.6.0b4 by Ned Deily · 8 years ago
  56. 1fb1c99 replace --with-optimizations references with --enable-optimizations in docs. by Gregory P. Smith · 8 years ago
  57. 2863c38 replace --with-optimizations references with --enable-optimizations in docs. by Gregory P. Smith · 8 years ago
  58. aa5a13f replace --with-optimizations references with --enable-optimizations in docs. by Gregory P. Smith · 8 years ago
  59. 0ef256c Version bump for 3.6.0b3 by Ned Deily · 8 years ago
  60. 7e16af4 Version bump for 3.6.0b2 by Ned Deily · 8 years ago
  61. b119192 Merge with 3.6 by Ned Deily · 8 years ago
  62. d35ee0b Start 3.6 branch by Ned Deily · 8 years ago
  63. 4829bc6 Bump to 3.7.0a0 by Ned Deily · 8 years ago
  64. beb798c Version bump for 3.6.0b1 by Ned Deily · 8 years ago
  65. ba7224f issue28032: never imply --with-lto as part of --with-optimizations. by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) · 8 years ago
  66. 14c7f71 issue28032: never imply --with-lto as part of --with-optimizations. by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) · 8 years ago
  67. 014d52f document --with-optimizations in the README for issue26359. by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) · 8 years ago
  68. 0be894b Issue #27895: Spelling fixes (Contributed by Ville Skyttä). by Martin Panter · 8 years ago
  69. 1699757 document --with-optimizations in the README for issue26359. by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) · 8 years ago
  70. 15f44ab Issue #27895: Spelling fixes (Contributed by Ville Skyttä). by Raymond Hettinger · 8 years ago
  71. b87d600 Version bump for 3.6.0a4 by Ned Deily · 8 years ago
  72. a731a68 Version bump for 3.6.0a3 by Ned Deily · 8 years ago
  73. 1b329e7 Merge. by Larry Hastings · 8 years ago
  74. 6c1aa6b Version number bump for 3.5.2 final. by Larry Hastings · 8 years ago
  75. fa42893 Version bump for 3.6.0a2 by Ned Deily · 8 years ago
  76. 904465f Updated header for README for 3.5.2rc1. by Larry Hastings · 8 years ago
  77. d31a255 Release bump for 3.5.2rc1. by Larry Hastings · 8 years ago
  78. e501a93 Issue #27125: Merge typo fixes from 3.5 by Martin Panter · 8 years ago
  79. 8d56c02 Issue #27125: Fix various errors like “will [be] inherited” by Martin Panter · 8 years ago
  80. cec00a7 Version bump for 3.6.0a1 by Ned Deily · 8 years ago
  81. a648339 Fix spelling error by Raymond Hettinger · 8 years ago
  82. c86c91a Merge typo fixes from 3.5 by Martin Panter · 8 years ago
  83. cc71a79 Fix typos in documentation and comments by Martin Panter · 8 years ago
  84. 3e47a13 merge 3.5 by Benjamin Peterson · 9 years ago
  85. 4e3dd51 merge 3.4 by Benjamin Peterson · 9 years ago
  86. 630329e merge 3.3 by Benjamin Peterson · 9 years ago
  87. f1dcdd9 add 2015 and 2016 by Benjamin Peterson · 9 years ago
  88. 71db903 merge 3.5 by Benjamin Peterson · 9 years ago
  89. 4c70293 merge 3.4 by Benjamin Peterson · 9 years ago
  90. e8c2a95 merge 3.3 by Benjamin Peterson · 9 years ago
  91. 75e3630 2016 will be another year of writing copyrighted code by Benjamin Peterson · 9 years ago
  92. fa71932 Release bump for Python 3.4.4 final. by Larry Hastings · 9 years ago
  93. 6e86580 Version bump for Python 3.5.1rc1. by Larry Hastings · 9 years ago
  94. 36df60f Merge for issue #24915 by Brett Cannon · 9 years ago
  95. 7188a3e Issue #24915: Add Clang support to PGO builds and use the test suite by Brett Cannon · 9 years ago
  96. d5fd984 Merge from 3.5. by Larry Hastings · 9 years ago
  97. f92f6c8 Version bump for Python 3.5.0 final. by Larry Hastings · 9 years ago
  98. 1043f95 Version bump for Python 3.5.0rc4. by Larry Hastings · 9 years ago
  99. 442c560 Version bump for Python 3.5.0rc3. by Larry Hastings · 9 years ago
  100. 98be9d5 Version bump for 3.4.5 final. by Larry Hastings · 8 years ago