1. 6969eaf bpo-29464: Rename METH_FASTCALL to METH_FASTCALL|METH_KEYWORDS and make (#1955) by Serhiy Storchaka · 8 years ago
  2. 7445381 bpo-30600: Fix error messages (condition order in Argument Clinic) (#2051) by Sylvain · 8 years ago
  3. 13f1f42 bpo-30103: Allow Uuencode in Python using backtick as zero instead of space (#1326) by Xiang Zhang · 8 years ago
  4. 1374dbb restore *data* parameter of binascii.b2a_base64 to positional-only (#1352) by Xiang Zhang · 8 years ago
  5. 259f0e4 Run Argument Clinic: METH_VARARGS=>METH_FASTCALL by Victor Stinner · 9 years ago
  6. 3e1fad6 Rename _PyArg_ParseStack to _PyArg_ParseStackAndKeywords by Victor Stinner · 9 years ago
  7. 520569e Issue #29004: Merge crc_hqx() doc from 3.5 by Martin Panter · 9 years ago
  8. 3310e14 Issue #29004: Document binascii.crc_hqx() implements CRC-CCITT by Martin Panter · 9 years ago
  9. 37e4ef7 Issue #27810: Rerun Argument Clinic on all modules by Victor Stinner · 9 years ago
  10. 9171a8b Issue #27574: Decreased an overhead of parsing keyword arguments in functions by Serhiy Storchaka · 9 years ago
  11. 2954f83 - Issue #27332: Fixed the type of the first argument of module-level functions by Serhiy Storchaka · 9 years ago
  12. 1a2b24f Issue #27332: Fixed the type of the first argument of module-level functions by Serhiy Storchaka · 9 years ago
  13. 5dee655 Issue #26305: Argument Clinic now uses braces in C code as required by PEP 7. by Serhiy Storchaka · 9 years ago
  14. e84c976 Issue #25357: Add an optional newline paramer to binascii.b2a_base64(). by Victor Stinner · 10 years ago
  15. 247789c Issue #24007: Argument Clinic now writes the format of PyArg_Parse*() at the by Serhiy Storchaka · 10 years ago
  16. e3037e1 Issue #23728: binascii.crc_hqx() could return an integer outside of the range by Serhiy Storchaka · 10 years ago
  17. 2ef7c47 Issue #23728: binascii.crc_hqx() could return an integer outside of the range by Serhiy Storchaka · 10 years ago
  18. 89964c4 Issue #23944: Argument Clinic now wraps long impl prototypes at column 78. by Larry Hastings · 10 years ago
  19. 92e8af6 Issue #23492: Argument Clinic now generates argument parsing code with by Serhiy Storchaka · 10 years ago
  20. b4826c3 Merge with 3.4 (closes #23280) by Zachary Ware · 11 years ago
  21. b176d40 Issue #23280: Fix docstrings for binascii.(un)hexlify by Zachary Ware · 11 years ago
  22. a73cb8a Issue #22120: For functions using an unsigned integer return converter, by Larry Hastings · 11 years ago
  23. 2623c8c Issue #20530: Argument Clinic's signature format has been revised again. by Larry Hastings · 12 years ago
  24. 581ee36 Issue #20326: Argument Clinic now uses a simple, unique signature to by Larry Hastings · 12 years ago
  25. b62deac cleanup after custom buffer converter by Benjamin Peterson · 12 years ago
  26. c204726 Issue #20390: Small fixes and improvements for Argument Clinic. by Larry Hastings · 12 years ago[Renamed from Modules/binascii.clinic.c]
  27. 1278561 Fixed converting errors in the binascii module (issue20151). by Serhiy Storchaka · 12 years ago
  28. 3ffd913 Issue #20151: The binascii module now uses Argument Clinic. by Serhiy Storchaka · 12 years ago