1. 1c3de54 bpo-34977: Use venv redirector instead of original python.exe on Windows (GH-11029) by Steve Dower · 6 years ago
  2. cb0b78a Revert "bpo-34977: Add Windows App Store package (GH-10245)" (GH-11019) by Victor Stinner · 6 years ago
  3. 4c49da0 bpo-35436: Add missing PyErr_NoMemory() calls and other minor bug fixes. (GH-11015) by Zackery Spytz · 6 years ago
  4. 468a15a bpo-34977: Add Windows App Store package (GH-10245) by Steve Dower · 6 years ago
  5. 177a41a bpo-34725: Adds _Py_SetProgramFullPath so embedders may override sys.executable (GH-9860) by Steve Dower · 6 years ago
  6. 621cebe bpo-35081: Rename internal headers (GH-10275) by Victor Stinner · 6 years ago
  7. 27e2d1f bpo-35081: Add pycore_ prefix to internal header files (GH-10263) by Victor Stinner · 6 years ago
  8. 6cf8255 bpo-34217: Use lowercase header for Windows (GH-8453) by erikjanss · 6 years ago
  9. d19d8d5 bpo-34170: Add _PyCoreConfig.isolated (GH-8417) by Victor Stinner · 6 years ago
  10. f2626ce bpo-34170: _PyCoreConfig_Read() leaves Py_IsolatedFlag unchanged (GH-8361) by Victor Stinner · 6 years ago
  11. b1147e4 bpo-34170: Rework _PyCoreConfig_Read() to avoid side effect (GH-8353) by Victor Stinner · 6 years ago
  12. 48e8c82 bpo-32457: Improves handling of denormalized executable path when launching Python (GH-5756) by Steve Dower · 6 years ago
  13. 8ded5b8 bpo-32030: Add _PyCoreConfig.module_search_paths (#4954) by Victor Stinner · 7 years ago
  14. 9bee329 bpo-32030: Add _Py_FindEnvConfigValue() (#4963) by Victor Stinner · 7 years ago
  15. b5fd9ad bpo-32030: Rewrite _PyMainInterpreterConfig (#4854) by Victor Stinner · 7 years ago
  16. 4ae06c5 bpo-32241: Add the const qualifire to declarations of umodifiable strings. (#4748) by Serhiy Storchaka · 7 years ago
  17. 31a8393 Revert "bpo-32197: Try to fix a compiler error on OS X introduced in bpo-32030. (#4681)" (#4694) by Victor Stinner · 7 years ago
  18. 13badcb bpo-32197: Try to fix a compiler error on OS X introduced in bpo-32030. (#4681) by Serhiy Storchaka · 7 years ago
  19. af5a895 bpo-32030: _PyPathConfig_Init() sets home and program_name (#4673) by Victor Stinner · 7 years ago
  20. 0ea395a bpo-32030: Add Python/pathconfig.c (#4668) by Victor Stinner · 7 years ago
  21. ebac19d bpo-32030: Don't call _PyPathConfig_Fini() in Py_FinalizeEx() (#4667) by Victor Stinner · 7 years ago
  22. 9ac3d88 bpo-32030: Fix Py_GetPath(): init program_name (#4665) by Victor Stinner · 7 years ago
  23. b64de46 bpo-32030: Cleanup "path config" code (#4663) by Victor Stinner · 7 years ago
  24. 9316ee4 bpo-32030: Add _PyPathConfig_Init() (#4551) by Victor Stinner · 7 years ago
  25. f04ebe2 bpo-32030: Add _PyMainInterpreterConfig.program_name (#4548) by Victor Stinner · 7 years ago
  26. 46972b7 bpo-32030: Add _PyMainInterpreterConfig_ReadEnv() (#4542) by Victor Stinner · 7 years ago
  27. 0327bde bpo-32030: Rewrite calculate_path() (#4521) by Victor Stinner · 7 years ago
  28. 1f15111 bpo-32030: Add _PyMainInterpreterConfig.pythonhome (#4513) by Victor Stinner · 7 years ago
  29. e32e79f bpo-32030: Move PYTHONPATH to _PyMainInterpreterConfig (#4511) by Victor Stinner · 7 years ago
  30. d434110 bpo-32030: Add _PyCoreConfig.module_search_path_env (#4504) by Victor Stinner · 7 years ago
  31. a5293b4 Fix miscellaneous typos (#4275) by luzpaz · 7 years ago
  32. 0710d75 bpo-29770: remove outdated PYO related info (GH-590) by Xiang Zhang · 7 years ago
  33. 5f9193a Issue #29326: Ignores blank lines in ._pth files (Patch by Alexey Izbyshev) by Steve Dower · 8 years ago
  34. c6dd415 Issue #28522: Fixes mishandled buffer reallocation in getpathp.c by Steve Dower · 8 years ago
  35. ed51b26 Issue #28137: Renames Windows path file to ._pth by Steve Dower · 8 years ago
  36. fd13c0f One more spelling fix by Martin Panter · 8 years ago
  37. c4b53af Issue #28046: Remove platform-specific directories from sys.path by Zachary Ware · 8 years ago
  38. 3ceb573 Fix call to PathCombineW. by Steve Dower · 8 years ago
  39. 5028938 Issue #27874: Allows use of pythonXX.zip file as landmark on Windows by Steve Dower · 8 years ago
  40. 4db86bc Changes pyvenv.cfg trick into an actual sys.path file. by Steve Dower · 8 years ago
  41. ccb1f8c getpathp.c: fix compiler warning by Victor Stinner · 8 years ago
  42. e0cb9da Issue #25893: Removed unused variable reqdSize. by Serhiy Storchaka · 9 years ago
  43. f64b9d5 Fixes handling of long values of PYTHONPATH on Windows. by Steve Dower · 9 years ago
  44. 4a7fe7e Issue #23955: Add pyvenv.cfg option to suppress registry/environment lookup for generating sys.path. by Steve Dower · 9 years ago
  45. f63dab5 Back-out wcstok deprecation suppression and updates calls to use wcstok_s. by Steve Dower · 9 years ago
  46. 1a7425f Issue #18203: Replace malloc() with PyMem_RawMalloc() at Python initialization by Victor Stinner · 11 years ago
  47. 8bda465 Issue #9566: Fix compiler warning on Windows 64-bit by Victor Stinner · 11 years ago
  48. f1af705 #16135: Removal of OS/2 support (Remove OS2 and OS/2 references) by Jesus Cea · 12 years ago
  49. 7ded1f0 Implemented PEP 405 (Python virtual environments). by Vinay Sajip · 12 years ago
  50. 6394188 Use the new Py_ARRAY_LENGTH macro by Victor Stinner · 13 years ago
  51. 4d0d471 Merge branches/pep-0384. by Martin v. Löwis · 14 years ago
  52. 3b69db2 issue 9910 by Kristján Valur Jónsson · 14 years ago
  53. f95a1b3 Recorded merge of revisions 81029 via svnmerge from by Antoine Pitrou · 14 years ago
  54. 66f8c43 #5924: on Windows, a large PYTHONPATH (more than 255 chars) was completely ignored. by Amaury Forgeot d'Arc · 15 years ago
  55. bc186a8 Merged revisions 69205 via svnmerge from by Martin v. Löwis · 16 years ago
  56. 3d17a5c Merged revisions 64214 via svnmerge from by Amaury Forgeot d'Arc · 16 years ago
  57. 6e47a33 Tkinter, step 5: remove lib-tk subdirectory and update all places where it was mentioned. by Georg Brandl · 16 years ago
  58. 790465f Change command line processing API to use wchar_t. Fixes #2128. by Martin v. Löwis · 16 years ago
  59. d8faa36 Merged revisions 53952-54987 via svnmerge from by Guido van Rossum · 17 years ago
  60. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago
  61. c7f6cf6 getpythonregpath(): Squash compiler warning about by Tim Peters · 18 years ago
  62. 18e1655 Merge ssize_t branch. by Martin v. Löwis · 18 years ago
  63. 7eb4b7d Fix all wrong instances of "it's". by Georg Brandl · 19 years ago
  64. 8484fbf SF bug 1003471: Python 1.5.2 security vulnerability by Tim Peters · 20 years ago
  65. 6019f9a Remove a stray single quote. Will backport to release23-maint. by Thomas Heller · 21 years ago
  66. 61bb35f Fix [ 583477 ] wrong dest size. by Mark Hammond · 22 years ago
  67. a8aed02 Make sure zip_path is null-terminated, since it's on the stack by Neal Norwitz · 22 years ago
  68. 52e14d6 PEP 302 + zipimport: by Just van Rossum · 22 years ago
  69. 2795dae Remove a strange single quote that didn't seem to upset the compilers! by Mark Hammond · 22 years ago
  70. 6238d2b Patch #569753: Remove support for WIN16. by Martin v. Löwis · 22 years ago
  71. cdc4451 Include <unistd.h> in Python.h. Fixes #500924. by Martin v. Löwis · 23 years ago
  72. 19fdbfb Fix bug #410274 - sys.prefix isn't always set. by Mark Hammond · 23 years ago
  73. 7d4bb9f Add -E command line switch (ignore environment variables like PYTHONHOME by Neil Schemenauer · 23 years ago
  74. 5edc627 Checkin updated version of patch #103933 . As Thomas says, fixes the bugs #131064, #129584, #127722. See the discussion in bug #131064 by Mark Hammond · 23 years ago
  75. 8bf9e3b Prevent possible buffer overflow exploits under Windows. As per (the very quick) patch Patch #101801. by Mark Hammond · 24 years ago
  76. e61aca7 Patch for [ Bug #113828 ] getpythonregpath with null data in registry key by Mark Hammond · 24 years ago
  77. 8586991 REMOVED all CWI, CNRI and BeOpen copyright markings. by Guido van Rossum · 24 years ago
  78. a534594 ANSIfication: remove very-old-varargs code, fix function declarations so by Thomas Wouters · 24 years ago
  79. 7889010 Miscelaneous ANSIfications. I'm assuming here 'main' should take (int, by Thomas Wouters · 24 years ago
  80. ffcc381 Change copyright notice - 2nd try. by Guido van Rossum · 24 years ago
  81. fd71b9e Change copyright notice. by Guido van Rossum · 24 years ago
  82. 1c44e28 Trent Mick: familiar simple Win64 patches by Guido van Rossum · 24 years ago
  83. 847a996 Patch from M.-A. Lemburg: Python on UNIX now trusts PYTHONHOME unconditionally by Jeremy Hylton · 24 years ago
  84. 88716bb Revamped path access again, by Mark Hammond, to be more robust in the by Guido van Rossum · 24 years ago
  85. e02e48b Changes to completely ignore the registry when it detects that you are by Guido van Rossum · 24 years ago
  86. 24edfbb Back out of a recent policy change (Mark Hammond disagreed). by Guido van Rossum · 26 years ago
  87. 43ff114 Sigh. More restructuring was needed. by Guido van Rossum · 26 years ago
  88. c499572 This file's previous log message is bogus. The real change is that by Guido van Rossum · 26 years ago
  89. 67ab672 Different version games: by Guido van Rossum · 26 years ago
  90. 8b2b3ce Two changes: by Guido van Rossum · 26 years ago
  91. 42a9744 Fix some outdated comments (mostly by removing a large comment block by Guido van Rossum · 26 years ago
  92. 691d2ad Allocate one byte extra in some cases. by Guido van Rossum · 27 years ago
  93. 271f977 Seem to be some changes related to DLL version from string resource, by Guido van Rossum · 27 years ago
  94. eea1449 Much rewritten. Added Win32 registry stuff (from getpath_nt.c, which by Guido van Rossum · 27 years ago
  95. 8f1b651 Some changes to make it work on NT; add the directory where the binary by Guido van Rossum · 27 years ago
  96. 1aa7e3a Jim Ahlstrom's contributions for DOS, OS/2, WIN3.1. by Guido van Rossum · 27 years ago