1. f95a1b3 Recorded merge of revisions 81029 via svnmerge from by Antoine Pitrou · 14 years ago
  2. d61deca Move _Py_char2wchar from python.c to main.c. by Ronald Oussoren · 14 years ago
  3. dfa66c1 Fix the --with-cxx-main build. by Collin Winter · 14 years ago
  4. e53de3d #7301: decode $PYTHONWARNINGS in the same way as argv, test non-ascii values by Philip Jenvey · 14 years ago
  5. 8ed91b2 Issue #6097: Escape UTF-8 surrogates resulting from mbstocs conversion by Martin v. Löwis · 15 years ago
  6. 43c5778 Rename utf8b error handler to surrogateescape. by Martin v. Löwis · 15 years ago
  7. 011e842 Issue #5915: Implement PEP 383, Non-decodable Bytes in by Martin v. Löwis · 15 years ago
  8. 26338d1 another instance of #804543: use strdup() when saving the result of setlocale() because it could be overwritten by subsequent setlocale()s. by Georg Brandl · 15 years ago
  9. 08a8f5f restore compilation on OpenBSD #4146 by Benjamin Peterson · 16 years ago
  10. d0ca955 #4004: Missing newline in some startup error messages. Patch by Victor. by Amaury Forgeot d'Arc · 16 years ago
  11. fff9530 Issue #3696: Error parsing arguments on OpenBSD <= 4.4 and Cygwin. by Antoine Pitrou · 16 years ago
  12. 790465f Change command line processing API to use wchar_t. Fixes #2128. by Martin v. Löwis · 16 years ago
  13. 4643bd9 Apparently FreeBSD enables some HW floating-point exceptions by default. by Tim Peters · 22 years ago
  14. fe51c6d Excise DL_EXPORT/DL_IMPORT from Modules/*. Required adding a prototype by Mark Hammond · 22 years ago
  15. bd4bc4e Even more ANSIfication: fix as many function pointers and declarations as by Thomas Wouters · 24 years ago
  16. faa209d6 - ANSI-fication (patch #100805 by Peter Schneider-Kamp) by Fredrik Lundh · 24 years ago
  17. 9c1201f Py_Main() must be DL_EXPORT too. by Guido van Rossum · 26 years ago
  18. be10c20 Now include Python.h by Guido van Rossum · 26 years ago
  19. 7c14103 Keep gcc -Wall happy by Guido van Rossum · 27 years ago
  20. 4c04be6 This is now the "real" main program -- it calls Py_Main(argc, argv) by Guido van Rossum · 27 years ago