1. 5f9193a Issue #29326: Ignores blank lines in ._pth files (Patch by Alexey Izbyshev) by Steve Dower · 7 years ago
  2. c6dd415 Issue #28522: Fixes mishandled buffer reallocation in getpathp.c by Steve Dower · 8 years ago
  3. ed51b26 Issue #28137: Renames Windows path file to ._pth by Steve Dower · 8 years ago
  4. fd13c0f One more spelling fix by Martin Panter · 8 years ago
  5. c4b53af Issue #28046: Remove platform-specific directories from sys.path by Zachary Ware · 8 years ago
  6. 3ceb573 Fix call to PathCombineW. by Steve Dower · 8 years ago
  7. 5028938 Issue #27874: Allows use of pythonXX.zip file as landmark on Windows by Steve Dower · 8 years ago
  8. 4db86bc Changes pyvenv.cfg trick into an actual sys.path file. by Steve Dower · 8 years ago
  9. ccb1f8c getpathp.c: fix compiler warning by Victor Stinner · 8 years ago
  10. e0cb9da Issue #25893: Removed unused variable reqdSize. by Serhiy Storchaka · 8 years ago
  11. f64b9d5 Fixes handling of long values of PYTHONPATH on Windows. by Steve Dower · 9 years ago
  12. 4a7fe7e Issue #23955: Add pyvenv.cfg option to suppress registry/environment lookup for generating sys.path. by Steve Dower · 9 years ago
  13. f63dab5 Back-out wcstok deprecation suppression and updates calls to use wcstok_s. by Steve Dower · 9 years ago
  14. 1a7425f Issue #18203: Replace malloc() with PyMem_RawMalloc() at Python initialization by Victor Stinner · 11 years ago
  15. 8bda465 Issue #9566: Fix compiler warning on Windows 64-bit by Victor Stinner · 11 years ago
  16. f1af705 #16135: Removal of OS/2 support (Remove OS2 and OS/2 references) by Jesus Cea · 12 years ago
  17. 7ded1f0 Implemented PEP 405 (Python virtual environments). by Vinay Sajip · 12 years ago
  18. 6394188 Use the new Py_ARRAY_LENGTH macro by Victor Stinner · 13 years ago
  19. 4d0d471 Merge branches/pep-0384. by Martin v. Löwis · 13 years ago
  20. 3b69db2 issue 9910 by Kristján Valur Jónsson · 14 years ago
  21. f95a1b3 Recorded merge of revisions 81029 via svnmerge from by Antoine Pitrou · 14 years ago
  22. 66f8c43 #5924: on Windows, a large PYTHONPATH (more than 255 chars) was completely ignored. by Amaury Forgeot d'Arc · 15 years ago
  23. bc186a8 Merged revisions 69205 via svnmerge from by Martin v. Löwis · 15 years ago
  24. 3d17a5c Merged revisions 64214 via svnmerge from by Amaury Forgeot d'Arc · 16 years ago
  25. 6e47a33 Tkinter, step 5: remove lib-tk subdirectory and update all places where it was mentioned. by Georg Brandl · 16 years ago
  26. 790465f Change command line processing API to use wchar_t. Fixes #2128. by Martin v. Löwis · 16 years ago
  27. d8faa36 Merged revisions 53952-54987 via svnmerge from by Guido van Rossum · 17 years ago
  28. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago
  29. c7f6cf6 getpythonregpath(): Squash compiler warning about by Tim Peters · 18 years ago
  30. 18e1655 Merge ssize_t branch. by Martin v. Löwis · 18 years ago
  31. 7eb4b7d Fix all wrong instances of "it's". by Georg Brandl · 19 years ago
  32. 8484fbf SF bug 1003471: Python 1.5.2 security vulnerability by Tim Peters · 20 years ago
  33. 6019f9a Remove a stray single quote. Will backport to release23-maint. by Thomas Heller · 21 years ago
  34. 61bb35f Fix [ 583477 ] wrong dest size. by Mark Hammond · 21 years ago
  35. a8aed02 Make sure zip_path is null-terminated, since it's on the stack by Neal Norwitz · 21 years ago
  36. 52e14d6 PEP 302 + zipimport: by Just van Rossum · 21 years ago
  37. 2795dae Remove a strange single quote that didn't seem to upset the compilers! by Mark Hammond · 22 years ago
  38. 6238d2b Patch #569753: Remove support for WIN16. by Martin v. Löwis · 22 years ago
  39. cdc4451 Include <unistd.h> in Python.h. Fixes #500924. by Martin v. Löwis · 22 years ago
  40. 19fdbfb Fix bug #410274 - sys.prefix isn't always set. by Mark Hammond · 23 years ago
  41. 7d4bb9f Add -E command line switch (ignore environment variables like PYTHONHOME by Neil Schemenauer · 23 years ago
  42. 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
  43. 8bf9e3b Prevent possible buffer overflow exploits under Windows. As per (the very quick) patch Patch #101801. by Mark Hammond · 24 years ago
  44. e61aca7 Patch for [ Bug #113828 ] getpythonregpath with null data in registry key by Mark Hammond · 24 years ago
  45. 8586991 REMOVED all CWI, CNRI and BeOpen copyright markings. by Guido van Rossum · 24 years ago
  46. a534594 ANSIfication: remove very-old-varargs code, fix function declarations so by Thomas Wouters · 24 years ago
  47. 7889010 Miscelaneous ANSIfications. I'm assuming here 'main' should take (int, by Thomas Wouters · 24 years ago
  48. ffcc381 Change copyright notice - 2nd try. by Guido van Rossum · 24 years ago
  49. fd71b9e Change copyright notice. by Guido van Rossum · 24 years ago
  50. 1c44e28 Trent Mick: familiar simple Win64 patches by Guido van Rossum · 24 years ago
  51. 847a996 Patch from M.-A. Lemburg: Python on UNIX now trusts PYTHONHOME unconditionally by Jeremy Hylton · 24 years ago
  52. 88716bb Revamped path access again, by Mark Hammond, to be more robust in the by Guido van Rossum · 24 years ago
  53. e02e48b Changes to completely ignore the registry when it detects that you are by Guido van Rossum · 24 years ago
  54. 24edfbb Back out of a recent policy change (Mark Hammond disagreed). by Guido van Rossum · 26 years ago
  55. 43ff114 Sigh. More restructuring was needed. by Guido van Rossum · 26 years ago
  56. c499572 This file's previous log message is bogus. The real change is that by Guido van Rossum · 26 years ago
  57. 67ab672 Different version games: by Guido van Rossum · 26 years ago
  58. 8b2b3ce Two changes: by Guido van Rossum · 26 years ago
  59. 42a9744 Fix some outdated comments (mostly by removing a large comment block by Guido van Rossum · 26 years ago
  60. 691d2ad Allocate one byte extra in some cases. by Guido van Rossum · 26 years ago
  61. 271f977 Seem to be some changes related to DLL version from string resource, by Guido van Rossum · 27 years ago
  62. eea1449 Much rewritten. Added Win32 registry stuff (from getpath_nt.c, which by Guido van Rossum · 27 years ago
  63. 8f1b651 Some changes to make it work on NT; add the directory where the binary by Guido van Rossum · 27 years ago
  64. 1aa7e3a Jim Ahlstrom's contributions for DOS, OS/2, WIN3.1. by Guido van Rossum · 27 years ago