1. 34be807 Add PYTHONMALLOC env var by Victor Stinner · 8 years ago
  2. 7172f50 Replace fpgetmask() with fedisableexcept() by Victor Stinner · 8 years ago
  3. f6a271a Issue #18395: Rename ``_Py_char2wchar()`` to :c:func:`Py_DecodeLocale`, rename by Victor Stinner · 10 years ago
  4. 973fe0b Issue #18093: Factor out the programs that embed the runtime by Nick Coghlan · 10 years ago[Renamed from Modules/python.c]
  5. c588fee Issue #15893: Improve error handling in main() and Py_FrozenMain() by Victor Stinner · 11 years ago
  6. ca713c0 Fix a compiler warning on FreeBSD by Victor Stinner · 11 years ago
  7. 609142e Merge: #18399: fix comment typo. by R David Murray · 11 years ago
  8. 296b73c #18399: fix comment typo. by R David Murray · 11 years ago
  9. 49fc8ec Issue #18203: Add _PyMem_RawStrdup() and _PyMem_Strdup() by Victor Stinner · 11 years ago
  10. 1a7425f Issue #18203: Replace malloc() with PyMem_RawMalloc() at Python initialization by Victor Stinner · 11 years ago
  11. 2660e42 (Merge 3.2) Issue #16416: On Mac OS X, operating system data are now always by Victor Stinner · 11 years ago
  12. 27b1ca2 Issue #16416: On Mac OS X, operating system data are now always by Victor Stinner · 11 years ago
  13. e262377 Issue #16416: OS data are now always encoded/decoded to/from by Victor Stinner · 12 years ago
  14. 0b1b9ce If main() is called and an argument cannot be decoded, make sure to by Brett Cannon · 12 years ago
  15. 0f6ce8d Issue #3367: NULL-terminate argv[] copies to prevent an invalid access by Stefan Krah · 12 years ago
  16. 94ba691 main() now displays an error message before exiting if a command line argument by Victor Stinner · 12 years ago
  17. f933e1a Issue #4388: On Mac OS X, decode command line arguments from UTF-8, instead of by Victor Stinner · 14 years ago
  18. 168e117 Add an optional size argument to _Py_char2wchar() by Victor Stinner · 14 years ago
  19. 052a04d Revert r85435 (and r85440): decode command line arguments from utf-8 by Victor Stinner · 14 years ago
  20. a213509 main(): catch PyUnicode_FromString() failure (exit) by Victor Stinner · 14 years ago
  21. 90bbaa5 Issue #9992: On Mac OS X, decode command line arguments from utf-8 instead of by Victor Stinner · 14 years ago
  22. f95a1b3 Recorded merge of revisions 81029 via svnmerge from by Antoine Pitrou · 14 years ago
  23. d61deca Move _Py_char2wchar from python.c to main.c. by Ronald Oussoren · 14 years ago
  24. dfa66c1 Fix the --with-cxx-main build. by Collin Winter · 14 years ago
  25. e53de3d #7301: decode $PYTHONWARNINGS in the same way as argv, test non-ascii values by Philip Jenvey · 14 years ago
  26. 8ed91b2 Issue #6097: Escape UTF-8 surrogates resulting from mbstocs conversion by Martin v. Löwis · 15 years ago
  27. 43c5778 Rename utf8b error handler to surrogateescape. by Martin v. Löwis · 15 years ago
  28. 011e842 Issue #5915: Implement PEP 383, Non-decodable Bytes in by Martin v. Löwis · 15 years ago
  29. 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
  30. 08a8f5f restore compilation on OpenBSD #4146 by Benjamin Peterson · 16 years ago
  31. d0ca955 #4004: Missing newline in some startup error messages. Patch by Victor. by Amaury Forgeot d'Arc · 16 years ago
  32. fff9530 Issue #3696: Error parsing arguments on OpenBSD <= 4.4 and Cygwin. by Antoine Pitrou · 16 years ago
  33. 790465f Change command line processing API to use wchar_t. Fixes #2128. by Martin v. Löwis · 16 years ago
  34. 4643bd9 Apparently FreeBSD enables some HW floating-point exceptions by default. by Tim Peters · 21 years ago
  35. fe51c6d Excise DL_EXPORT/DL_IMPORT from Modules/*. Required adding a prototype by Mark Hammond · 22 years ago
  36. bd4bc4e Even more ANSIfication: fix as many function pointers and declarations as by Thomas Wouters · 24 years ago
  37. faa209d6 - ANSI-fication (patch #100805 by Peter Schneider-Kamp) by Fredrik Lundh · 24 years ago
  38. 9c1201f Py_Main() must be DL_EXPORT too. by Guido van Rossum · 25 years ago
  39. be10c20 Now include Python.h by Guido van Rossum · 26 years ago
  40. 7c14103 Keep gcc -Wall happy by Guido van Rossum · 27 years ago
  41. 4c04be6 This is now the "real" main program -- it calls Py_Main(argc, argv) by Guido van Rossum · 27 years ago