FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for Modules/errnomodule.c - pythoncapi/cpython · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
pythoncapi
/
cpython
Public
forked from
python/cpython
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
cpython
Modules
errnomodule.c
on
pythoncapi
User selector
Datepicker
Commit history
Commits on Sep 14, 2018
Remove PyModule_GetDict from new C API
Dino Viehland
committed
52590bc
View commit details
Copy full SHA for 52590bc
View code at this point
Browse repository at this point
Commits on May 13, 2012
Fix #13210. Port the Windows build from VS2008 to VS2010.
briancurtin
committed
401f9f3
View commit details
Copy full SHA for 401f9f3
View code at this point
Browse repository at this point
Commits on May 7, 2011
Closes Issue 11916: Add a number of MacOSX specific definitions to the errno module.
Show description for 97c3eb4
ronaldoussoren
committed
97c3eb4
View commit details
Copy full SHA for 97c3eb4
View code at this point
Browse repository at this point
Commits on Sep 22, 2010
Issue 9916: Add some missing errno symbols.
warsaw
committed
31c604d
View commit details
Copy full SHA for 31c604d
View code at this point
Browse repository at this point
Commits on Aug 18, 2010
Issue #5737: Add Solaris-specific mnemonics in the errno module. Patch by
Show description for b85e165
pitrou
committed
b85e165
View commit details
Copy full SHA for b85e165
View code at this point
Browse repository at this point
Commits on May 9, 2010
Recorded merge of revisions 81029 via svnmerge from
Show description for f95a1b3
pitrou
committed
f95a1b3
View commit details
Copy full SHA for f95a1b3
View code at this point
Browse repository at this point
Commits on Jun 13, 2008
Merged revisions 64214 via svnmerge from
Show description for 3d17a5c
amauryfa
committed
3d17a5c
View commit details
Copy full SHA for 3d17a5c
View code at this point
Browse repository at this point
Commits on Jun 11, 2008
Implement PEP 3121: new module initialization and finalization API.
loewis
committed
1a21451
View commit details
Copy full SHA for 1a21451
View code at this point
Browse repository at this point
Commits on Jan 4, 2008
Some VS 6.0 compatibility fixes from Hirokazu Yamamoto which are also useful for later versions of MSVC. VS6 claims that fortran is a reserved word
tiran
committed
c36625b
View commit details
Copy full SHA for c36625b
View code at this point
Browse repository at this point
Commits on Dec 2, 2007
Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases in intobject.h
tiran
committed
217cfd1
View commit details
Copy full SHA for 217cfd1
View code at this point
Browse repository at this point
Commits on Aug 24, 2007
Use unicode for the errno.errorcode names
nnorwitz
committed
0d94203
View commit details
Copy full SHA for 0d94203
View code at this point
Browse repository at this point
Commits on Jan 19, 2006
Check return result from Py_InitModule*(). This API can fail.
Show description for 1ac754f
nnorwitz
committed
1ac754f
View commit details
Copy full SHA for 1ac754f
View code at this point
Browse repository at this point
Commits on Nov 19, 2003
Getting rid of code dependent on GUSI or the MetroWerks compiler.
jackjansen
committed
4bae2d5
View commit details
Copy full SHA for 4bae2d5
View code at this point
Browse repository at this point
Commits on Aug 2, 2002
Excise DL_EXPORT/DL_IMPORT from Modules/*. Required adding a prototype
Show description for fe51c6d
mhammond
committed
fe51c6d
View commit details
Copy full SHA for fe51c6d
View code at this point
Browse repository at this point
Commits on Jun 13, 2002
Patch #568124: Add doc string macros.
loewis
committed
14f8b4c
View commit details
Copy full SHA for 14f8b4c
View code at this point
Browse repository at this point
Commits on Jan 26, 2002
Removed an XXX question (the answer is "yes" <wink>).
tim-one
committed
902952b
View commit details
Copy full SHA for 902952b
View code at this point
Browse repository at this point
Commits on Sep 1, 2000
REMOVED all CWI, CNRI and BeOpen copyright markings.
Show description for 8586991
gvanrossum
committed
8586991
View commit details
Copy full SHA for 8586991
View code at this point
Browse repository at this point
Do the absolute minimal amount of modifications to eradicate
Show description for 9bfd2bf
warsaw
committed
9bfd2bf
View commit details
Copy full SHA for 9bfd2bf
View code at this point
Browse repository at this point
Commits on Jul 21, 2000
Bunch of minor ANSIfications: 'void initfunc()' -> 'void initfunc(void)',
Show description for f3f33dc
Yhg1s
committed
f3f33dc
View commit details
Copy full SHA for f3f33dc
View code at this point
Browse repository at this point
Commits on Jul 9, 2000
- ANSI-fication
Show description for f5accf3
Fredrik Lundh
committed
f5accf3
View commit details
Copy full SHA for f5accf3
View code at this point
Browse repository at this point
Commits on Jun 30, 2000
Change copyright notice - 2nd try.
gvanrossum
committed
ffcc381
View commit details
Copy full SHA for ffcc381
View code at this point
Browse repository at this point
Change copyright notice.
gvanrossum
committed
fd71b9e
View commit details
Copy full SHA for fd71b9e
View code at this point
Browse repository at this point
Commits on Jan 27, 1999
initerrno(): Nailed a not-so-tiny memory leak. The de dictionary is
Show description for 105906f
warsaw
committed
105906f
View commit details
Copy full SHA for 105906f
View code at this point
Browse repository at this point
Commits on Dec 4, 1998
Add DL_EXPORT() to all modules that could possibly be used
Show description for 3886bb6
gvanrossum
committed
3886bb6
View commit details
Copy full SHA for 3886bb6
View code at this point
Browse repository at this point
Commits on Aug 11, 1998
Added a module docstring (that's all this module needs).
gvanrossum
committed
549cb6e
View commit details
Copy full SHA for 549cb6e
View code at this point
Browse repository at this point
Commits on Nov 4, 1997
Got rid of the errorstr dictionary, which is redundant now that
Show description for 851e7d5
gvanrossum
committed
851e7d5
View commit details
Copy full SHA for 851e7d5
View code at this point
Browse repository at this point
Commits on Sep 28, 1997
Changes submitted by Marc-Andre Lemburg to add two tables: errorcode
Show description for 49f9d8e
gvanrossum
committed
49f9d8e
View commit details
Copy full SHA for 49f9d8e
View code at this point
Browse repository at this point
Commits on Apr 11, 1997
(Jack:) Mac only: get GUSI errno.h values too.
gvanrossum
committed
fb421c8
View commit details
Copy full SHA for fb421c8
View code at this point
Browse repository at this point
Commits on Dec 13, 1996
Removed a #inlclude <errno.h> since it's implied with "Python.h"
Roger E. Masse
committed
81a6fe9
View commit details
Copy full SHA for 81a6fe9
View code at this point
Browse repository at this point
Commits on Oct 25, 1996
New permission notice, includes CNRI.
gvanrossum
committed
d266eb4
View commit details
Copy full SHA for d266eb4
View code at this point
Browse repository at this point
Commits on Jul 24, 1996
Added Sam Rushing's errno module
gvanrossum
committed
4dc6622
View commit details
Copy full SHA for 4dc6622
View code at this point
Browse repository at this point
Loading
Back
|
FazBrowse Home
|
New Git URL