1. 8462a49 bpo-38304: PyConfig_InitPythonConfig() cannot fail anymore (GH-16509) by Victor Stinner · 4 years, 10 months ago
  2. 3c30a76 bpo-38304: Remove PyConfig.struct_size (GH-16500) (GH-16508) by Victor Stinner · 4 years, 10 months ago
  3. 441b10c bpo-38304: Add PyConfig.struct_size (GH-16451) by Victor Stinner · 4 years, 10 months ago
  4. 331a6a5 bpo-36763: Implement the PEP 587 (GH-13592) by Victor Stinner · 5 years ago
  5. 022be02 bpo-36763: Add _PyPreConfig._config_init (GH-13481) by Victor Stinner · 5 years ago
  6. bab0db6 bpo-36763: Use _PyCoreConfig_InitPythonConfig() (GH-13398) by Victor Stinner · 5 years ago
  7. 871ff77 bpo-36763: Add _PyInitError functions (GH-13395) by Victor Stinner · 5 years ago
  8. cab5d07 bpo-36763: Add _PyCoreConfig_InitPythonConfig() (GH-13388) by Victor Stinner · 5 years ago
  9. 9ef5dca bpo-36763: Add _Py_InitializeMain() (GH-13362) by Victor Stinner · 5 years ago
  10. db71975 bpo-36763: Rework _PyInitError API (GH-13031) by Victor Stinner · 5 years ago
  11. 5ac27a5 bpo-36444: Rework _Py_InitializeFromConfig() API (GH-12576) by Victor Stinner · 5 years ago
  12. 484f20d bpo-36444: Add _PyCoreConfig._init_main (GH-12572) by Victor Stinner · 5 years ago
  13. dfe8847 bpo-36142: Rework error reporting in pymain_main() (GH-12113) by Victor Stinner · 5 years ago
  14. 621cebe bpo-35081: Rename internal headers (GH-10275) by Victor Stinner · 6 years ago
  15. 27e2d1f bpo-35081: Add pycore_ prefix to internal header files (GH-10263) by Victor Stinner · 6 years ago
  16. b75d7e2 bpo-34170: Add _PyCoreConfig._frozen parameter (GH-8591) by Victor Stinner · 6 years ago
  17. 4ae06c5 bpo-32241: Add the const qualifire to declarations of umodifiable strings. (#4748) by Serhiy Storchaka · 7 years ago
  18. f7e5b56 bpo-32030: Split Py_Main() into subfunctions (#4399) by Victor Stinner · 7 years ago
  19. b4ce1fc Issue #5319: New Py_FinalizeEx() API to exit with status 120 on failure by Martin Panter · 9 years ago
  20. f80ccf2 merge 3.4 (#22633) by Benjamin Peterson · 9 years ago
  21. 2476b98 avoid reading unallocated memory when argc == 0 (closes #22633) by Benjamin Peterson · 9 years ago
  22. f6a271a Issue #18395: Rename ``_Py_char2wchar()`` to :c:func:`Py_DecodeLocale`, rename by Victor Stinner · 10 years ago
  23. c588fee Issue #15893: Improve error handling in main() and Py_FrozenMain() by Victor Stinner · 11 years ago
  24. 739cf4e Py_FrozenMain() now uses _Py_char2wchar() to decode command line arguments, as by Victor Stinner · 11 years ago
  25. b5245be Issue #18203: Replace PyMem_Malloc() with PyMem_RawMalloc() at Python initialization by Victor Stinner · 11 years ago
  26. 36577e4 Issue #15893: frozenmain.c now handles PyMem_Malloc() failure by Victor Stinner · 11 years ago
  27. f95a1b3 Recorded merge of revisions 81029 via svnmerge from by Antoine Pitrou · 14 years ago
  28. d0ca955 #4004: Missing newline in some startup error messages. Patch by Victor. by Amaury Forgeot d'Arc · 16 years ago
  29. fff9530 Issue #3696: Error parsing arguments on OpenBSD <= 4.4 and Cygwin. by Antoine Pitrou · 16 years ago
  30. 790465f Change command line processing API to use wchar_t. Fixes #2128. by Martin v. Löwis · 16 years ago
  31. 6238d2b Patch #569753: Remove support for WIN16. by Martin v. Löwis · 22 years ago
  32. cdc4451 Include <unistd.h> in Python.h. Fixes #500924. by Martin v. Löwis · 23 years ago
  33. 7d4bb9f Add -E command line switch (ignore environment variables like PYTHONHOME by Neil Schemenauer · 23 years ago
  34. 8586991 REMOVED all CWI, CNRI and BeOpen copyright markings. by Guido van Rossum · 24 years ago
  35. b4bd21c ANSIfy as many declarations as possible. by Thomas Wouters · 24 years ago
  36. f70ef4f Mass ANSIfication of function definitions. Doesn't cover all 'extern' by Thomas Wouters · 24 years ago
  37. ffcc381 Change copyright notice - 2nd try. by Guido van Rossum · 24 years ago
  38. fd71b9e Change copyright notice. by Guido van Rossum · 24 years ago
  39. 47ae028 Call PyInitFrozenExtensions() as requested by Mark Hammond (his patch). by Guido van Rossum · 26 years ago
  40. 1a8791e Changes for BeOS, QNX and long long, by Chris Herborth. by Guido van Rossum · 26 years ago
  41. 6deac7a Make calls into ../PC/frozen_dllmain.c on MS_WIN32. by Guido van Rossum · 26 years ago
  42. 919b83d Set Py_FrozenFlag, to suppress error messages from getpath.c. by Guido van Rossum · 26 years ago
  43. 73bacfc Add unistd.h for isatty(). by Guido van Rossum · 26 years ago
  44. c425d2f Make stdin unbuffered too, when PYTHONUNBUFFERED is specified. by Guido van Rossum · 27 years ago
  45. 7c14103 Keep gcc -Wall happy by Guido van Rossum · 27 years ago
  46. a941451 frozenmain.c is now also in the library, with entry point Py_FrozenMain(). by Guido van Rossum · 27 years ago
  47. 3768fb1 Tracking changes to Py_Main(): by Guido van Rossum · 27 years ago
  48. d266eb4 New permission notice, includes CNRI. by Guido van Rossum · 28 years ago
  49. 71bd363 getprogramname -> Py_GetProgramName. by Guido van Rossum · 28 years ago
  50. 582646a grand renaming; added copyright to some files by Guido van Rossum · 28 years ago
  51. 47ad5e7 moved stuff around to resemble main.c by Guido van Rossum · 29 years ago
  52. 4e2e0f9 renaming phase 3 by Guido van Rossum · 29 years ago
  53. 6d023c9 Added 1995 to copyright message. by Guido van Rossum · 30 years ago
  54. 1d5735e Merge back to main trunk by Guido van Rossum · 30 years ago
  55. 094885b Must initialize 'inspect' flag by Guido van Rossum · 31 years ago
  56. f1dc566 * Makefile: added all: and default: targets. by Guido van Rossum · 31 years ago
  57. 9e90a67 * pythonmain.c: -k option, usage message, more environment flags. by Guido van Rossum · 31 years ago
  58. f56e3db Support for frozen scripts; added -i option. by Guido van Rossum · 31 years ago