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