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