1. 7726ac9 #Issue 20456: Several improvements and bugfixes for Argument Clinic, by Larry Hastings · 11 years ago
  2. 20b017e Windows buildbot: use --timeout feature in Tools/buildbot/test.bat by Victor Stinner · 11 years ago
  3. 581ee36 Issue #20326: Argument Clinic now uses a simple, unique signature to by Larry Hastings · 11 years ago
  4. f1b1418 Closes #19966: allow hgtouch to operate on a base dir that is != the repo root. by Georg Brandl · 11 years ago
  5. f0537e8 Issue #20390: Final fix, for generating NoPositional/NoKeyword for __init__ calls. by Larry Hastings · 11 years ago
  6. f256c22 Fix for catestrophic errors in previous checkin (Argument Clinic rollup patch). by Larry Hastings · 11 years ago
  7. c204726 Issue #20390: Small fixes and improvements for Argument Clinic. by Larry Hastings · 11 years ago
  8. 9d7849f Issue #20376: Argument Clinic now escapes backslashes in docstrings. by Zachary Ware · 11 years ago
  9. 021bb87 Issue #20381: Fix sanity checking on default arguments when c_default is by Zachary Ware · 11 years ago
  10. 5c66189 Issue #20189: Four additional builtin types (PyTypeObject, by Larry Hastings · 11 years ago
  11. 4625826 Two minor Argument Clinic bugfixes: use the name of the class in the by Larry Hastings · 11 years ago
  12. 071baa6 Argument Clinic: make 'destination' directive work. by Zachary Ware · 11 years ago
  13. 6657578 Improve fix for issue #20300. by Larry Hastings · 11 years ago
  14. c4fe092 Issue #20300: Fix exception when setting conversion class member "default" by Larry Hastings · 11 years ago
  15. b7ccb20 Issue #20294: Argument Clinic now supports argument parsing for __new__ and by Larry Hastings · 11 years ago
  16. b470575 Issue #20299: Argument Clinic custom converters may now change the default by Larry Hastings · 11 years ago
  17. 49776ef Use correct C type in byte_converter. by Serhiy Storchaka · 11 years ago
  18. 4903e00 Issue #20292: Small bug fix for Argument Clinic supporting format units by Larry Hastings · 11 years ago
  19. bebf735 Issue #20287: Argument Clinic's output is now configurable, allowing by Larry Hastings · 11 years ago
  20. 1abd708 Issue #20226: Added tests for new features and regressions. by Larry Hastings · 11 years ago
  21. 2a72791 Issue #20226: Major improvements to Argument Clinic. by Larry Hastings · 11 years ago
  22. 18cc3da Issue #19936: Remove executable bits from C source files and several forgotten by Serhiy Storchaka · 11 years ago
  23. 7f470d0 Issue #19936: Remove executable bits from C source files and several forgotten by Serhiy Storchaka · 11 years ago
  24. 8f8ec92 Issue #19936: Added executable bits or shebang lines to Python scripts which by Serhiy Storchaka · 11 years ago
  25. b992a0e Issue #19936: Added executable bits or shebang lines to Python scripts which by Serhiy Storchaka · 11 years ago
  26. aabebde Closes #20235: Report file and line on unexpected exceptions in Argument Clinic. by Georg Brandl · 11 years ago
  27. 4a714d4 Issue #20268: Argument Clinic now supports cloning the parameters by Larry Hastings · 11 years ago
  28. d7fb791 Replace assert with a proper error by Antoine Pitrou · 11 years ago
  29. cc1d31e improve an error message in clinic by Antoine Pitrou · 11 years ago
  30. 8666e65 Issue #20228: Argument Clinic now has special support for class special methods. by Larry Hastings · 11 years ago
  31. 4a55fc5 Issue #20214: Fixed a number of small issues and documentation errors in by Larry Hastings · 11 years ago
  32. 583baa8 Issue #20196: Fixed a bug where Argument Clinic did not generate correct by Larry Hastings · 11 years ago
  33. f4c9664 Fixed the serve.py script. by Serhiy Storchaka · 11 years ago
  34. 02d5db2 Fixed the serve.py script. by Serhiy Storchaka · 11 years ago
  35. 7282ff6 Issue #18960: Fix bugs with Python source code encoding in the second line. by Serhiy Storchaka · 11 years ago
  36. 768c16c Issue #18960: Fix bugs with Python source code encoding in the second line. by Serhiy Storchaka · 11 years ago
  37. 61272b7 Issue #19273: The marker comments Argument Clinic uses have been changed by Larry Hastings · 11 years ago
  38. 9026113 Issue #20157: When Argument Clinic renames a parameter because its name by Larry Hastings · 11 years ago
  39. 77561cc Issue #20141: Improved Argument Clinic's support for the PyArg_Parse "O!" by Larry Hastings · 11 years ago
  40. 16c5191 Issue #20144: Argument Clinic now supports simple constants as parameter by Larry Hastings · 11 years ago
  41. eb31e9d Issue #20143: The line numbers reported in Argument Clinic errors are by Larry Hastings · 11 years ago
  42. 3f144c2 Issue #20142: Py_buffer variables generated by Argument Clinic are now by Larry Hastings · 11 years ago
  43. 6d2ea21 Argument Clinic: fixed test suite, improved howto. by Larry Hastings · 11 years ago
  44. 78cf85c Issue #19659: Added documentation for Argument Clinic. by Larry Hastings · 11 years ago
  45. 3cceb38 Issue #19976: Argument Clinic METH_NOARGS functions now always by Larry Hastings · 11 years ago
  46. 24e4330 * Issue #16113: Remove sha3 module again. by Martin v. Löwis · 11 years ago
  47. c70d4f4 Issue #19728: Enable pip installation by default on Windows. by Martin v. Löwis · 11 years ago
  48. 8c4f57d Issue #20046: Locale alias table no longer contains entities which can be by Serhiy Storchaka · 11 years ago
  49. e190fac Issue #20027: Fixed locale aliases for devanagari locales. by Serhiy Storchaka · 11 years ago
  50. 5eb0153 Issue #20027: Fixed locale aliases for devanagari locales. by Serhiy Storchaka · 11 years ago
  51. a340948 Issue #20033: makelocalealias.py now works with non-ASCII locales and produces by Serhiy Storchaka · 11 years ago
  52. 55c6cc4 Issue #20033: makelocalealias.py now works with non-ASCII locales and produces by Serhiy Storchaka · 11 years ago
  53. eaedaec update Barry's email (#19563) by Benjamin Peterson · 11 years ago
  54. 8fb007f merge 3.3 (#19563) by Benjamin Peterson · 11 years ago
  55. cb3558d Issue #18215: Add script Tools/ssl/test_multiple_versions.py to compile and by Christian Heimes · 11 years ago
  56. 14fff88 Issue #19788: kill_python(_d).exe is now run as a PreBuildEvent on the by Zachary Ware · 11 years ago
  57. bb65b5b Issue #19788: kill_python(_d).exe is now run as a PreBuildEvent on the by Zachary Ware · 11 years ago
  58. dc6aaec Clinic: fix "self converters" with METH_NOARGS functions. by Larry Hastings · 11 years ago
  59. 2f9a9aa Clinic: Add warning for untested (and unused in CPython!) format units. by Larry Hastings · 11 years ago
  60. 44e2eaa Issue #19674: inspect.signature() now produces a correct signature by Larry Hastings · 11 years ago
  61. dcd340e Issue #19358: "make clinic" now runs the Argument Clinic preprocessor by Larry Hastings · 11 years ago
  62. ebdcb50 Issue #19730: Argument Clinic now supports all the existing PyArg by Larry Hastings · 11 years ago
  63. 8d0d369 Update Tcl/Tk to 8.6.1. by Martin v. Löwis · 11 years ago
  64. 3ed82c5 Package _overlapped. by Martin v. Löwis · 11 years ago
  65. 6787a38 Issue #15204: Deprecated the 'U' mode in file-like objects. by Serhiy Storchaka · 11 years ago
  66. 59b7ff2 Undo (hopefully) buildbot failures by Antoine Pitrou · 11 years ago
  67. 23828f6 Undo (hopefully) buildbot failures by Antoine Pitrou · 11 years ago
  68. b17d2aa Issue #19308: fix the gdb plugin on gdbs linked with Python 3 by Antoine Pitrou · 11 years ago
  69. e50240c Issue #19308: fix the gdb plugin on gdbs linked with Python 3 by Antoine Pitrou · 11 years ago
  70. baacf4d Update xz to 5.0.5. by Martin v. Löwis · 11 years ago
  71. bc2f0ba Update SQLite to 3.8.1 on Windows. by Martin v. Löwis · 11 years ago
  72. abc716b Issue #19474: Argument Clinic now always specifies a default value for by Larry Hastings · 11 years ago
  73. dd7436c Issue #19550: Implement Windows installer changes of PEP 453 (ensurepip). by Martin v. Löwis · 11 years ago
  74. ed4a1c5 Argument Clinic: rename "self" to "module" for module-level functions. by Larry Hastings · 11 years ago
  75. d0cf063 Close #19406: Initial implementation of ensurepip by Nick Coghlan · 11 years ago
  76. 9d5c071 #1097797: add the original mapping file by Andrew Kuchling · 11 years ago
  77. 695f07b Fix some PEP8-formatting problems in the generated code by Andrew Kuchling · 11 years ago
  78. dfcd467 Issue #19390: Argument Clinic no longer accepts malformed Python and C ids. by Larry Hastings · 11 years ago
  79. ef3b1fb Two small, quick bugfixes for Argument Clinic. by Larry Hastings · 11 years ago
  80. 3182680 Issue #16612: Add "Argument Clinic", a compile-time preprocessor by Larry Hastings · 11 years ago
  81. 94d08d9 upgrade unicode db to 6.3.0 (closes #19221) by Benjamin Peterson · 11 years ago
  82. a27af80 Merge 3.3 by Martin v. Löwis · 11 years ago
  83. bf52648 Issue #19106: Touch generated files to be 1s newer than their youngest source. by Martin v. Löwis · 11 years ago
  84. c3034b1 merge 3.3 by Benjamin Peterson · 11 years ago
  85. 1f09c66 let this work with system Python 2.5 by Benjamin Peterson · 11 years ago
  86. 9353494 Issue #18873: The tokenize module, IDLE, 2to3, and the findnocoding.py script by Serhiy Storchaka · 11 years ago
  87. dafea85 Issue #18873: The tokenize module, IDLE, 2to3, and the findnocoding.py script by Serhiy Storchaka · 11 years ago
  88. c56894d Issue #18922: Now The Lib/smtpd.py and Tools/i18n/msgfmt.py scripts write by Serhiy Storchaka · 11 years ago
  89. 48e6a8c Issue #18743: Fix references to non-existant "StringIO" module by Serhiy Storchaka · 11 years ago
  90. 50254c5 Issue #18743: Fix references to non-existant "StringIO" module by Serhiy Storchaka · 11 years ago
  91. d640fe2 #18803: merge with 3.3. by Ezio Melotti · 11 years ago
  92. 7c4a7e6 #18803: fix more typos. Patch by Févry Thibault. by Ezio Melotti · 11 years ago
  93. 9d95254 Issue #18772: fix the gdb plugin after the set implementation changes by Antoine Pitrou · 11 years ago
  94. f3a2e9f #18445: update Tools/scripts/README. by Andrew Kuchling · 11 years ago
  95. d36b515 #18445: change permissions on some scripts to executable by Andrew Kuchling · 11 years ago
  96. 9ed5f27 Issue #18722: Remove uses of the "register" keyword in C code. by Antoine Pitrou · 11 years ago
  97. d87c3d3 Issue #16067: Merge with 3.3 by Martin v. Löwis · 11 years ago
  98. 78fa5e3 Issue #16067: Add description into MSI file to replace installer's temporary name. by Martin v. Löwis · 11 years ago
  99. 5284f80 Issue #18569: The installer now adds .py to the PATHEXT variable by Martin v. Löwis · 11 years ago
  100. 85a4847 Add UUID for 3.4. by Martin v. Löwis · 11 years ago