Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
84761c3cc4bac31d471e371c53a338686d4b0241
/
Modules
/
_cryptmodule.c
b2b6e27
bpo-1635741: Port _crypt extension module to multiphase initialization (PEP 489) (GH-18404)
by Hai Shi
· 4 years, 9 months ago
0d3fe8a
closes bpo-38402: Check error of primitive crypt/crypt_r. (GH-16599)
by Antonio Gutierrez
· 5 years ago
387512c
bpo-28503: Use crypt_r() when available instead of crypt() (GH-11373)
by Gregory P. Smith
· 6 years ago
4eaf7f9
fixes bpo-31866: remove code pertaining to AtheOS support (#4115)
by Benjamin Peterson
· 7 years ago
1a2b24f
Issue #27332: Fixed the type of the first argument of module-level functions
by Serhiy Storchaka
· 8 years ago
7e810a6
Use converter names instead of format units in Argument Clinic descriptions
by Serhiy Storchaka
· 9 years ago
1009bf1
Issue #23501: Argumen Clinic now generates code into separate files by default.
by Serhiy Storchaka
· 10 years ago
2623c8c
Issue #20530: Argument Clinic's signature format has been revised again.
by Larry Hastings
· 11 years ago
581ee36
Issue #20326: Argument Clinic now uses a simple, unique signature to
by Larry Hastings
· 11 years ago
5c66189
Issue #20189: Four additional builtin types (PyTypeObject,
by Larry Hastings
· 11 years ago
f5207e6
Clinic-ize the crypt module. Derby!
by Antoine Pitrou
· 11 years ago
af01f66
Issue #16136: Remove VMS support and VMS-related code
by Christian Heimes
· 11 years ago
e2dfefb
Issue #10924: Adding salt and Modular Crypt Format to crypt library.
by Sean Reifscheider
· 14 years ago
[Renamed (97%) from Modules/cryptmodule.c]
f95a1b3
Recorded merge of revisions 81029 via svnmerge from
by Antoine Pitrou
· 15 years ago
1a21451
Implement PEP 3121: new module initialization and finalization API.
by Martin v. Löwis
· 16 years ago
0e3f591
Merged revisions 46753-51188 via svnmerge from
by Thomas Wouters
· 18 years ago
fe51c6d
Excise DL_EXPORT/DL_IMPORT from Modules/*. Required adding a prototype
by Mark Hammond
· 22 years ago
14f8b4c
Patch #568124: Add doc string macros.
by Martin v. Löwis
· 22 years ago
f90ae20
Patch #488073: AtheOS port.
by Martin v. Löwis
· 22 years ago
ba3a16c
Remove METH_OLDARGS:
by Neal Norwitz
· 23 years ago
a1abb72
Use METH_OLDARGS instead of numeric constant 0 in method def. tables
by Andrew M. Kuchling
· 24 years ago
bd4bc4e
Even more ANSIfication: fix as many function pointers and declarations as
by Thomas Wouters
· 24 years ago
f3f33dc
Bunch of minor ANSIfications: 'void initfunc()' -> 'void initfunc(void)',
by Thomas Wouters
· 24 years ago
a788a7f
ANSI-fication
by Peter Schneider-Kamp
· 24 years ago
a664dbb
Added docstring to crypt.crypt() based on the documentation.
by Fred Drake
· 25 years ago
3886bb6
Add DL_EXPORT() to all modules that could possibly be used on BeOS or Windows.
by Guido van Rossum
· 26 years ago
56c345b
renamed grandly.
by Roger E. Masse
· 28 years ago
a376cc5
Keep gcc -Wall happy.
by Guido van Rossum
· 28 years ago
a3c04b0
cosmetics
by Guido van Rossum
· 30 years ago
e4c6131
crypt module (Steve M's)
by Guido van Rossum
· 31 years ago