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