1. 520569e Issue #29004: Merge crc_hqx() doc from 3.5 by Martin Panter · 7 years ago
  2. 3310e14 Issue #29004: Document binascii.crc_hqx() implements CRC-CCITT by Martin Panter · 7 years ago
  3. 37e4ef7 Issue #27810: Rerun Argument Clinic on all modules by Victor Stinner · 8 years ago
  4. 9171a8b Issue #27574: Decreased an overhead of parsing keyword arguments in functions by Serhiy Storchaka · 8 years ago
  5. 2954f83 - Issue #27332: Fixed the type of the first argument of module-level functions by Serhiy Storchaka · 8 years ago
  6. 1a2b24f Issue #27332: Fixed the type of the first argument of module-level functions by Serhiy Storchaka · 8 years ago
  7. 5dee655 Issue #26305: Argument Clinic now uses braces in C code as required by PEP 7. by Serhiy Storchaka · 8 years ago
  8. e84c976 Issue #25357: Add an optional newline paramer to binascii.b2a_base64(). by Victor Stinner · 9 years ago
  9. 247789c Issue #24007: Argument Clinic now writes the format of PyArg_Parse*() at the by Serhiy Storchaka · 9 years ago
  10. e3037e1 Issue #23728: binascii.crc_hqx() could return an integer outside of the range by Serhiy Storchaka · 9 years ago
  11. 2ef7c47 Issue #23728: binascii.crc_hqx() could return an integer outside of the range by Serhiy Storchaka · 9 years ago
  12. 89964c4 Issue #23944: Argument Clinic now wraps long impl prototypes at column 78. by Larry Hastings · 9 years ago
  13. 92e8af6 Issue #23492: Argument Clinic now generates argument parsing code with by Serhiy Storchaka · 9 years ago
  14. b4826c3 Merge with 3.4 (closes #23280) by Zachary Ware · 9 years ago
  15. b176d40 Issue #23280: Fix docstrings for binascii.(un)hexlify by Zachary Ware · 9 years ago
  16. a73cb8a Issue #22120: For functions using an unsigned integer return converter, by Larry Hastings · 10 years ago
  17. 2623c8c Issue #20530: Argument Clinic's signature format has been revised again. by Larry Hastings · 10 years ago
  18. 581ee36 Issue #20326: Argument Clinic now uses a simple, unique signature to by Larry Hastings · 10 years ago
  19. b62deac cleanup after custom buffer converter by Benjamin Peterson · 10 years ago
  20. c204726 Issue #20390: Small fixes and improvements for Argument Clinic. by Larry Hastings · 10 years ago[Renamed from Modules/binascii.clinic.c]
  21. 1278561 Fixed converting errors in the binascii module (issue20151). by Serhiy Storchaka · 10 years ago
  22. 3ffd913 Issue #20151: The binascii module now uses Argument Clinic. by Serhiy Storchaka · 10 years ago