1. 4bae2d5 Getting rid of code dependent on GUSI or the MetroWerks compiler. by Jack Jansen · 21 years ago
  2. fe51c6d Excise DL_EXPORT/DL_IMPORT from Modules/*. Required adding a prototype by Mark Hammond · 22 years ago
  3. 14f8b4c Patch #568124: Add doc string macros. by Martin v. Löwis · 22 years ago
  4. 902952b Removed an XXX question (the answer is "yes" <wink>). by Tim Peters · 23 years ago
  5. 8586991 REMOVED all CWI, CNRI and BeOpen copyright markings. by Guido van Rossum · 24 years ago
  6. 9bfd2bf Do the absolute minimal amount of modifications to eradicate by Barry Warsaw · 24 years ago
  7. f3f33dc Bunch of minor ANSIfications: 'void initfunc()' -> 'void initfunc(void)', by Thomas Wouters · 24 years ago
  8. f5accf3 - ANSI-fication (patch #100784 by Peter Schneider-Kamp) by Fredrik Lundh · 24 years ago
  9. ffcc381 Change copyright notice - 2nd try. by Guido van Rossum · 24 years ago
  10. fd71b9e Change copyright notice. by Guido van Rossum · 24 years ago
  11. 105906f initerrno(): Nailed a not-so-tiny memory leak. The de dictionary is by Barry Warsaw · 26 years ago
  12. 3886bb6 Add DL_EXPORT() to all modules that could possibly be used on BeOS or Windows. by Guido van Rossum · 26 years ago
  13. 549cb6e Added a module docstring (that's all this module needs). by Guido van Rossum · 26 years ago
  14. 851e7d5 Got rid of the errorstr dictionary, which is redundant now that by Guido van Rossum · 27 years ago
  15. 49f9d8e Changes submitted by Marc-Andre Lemburg to add two tables: errorcode by Guido van Rossum · 27 years ago
  16. fb421c8 (Jack:) Mac only: get GUSI errno.h values too. by Guido van Rossum · 27 years ago
  17. 81a6fe9 Removed a #inlclude <errno.h> since it's implied with "Python.h" by Roger E. Masse · 28 years ago
  18. d266eb4 New permission notice, includes CNRI. by Guido van Rossum · 28 years ago
  19. 4dc6622 Added Sam Rushing's errno module by Guido van Rossum · 28 years ago