COMMITS
/ Modules/errnomodule.c 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