COMMITS
/ Modules/_cryptmodule.c July 27, 2021
G
closes bpo-44751: Move crypt.h include from public header to _cryptmodule (GH-27394)
Geoffrey Thomas committed
February 17, 2020
October 8, 2019
A
closes bpo-38402: Check error of primitive crypt/crypt_r. (GH-16599)
Antonio Gutierrez committed
December 30, 2018
G
bpo-28503: Use crypt_r() when available instead of crypt() (GH-11373)
Gregory P. Smith committed
October 26, 2017
B
fixes bpo-31866: remove code pertaining to AtheOS support (#4115)
Benjamin Peterson committed
July 7, 2016
S
Issue #27332: Fixed the type of the first argument of module-level functions
Serhiy Storchaka committed
May 30, 2015
S
Use converter names instead of format units in Argument Clinic descriptions
Serhiy Storchaka committed
April 3, 2015
S
Issue #23501: Argumen Clinic now generates code into separate files by default.
Serhiy Storchaka committed
February 9, 2014
L
Issue #20530: Argument Clinic's signature format has been revised again.
Larry Hastings committed
January 28, 2014
L
Issue #20326: Argument Clinic now uses a simple, unique signature to
Larry Hastings committed
January 24, 2014
L
Issue #20189: Four additional builtin types (PyTypeObject,
Larry Hastings committed
January 14, 2014
A
Clinic-ize the crypt module. Derby!
Antoine Pitrou committed
December 21, 2013
C
Issue #16136: Remove VMS support and VMS-related code
Christian Heimes committed
February 22, 2011
S
Issue #10924: Adding salt and Modular Crypt Format to crypt library.
Sean Reifscheider committed