1. 4a934d4 bpo-33012: Fix invalid function cast warnings with gcc 8 in Argument Clinic. (GH-6748) by Serhiy Storchaka · 6 years ago
  2. e421106 bpo-35134: Create Include/cpython/ subdirectory (GH-10624) by Victor Stinner · 6 years ago
  3. 637a33b bpo-2504: Add pgettext() and variants to gettext. (GH-7253) by Cheryl Sabella · 6 years ago
  4. 34fd4c2 bpo-35133: Fix mistakes when concatenate string literals on different lines. (GH-10284) by Serhiy Storchaka · 6 years ago
  5. 53125a5 bpo-35067: Remove _distutils_findvs and use vswhere.exe instead. (GH-10095) by Steve Dower · 6 years ago
  6. aa95bfb bpo-32256: Make patchcheck.py work for out-of-tree builds (GH-4760) by Alexey Izbyshev · 6 years ago
  7. e3d1455 Update opcode.h header comment to mention the source data file (GH-9935) by Shivank98 · 6 years ago
  8. 2e438cc bpo-34989: python-gdb.py: fix current_line_num() (GH-9889) by Victor Stinner · 6 years ago
  9. a486a47 Fixes issues in Windows release upload script (GH-9845) by Steve Dower · 6 years ago
  10. 3f22811 bpo-32892: Use ast.Constant instead of specific constant AST types. (GH-9445) by Serhiy Storchaka · 6 years ago
  11. 9fb051f bpo-34670: Add TLS 1.3 post handshake auth (GH-9460) by Christian Heimes · 6 years ago
  12. f14c28f bpo-34011: Fixes missing venv files and other tests (GH-9458) by Steve Dower · 6 years ago
  13. 1401018 Remove wording that could be deemed to be perjorative (GH-9287) by Raymond Hettinger · 6 years ago
  14. 5e92265 bpo-34605: Avoid master/slave terms (GH-9101) by Victor Stinner · 6 years ago
  15. 65fc98e bpo-26901: Fix the Argument Clinic test suite (GH-8879) by Victor Stinner · 6 years ago
  16. e6a4755 bpo-34217: Use lowercase for windows headers (GH-8472) by Erik Janssens · 6 years ago
  17. c536bee Updated MSI README to mention dependency on .NET 3.5. (GH-8375) by Vinay Sajip · 6 years ago
  18. 7cb7bcf bpo-20260: Implement non-bitwise unsigned int converters for Argument Clinic. (GH-8434) by Serhiy Storchaka · 6 years ago
  19. a692efe bpo-34166: Fix warnings in Tools/msgfmt.py. (GH-8367) by Xtreak · 6 years ago
  20. c929df3 bpo-20180: complete AC conversion of Objects/stringlib/transmogrify.h (GH-8039) by Tal Einat · 6 years ago
  21. 74e4aee Prevent upload script uploading from the wrong directory (GH-7953) by Steve Dower · 6 years ago
  22. acdc660 bpo-33908: Remove two superfluous assignments (GH-7116) by Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి) · 6 years ago
  23. d22fc0b bpo-32962: python-gdb catchs UnicodeDecodeError (GH-7693) by Victor Stinner · 6 years ago
  24. 019d33b bpo-32962: python-gdb catchs ValueError on read_var() (GH-7692) by Victor Stinner · 6 years ago
  25. eeb99bd Fixes upload script to always run commands even when previous ones fail (GH-7670) by Steve Dower · 6 years ago
  26. 9d6d06e pypi.python.org -> pypi.org (GH-7613) by Ned Deily · 6 years ago
  27. ea62ce7 bpo-33738: Fix macros which contradict PEP 384 (GH-7477) by Christian Tismer · 6 years ago
  28. 7c69c1c update to Unicode 11.0.0 (closes bpo-33778) (GH-7439) by Benjamin Peterson · 6 years ago
  29. b8c0845 remove hg support from patchcheck (GH-7440) by Benjamin Peterson · 6 years ago
  30. e1c54f4 Adds new upload script for Windows releases (GH-7268) by Steve Dower · 6 years ago
  31. 73cbe7a bpo-32911: Revert bpo-29463. (GH-7121) (GH-7197) by Serhiy Storchaka · 6 years ago
  32. 529525f bpo-33618: Enable TLS 1.3 in tests (GH-7079) by Christian Heimes · 6 years ago
  33. e8eb6cb bpo-33570: TLS 1.3 ciphers for OpenSSL 1.1.1 (GH-6976) by Christian Heimes · 6 years ago
  34. e5f41d2 bpo-33522: Enable CI builds on Visual Studio Team Services (#6865) by Steve Dower · 6 years ago
  35. a3f19c3 Remove mojibake in the locale aliases mapping. (GH-6716) by Serhiy Storchaka · 6 years ago
  36. a8c3424 bpo-25427: Remove pyvenv (GH-5962) by Brett Cannon · 6 years ago
  37. 53f67d4 bpo-33312: update Tools/gdb/libpython.py to match. (GH-6548) by Gregory P. Smith · 6 years ago
  38. 6952482 bpo-33189: pygettext.py now accepts only literal strings (GH-6364) by Serhiy Storchaka · 6 years ago
  39. c93938b bpo-31920: Fixed handling directories as arguments in the ``pygettext`` script. (GH-6259) by Serhiy Storchaka · 6 years ago
  40. 4ca0739 bpo-33127: Compatibility patch for LibreSSL 2.7.0 (GH-6210) by Christian Heimes · 6 years ago
  41. 5affd5c bpo-32885: Tools/scripts/pathfix.py: Add -n option for no backup~ (#5772) by Miro Hrončok · 6 years ago
  42. 881323d Minor improvements to the Windows build/release process (GH-5935) by Steve Dower · 6 years ago
  43. d7687eb bpo-31355: Travis-CI: re-enable macOS job (#5858) by Antoine Pitrou · 6 years ago
  44. 05d9fe3 bpo-32947: OpenSSL 1.1.1-pre1 / TLS 1.3 fixes (#5663) by Christian Heimes · 6 years ago
  45. eee72d4 bpo-32222: Fix pygettext skipping docstrings for funcs with arg typehints (GH-4745) by Tobotimus · 6 years ago
  46. dc6b946 bpo-20361: Remove workaround for a now fixed bug (#5283) by Victor Stinner · 7 years ago
  47. f23746a bpo-32436: Implement PEP 567 (#5027) by Yury Selivanov · 7 years ago
  48. 2507e29 bpo-32588: Move _findvs into its own module and add missing _queue module to installer (#5227) by Steve Dower · 7 years ago
  49. ced9cb5 bpo-32549: Compile OpenSSL 1.1.0 on Travis CI (#5180) by Christian Heimes · 7 years ago
  50. d135f20 bpo-32507: Change Windows install to include app-local UCRT (#5119) by Steve Dower · 7 years ago
  51. a5552f0 bpo-32240: Add the const qualifier to declarations of PyObject* array arguments. (#4746) by Serhiy Storchaka · 7 years ago
  52. 53f7a7c bpo-32297: Few misspellings found in Python source code comments. (#4803) by Mike · 7 years ago
  53. 9ab11b3 Allows non-critical upload steps to fail (#4742) by Steve Dower · 7 years ago
  54. fe2d5ba bpo-32159: Remove tools for CVS and Subversion (#4615) by Victor Stinner · 7 years ago
  55. 696b501 bpo-32155: Bugfixes found by flake8 F841 warnings (#4608) by Victor Stinner · 7 years ago
  56. da9c8c3 bpo-32125: Remove Py_UseClassExceptionsFlag flag (#4544) by Victor Stinner · 7 years ago
  57. 8c663fd Replace KB unit with KiB (#4293) by Victor Stinner · 7 years ago
  58. a5293b4 Fix miscellaneous typos (#4275) by luzpaz · 7 years ago
  59. 0d2a908 bpo-31944: Fixes build and Modify button (#4278) by Steve Dower · 7 years ago
  60. 4f57409 bpo-31926: fix missing *_METHODDEF statements by argument clinic (#4230) by Tal Einat · 7 years ago
  61. 0d2c645 Update multissltests: 1.0.2m, 1.1.0g (#4232) by Christian Heimes · 7 years ago
  62. 01b5aab bpo-31827: Remove os.stat_float_times() (GH-4061) by Victor Stinner · 7 years ago
  63. 87d332d bpo-31810: Add smelly.py to check exported symbols (#4057) by Victor Stinner · 7 years ago
  64. 62adc55 bpo-30722: Make redemo work with Python 3.6+ (GH-2311) by Christoph Sarnowski · 7 years ago
  65. 2084b30 bpo-31523: Reliability improvements to the Windows build files (#3900) by Steve Dower · 7 years ago
  66. efb560e bpo-31662: Fix typos in uploadrelease.bat script by Anselm Kruis · 7 years ago
  67. f1502d0 bpo-31569: correct PCBuild/ case to PCbuild/ in build scripts and docs (GH-3711) by Stefan Grönke · 7 years ago
  68. b091bec bpo-31536: Avoid wholesale rebuild after `make regen-all` (#3678) by Antoine Pitrou · 7 years ago
  69. 13ad3b7 bpo-31462: Remove trailing whitespaces. (#3564) by Serhiy Storchaka · 7 years ago
  70. d39dbf4 Simplify run_tests.py (#3482) by Antoine Pitrou · 7 years ago
  71. b84bcc4 bpo-31392: Update SSL build for 1.1.0 (#3448) by Steve Dower · 7 years ago
  72. 2ebc5ce bpo-30860: Consolidate stateful runtime globals. (#3397) by Eric Snow · 7 years ago
  73. 1f06a68 Add props file for nuget packages (#3410) by Steve Dower · 7 years ago
  74. d3b9f97 Update multissl test helper (#3349) by Christian Heimes · 7 years ago
  75. 5fcd5e6 bpo-31340: Change to building with MSVC v141 (included with Visual Studio 2017) (#3311) by Steve Dower · 7 years ago
  76. 05351c1 Revert "bpo-30860: Consolidate stateful runtime globals." (#3379) by Eric Snow · 7 years ago
  77. 76d5abc bpo-30860: Consolidate stateful runtime globals. (#2594) by Eric Snow · 7 years ago
  78. 0693063 remove IRIX support (closes bpo-31341) (#3310) by Benjamin Peterson · 7 years ago
  79. 5fe59f8 bpo-30983: [gdb] Fix py-bt, etc. for non-debug shared builds (#3153) by Łukasz Langa · 7 years ago
  80. f1ff2c4 Adds nuget symbols package for daily builds. (#3122) by Steve Dower · 7 years ago
  81. 4a347ce bpo-31221: patchcheck ignores external libraries (#3109) by Victor Stinner · 7 years ago
  82. 7cc3399 bpo-30983: Revert changes which broke most buildbots (#3100) by Victor Stinner · 7 years ago
  83. 2e0f4db bpo-30983: eval frame rename in pep 0523 broke gdb's python extension (#2803) by Bruno "Polaco" Penteado · 7 years ago
  84. f085191 Fix build batch files (#2750) by Steve Dower · 7 years ago
  85. 68d663c [bpo-30916] Pre-build OpenSSL and Tcl/Tk for Windows (#2688) by Steve Dower · 7 years ago
  86. 6969eaf bpo-29464: Rename METH_FASTCALL to METH_FASTCALL|METH_KEYWORDS and make (#1955) by Serhiy Storchaka · 7 years ago
  87. 0056118 buildbot: pass --fail-env-changed to regrtest (#2509) by Victor Stinner · 7 years ago
  88. 1ba9469 Update `make patchcheck` for blurb and NEWS.d (#2381) by Antoine Pitrou · 7 years ago
  89. 70cb187 Check the whitespace of pull requests on Travis (GH-2367) by Brett Cannon · 7 years ago
  90. 279a962 bpo-30736: upgrade to Unicode 10.0 (#2344) by Benjamin Peterson · 7 years ago
  91. 40a23e8 bpo-30687: Fixes build scripts to find msbuild.exe and stop relying on vcvarsall.bat (#2252) by Steve Dower · 7 years ago
  92. 2d98c53 Revert "bpo-30673: test.bat: add -t option (timeout) (#2211)" (#2245) by Victor Stinner · 7 years ago
  93. 51599e2 bpo-30450: Pull Windows dependencies from GitHub rather than svn (GH-1783) by Zachary Ware · 7 years ago
  94. 258bfc4 bpo-30673: test.bat: add -t option (timeout) (#2211) by Victor Stinner · 7 years ago
  95. 6b6e687 bpo-27425: Be more explicit in .gitattributes (GH-840) by Zachary Ware · 7 years ago
  96. 7445381 bpo-30600: Fix error messages (condition order in Argument Clinic) (#2051) by Sylvain · 7 years ago
  97. 178418a bpo-30492: Allow make clinic to work out of tree. (#1836) by Gregory P. Smith · 7 years ago
  98. 3972628 bpo-30296 Remove unnecessary tuples, lists, sets, and dicts (#1489) by Jon Dufresne · 7 years ago
  99. a5c62a8 bpo-23404: make touch becomes make regen-all (#1405) by Victor Stinner · 7 years ago
  100. 58f3c9d bpo-30109: Fix reindent.py (GH-1207) by Mariatta · 7 years ago