| Commit message (Expand) | Author | Age | Files | Lines |
* | gh-116322: Add Py_mod_gil module slot (#116882) | Brett Simmers | 2024-05-03 | 1 | -2/+3 |
|
|
* | gh-108494: Fix Argument Clinic LIMITED_CAPI_REGEX (#116610) | Victor Stinner | 2024-03-11 | 1 | -3/+2 |
|
|
* | gh-111650: Ensure pyconfig.h includes Py_GIL_DISABLED on Windows (GH-112778) | Steve Dower | 2023-12-13 | 1 | -2/+0 |
|
|
* | gh-111863: Rename `Py_NOGIL` to `Py_GIL_DISABLED` (#111864) | Hugo van Kemenade | 2023-11-20 | 1 | -2/+2 |
|
|
* | gh-110968: Py_MOD_PER_INTERPRETER_GIL_SUPPORTED was added to 3.12 (#111584) | Victor Stinner | 2023-11-01 | 1 | -2/+2 |
|
|
* | gh-110481: Implement biased reference counting (gh-110764) | Sam Gross | 2023-10-30 | 1 | -0/+6 |
|
|
* | gh-110968: Py_MOD_PER_INTERPRETER_GIL_SUPPORTED new in 3.13. (#110969) | Victor Stinner | 2023-10-17 | 1 | -2/+3 |
|
|
* | gh-85283: Build errno and _ctypes_test with limited C API (#110955) | Victor Stinner | 2023-10-17 | 1 | -32/+35 |
|
|
* | gh-105375: Improve errnomodule error handling (#105590) | Erlend E. Aasland | 2023-06-09 | 1 | -3/+5 |
|
|
* | Fix missing/incomplete NULL checks in multiple source files (#104564) | chgnrdv | 2023-05-23 | 1 | -0/+1 |
|
|
* | gh-99113: Add Py_MOD_PER_INTERPRETER_GIL_SUPPORTED (gh-104205) | Eric Snow | 2023-05-05 | 1 | -0/+1 |
|
|
* | gh-102255: Improve build support for Windows API partitions (GH-102256) | Max Bachmann | 2023-03-09 | 1 | -0/+2 |
|
|
* | gh-96005: Handle WASI ENOTCAPABLE in getpath (GH-96006) | Christian Heimes | 2022-08-16 | 1 | -0/+4 |
|
|
* | gh-95174: Handle missing dup() and constants in WASI (GH-95229) | Christian Heimes | 2022-07-26 | 1 | -0/+4 |
|
|
* | bpo-42971: Add errno.EQFULL (macOS) (GH-24419) | Ronald Oussoren | 2021-08-06 | 1 | -0/+3 |
|
|
* | bpo-1635741: Port errno module to multiphase initialization (GH-19923) | Dong-hee Na | 2020-05-07 | 1 | -310/+335 |
|
|
* | Fix #13210. Port the Windows build from VS2008 to VS2010. | Brian Curtin | 2012-05-13 | 1 | -0/+27 |
|
|
* | Closes Issue 11916: Add a number of MacOSX specific definitions to the errno ... | Ronald Oussoren | 2011-05-07 | 1 | -0/+55 |
|
|
* | Issue 9916: Add some missing errno symbols. | Barry Warsaw | 2010-09-22 | 1 | -0/+30 |
|
|
* | Issue #5737: Add Solaris-specific mnemonics in the errno module. Patch by | Antoine Pitrou | 2010-08-18 | 1 | -1/+22 |
|
|
* | Recorded merge of revisions 81029 via svnmerge from | Antoine Pitrou | 2010-05-09 | 1 | -262/+262 |
|
|
* | Merged revisions 64214 via svnmerge from | Amaury Forgeot d'Arc | 2008-06-13 | 1 | -1/+1 |
|
|
* | Implement PEP 3121: new module initialization and finalization API. | Martin v. Löwis | 2008-06-11 | 1 | -4/+17 |
|
|
* | Some VS 6.0 compatibility fixes from Hirokazu Yamamoto which are also useful ... | Christian Heimes | 2008-01-04 | 1 | -0/+1 |
|
|
* | Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases i... | Christian Heimes | 2007-12-02 | 1 | -1/+1 |
|
|
* | Use unicode for the errno.errorcode names | Neal Norwitz | 2007-08-24 | 1 | -2/+2 |
|
|
* | Check return result from Py_InitModule*(). This API can fail. | Neal Norwitz | 2006-01-19 | 1 | -0/+2 |
|
|
* | Getting rid of code dependent on GUSI or the MetroWerks compiler. | Jack Jansen | 2003-11-19 | 1 | -5/+0 |
|
|
* | Excise DL_EXPORT/DL_IMPORT from Modules/*. Required adding a prototype | Mark Hammond | 2002-08-02 | 1 | -1/+1 |
|
|
* | Patch #568124: Add doc string macros. | Martin v. Löwis | 2002-06-13 | 1 | -2/+2 |
|
|
* | Removed an XXX question (the answer is "yes" <wink>). | Tim Peters | 2002-01-26 | 1 | -1/+1 |
|
|
* | REMOVED all CWI, CNRI and BeOpen copyright markings. | Guido van Rossum | 2000-09-01 | 1 | -9/+0 |
|
|
* | Do the absolute minimal amount of modifications to eradicate | Barry Warsaw | 2000-09-01 | 1 | -12/+9 |
|
|
* | Bunch of minor ANSIfications: 'void initfunc()' -> 'void initfunc(void)', | Thomas Wouters | 2000-07-21 | 1 | -1/+1 |
|
|
* | - ANSI-fication | Fredrik Lundh | 2000-07-09 | 1 | -5/+1 |
|
|
* | Change copyright notice - 2nd try. | Guido van Rossum | 2000-06-30 | 1 | -6/+0 |
|
|
* | Change copyright notice. | Guido van Rossum | 2000-06-30 | 1 | -21/+6 |
|
|
* | initerrno(): Nailed a not-so-tiny memory leak. The de dictionary is | Barry Warsaw | 1999-01-27 | 1 | -1/+2 |
|
|
* | Add DL_EXPORT() to all modules that could possibly be used | Guido van Rossum | 1998-12-04 | 1 | -1/+1 |
|
|
* | Added a module docstring (that's all this module needs). | Guido van Rossum | 1998-08-11 | 1 | -1/+15 |
|
|
* | Got rid of the errorstr dictionary, which is redundant now that | Guido van Rossum | 1997-11-04 | 1 | -21/+9 |
|
|
* | Changes submitted by Marc-Andre Lemburg to add two tables: errorcode | Guido van Rossum | 1997-09-28 | 1 | -368/+622 |
|
|
* | (Jack:) Mac only: get GUSI errno.h values too. | Guido van Rossum | 1997-04-11 | 1 | -0/+5 |
|
|
* | Removed a #inlclude <errno.h> since it's implied with "Python.h" | Roger E. Masse | 1996-12-13 | 1 | -2/+0 |
|
|
* | New permission notice, includes CNRI. | Guido van Rossum | 1996-10-25 | 1 | -12/+19 |
|
|
* | Added Sam Rushing's errno module | Guido van Rossum | 1996-07-24 | 1 | -0/+561 |
|
|