2321 Commits (e8ebe152defbedd7ffd52ae4d970f70bdec38525)

Author SHA1 Message Date
Victor Stinner e8ebe152de Windows buildbot: use --timeout feature in Tools/buildbot/test-amd64.bat 12 years ago
Larry Hastings 2623c8c23c Issue #20530: Argument Clinic's signature format has been revised again. 12 years ago
Larry Hastings 7726ac9163 #Issue 20456: Several improvements and bugfixes for Argument Clinic, 12 years ago
Victor Stinner 20b017ef9e Windows buildbot: use --timeout feature in Tools/buildbot/test.bat 12 years ago
Larry Hastings 581ee3618c Issue #20326: Argument Clinic now uses a simple, unique signature to 12 years ago
Georg Brandl f1b1418feb Closes #19966: allow hgtouch to operate on a base dir that is != the repo root. 12 years ago
Georg Brandl a814533d64 Closes #19966: allow hgtouch to operate on a base dir that is != the repo root. 12 years ago
Larry Hastings f0537e8d1c Issue #20390: Final fix, for generating NoPositional/NoKeyword for __init__ calls. 12 years ago
Larry Hastings f256c22f34 Fix for catestrophic errors in previous checkin (Argument Clinic rollup patch). 12 years ago
Larry Hastings c20472640c Issue #20390: Small fixes and improvements for Argument Clinic. 12 years ago
Zachary Ware 9d7849f454 Issue #20376: Argument Clinic now escapes backslashes in docstrings. 12 years ago
Zachary Ware 021bb87845 Issue #20381: Fix sanity checking on default arguments when c_default is 12 years ago
Larry Hastings 5c66189e88 Issue #20189: Four additional builtin types (PyTypeObject, 12 years ago
Larry Hastings 462582651c Two minor Argument Clinic bugfixes: use the name of the class in the 12 years ago
Zachary Ware 071baa63c4 Argument Clinic: make 'destination' directive work. 12 years ago
Larry Hastings 665757847e Improve fix for issue #20300. 12 years ago
Larry Hastings c4fe092bc3 Issue #20300: Fix exception when setting conversion class member "default" 12 years ago
Larry Hastings b7ccb20423 Issue #20294: Argument Clinic now supports argument parsing for __new__ and 12 years ago
Larry Hastings b470575e24 Issue #20299: Argument Clinic custom converters may now change the default 12 years ago
Serhiy Storchaka 49776ef9e7 Use correct C type in byte_converter. 12 years ago
Larry Hastings 4903e00141 Issue #20292: Small bug fix for Argument Clinic supporting format units 12 years ago
Larry Hastings bebf73511a Issue #20287: Argument Clinic's output is now configurable, allowing 12 years ago
Larry Hastings 1abd708681 Issue #20226: Added tests for new features and regressions. 12 years ago
Larry Hastings 2a727916c5 Issue #20226: Major improvements to Argument Clinic. 12 years ago
Serhiy Storchaka 7f470d0f9c Issue #19936: Remove executable bits from C source files and several forgotten 12 years ago
Serhiy Storchaka b992a0e102 Issue #19936: Added executable bits or shebang lines to Python scripts which 12 years ago
Georg Brandl aabebde358 Closes #20235: Report file and line on unexpected exceptions in Argument Clinic. 12 years ago
Larry Hastings 4a714d48ad Issue #20268: Argument Clinic now supports cloning the parameters 12 years ago
Antoine Pitrou d7fb7919e3 Replace assert with a proper error 12 years ago
Antoine Pitrou cc1d31e09e improve an error message in clinic 12 years ago
Larry Hastings 8666e65206 Issue #20228: Argument Clinic now has special support for class special 12 years ago
Larry Hastings 4a55fc5a9d Issue #20214: Fixed a number of small issues and documentation errors in 12 years ago
Larry Hastings 583baa8fef Issue #20196: Fixed a bug where Argument Clinic did not generate correct 12 years ago
Serhiy Storchaka 02d5db2777 Fixed the serve.py script. 12 years ago
Serhiy Storchaka 768c16ce02 Issue #18960: Fix bugs with Python source code encoding in the second line. 12 years ago
Larry Hastings 61272b77b0 Issue #19273: The marker comments Argument Clinic uses have been changed 12 years ago
Larry Hastings 9026113fd4 Issue #20157: When Argument Clinic renames a parameter because its name 12 years ago
Larry Hastings 77561cccb2 Issue #20141: Improved Argument Clinic's support for the PyArg_Parse "O!" 12 years ago
Larry Hastings 16c5191ab3 Issue #20144: Argument Clinic now supports simple constants as parameter 12 years ago
Larry Hastings eb31e9d6ed Issue #20143: The line numbers reported in Argument Clinic errors are 12 years ago
Larry Hastings 3f144c2ad7 Issue #20142: Py_buffer variables generated by Argument Clinic are now 12 years ago
Larry Hastings 6d2ea21337 Argument Clinic: fixed test suite, improved howto. 12 years ago
Larry Hastings 78cf85c669 Issue #19659: Added documentation for Argument Clinic. 12 years ago
Larry Hastings 3cceb38486 Issue #19976: Argument Clinic METH_NOARGS functions now always 12 years ago
Martin v. Löwis 24e43308b7 * Issue #16113: Remove sha3 module again. 12 years ago
Martin v. Löwis c70d4f4d79 Issue #19728: Enable pip installation by default on Windows. 12 years ago
Serhiy Storchaka 8c4f57d1d5 Issue #20046: Locale alias table no longer contains entities which can be 12 years ago
Serhiy Storchaka 5eb01530b2 Issue #20027: Fixed locale aliases for devanagari locales. 12 years ago
Serhiy Storchaka 55c6cc408c Issue #20033: makelocalealias.py now works with non-ASCII locales and produces 12 years ago
Benjamin Peterson eaedaeccf2 update Barry's email (#19563) 12 years ago