1. 6cb4343 - Issue #13150, #17512: sysconfig no longer parses the Makefile and config.h by doko@ubuntu.com · 11 years ago
  2. 354fe7e copy_absolute(): keep the relative path if getcwd() failed by Victor Stinner · 14 years ago
  3. c22b718 Merged revisions 83096 via svnmerge from by Ronald Oussoren · 14 years ago
  4. c83ea13 Untabify C files. Will watch buildbots. by Antoine Pitrou · 14 years ago
  5. 4a7e0c85 Issue #7774: Set sys.executable to an empty string if argv[0] has been by Victor Stinner · 14 years ago
  6. 7478096 Typos. by Georg Brandl · 17 years ago
  7. 2a30cd0 Patch #1516912: improve Modules support for OpenVMS. by Neal Norwitz · 18 years ago
  8. ac6bd46 spread the extern "C" { } magic pixie dust around. Python itself builds now by Anthony Baxter · 18 years ago
  9. 64182fe Some more changes to make code compile under a C++ compiler. by Anthony Baxter · 18 years ago
  10. e393bf6 Patch #931938: prevent setting sys.prefix to "" by Georg Brandl · 18 years ago
  11. 2b47445 squash compiler warning on Mac OSX 10.3 by Skip Montanaro · 19 years ago
  12. bd9c3f7 Change type on variable to silence gcc 4 warning. Call signature was found at by Brett Cannon · 19 years ago
  13. ec8c5a9 Bug 1003471: Python 1.5.2 security vulnerability still present in 2.3.4 by Tim Peters · 20 years ago
  14. f6af76d Modules/getpath.c now compiles properly under OS X when using the by Brett Cannon · 20 years ago
  15. 6cc4814 Change comment from C++ style to C. by Brett Cannon · 20 years ago
  16. 1afd480 Fix for #932977: MacOSX does not pass the whole pathname in argv[0] for by Jack Jansen · 20 years ago
  17. b70557f Make sure zip_path is null-terminated, since it's on the stack by Neal Norwitz · 22 years ago
  18. 52e14d6 PEP 302 + zipimport: by Just van Rossum · 22 years ago
  19. 0a116f3 Squashed compiler warnings by adding casts, making sure prototypes are in by Jack Jansen · 22 years ago
  20. 79acb9e Patch #614055: Support OpenVMS. by Martin v. Löwis · 22 years ago
  21. bcf9f9e SF # 602108 ensure string is null terminated after strncpy by Neal Norwitz · 22 years ago
  22. cdc4451 Include <unistd.h> in Python.h. Fixes #500924. by Martin v. Löwis · 23 years ago
  23. 55070f5 Changed logic for finding python home in Mac OS X framework Pythons. by Jack Jansen · 23 years ago
  24. e296ced Be more rigorous about making pathnames absolute, to address SF bug #424002. by Guido van Rossum · 23 years ago
  25. e925faf With WITH_NEXT_FRAMEWORK defined we now also expect a normal Python by Jack Jansen · 23 years ago
  26. f9836ba Put conditional S_ISDIR definition(s) into pyport.h. by Martin v. Löwis · 23 years ago
  27. 7d4bb9f Add -E command line switch (ignore environment variables like PYTHONHOME by Neil Schemenauer · 23 years ago
  28. 6cf0702 Build now happens in toplevel directory, not Modules. Don't monkey with VPATH. by Neil Schemenauer · 23 years ago
  29. d0e74ea Clean up some comments and the default VERSION. by Guido van Rossum · 23 years ago
  30. b64c223 Minor ANSIfication: lib_python no longer needs to be initialized by Fred Drake · 24 years ago
  31. 6372fe1 Fix buffer overflow vulnerabilities in calculate_path(). Code used by Jeremy Hylton · 24 years ago
  32. 7198ba9 fix bug #114290: when interpreter's argv[0] has a relative path make by Jeremy Hylton · 24 years ago
  33. 8586991 REMOVED all CWI, CNRI and BeOpen copyright markings. by Guido van Rossum · 24 years ago
  34. bd4bc4e Even more ANSIfication: fix as many function pointers and declarations as by Thomas Wouters · 24 years ago
  35. f3f33dc Bunch of minor ANSIfications: 'void initfunc()' -> 'void initfunc(void)', by Thomas Wouters · 24 years ago
  36. 7e47402 Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either by Thomas Wouters · 24 years ago
  37. edabdc1 ANSI-fied sources, converted to four-space indentation. by Fred Drake · 24 years ago
  38. ffcc381 Change copyright notice - 2nd try. by Guido van Rossum · 24 years ago
  39. fd71b9e Change copyright notice. by Guido van Rossum · 24 years ago
  40. b6f657c Trent Mick: use size_t instead of int where appropriate (various spots). by Guido van Rossum · 24 years ago
  41. 847a996 Patch from M.-A. Lemburg: Python on UNIX now trusts PYTHONHOME unconditionally by Jeremy Hylton · 24 years ago
  42. b18618d Vladimir Marangozov's long-awaited malloc restructuring. by Guido van Rossum · 24 years ago
  43. 54ecc3d Patches by William Lewis for Nextstep descendants. by Guido van Rossum · 25 years ago
  44. 302be44 When following symlinks to the real executable, use a loop so a by Guido van Rossum · 26 years ago
  45. 131c92c - Use Py_GetPythonHome() instead of getenv("PYTHONHOME"). by Guido van Rossum · 26 years ago
  46. d29806c Instead of a single exists(), differentiate between files, modules, by Guido van Rossum · 26 years ago
  47. 79f016a Remove "Lib/test" from the default path; this is now a package! by Guido van Rossum · 27 years ago
  48. 266033e Change sharedmodules to lib-dynload. by Guido van Rossum · 27 years ago
  49. 6b9fdf5 Globally renamed join() to joinpath() to avoid compilation error on Cray. by Guido van Rossum · 27 years ago
  50. 21f8497 Use string.h, not strings.h by Guido van Rossum · 27 years ago
  51. 7929c6f Make delimiter and separator static for K&R C. by Guido van Rossum · 27 years ago
  52. 7d3246d Keep gcc -Wall happy. by Guido van Rossum · 27 years ago
  53. d776362 Another change suggested by Donn Cave -- forget "step 5", which by Guido van Rossum · 27 years ago
  54. 573a24a Fix problem reported by Donn Cave: if VPATH is an absolute path, it by Guido van Rossum · 27 years ago
  55. 9012603 Removed two unused static function: string_addsep() and by Barry Warsaw · 27 years ago
  56. 305e5d0 Completely revamped the way the default path is constructed. by Guido van Rossum · 27 years ago
  57. d266eb4 New permission notice, includes CNRI. by Guido van Rossum · 28 years ago
  58. 6e12d56 Don't have "." in the default path. by Guido van Rossum · 28 years ago
  59. c34c9a5 provide access to $(exec_)prefix by Guido van Rossum · 28 years ago
  60. 582646a grand renaming; added copyright to some files by Guido van Rossum · 28 years ago
  61. 468fc6a Include stdlib.h or declare getenv by Guido van Rossum · 28 years ago
  62. 667d704 Initial revision by Guido van Rossum · 29 years ago