1. 13ad3b7 bpo-31462: Remove trailing whitespaces. (#3564) by Serhiy Storchaka · 7 years ago
  2. d39dbf4 Simplify run_tests.py (#3482) by Antoine Pitrou · 7 years ago
  3. b84bcc4 bpo-31392: Update SSL build for 1.1.0 (#3448) by Steve Dower · 7 years ago
  4. 2ebc5ce bpo-30860: Consolidate stateful runtime globals. (#3397) by Eric Snow · 7 years ago
  5. 1f06a68 Add props file for nuget packages (#3410) by Steve Dower · 7 years ago
  6. d3b9f97 Update multissl test helper (#3349) by Christian Heimes · 7 years ago
  7. 5fcd5e6 bpo-31340: Change to building with MSVC v141 (included with Visual Studio 2017) (#3311) by Steve Dower · 7 years ago
  8. 05351c1 Revert "bpo-30860: Consolidate stateful runtime globals." (#3379) by Eric Snow · 7 years ago
  9. 76d5abc bpo-30860: Consolidate stateful runtime globals. (#2594) by Eric Snow · 7 years ago
  10. 0693063 remove IRIX support (closes bpo-31341) (#3310) by Benjamin Peterson · 7 years ago
  11. 5fe59f8 bpo-30983: [gdb] Fix py-bt, etc. for non-debug shared builds (#3153) by Łukasz Langa · 7 years ago
  12. f1ff2c4 Adds nuget symbols package for daily builds. (#3122) by Steve Dower · 7 years ago
  13. 4a347ce bpo-31221: patchcheck ignores external libraries (#3109) by Victor Stinner · 7 years ago
  14. 7cc3399 bpo-30983: Revert changes which broke most buildbots (#3100) by Victor Stinner · 7 years ago
  15. 2e0f4db bpo-30983: eval frame rename in pep 0523 broke gdb's python extension (#2803) by Bruno "Polaco" Penteado · 7 years ago
  16. f085191 Fix build batch files (#2750) by Steve Dower · 7 years ago
  17. 68d663c [bpo-30916] Pre-build OpenSSL and Tcl/Tk for Windows (#2688) by Steve Dower · 7 years ago
  18. 6969eaf bpo-29464: Rename METH_FASTCALL to METH_FASTCALL|METH_KEYWORDS and make (#1955) by Serhiy Storchaka · 7 years ago
  19. 0056118 buildbot: pass --fail-env-changed to regrtest (#2509) by Victor Stinner · 7 years ago
  20. 1ba9469 Update `make patchcheck` for blurb and NEWS.d (#2381) by Antoine Pitrou · 7 years ago
  21. 70cb187 Check the whitespace of pull requests on Travis (GH-2367) by Brett Cannon · 7 years ago
  22. 279a962 bpo-30736: upgrade to Unicode 10.0 (#2344) by Benjamin Peterson · 7 years ago
  23. 40a23e8 bpo-30687: Fixes build scripts to find msbuild.exe and stop relying on vcvarsall.bat (#2252) by Steve Dower · 7 years ago
  24. 2d98c53 Revert "bpo-30673: test.bat: add -t option (timeout) (#2211)" (#2245) by Victor Stinner · 7 years ago
  25. 51599e2 bpo-30450: Pull Windows dependencies from GitHub rather than svn (GH-1783) by Zachary Ware · 7 years ago
  26. 258bfc4 bpo-30673: test.bat: add -t option (timeout) (#2211) by Victor Stinner · 7 years ago
  27. 6b6e687 bpo-27425: Be more explicit in .gitattributes (GH-840) by Zachary Ware · 7 years ago
  28. 7445381 bpo-30600: Fix error messages (condition order in Argument Clinic) (#2051) by Sylvain · 7 years ago
  29. 178418a bpo-30492: Allow make clinic to work out of tree. (#1836) by Gregory P. Smith · 7 years ago
  30. 3972628 bpo-30296 Remove unnecessary tuples, lists, sets, and dicts (#1489) by Jon Dufresne · 7 years ago
  31. a5c62a8 bpo-23404: make touch becomes make regen-all (#1405) by Victor Stinner · 7 years ago
  32. 58f3c9d bpo-30109: Fix reindent.py (GH-1207) by Mariatta · 7 years ago
  33. 2abfdf5 Issue #29798: Handle git worktree in patchcheck (#1058) by Nick Coghlan · 7 years ago
  34. 5affd23 bpo-29762: More use "raise from None". (#569) by Serhiy Storchaka · 7 years ago
  35. d4edfc9 bpo-29935: Fixed error messages in the index() method of tuple, list and deque (#887) by Serhiy Storchaka · 7 years ago
  36. 762bf40 bpo-29852: Argument Clinic Py_ssize_t converter now supports None (#716) by Serhiy Storchaka · 7 years ago
  37. d6debb2 bpo-29919: Remove unused imports found by pyflakes (#137) by Victor Stinner · 7 years ago
  38. df82808 bpo-20087: Revert "make the glibc alias table take precedence over the X11 one (#422)" (#713) by Benjamin Peterson · 7 years ago
  39. 80ec836 bpo-29748: Added the slice index converter in Argument Clinic. (#549) by Serhiy Storchaka · 7 years ago
  40. 3286123 Takes vcruntime140.dll from the correct source. (#679) by Steve Dower · 7 years ago
  41. 6a6d090 bpo-29798: Handle git worktree in `make patchcheck` (#629) by Nick Coghlan · 7 years ago
  42. 202fda5 bpo-24037: Add Argument Clinic converter `bool(accept={int})`. (#485) by Serhiy Storchaka · 7 years ago
  43. 482f7a2 bpo-29656: Handle PR branches in 'make patchcheck' (#302) by Nick Coghlan · 7 years ago
  44. b5c51d3 bpo-20185: Convert float object implementation to Argument Clinic. (#543) by Serhiy Storchaka · 7 years ago
  45. 02371e0 make the glibc alias table take precedence over the X11 one (#422) by Benjamin Peterson · 7 years ago
  46. f6e6101 Fixes the upload script to purge the CDN correctly and display success output. (#466) by Steve Dower · 7 years ago
  47. a0c07d2 bpo-27593: Updates Windows build to use information from git (#262) by Steve Dower · 7 years ago
  48. 661ca88 Fixes bpo-29680: Older gdb does not have gdb.error. (#363) by Lev Abalkin · 7 years ago
  49. 1aceb02 bpo-29624: Adds purge step and layout test after uploading files. (#258) by Steve Dower · 7 years ago
  50. cb41b27 bpo-29463: Add docstring field to some AST nodes. (#46) by INADA Naoki · 7 years ago
  51. 52a7e92 bpo-29579: Removes readme.txt from the installer. (#160) by Steve Dower · 7 years ago
  52. b2ee40e Change some mercurial/ hg.python.org references. (#8) by Senthil Kumaran · 7 years ago
  53. d947e4d Includes ensurepip and venv packages in nuget package. by Steve Dower · 7 years ago
  54. f007b49 Includes ensurepip and venv packages in nuget package. by Steve Dower · 7 years ago
  55. 5288477 Includes ensurepip and venv packages in nuget package. by Steve Dower · 7 years ago
  56. 5566bbb Issue #29263: LOAD_METHOD support for C methods by INADA Naoki · 7 years ago
  57. 6110833 python-gdb.py supports method-wrapper by Victor Stinner · 7 years ago
  58. fa025f1 Update and enhance python-gdb.py by Victor Stinner · 7 years ago
  59. 7612f1e Fix Python 2.6 support in python-gdb.py by Victor Stinner · 7 years ago
  60. 093119e Argument Clinic: Use METH_FASTCALL for boring positionals by Victor Stinner · 7 years ago
  61. 0c8c389 Argument Clinic: Use METH_FASTCALL for positionals by Victor Stinner · 7 years ago
  62. 3e1fad6 Rename _PyArg_ParseStack to _PyArg_ParseStackAndKeywords by Victor Stinner · 7 years ago
  63. 7fc252a Optimize _PyCFunction_FastCallKeywords() by Victor Stinner · 7 years ago
  64. 1d59a0a Merge 3.6 by Victor Stinner · 8 years ago
  65. cb5fe9c Merge 3.5 by Victor Stinner · 8 years ago
  66. 610f5d7 python-gdb.py: catch gdb.error on gdb.selected_frame() by Victor Stinner · 8 years ago
  67. 8bfba84 Issue #28783: Replaces bdist_wininst in nuget packages with stub by Steve Dower · 8 years ago
  68. b227227 Issue #28783: Replaces bdist_wininst in nuget packages with stub by Steve Dower · 8 years ago
  69. e711cc0 Issue #28783: Replaces bdist_wininst in nuget packages with stub by Steve Dower · 8 years ago
  70. 9cc113a Issue #28846: Various installer fixes by Steve Dower · 8 years ago
  71. 1058109 Issue #28846: Various installer fixes by Steve Dower · 8 years ago
  72. 190dbd9 Issue #28846: Various installer fixes by Steve Dower · 8 years ago
  73. 213cc38 Reintroduce Python2 support in generate_opcode_h.py by Victor Stinner · 8 years ago
  74. 6193ecd Fix a ResourceWarning in generate_opcode_h.py by Victor Stinner · 8 years ago
  75. d2140cc Issue #28783: Embedded and nuget packages incorrect reference missing bdist_wininst command. by Steve Dower · 8 years ago
  76. 2a94301 Issue #28783: Embedded and nuget packages incorrect reference missing bdist_wininst command. by Steve Dower · 8 years ago
  77. f0888cd Issue #28783: Embedded and nuget packages incorrect reference missing bdist_wininst command. by Steve Dower · 8 years ago
  78. eae64fd Issue #28770: Update python-gdb.py for fastcalls by Victor Stinner · 8 years ago
  79. e3d75c6 Issue #28770: Update python-gdb.py for fastcalls by Victor Stinner · 8 years ago
  80. bbf32e1 Issue #28573: Missing sys._mercurial info and other build issues. by Steve Dower · 8 years ago
  81. 02a4018 Issue #28573: Missing sys._mercurial info and other build issues. by Steve Dower · 8 years ago
  82. 9ad8a63 Merge 3.6 by Victor Stinner · 8 years ago
  83. 3a5d79f Issue #28023: Fix python-gdb.py on old GDB versions by Victor Stinner · 8 years ago
  84. ff33c93 Issue #28023: Fix python-gdb.py didn't support new dict implementation by INADA Naoki · 8 years ago
  85. d7d2bc8 Issue #28023: Fix python-gdb.py didn't support new dict implementation by INADA Naoki · 8 years ago
  86. c851817 Fixes incorrect path in nuget package build. by Steve Dower · 8 years ago
  87. 9ee351f Issue #28573: Fixes issue with nested if blocks by Steve Dower · 8 years ago
  88. de40e12 Issue #28573: Fixes issue with nested if blocks by Steve Dower · 8 years ago
  89. 7ed2398 Fixes incorrect merge by Steve Dower · 8 years ago
  90. e044dfa Issue #28573: Avoid setting up env too many times during build by Steve Dower · 8 years ago
  91. 4468bed Issue #28573: Avoid setting up env too many times during build by Steve Dower · 8 years ago
  92. 4782ab3 Adds missing _asyncio.pyd to installer and generally tidies pyd management. by Steve Dower · 8 years ago
  93. 27c22f9 Adds missing _asyncio.pyd to installer and generally tidies pyd management. by Steve Dower · 8 years ago
  94. fcb5c64 Removes incorrect condition from lib_pdb.msi by Steve Dower · 8 years ago
  95. d14ae16 Removes incorrect condition from lib_pdb.msi by Steve Dower · 8 years ago
  96. 43ab355 Removes incorrect condition from lib_pdb.msi by Steve Dower · 8 years ago
  97. 26d4d76 Merge from 3.6 by Steve Dower · 8 years ago
  98. 31c80e8 Revert incorrect file merge from 3.5. by Steve Dower · 8 years ago
  99. 43d2b26 Merge from 3.5 by Steve Dower · 8 years ago
  100. fcf622e Updates release build to collect symbols and binaries, and create nuget package. by Steve Dower · 8 years ago