index
:
delta/cpython.git
2.0
2.1
2.2
2.3
2.4
2.5
2.6
2.7
3.0
3.1
3.2
3.3
3.4
3.5
3.6
baserock/2.7.9-mips64
baserock/markdoffman/py2-symlink
baserock/markdoffman/py2-symlink-v2
baserock/morph-2.7
legacy-trunk
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Modules
/
errnomodule.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
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