1. d6d943a Issue #29798: Handle git worktree in patchcheck (#1057) by Nick Coghlan · 7 years ago
  2. ee10fb9 bpo-29798: Handle git worktree in `make patchcheck` (#629) (#635) by Nick Coghlan · 7 years ago
  3. c8869af [2.7] bpo-29656: Handle PR branches in 'make patchcheck' (#302) (#628) by Nick Coghlan · 7 years ago
  4. af9a40d [2.7] Change some mercurial/ hg.python.org references. (#8) (#183) by Senthil Kumaran · 7 years ago
  5. a535d68 Fixes the 2.7 nuget packages to include a shim bdist_wininst by Steve Dower · 8 years ago
  6. 30b51c9 Issue #27854: Include idlelib/help.html in 2.7 Windows installer. by Terry Jan Reedy · 8 years ago
  7. f8cc287 Issue #28515: Fixed py3k warnings. by Serhiy Storchaka · 8 years ago
  8. 8f7d36b Issue #27952: Get fixcid.py working with the re module by Martin Panter · 8 years ago
  9. d6004b4 Issue #27566: Fix clean target in freeze makefile (patch by Lisa Roach) by Steve Dower · 8 years ago
  10. fc7e430 Removes file from installer. by Steve Dower · 8 years ago
  11. 0ca4b6f Issue #27888: Prevent Windows installer from displaying console windows and failing when pip cannot be installed/uninstalled. by Steve Dower · 8 years ago
  12. 3d36f0f Spelling and grammar fixes in code comments and documentation by Martin Panter · 8 years ago
  13. a850ef6 Issue #27626: Spelling fixes in docs, comments and internal names by Martin Panter · 8 years ago
  14. b362f75 Issue #25523: Correct "a" article to "an" article by Martin Panter · 9 years ago
  15. 2b8f094 Adds batch file for building nuget package, and includes libs folder by Steve Dower · 8 years ago
  16. 4da5815 Adds scripts for building nuget packages. by Steve Dower · 8 years ago
  17. 8d496ad Issue #27171: Fix typos in documentation, code comments, and tests by Martin Panter · 8 years ago
  18. d2b4926 Fix a few typos. Patch by Eitan Adler. by Ezio Melotti · 12 years ago
  19. b1d867f Issue #27076: Doc, comment and test function name spelling fixes by Martin Panter · 8 years ago
  20. f6f617c Fix python-gdb.py: get C types on demand by Victor Stinner · 8 years ago
  21. 9a118f1 Issue #26778: Fixed "a/an/and" typos in code comment and documentation. by Serhiy Storchaka · 8 years ago
  22. 6d297cb Issue #26581: Use the first coding cookie on a line, not the last one. by Serhiy Storchaka · 8 years ago
  23. b6d633c Backed out changeset: e7065fc4a6c2 by Steve Dower · 8 years ago
  24. 2f7570f Force clean externals on buildbots. by Steve Dower · 8 years ago
  25. db28718 Updates build to use SHA256 hash when signing files by Steve Dower · 9 years ago
  26. cfad18d Issue #25505: Remove unused buggy method. by Terry Jan Reedy · 9 years ago
  27. a05c413 fix usage of undefined name (#25504) by Benjamin Peterson · 9 years ago
  28. 7ab6cb4 Allow PCbuild\rt.bat to accept unlimited arguments for regrtest. by Zachary Ware · 9 years ago
  29. cc1db4b python-gdb.py: enhance py-bt command by Victor Stinner · 9 years ago
  30. 4734372 Close #24508: Backport the 3.5 MSBuild project files. by Zachary Ware · 9 years ago
  31. 0e4497a Deprecate unused scripts in Tools/buildbot. by Zachary Ware · 9 years ago
  32. e1076aa Clean up/refactor the batch scripts used for building on Windows. by Zachary Ware · 9 years ago
  33. e44cbe7 Issue 24385: Adds "--as-flags=--32" when generating 32-bit MinGW library. by Steve Dower · 9 years ago
  34. 9c933e6 Generates installer product codes for future releases. by Steve Dower · 9 years ago
  35. 6c42d1c Adds UUIDs for 2.7.10 by Steve Dower · 9 years ago
  36. aa767a5 Issue #23330: h2py now supports arbitrary filenames in #include. by Serhiy Storchaka · 9 years ago
  37. b9298a4 Issue #17202: Add .bat to .hgeol to force them to CRLF. by Zachary Ware · 9 years ago
  38. a87f690 Backed out changeset 7b1ceb925471 after buildbots have new OpenSSL source. by Zachary Ware · 9 years ago
  39. bbf9779 Refresh OpenSSL sources on the buildbots by Zachary Ware · 9 years ago
  40. 563e7c6 Issue #23686: Update Windows build to use OpenSSL 1.0.2a by Zachary Ware · 9 years ago
  41. 205408d Issue #23615: Module tarfile is now can be reloaded with imp.reload(). by Serhiy Storchaka · 9 years ago
  42. e062243 Backed out changeset 7d2018774925 by Serhiy Storchaka · 9 years ago
  43. eab2fd1 Use os.devnull instead of hardcoded '/dev/null'. by Serhiy Storchaka · 9 years ago
  44. a029950 Issue #23212: Update Windows copy of OpenSSL to 1.0.1l by Steve Dower · 10 years ago
  45. 7407f58 Issue #23199: libpython27.a in amd64 release is 32-bit by Steve Dower · 10 years ago
  46. c3edc19 Issue #23248: Update ssl error codes from latest OpenSSL git master. by Antoine Pitrou · 10 years ago
  47. 1a94b2b Closes #23160: Respect the environment variable SVNROOT in external-common.bat (patch by anselm.kruis) by Steve Dower · 10 years ago
  48. 35452b3 delete old ftpmirror script, which now has security bugs (closes #23130) by Benjamin Peterson · 10 years ago
  49. 0c3708a Adds missing revocation.crl test file to msi.py by Steve Dower · 10 years ago
  50. 25b6120 Adds missing files to msi.py by Steve Dower · 10 years ago
  51. a6e6d0a Update msi.py and uuids.py for 2.7.9 releases by Steve Dower · 10 years ago
  52. 2d14270 Issue #22850: Backport ensurepip Windows installer changes to 2.7 by Steve Dower · 10 years ago
  53. 8aaff54 Implement PEP 477 - Backport ensurepip (PEP 453) to 2.7 by Donald Stufft · 10 years ago
  54. 21a2350 Issue #17896: Move Windows external lib sources from .. to externals. by Zachary Ware · 10 years ago
  55. 247b644 Issue #17717: Pull NASM from svn.python.org for OpenSSL build. by Zachary Ware · 10 years ago
  56. 6a1184c Closes #22663: patchcheck: only modify text files under Doc/ by Georg Brandl · 10 years ago
  57. 10229a4 Issue #22644: Update the Windows build to OpenSSL 1.0.1j by Zachary Ware · 10 years ago
  58. 144de31 #22398 Tools/msi enhancements for 2.7 by Steve Dower · 10 years ago
  59. 3eb554f Issue #22221: Backported fixes from Python 3 (issue #18960). by Serhiy Storchaka · 10 years ago
  60. daeb925 backport many ssl features from Python 3 (closes #21308) by Benjamin Peterson · 10 years ago
  61. 19e455f Issue #22160: Update OpenSSL to 1.0.1i for the Windows build. by Zachary Ware · 10 years ago
  62. f6aac5d Closes #21665: Don't use OPTS=noxp or -DWINVER=0x0500 when compiling Tcl/Tk by Zachary Ware · 10 years ago
  63. f289287 #21959: Adds 2.7.8 product code to Tools/msi/uuids.py by Steve Dower · 10 years ago
  64. 6453a01 Issue #21683: Add Tix build to the Windows buildbot scripts. by Zachary Ware · 10 years ago
  65. 6b862662 Issue #21671, CVE-2014-0224: Update the Windows build to openssl-1.0.1h by Zachary Ware · 10 years ago
  66. ee310bc Issue #21462 PEP 466: upgrade OpenSSL in the Python 2.7 Windows builds by Steve Dower · 10 years ago
  67. 672b043 include test data in the windows installer, so tests don't fail (closes #19866) by Benjamin Peterson · 10 years ago
  68. bd2ab52 Issue #21476 Include idle icon files in Windows installer by Steve Dower · 10 years ago
  69. d67c0b8 Backport 4e9f1017355f from #3561. by Brian Curtin · 10 years ago
  70. c6606ed Issue #21303, #20565: Updated the version of Tcl/Tk used on Windows by Zachary Ware · 10 years ago
  71. f609a3d Backed out changeset 81abb121dc65 by Benjamin Peterson · 10 years ago
  72. 81f9071 temporary change to get better debugging from windows bots by Benjamin Peterson · 10 years ago
  73. e0ed2d7 Issue #19936: Added executable bits or shebang lines to Python scripts which by Serhiy Storchaka · 11 years ago
  74. d551b28 Issue #20027: Fixed locale aliases for devanagari locales. by Serhiy Storchaka · 11 years ago
  75. 41432f5 update Barry's email (closes #19563) by Benjamin Peterson · 11 years ago
  76. f532e7f Add 2.7.7 uuids. by Martin v. Löwis · 11 years ago
  77. 358da5b Issue #19308: fix the gdb plugin on gdbs linked with Python 3 by Antoine Pitrou · 11 years ago
  78. e4818f6 Remove the use of non-existing re.ASCII. by Serhiy Storchaka · 11 years ago
  79. e787bce Issue #18873: IDLE, 2to3, and the findnocoding.py script now detect Python by Serhiy Storchaka · 11 years ago
  80. 6d0f0f2 #18803: fix more typos. Patch by Févry Thibault. by Ezio Melotti · 11 years ago
  81. d5375df Issue #16067: Add description into MSI file to replace installer's temporary name. by Martin v. Löwis · 11 years ago
  82. 594e8eb Add 2.7.6 uuids. by Martin v. Löwis · 11 years ago
  83. 9a32543 Add 2.7.5 uuid by Martin v. Löwis · 11 years ago
  84. 68ad1d1 Issue #18439: Make patchcheck work on Windows for ACKS, NEWS. by Terry Jan Reedy · 11 years ago
  85. 69f051c Issue #17801: fix shebang line of gprof2html.py by Ned Deily · 11 years ago
  86. 18613e6 Issue #17425: Build against openssl 0.9.8y on Windows. by Martin v. Loewis · 11 years ago
  87. 6bf9b85 Issue #17047: removed doubled words in Doc/*, Mac/*, and Tool/* by Terry Jan Reedy · 11 years ago
  88. 15ea3ac Issue #17156: pygettext.py now correctly escapes non-ascii characters. by Serhiy Storchaka · 12 years ago
  89. 4e63fbe - Issue #17029: Let h2py search the multiarch system include directory. by doko@python.org · 12 years ago
  90. dfae912 Issue #15539: Fix backup file creation in pindent.py on Windows by Serhiy Storchaka · 12 years ago
  91. 9e9cb28 Add a note about checking refleaks to patchcheck. by Ezio Melotti · 12 years ago
  92. 8cd7f82 Issue #15539: Fix a number of bugs in Tools/scripts/pindent.py. by Serhiy Storchaka · 12 years ago
  93. 4bb142b Issue #16714: use 'raise' exceptions, don't 'throw'. by Andrew Svetlov · 12 years ago
  94. dc11879 #13301: use ast.literal_eval() instead of eval() in Tools/i18n/msgfmt.py. Patch by Serhiy Storchaka. by Ezio Melotti · 12 years ago
  95. 0d983b5 Avoid SyntaxError in script using print function by Éric Araujo · 12 years ago
  96. a14a06f Issue #15170: Quote the variable that expands to the current directory. by Stefan Krah · 12 years ago
  97. 8c368ef Regrtest option "-n" doesn't exist in 2.7. by Antoine Pitrou · 12 years ago
  98. 3a12156 Allow passing extra testing options to the buildbot test scripts by Antoine Pitrou · 12 years ago
  99. ea1eda2 Issue #15170: Try the HOST_PYTHON hack for 2.7. by Stefan Krah · 12 years ago
  100. 64051d0 Stop refetching OpenSSL. by Martin v. Löwis · 12 years ago