1. a73cb8a Issue #22120: For functions using an unsigned integer return converter, by Larry Hastings · 10 years ago
  2. e1b8253 Argument Clinic bugfix: Don't let the C preprocessor "Monitor" see lines by Larry Hastings · 10 years ago
  3. 3481e21 Issue #21918: Convert test_tools.py to a sub-package of test. by Zachary Ware · 10 years ago
  4. 2b0a610 Issue #21918: Convert test_tools.py to a sub-package of test. by Zachary Ware · 10 years ago
  5. 51af1de Merge removal of Tools/scripts/pydocgui.pyw by Zachary Ware · 10 years ago
  6. 52b2bc0 Remove Tools/scripts/pydocgui.pyw. by Zachary Ware · 10 years ago
  7. 9923341 Issue #18974: Tools/scripts/diff.py now uses argparse instead of optparse. by Serhiy Storchaka · 10 years ago
  8. 6960c1a Issue #21906: Merge from 3.4. by Berker Peksag · 10 years ago
  9. 7aee3ec Issue #21906: Make Tools/scripts/md5sum.py work in Python 3. by Berker Peksag · 10 years ago
  10. afb52e1 Issue #21907: Make the buildbot clean script always return 0. by Zachary Ware · 10 years ago
  11. 69d2d01 Issue #21907: Exit with the correct return code by Zachary Ware · 10 years ago
  12. e12fa65 Issue #21907: Improved the batch scripts provided for building Python. by Zachary Ware · 10 years ago
  13. 3032ed7 upgrade to unicode 7.0.0 by Benjamin Peterson · 10 years ago
  14. 77143db Issue #10747: Merge with 3.4 by Martin v. Löwis · 10 years ago
  15. cd95e18 Issue #10747: Use versioned labels in the Windows start menu. by Martin v. Löwis · 10 years ago
  16. d9d7567 Issue #21629: Merge from 3.4. by Larry Hastings · 10 years ago
  17. f150378 Issue #21629: Fix Argument Clinic's "--converters" feature. by Larry Hastings · 10 years ago
  18. 8c6f189 Merge with 3.4 by Zachary Ware · 10 years ago
  19. 9789185 Issue #21683: Add Tix build to the Windows buildbot scripts. by Zachary Ware · 10 years ago
  20. 3266a8f Issue #21671: Merge with 3.4 by Zachary Ware · 10 years ago
  21. 7d55da4 Issue #21671, CVE-2014-0224: Update the Windows build to openssl-1.0.1h by Zachary Ware · 10 years ago
  22. 7490554 Revert Tools/buildbot/external-common.bat to normal (with updated versions). by Zachary Ware · 10 years ago
  23. 60cc211 Revert Tools/buildbot/external-common.bat to normal (with updated versions). by Zachary Ware · 10 years ago
  24. c6d6784 Force a clean pull-and-build of Tcl/Tk on Windows buildbots. by Zachary Ware · 10 years ago
  25. 6d602c0 Force a clean pull-and-build of Tcl/Tk on Windows buildbots. by Zachary Ware · 10 years ago
  26. 4a01fd2 Clean up Tcl/Tk building in the Windows buildbot scripts. by Zachary Ware · 10 years ago
  27. b9e71d4 Merge with 3.4 by Martin v. Löwis · 10 years ago
  28. 3d5c9e2 Update to 1.0.1g by Martin v. Löwis · 10 years ago
  29. a171979 Remove a workaround for fixed issue #20355. by Antoine Pitrou · 10 years ago
  30. 7fae75a Issue #17861: Allow generate_opcode_h to run with a system Python 2.5. by Ned Deily · 10 years ago
  31. 0f4acc1 Issue #9765: Adjust where Tools/msi/msi.py looks for Tcl/Tk license terms. by Zachary Ware · 10 years ago
  32. 67d8dc1 Fix Tools/scripts/generate_opcode_h.py from issue #17861 to work correctly by Thomas Wouters · 10 years ago
  33. 02d23a2 Closes Issue 17861: Autogenerate Include/opcode.h from opcode.py. by Kushal Das · 10 years ago
  34. 63c46b2 teach unparse about matrix multiplication by Benjamin Peterson · 10 years ago
  35. 800cae3 Issue #21059: Temporary measure to make the Windows buildbots useful again. by Zachary Ware · 10 years ago
  36. 3da9fbb Add test case for freeze. by Martin v. Löwis · 10 years ago
  37. 227bb38 Run test program. by Martin v. Löwis · 10 years ago
  38. 669b095 Merge 3.4 (#16047) by Martin v. Löwis · 10 years ago
  39. c00d39e Issue #16047: Fix module exception list and __file__ handling in freeze. by Martin v. Löwis · 10 years ago
  40. 6e50ccd Merge 3.4: Issue #11824: Consider ABI tags in freeze. Patch by Meador Inge. by Martin v. Löwis · 10 years ago
  41. a7fcd92 Issue #11824: Consider ABI tags in freeze. Patch by Meador Inge. by Martin v. Löwis · 10 years ago
  42. 80c09cf Add test case for freeze. by Martin v. Löwis · 10 years ago
  43. 92497a4 Issue #21017: Enable Tix debug build on Windows by Zachary Ware · 10 years ago
  44. a191b91 Issue #15968: Incorporated Tcl, Tk, and Tix builds into the Windows build by Zachary Ware · 10 years ago
  45. 6507814 merge with 3.3 by Georg Brandl · 10 years ago
  46. e46abb4 hgtouch: remove meta-variable from option spec by Georg Brandl · 10 years ago
  47. 2b4b377 Issue #14512: Launch pydoc -b instead of pydocgui.pyw on Windows. by Martin v. Löwis · 10 years ago
  48. 09257f7 Issue #20465: Update Windows installer to SQLite 3.8.3.1. by Martin v. Löwis · 10 years ago
  49. 5e6faf7 Issue #20748: Uninstalling pip does not leave behind the pyc of by Martin v. Löwis · 10 years ago
  50. ceb0467 Issue #20568: Fix typo in pip option. by Martin v. Löwis · 10 years ago
  51. f808df3 Close #20568: install unversioned pip command on Windows by Nick Coghlan · 10 years ago
  52. eb44b2d Issue #20535: PYTHONWARNING no longer affects the run_tests.py script. by Serhiy Storchaka · 10 years ago
  53. 20f8728 Issue #20535: PYTHONWARNING no longer affects the run_tests.py script. by Serhiy Storchaka · 10 years ago
  54. 1db0eac Issue #20641: Run custom actions with the NoImpersonate flag to support UAC. by Martin v. Löwis · 10 years ago
  55. e8ebe15 Windows buildbot: use --timeout feature in Tools/buildbot/test-amd64.bat by Victor Stinner · 10 years ago
  56. 2623c8c Issue #20530: Argument Clinic's signature format has been revised again. by Larry Hastings · 10 years ago
  57. 7726ac9 #Issue 20456: Several improvements and bugfixes for Argument Clinic, by Larry Hastings · 10 years ago
  58. 20b017e Windows buildbot: use --timeout feature in Tools/buildbot/test.bat by Victor Stinner · 10 years ago
  59. 581ee36 Issue #20326: Argument Clinic now uses a simple, unique signature to by Larry Hastings · 10 years ago
  60. f1b1418 Closes #19966: allow hgtouch to operate on a base dir that is != the repo root. by Georg Brandl · 10 years ago
  61. a814533 Closes #19966: allow hgtouch to operate on a base dir that is != the repo root. by Georg Brandl · 10 years ago
  62. f0537e8 Issue #20390: Final fix, for generating NoPositional/NoKeyword for __init__ calls. by Larry Hastings · 10 years ago
  63. f256c22 Fix for catestrophic errors in previous checkin (Argument Clinic rollup patch). by Larry Hastings · 10 years ago
  64. c204726 Issue #20390: Small fixes and improvements for Argument Clinic. by Larry Hastings · 10 years ago
  65. 9d7849f Issue #20376: Argument Clinic now escapes backslashes in docstrings. by Zachary Ware · 10 years ago
  66. 021bb87 Issue #20381: Fix sanity checking on default arguments when c_default is by Zachary Ware · 10 years ago
  67. 5c66189 Issue #20189: Four additional builtin types (PyTypeObject, by Larry Hastings · 10 years ago
  68. 4625826 Two minor Argument Clinic bugfixes: use the name of the class in the by Larry Hastings · 11 years ago
  69. 071baa6 Argument Clinic: make 'destination' directive work. by Zachary Ware · 11 years ago
  70. 6657578 Improve fix for issue #20300. by Larry Hastings · 11 years ago
  71. c4fe092 Issue #20300: Fix exception when setting conversion class member "default" by Larry Hastings · 11 years ago
  72. b7ccb20 Issue #20294: Argument Clinic now supports argument parsing for __new__ and by Larry Hastings · 11 years ago
  73. b470575 Issue #20299: Argument Clinic custom converters may now change the default by Larry Hastings · 11 years ago
  74. 49776ef Use correct C type in byte_converter. by Serhiy Storchaka · 11 years ago
  75. 4903e00 Issue #20292: Small bug fix for Argument Clinic supporting format units by Larry Hastings · 11 years ago
  76. bebf735 Issue #20287: Argument Clinic's output is now configurable, allowing by Larry Hastings · 11 years ago
  77. 1abd708 Issue #20226: Added tests for new features and regressions. by Larry Hastings · 11 years ago
  78. 2a72791 Issue #20226: Major improvements to Argument Clinic. by Larry Hastings · 11 years ago
  79. 18cc3da Issue #19936: Remove executable bits from C source files and several forgotten by Serhiy Storchaka · 11 years ago
  80. 7f470d0 Issue #19936: Remove executable bits from C source files and several forgotten by Serhiy Storchaka · 11 years ago
  81. 8f8ec92 Issue #19936: Added executable bits or shebang lines to Python scripts which by Serhiy Storchaka · 11 years ago
  82. b992a0e Issue #19936: Added executable bits or shebang lines to Python scripts which by Serhiy Storchaka · 11 years ago
  83. aabebde Closes #20235: Report file and line on unexpected exceptions in Argument Clinic. by Georg Brandl · 11 years ago
  84. 4a714d4 Issue #20268: Argument Clinic now supports cloning the parameters by Larry Hastings · 11 years ago
  85. d7fb791 Replace assert with a proper error by Antoine Pitrou · 11 years ago
  86. cc1d31e improve an error message in clinic by Antoine Pitrou · 11 years ago
  87. 8666e65 Issue #20228: Argument Clinic now has special support for class special methods. by Larry Hastings · 11 years ago
  88. 4a55fc5 Issue #20214: Fixed a number of small issues and documentation errors in by Larry Hastings · 11 years ago
  89. 583baa8 Issue #20196: Fixed a bug where Argument Clinic did not generate correct by Larry Hastings · 11 years ago
  90. f4c9664 Fixed the serve.py script. by Serhiy Storchaka · 11 years ago
  91. 02d5db2 Fixed the serve.py script. by Serhiy Storchaka · 11 years ago
  92. 7282ff6 Issue #18960: Fix bugs with Python source code encoding in the second line. by Serhiy Storchaka · 11 years ago
  93. 768c16c Issue #18960: Fix bugs with Python source code encoding in the second line. by Serhiy Storchaka · 11 years ago
  94. 61272b7 Issue #19273: The marker comments Argument Clinic uses have been changed by Larry Hastings · 11 years ago
  95. 9026113 Issue #20157: When Argument Clinic renames a parameter because its name by Larry Hastings · 11 years ago
  96. 77561cc Issue #20141: Improved Argument Clinic's support for the PyArg_Parse "O!" by Larry Hastings · 11 years ago
  97. 16c5191 Issue #20144: Argument Clinic now supports simple constants as parameter by Larry Hastings · 11 years ago
  98. eb31e9d Issue #20143: The line numbers reported in Argument Clinic errors are by Larry Hastings · 11 years ago
  99. 3f144c2 Issue #20142: Py_buffer variables generated by Argument Clinic are now by Larry Hastings · 11 years ago
  100. 6d2ea21 Argument Clinic: fixed test suite, improved howto. by Larry Hastings · 11 years ago