1. 401f9f3 Fix #13210. Port the Windows build from VS2008 to VS2010. by Brian Curtin · 12 years ago
  2. 97c3eb4 Closes Issue 11916: Add a number of MacOSX specific definitions to the errno module. by Ronald Oussoren · 13 years ago
  3. 31c604d Issue 9916: Add some missing errno symbols. by Barry Warsaw · 14 years ago
  4. b85e165 Issue #5737: Add Solaris-specific mnemonics in the errno module. Patch by by Antoine Pitrou · 14 years ago
  5. f95a1b3 Recorded merge of revisions 81029 via svnmerge from by Antoine Pitrou · 14 years ago
  6. 3d17a5c Merged revisions 64214 via svnmerge from by Amaury Forgeot d'Arc · 16 years ago
  7. 1a21451 Implement PEP 3121: new module initialization and finalization API. by Martin v. Löwis · 16 years ago
  8. c36625b 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 by Christian Heimes · 16 years ago
  9. 217cfd1 Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases in intobject.h by Christian Heimes · 16 years ago
  10. 0d94203 Use unicode for the errno.errorcode names by Neal Norwitz · 17 years ago
  11. 1ac754f Check return result from Py_InitModule*(). This API can fail. by Neal Norwitz · 18 years ago
  12. 4bae2d5 Getting rid of code dependent on GUSI or the MetroWerks compiler. by Jack Jansen · 21 years ago
  13. fe51c6d Excise DL_EXPORT/DL_IMPORT from Modules/*. Required adding a prototype by Mark Hammond · 22 years ago
  14. 14f8b4c Patch #568124: Add doc string macros. by Martin v. Löwis · 22 years ago
  15. 902952b Removed an XXX question (the answer is "yes" <wink>). by Tim Peters · 22 years ago
  16. 8586991 REMOVED all CWI, CNRI and BeOpen copyright markings. by Guido van Rossum · 24 years ago
  17. 9bfd2bf Do the absolute minimal amount of modifications to eradicate by Barry Warsaw · 24 years ago
  18. f3f33dc Bunch of minor ANSIfications: 'void initfunc()' -> 'void initfunc(void)', by Thomas Wouters · 24 years ago
  19. f5accf3 - ANSI-fication (patch #100784 by Peter Schneider-Kamp) by Fredrik Lundh · 24 years ago
  20. ffcc381 Change copyright notice - 2nd try. by Guido van Rossum · 24 years ago
  21. fd71b9e Change copyright notice. by Guido van Rossum · 24 years ago
  22. 105906f initerrno(): Nailed a not-so-tiny memory leak. The de dictionary is by Barry Warsaw · 25 years ago
  23. 3886bb6 Add DL_EXPORT() to all modules that could possibly be used on BeOS or Windows. by Guido van Rossum · 25 years ago
  24. 549cb6e Added a module docstring (that's all this module needs). by Guido van Rossum · 26 years ago
  25. 851e7d5 Got rid of the errorstr dictionary, which is redundant now that by Guido van Rossum · 27 years ago
  26. 49f9d8e Changes submitted by Marc-Andre Lemburg to add two tables: errorcode by Guido van Rossum · 27 years ago
  27. fb421c8 (Jack:) Mac only: get GUSI errno.h values too. by Guido van Rossum · 27 years ago
  28. 81a6fe9 Removed a #inlclude <errno.h> since it's implied with "Python.h" by Roger E. Masse · 27 years ago
  29. d266eb4 New permission notice, includes CNRI. by Guido van Rossum · 28 years ago
  30. 4dc6622 Added Sam Rushing's errno module by Guido van Rossum · 28 years ago