An open API service providing commit metadata for open source projects.

GitHub / fedora-python/crypt_r / commits

SHA Message Author Date Stats
a52c167e Add Python 3.15 to CI Miro Hrončok <m****o@h****z> 10 months ago
8f988065 CI: Add Python 3.14 Miro Hrončok <m****o@h****z> almost 2 years ago
b119819f Docs: Replace leftover occurrences of crypt. with crypt_r. (#11) Miro Hrončok <m****o@h****z>
Committed by: GitHub <n****y@g****m>
over 2 years ago
b20e21d9 Release 3.13.1 Miro Hrončok <m****o@h****z> over 2 years ago
7f97b271 Fix build with -Werror=incompatible-pointer-types Miro Hrončok <m****o@h****z> over 2 years ago
f071b357 Require setuptools with PEP 621 support Miro Hrončok <m****o@h****z> over 2 years ago
ff1748ef Release 3.13.0 Miro Hrončok <m****o@h****z> over 2 years ago
46019a7f Update documentation
Co-authored-by: Petr Viktorin <e****u@g****m>
Miro Hrončok <m****o@h****z> over 2 years ago
68858b42 Add pyproject.toml metadata Tomáš Hrnčiar <t****r@r****m> over 2 years ago
a382bd1e Provide the crypt module for backward compatibility Miro Hrončok <m****o@h****z> over 2 years ago
95ffc2c4 Rename the module to crypt_r Miro Hrončok <m****o@h****z> over 2 years ago
8651c31e Move files around to make them easier to work with Miro Hrončok <m****o@h****z> over 2 years ago
a7a1dd1d Remove test.support usage, assume crypt is available in tests Miro Hrončok <m****o@h****z> over 2 years ago
77023b9d Remove the HAVE_CRYPT_R and HAVE_CRYPT_H ifdefs
Co-authored-by: Petr Viktorin <e****u@g****m>, Karolina Surma <k****a@r****m>
Tomáš Hrnčiar <t****r@r****m>
Committed by: Miro Hrončok <m****o@h****z>
over 2 years ago
04d28969 Inline argument clinic code and remove private Python API
Co-authored-by: Petr Viktorin <e****u@g****m>, Karolina Surma <k****a@r****m>
Tomáš Hrnčiar <t****r@r****m>
Committed by: Miro Hrončok <m****o@h****z>
over 2 years ago
2ee40cfe Docs: mksalt() is a function from this module, don't link to Python docs Miro Hrončok <m****o@h****z> over 2 years ago
917901be Configure GitHub Actions Miro Hrončok <m****o@h****z> over 2 years ago
47127a6c Docs: Remove CPython-specific syntax Miro Hrončok <m****o@h****z> over 2 years ago
5b3b4add Add build infrastructure Miro Hrončok <m****o@h****z> over 2 years ago
9e538c9a Only use Py_MOD_PER_INTERPRETER_GIL_SUPPORTED when available Miro Hrončok <m****o@h****z> over 2 years ago
96433a9f Copy the _PyArg_BadArgument and _PyArg_CheckPositional functions from Python ... Miro Hrončok <m****o@h****z> over 2 years ago
6da16e5b [3.12] Docs: add link roles with Sphinx extlinks (GH-117850) (#117910)
Co-authored-by: Alex Waygood <A****d@G****m>
Hugo van Kemenade <1****k@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
4735a114 [3.12] gh-96747: Mention the PyPI `passlib` package in the `crypt` deprecatio... Yonatan Bitton <b****b@g****m>
Committed by: GitHub <n****y@g****m>
about 3 years ago
5241e292 gh-99113: Add Py_MOD_PER_INTERPRETER_GIL_SUPPORTED (gh-104205) Eric Snow <e****y@g****m>
Committed by: GitHub <n****y@g****m>
over 3 years ago
cf70c759 Update copyright years to 2023. (gh-100848) Benjamin Peterson <b****n@p****g>
Committed by: GitHub <n****y@g****m>
over 3 years ago
f879620c gh-97519: Synchronize links in other copies of HISTORY OF THE SOFTWARE (GH-97... Serhiy Storchaka <s****a@g****m>
Committed by: GitHub <n****y@g****m>
almost 4 years ago
8502f7c9 gh-95231: Disable md5 & crypt modules if FIPS is enabled (GH-94742)
Signed-off-by: Shreenidhi Shedi <s****i@v****m>
Shreenidhi Shedi <5****i@u****m>
Committed by: GitHub <n****y@g****m>
about 4 years ago
ef3b7916 gh-90928: Statically Initialize the Keywords Tuple in Clinic-Generated Code (... Eric Snow <e****y@g****m>
Committed by: GitHub <n****y@g****m>
about 4 years ago
449913fc gh-95451: Update docs for wasm32-emscripten and -wasi platforms (GH-95452)
Co-authored-by: Éric <m****k@n****g>, Michael Droettboom <m****m@g****m>, Ezio Melotti <e****i@g****m>, CAM Gerlach <C****h@G****M>
Christian Heimes <c****n@p****g>
Committed by: GitHub <n****y@g****m>
about 4 years ago
5a092c53 gh-95415: Make availability directive consistent (GH-95416) Christian Heimes <c****n@p****g>
Committed by: GitHub <n****y@g****m>
about 4 years ago
fd33de1e gh-92611: Clarify planned removal version in PEP 594-deprecated modules (GH-9... CAM Gerlach <C****h@G****M>
Committed by: GitHub <n****y@g****m>
over 4 years ago
5d51bb82 gh-92611: Link to PEP 594 sections & add key detail in doc deprecation notice... CAM Gerlach <C****h@G****M>
Committed by: GitHub <n****y@g****m>
over 4 years ago
a804bc79 gh-91320: Argument Clinic uses _PyCFunction_CAST() (#32210) Victor Stinner <v****r@p****g>
Committed by: GitHub <n****y@g****m>
over 4 years ago
9f487591 gh-91217: deprecate crypt (GH-91459) Brett Cannon <b****t@p****g>
Committed by: GitHub <n****y@g****m>
over 4 years ago
4cb69e01 crypt docs: Fix references to `methods` attr (GH-26806)
Co-authored-by: Jelle Zijlstra <j****a@g****m>
andrei kulakov <a****k@g****m>
Committed by: GitHub <n****y@g****m>
over 4 years ago
59e89733 bpo-47061: document module deprecations due to PEP 594 (GH-31984) Brett Cannon <b****t@p****g>
Committed by: GitHub <n****y@g****m>
over 4 years ago
df1f7f3e Add skips to crashing tests under sanitizers instead of manually skipping the... Pablo Galindo Salgado <P****l@g****m>
Committed by: GitHub <n****y@g****m>
over 4 years ago
79faf9da Update copyright year to 2022. (GH-30335) Benjamin Peterson <b****n@p****g>
Committed by: GitHub <n****y@g****m>
over 4 years ago
2c385861 closes bpo-44751: Move crypt.h include from public header to _cryptmodule (GH... Geoffrey Thomas <g****t@l****m>
Committed by: GitHub <n****y@g****m>
about 5 years ago
33b0cde4 bpo-44740: Lowercase "internet" and "web" where appropriate. (#27378)
Co-authored-by: Łukasz Langa <l****z@l****l>
Mariusz Felisiak <f****z@g****m>
Committed by: GitHub <n****y@g****m>
about 5 years ago
23e67119 Bring Python into the new year. (GH-24036) Dong-hee Na <d****a@p****g>
Committed by: GitHub <n****y@g****m>
over 5 years ago
8ed545a9 bpo-39883: Use BSD0 license for code in docs (GH-17635) Todd <t****n@g****m>
Committed by: GitHub <n****y@g****m>
almost 6 years ago
d283836f bpo-1635741: Port _crypt extension module to multiphase initialization (PEP 4... Hai Shi <s****2@g****m>
Committed by: GitHub <n****y@g****m>
over 6 years ago
54fe5f16 bpo-25172: Reduce scope of crypt import tests (GH-17881) Steve Dower <s****r@p****g>
Committed by: GitHub <n****y@g****m>
over 6 years ago
7342ba98 Bring Python into the next decade. (GH-17801) Benjamin Peterson <b****n@p****g>
Committed by: GitHub <n****y@g****m>
over 6 years ago
01c3eeaa closes bpo-38402: Check error of primitive crypt/crypt_r. (GH-16599)
Signed-off-by: Antonio Gutierrez <c****e@g****m>
Antonio Gutierrez <c****e@g****m>
Committed by: Benjamin Peterson <b****n@p****g>
almost 7 years ago
a9d2d21d bpo-37034: Display argument name on errors with keyword arguments with Argume... Rémi Lapeyre <r****e@h****r>
Committed by: Serhiy Storchaka <s****a@g****m>
almost 7 years ago
f7c335a8 bpo-25172: Add test for crypt ImportError on Windows (GH-15252) shireenrao <s****o@g****m>
Committed by: Steve Dower <s****r@p****g>
about 7 years ago
e5a14c0a bpo-25172: Raise appropriate ImportError msg when crypt module used on Window... shireenrao <s****o@g****m>
Committed by: Paul Moore <p****e@g****m>
about 7 years ago
a10bb47c bpo-31904: Don't build the _crypt extension on VxWorks (GH-12833) pxinwr <p****n@w****m>
Committed by: Victor Stinner <v****r@r****m>
over 7 years ago
721bdd95 bpo-35582: Argument Clinic: inline parsing code for positional parameters. (G... Serhiy Storchaka <s****a@g****m>
Committed by: GitHub <n****y@g****m>
over 7 years ago
b1d58979 Bump copyright years to 2019. (GH-11404) Benjamin Peterson <b****n@p****g>
Committed by: GitHub <n****y@g****m>
over 7 years ago
e6d350d0 bpo-28503: Use crypt_r() when available instead of crypt() (GH-11373) Gregory P. Smith <g****g@k****g>
Committed by: GitHub <n****y@g****m>
over 7 years ago
c7df43b6 Correct a couple of unbalanced parenthesis. (GH-10779) Andre Delfino <a****o@g****m>
Committed by: Serhiy Storchaka <s****a@g****m>
over 7 years ago
bcb2ad44 bpo-33012: Fix invalid function cast warnings with gcc 8 in Argument Clinic. ... Serhiy Storchaka <s****a@g****m>
Committed by: GitHub <n****y@g****m>
over 7 years ago
3a9e9230 advance copyright years to 2018 (#5094) Benjamin Peterson <b****n@p****g>
Committed by: GitHub <n****y@g****m>
over 8 years ago
9f74149b bpo-32240: Add the const qualifier to declarations of PyObject* array argumen... Serhiy Storchaka <s****a@g****m>
Committed by: GitHub <n****y@g****m>
over 8 years ago
3d01f377 bpo-31702: Allow to specify rounds for SHA-2 hashing in crypt.mksalt(). (#4110) Serhiy Storchaka <s****a@g****m>
Committed by: GitHub <n****y@g****m>
almost 9 years ago
d12e8f40 fixes bpo-31866: remove code pertaining to AtheOS support (#4115) Benjamin Peterson <b****n@p****g>
Committed by: GitHub <n****y@g****m>
almost 9 years ago
fb2df21e bpo-31664: Fix test_crypt for the openwall implementation of crypt. (#4116) Serhiy Storchaka <s****a@g****m>
Committed by: GitHub <n****y@g****m>
almost 9 years ago
3ca3dd8b bpo-31664: Add support for the Blowfish method in crypt. (#3854) Serhiy Storchaka <s****a@g****m>
Committed by: GitHub <n****y@g****m>
almost 9 years ago
8f4fd51f bpo-25910: Update LICENSE (GH-2873) Mariatta <M****a@u****m>
Committed by: GitHub <n****y@g****m>
about 9 years ago
a658a3e6 bpo-29464: Rename METH_FASTCALL to METH_FASTCALL|METH_KEYWORDS and make (#1955) Serhiy Storchaka <s****a@g****m>
Committed by: GitHub <n****y@g****m>
about 9 years ago
17c0b312 bpo-30600: Fix error messages (condition order in Argument Clinic) (#2051) Sylvain <s****b@g****m>
Committed by: Serhiy Storchaka <s****a@g****m>
about 9 years ago
320d5a90 Run Argument Clinic: METH_VARARGS=>METH_FASTCALL Victor Stinner <v****r@g****m> over 9 years ago
9e45fd0a merge merge 3.5 Benjamin Peterson <b****n@p****g> over 9 years ago
393e5fc8 merge merge 3.4 Benjamin Peterson <b****n@p****g> over 9 years ago
6ec1f797 merge merge 3.3 Benjamin Peterson <b****n@p****g> over 9 years ago
96c85b3e ring in 2017 for Python Benjamin Peterson <b****n@p****g> over 9 years ago
a0243fa2 merge - Issue #27332: Fixed the type of the first argument of module-level functions Serhiy Storchaka <s****a@g****m> about 10 years ago
452a3aac Issue #27332: Fixed the type of the first argument of module-level functions Serhiy Storchaka <s****a@g****m> about 10 years ago
80285b56 merge Merge Issue #22558. Terry Jan Reedy <t****y@u****u> about 10 years ago
f42aceb8 Issue #22558: Add remaining doc links to source code for Python-coded modules. Terry Jan Reedy <t****y@u****u> about 10 years ago
244d4103 Issue #26305: Argument Clinic now uses braces in C code as required by PEP 7. Serhiy Storchaka <s****a@g****m> about 10 years ago
88da45fb merge Issue #27076: Merge spelling from 3.5 Martin Panter <v****y@g****m> over 10 years ago
800388e7 Issue #27076: Doc, comment and tests spelling fixes Martin Panter <v****y@g****m> over 10 years ago
a3834153 merge Issue #23921: Standardized documentation whitespace formatting. Serhiy Storchaka <s****a@g****m> over 10 years ago
05e5ac55 Issue #23921: Standardized documentation whitespace formatting. Serhiy Storchaka <s****a@g****m> over 10 years ago
fde96b35 merge merge 3.5 Benjamin Peterson <b****n@p****g> over 10 years ago
38a3bf7d merge merge 3.4 Benjamin Peterson <b****n@p****g> over 10 years ago
128195d1 merge merge 3.3 Benjamin Peterson <b****n@p****g> over 10 years ago
de90679c reflow Benjamin Peterson <b****n@p****g> over 10 years ago
2238da02 merge merge 3.5 Benjamin Peterson <b****n@p****g> over 10 years ago
817dc39e merge merge 3.4 Benjamin Peterson <b****n@p****g> over 10 years ago
5d1ec21b merge merge 3.3 Benjamin Peterson <b****n@p****g> over 10 years ago
48e3d408 2016 will be another year of writing copyrighted code Benjamin Peterson <b****n@p****g> over 10 years ago
941940d2 Issue #25287: Don't add crypt.METHOD_CRYPT to crypt.methods if it's not Victor Stinner <v****r@g****m> almost 11 years ago
687f1489 Use converter names instead of format units in Argument Clinic descriptions Serhiy Storchaka <s****a@g****m> about 11 years ago
710abe8f Issue #24007: Argument Clinic now writes the format of PyArg_Parse*() at the Serhiy Storchaka <s****a@g****m> over 11 years ago
ab1f0dbd Issue #23501: Argumen Clinic now generates code into separate files by default. Serhiy Storchaka <s****a@g****m> over 11 years ago
d15d14a7 merge merge 3.4 Benjamin Peterson <b****n@p****g> over 11 years ago
3c0e7037 merge merge 3.3 Benjamin Peterson <b****n@p****g> over 11 years ago
760c701f merge merge 3.2 Benjamin Peterson <b****n@p****g> over 11 years ago
1223a6be update for copyright for 2015 Benjamin Peterson <b****n@p****g> over 11 years ago
7581e0ac merge merge 3.4 into default Georg Brandl <g****g@p****g> almost 12 years ago
563f3da9 merge merge 3.3 into 3.4 Georg Brandl <g****g@p****g> almost 12 years ago
ee6e43ce merge Merge 3.2 into 3.3. Georg Brandl <g****g@p****g> almost 12 years ago
6cd5c794 Copyright year update, add version to licenses. Georg Brandl <g****g@p****g> almost 12 years ago
582203cb merge Merge from 3.4 into default. Larry Hastings <l****y@h****g> over 12 years ago
ad74cfda Final documentation fixes for 3.4.0 final. Larry Hastings <l****y@h****g> over 12 years ago

← Back to repository