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