Python 3.7.1rc1
  1. 2756ef3 [3.7] bpo-34670: Add TLS 1.3 post handshake auth (GH-9460) (GH-9505) by Christian Heimes · 7 years ago
  2. a73e790 Fixes tests requiring extra environment values on Windows (GH-9462) by Steve Dower · 7 years ago
  3. 1e92123 bpo-26901: Fix the Argument Clinic test suite (GH-8879) (GH-9048) by Miss Islington (bot) · 7 years ago
  4. bf8e9d1 bpo-34217: Use lowercase for windows headers (GH-8472) by Miss Islington (bot) · 7 years ago
  5. 0126b7d Updated MSI README to mention dependency on .NET 3.5. (GH-8375) by Miss Islington (bot) · 7 years ago
  6. 25326de [3.7] bpo-34166: Fix warnings in Tools/msgfmt.py. (GH-8367) (GH-8369) by Xtreak · 7 years ago
  7. ca4cb84 [3.7] bpo-32962: Backport python-gdb.py and test_gdb.py from master (GH-7710) by Victor Stinner · 7 years ago
  8. a9846e0 pypi.python.org -> pypi.org (GH-7613) (GH-7614) by Miss Islington (bot) · 7 years ago
  9. 4705ea3 update to Unicode 11.0.0 (closes bpo-33778) (GH-7439) (GH-7470) by Miss Islington (bot) · 7 years ago
  10. 9aa1e72 remove hg support from patchcheck (GH-7440) by Miss Islington (bot) · 7 years ago
  11. 2641ee5 bpo-32911: Revert bpo-29463. (GH-7121) by Serhiy Storchaka · 7 years ago
  12. 72ef4fc [3.7] bpo-33618: Enable TLS 1.3 in tests (GH-7079) (GH-7082) by Miss Islington (bot) · 7 years ago
  13. cd57b48 bpo-33570: TLS 1.3 ciphers for OpenSSL 1.1.1 (GH-6976) by Miss Islington (bot) · 7 years ago
  14. 8965d75 bpo-33522: Enable CI builds on Visual Studio Team Services (GH-6865) (GH-6926) by Miss Islington (bot) · 7 years ago
  15. 11659d0 bpo-33312: update Tools/gdb/libpython.py to match. (GH-6549) by Miss Islington (bot) · 7 years ago
  16. a4fb580 bpo-33189: pygettext.py now accepts only literal strings (GH-6364) by Miss Islington (bot) · 7 years ago
  17. 9b25bd6 bpo-31920: Fixed handling directories as arguments in the ``pygettext`` script. (GH-6259) by Miss Islington (bot) · 7 years ago
  18. 42bd62b [3.7] bpo-33127: Compatibility patch for LibreSSL 2.7.0 (GH-6210) (GH-6213) by Miss Islington (bot) · 7 years ago
  19. 6e65e44 [3.7] bpo-32885: Tools/scripts/pathfix.py: Add -n option for no backup~ (GH-5772) (#6103) by Miss Islington (bot) · 7 years ago
  20. cefbd01 Minor improvements to the Windows build/release process (GH-5935) by Miss Islington (bot) · 7 years ago
  21. 2614ed4 bpo-32947: OpenSSL 1.1.1-pre1 / TLS 1.3 fixes (GH-5663) by Miss Islington (bot) · 7 years ago
  22. 51d95ff bpo-32222: Fix pygettext skipping docstrings for funcs with arg typehints (GH-4745) by Miss Islington (bot) · 7 years ago
  23. dc6b946 bpo-20361: Remove workaround for a now fixed bug (#5283) by Victor Stinner · 8 years ago
  24. f23746a bpo-32436: Implement PEP 567 (#5027) by Yury Selivanov · 8 years ago
  25. 2507e29 bpo-32588: Move _findvs into its own module and add missing _queue module to installer (#5227) by Steve Dower · 8 years ago
  26. ced9cb5 bpo-32549: Compile OpenSSL 1.1.0 on Travis CI (#5180) by Christian Heimes · 8 years ago
  27. d135f20 bpo-32507: Change Windows install to include app-local UCRT (#5119) by Steve Dower · 8 years ago
  28. a5552f0 bpo-32240: Add the const qualifier to declarations of PyObject* array arguments. (#4746) by Serhiy Storchaka · 8 years ago
  29. 53f7a7c bpo-32297: Few misspellings found in Python source code comments. (#4803) by Mike · 8 years ago
  30. 9ab11b3 Allows non-critical upload steps to fail (#4742) by Steve Dower · 8 years ago
  31. fe2d5ba bpo-32159: Remove tools for CVS and Subversion (#4615) by Victor Stinner · 8 years ago
  32. 696b501 bpo-32155: Bugfixes found by flake8 F841 warnings (#4608) by Victor Stinner · 8 years ago
  33. da9c8c3 bpo-32125: Remove Py_UseClassExceptionsFlag flag (#4544) by Victor Stinner · 8 years ago
  34. 8c663fd Replace KB unit with KiB (#4293) by Victor Stinner · 8 years ago
  35. a5293b4 Fix miscellaneous typos (#4275) by luzpaz · 8 years ago
  36. 0d2a908 bpo-31944: Fixes build and Modify button (#4278) by Steve Dower · 8 years ago
  37. 4f57409 bpo-31926: fix missing *_METHODDEF statements by argument clinic (#4230) by Tal Einat · 8 years ago
  38. 0d2c645 Update multissltests: 1.0.2m, 1.1.0g (#4232) by Christian Heimes · 8 years ago
  39. 01b5aab bpo-31827: Remove os.stat_float_times() (GH-4061) by Victor Stinner · 8 years ago
  40. 87d332d bpo-31810: Add smelly.py to check exported symbols (#4057) by Victor Stinner · 8 years ago
  41. 62adc55 bpo-30722: Make redemo work with Python 3.6+ (GH-2311) by Christoph Sarnowski · 8 years ago
  42. 2084b30 bpo-31523: Reliability improvements to the Windows build files (#3900) by Steve Dower · 8 years ago
  43. efb560e bpo-31662: Fix typos in uploadrelease.bat script by Anselm Kruis · 8 years ago
  44. f1502d0 bpo-31569: correct PCBuild/ case to PCbuild/ in build scripts and docs (GH-3711) by Stefan Grönke · 8 years ago
  45. b091bec bpo-31536: Avoid wholesale rebuild after `make regen-all` (#3678) by Antoine Pitrou · 8 years ago
  46. 13ad3b7 bpo-31462: Remove trailing whitespaces. (#3564) by Serhiy Storchaka · 8 years ago
  47. d39dbf4 Simplify run_tests.py (#3482) by Antoine Pitrou · 8 years ago
  48. b84bcc4 bpo-31392: Update SSL build for 1.1.0 (#3448) by Steve Dower · 8 years ago
  49. 2ebc5ce bpo-30860: Consolidate stateful runtime globals. (#3397) by Eric Snow · 8 years ago
  50. 1f06a68 Add props file for nuget packages (#3410) by Steve Dower · 8 years ago
  51. d3b9f97 Update multissl test helper (#3349) by Christian Heimes · 8 years ago
  52. 5fcd5e6 bpo-31340: Change to building with MSVC v141 (included with Visual Studio 2017) (#3311) by Steve Dower · 8 years ago
  53. 05351c1 Revert "bpo-30860: Consolidate stateful runtime globals." (#3379) by Eric Snow · 8 years ago
  54. 76d5abc bpo-30860: Consolidate stateful runtime globals. (#2594) by Eric Snow · 8 years ago
  55. 0693063 remove IRIX support (closes bpo-31341) (#3310) by Benjamin Peterson · 8 years ago
  56. 5fe59f8 bpo-30983: [gdb] Fix py-bt, etc. for non-debug shared builds (#3153) by Łukasz Langa · 8 years ago
  57. f1ff2c4 Adds nuget symbols package for daily builds. (#3122) by Steve Dower · 8 years ago
  58. 4a347ce bpo-31221: patchcheck ignores external libraries (#3109) by Victor Stinner · 8 years ago
  59. 7cc3399 bpo-30983: Revert changes which broke most buildbots (#3100) by Victor Stinner · 8 years ago
  60. 2e0f4db bpo-30983: eval frame rename in pep 0523 broke gdb's python extension (#2803) by Bruno "Polaco" Penteado · 8 years ago
  61. f085191 Fix build batch files (#2750) by Steve Dower · 8 years ago
  62. 68d663c [bpo-30916] Pre-build OpenSSL and Tcl/Tk for Windows (#2688) by Steve Dower · 8 years ago
  63. 6969eaf bpo-29464: Rename METH_FASTCALL to METH_FASTCALL|METH_KEYWORDS and make (#1955) by Serhiy Storchaka · 8 years ago
  64. 0056118 buildbot: pass --fail-env-changed to regrtest (#2509) by Victor Stinner · 8 years ago
  65. 1ba9469 Update `make patchcheck` for blurb and NEWS.d (#2381) by Antoine Pitrou · 8 years ago
  66. 70cb187 Check the whitespace of pull requests on Travis (GH-2367) by Brett Cannon · 8 years ago
  67. 279a962 bpo-30736: upgrade to Unicode 10.0 (#2344) by Benjamin Peterson · 8 years ago
  68. 40a23e8 bpo-30687: Fixes build scripts to find msbuild.exe and stop relying on vcvarsall.bat (#2252) by Steve Dower · 8 years ago
  69. 2d98c53 Revert "bpo-30673: test.bat: add -t option (timeout) (#2211)" (#2245) by Victor Stinner · 8 years ago
  70. 51599e2 bpo-30450: Pull Windows dependencies from GitHub rather than svn (GH-1783) by Zachary Ware · 8 years ago
  71. 258bfc4 bpo-30673: test.bat: add -t option (timeout) (#2211) by Victor Stinner · 8 years ago
  72. 6b6e687 bpo-27425: Be more explicit in .gitattributes (GH-840) by Zachary Ware · 8 years ago
  73. 7445381 bpo-30600: Fix error messages (condition order in Argument Clinic) (#2051) by Sylvain · 8 years ago
  74. 178418a bpo-30492: Allow make clinic to work out of tree. (#1836) by Gregory P. Smith · 8 years ago
  75. 3972628 bpo-30296 Remove unnecessary tuples, lists, sets, and dicts (#1489) by Jon Dufresne · 8 years ago
  76. a5c62a8 bpo-23404: make touch becomes make regen-all (#1405) by Victor Stinner · 8 years ago
  77. 58f3c9d bpo-30109: Fix reindent.py (GH-1207) by Mariatta · 8 years ago
  78. 2abfdf5 Issue #29798: Handle git worktree in patchcheck (#1058) by Nick Coghlan · 8 years ago
  79. 5affd23 bpo-29762: More use "raise from None". (#569) by Serhiy Storchaka · 8 years ago
  80. d4edfc9 bpo-29935: Fixed error messages in the index() method of tuple, list and deque (#887) by Serhiy Storchaka · 8 years ago
  81. 762bf40 bpo-29852: Argument Clinic Py_ssize_t converter now supports None (#716) by Serhiy Storchaka · 8 years ago
  82. d6debb2 bpo-29919: Remove unused imports found by pyflakes (#137) by Victor Stinner · 8 years ago
  83. df82808 bpo-20087: Revert "make the glibc alias table take precedence over the X11 one (#422)" (#713) by Benjamin Peterson · 8 years ago
  84. 80ec836 bpo-29748: Added the slice index converter in Argument Clinic. (#549) by Serhiy Storchaka · 8 years ago
  85. 3286123 Takes vcruntime140.dll from the correct source. (#679) by Steve Dower · 8 years ago
  86. 6a6d090 bpo-29798: Handle git worktree in `make patchcheck` (#629) by Nick Coghlan · 8 years ago
  87. 202fda5 bpo-24037: Add Argument Clinic converter `bool(accept={int})`. (#485) by Serhiy Storchaka · 8 years ago
  88. 482f7a2 bpo-29656: Handle PR branches in 'make patchcheck' (#302) by Nick Coghlan · 8 years ago
  89. b5c51d3 bpo-20185: Convert float object implementation to Argument Clinic. (#543) by Serhiy Storchaka · 8 years ago
  90. 02371e0 make the glibc alias table take precedence over the X11 one (#422) by Benjamin Peterson · 8 years ago
  91. f6e6101 Fixes the upload script to purge the CDN correctly and display success output. (#466) by Steve Dower · 8 years ago
  92. a0c07d2 bpo-27593: Updates Windows build to use information from git (#262) by Steve Dower · 8 years ago
  93. 661ca88 Fixes bpo-29680: Older gdb does not have gdb.error. (#363) by Lev Abalkin · 8 years ago
  94. 1aceb02 bpo-29624: Adds purge step and layout test after uploading files. (#258) by Steve Dower · 8 years ago
  95. cb41b27 bpo-29463: Add docstring field to some AST nodes. (#46) by INADA Naoki · 8 years ago
  96. 52a7e92 bpo-29579: Removes readme.txt from the installer. (#160) by Steve Dower · 8 years ago
  97. b2ee40e Change some mercurial/ hg.python.org references. (#8) by Senthil Kumaran · 9 years ago
  98. d947e4d Includes ensurepip and venv packages in nuget package. by Steve Dower · 9 years ago
  99. f007b49 Includes ensurepip and venv packages in nuget package. by Steve Dower · 9 years ago
  100. 5288477 Includes ensurepip and venv packages in nuget package. by Steve Dower · 9 years ago