| Commit message (Expand) | Author | Age | Files | Lines |
* | Bug 1003471: Python 1.5.2 security vulnerability still present in 2.3.4 | ![](//www.gravatar.com/avatar/7c721b6de34c82ce39324dae5214dbf8?s=13&d=retro) Tim Peters | 2004-08-08 | 1 | -4/+10 |
* | Modules/getpath.c now compiles properly under OS X when using the | ![](//www.gravatar.com/avatar/0a5868c15e877147302ef271ec0cb11a?s=13&d=retro) Brett Cannon | 2004-06-26 | 1 | -1/+1 |
* | Change comment from C++ style to C. | ![](//www.gravatar.com/avatar/0a5868c15e877147302ef271ec0cb11a?s=13&d=retro) Brett Cannon | 2004-06-24 | 1 | -1/+1 |
* | Fix for #932977: MacOSX does not pass the whole pathname in argv[0] for | ![](//www.gravatar.com/avatar/d6446d4dd43437180fd77a243380b32a?s=13&d=retro) Jack Jansen | 2004-06-03 | 1 | -0/+17 |
* | Make sure zip_path is null-terminated, since it's on the stack | ![](//www.gravatar.com/avatar/e6facc7b962c35bc84dd526698529a6b?s=13&d=retro) Neal Norwitz | 2002-12-31 | 1 | -0/+1 |
* | PEP 302 + zipimport: | ![](//www.gravatar.com/avatar/3079e660f96cd1c562733695dbfde10d?s=13&d=retro) Just van Rossum | 2002-12-30 | 1 | -0/+18 |
* | Squashed compiler warnings by adding casts, making sure prototypes are in | ![](//www.gravatar.com/avatar/d6446d4dd43437180fd77a243380b32a?s=13&d=retro) Jack Jansen | 2002-12-23 | 1 | -1/+1 |
* | Patch #614055: Support OpenVMS. | ![](//www.gravatar.com/avatar/3acb8bae5a2b5a28f6fe522a4ea9b873?s=13&d=retro) Martin v. Löwis | 2002-12-06 | 1 | -0/+4 |
* | SF # 602108 ensure string is null terminated after strncpy | ![](//www.gravatar.com/avatar/e6facc7b962c35bc84dd526698529a6b?s=13&d=retro) Neal Norwitz | 2002-09-13 | 1 | -0/+1 |
* | Include <unistd.h> in Python.h. Fixes #500924. | ![](//www.gravatar.com/avatar/3acb8bae5a2b5a28f6fe522a4ea9b873?s=13&d=retro) Martin v. Löwis | 2002-01-12 | 1 | -4/+0 |
* | Changed logic for finding python home in Mac OS X framework Pythons. | ![](//www.gravatar.com/avatar/d6446d4dd43437180fd77a243380b32a?s=13&d=retro) Jack Jansen | 2001-12-02 | 1 | -47/+45 |
* | Be more rigorous about making pathnames absolute, to address SF bug | ![](//www.gravatar.com/avatar/047f2332cde3730f1ed661eebb0c5686?s=13&d=retro) Guido van Rossum | 2001-09-28 | 1 | -53/+58 |
* | With WITH_NEXT_FRAMEWORK defined we now also expect a normal Python | ![](//www.gravatar.com/avatar/d6446d4dd43437180fd77a243380b32a?s=13&d=retro) Jack Jansen | 2001-08-15 | 1 | -6/+20 |
* | Put conditional S_ISDIR definition(s) into pyport.h. | ![](//www.gravatar.com/avatar/3acb8bae5a2b5a28f6fe522a4ea9b873?s=13&d=retro) Martin v. Löwis | 2001-08-08 | 1 | -9/+0 |
* | Add -E command line switch (ignore environment variables like PYTHONHOME | ![](//www.gravatar.com/avatar/ee09475fe0fb8a1c2280939e4a3aa481?s=13&d=retro) Neil Schemenauer | 2001-07-23 | 1 | -1/+1 |
* | Build now happens in toplevel directory, not Modules. Don't monkey with | ![](//www.gravatar.com/avatar/ee09475fe0fb8a1c2280939e4a3aa481?s=13&d=retro) Neil Schemenauer | 2001-01-24 | 1 | -12/+1 |
* | Clean up some comments and the default VERSION. | ![](//www.gravatar.com/avatar/047f2332cde3730f1ed661eebb0c5686?s=13&d=retro) Guido van Rossum | 2001-01-23 | 1 | -3/+2 |
* | Minor ANSIfication: lib_python no longer needs to be initialized | ![](//www.gravatar.com/avatar/4f1bdb13d00c0dc4355e24349d61e107?s=13&d=retro) Fred Drake | 2000-09-28 | 1 | -4/+1 |
* | Fix buffer overflow vulnerabilities in calculate_path(). Code used | ![](//www.gravatar.com/avatar/abfc96478aa67b1a1887ff2bac255e05?s=13&d=retro) Jeremy Hylton | 2000-09-27 | 1 | -16/+41 |
* | fix bug #114290: when interpreter's argv[0] has a relative path make | ![](//www.gravatar.com/avatar/abfc96478aa67b1a1887ff2bac255e05?s=13&d=retro) Jeremy Hylton | 2000-09-25 | 1 | -2/+19 |
* | REMOVED all CWI, CNRI and BeOpen copyright markings. | ![](//www.gravatar.com/avatar/047f2332cde3730f1ed661eebb0c5686?s=13&d=retro) Guido van Rossum | 2000-09-01 | 1 | -9/+0 |
* | Even more ANSIfication: fix as many function pointers and declarations as | ![](//www.gravatar.com/avatar/1063da4d34e5552046834eb884bac8df?s=13&d=retro) Thomas Wouters | 2000-07-22 | 1 | -1/+1 |
* | Bunch of minor ANSIfications: 'void initfunc()' -> 'void initfunc(void)', | ![](//www.gravatar.com/avatar/1063da4d34e5552046834eb884bac8df?s=13&d=retro) Thomas Wouters | 2000-07-21 | 1 | -5/+5 |
* | Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either | ![](//www.gravatar.com/avatar/1063da4d34e5552046834eb884bac8df?s=13&d=retro) Thomas Wouters | 2000-07-16 | 1 | -1/+1 |
* | ANSI-fied sources, converted to four-space indentation. | ![](//www.gravatar.com/avatar/4f1bdb13d00c0dc4355e24349d61e107?s=13&d=retro) Fred Drake | 2000-07-08 | 1 | -372/+363 |
* | Change copyright notice - 2nd try. | ![](//www.gravatar.com/avatar/047f2332cde3730f1ed661eebb0c5686?s=13&d=retro) Guido van Rossum | 2000-06-30 | 1 | -6/+0 |
* | Change copyright notice. | ![](//www.gravatar.com/avatar/047f2332cde3730f1ed661eebb0c5686?s=13&d=retro) Guido van Rossum | 2000-06-30 | 1 | -22/+7 |
* | Trent Mick: use size_t instead of int where appropriate (various spots). | ![](//www.gravatar.com/avatar/047f2332cde3730f1ed661eebb0c5686?s=13&d=retro) Guido van Rossum | 2000-06-28 | 1 | -9/+9 |
* | Patch from M.-A. Lemburg: | ![](//www.gravatar.com/avatar/abfc96478aa67b1a1887ff2bac255e05?s=13&d=retro) Jeremy Hylton | 2000-05-26 | 1 | -25/+23 |
* | Vladimir Marangozov's long-awaited malloc restructuring. | ![](//www.gravatar.com/avatar/047f2332cde3730f1ed661eebb0c5686?s=13&d=retro) Guido van Rossum | 2000-05-03 | 1 | -1/+1 |
* | Patches by William Lewis for Nextstep descendants. | ![](//www.gravatar.com/avatar/047f2332cde3730f1ed661eebb0c5686?s=13&d=retro) Guido van Rossum | 1999-01-27 | 1 | -1/+25 |
* | When following symlinks to the real executable, use a loop so a | ![](//www.gravatar.com/avatar/047f2332cde3730f1ed661eebb0c5686?s=13&d=retro) Guido van Rossum | 1998-04-29 | 1 | -1/+2 |
* | - Use Py_GetPythonHome() instead of getenv("PYTHONHOME"). | ![](//www.gravatar.com/avatar/047f2332cde3730f1ed661eebb0c5686?s=13&d=retro) Guido van Rossum | 1998-02-06 | 1 | -2/+4 |
* | Instead of a single exists(), differentiate between files, modules, | ![](//www.gravatar.com/avatar/047f2332cde3730f1ed661eebb0c5686?s=13&d=retro) Guido van Rossum | 1998-01-19 | 1 | -13/+70 |
* | Remove "Lib/test" from the default path; this is now a package! | ![](//www.gravatar.com/avatar/047f2332cde3730f1ed661eebb0c5686?s=13&d=retro) Guido van Rossum | 1997-12-10 | 1 | -1/+0 |
* | Change sharedmodules to lib-dynload. | ![](//www.gravatar.com/avatar/047f2332cde3730f1ed661eebb0c5686?s=13&d=retro) Guido van Rossum | 1997-10-20 | 1 | -6/+6 |
* | Globally renamed join() to joinpath() to avoid compilation error on Cray. | ![](//www.gravatar.com/avatar/047f2332cde3730f1ed661eebb0c5686?s=13&d=retro) Guido van Rossum | 1997-08-20 | 1 | -22/+22 |
* | Use string.h, not strings.h | ![](//www.gravatar.com/avatar/047f2332cde3730f1ed661eebb0c5686?s=13&d=retro) Guido van Rossum | 1997-06-02 | 1 | -1/+1 |
* | Make delimiter and separator static for K&R C. | ![](//www.gravatar.com/avatar/047f2332cde3730f1ed661eebb0c5686?s=13&d=retro) Guido van Rossum | 1997-05-20 | 1 | -3/+11 |
* | Keep gcc -Wall happy. | ![](//www.gravatar.com/avatar/047f2332cde3730f1ed661eebb0c5686?s=13&d=retro) Guido van Rossum | 1997-05-13 | 1 | -2/+2 |
* | Another change suggested by Donn Cave -- forget "step 5", which | ![](//www.gravatar.com/avatar/047f2332cde3730f1ed661eebb0c5686?s=13&d=retro) Guido van Rossum | 1997-05-12 | 1 | -21/+2 |
* | Fix problem reported by Donn Cave: if VPATH is an absolute path, it | ![](//www.gravatar.com/avatar/047f2332cde3730f1ed661eebb0c5686?s=13&d=retro) Guido van Rossum | 1997-05-12 | 1 | -18/+25 |
* | Removed two unused static function: string_addsep() and | ![](//www.gravatar.com/avatar/01aa7d6d4db83982a2f6dd363d0ee0f3?s=13&d=retro) Barry Warsaw | 1997-04-11 | 1 | -98/+61 |
* | Completely revamped the way the default path is constructed. | ![](//www.gravatar.com/avatar/047f2332cde3730f1ed661eebb0c5686?s=13&d=retro) Guido van Rossum | 1997-04-11 | 1 | -34/+531 |
* | New permission notice, includes CNRI. | ![](//www.gravatar.com/avatar/047f2332cde3730f1ed661eebb0c5686?s=13&d=retro) Guido van Rossum | 1996-10-25 | 1 | -13/+20 |
* | Don't have "." in the default path. | ![](//www.gravatar.com/avatar/047f2332cde3730f1ed661eebb0c5686?s=13&d=retro) Guido van Rossum | 1996-07-30 | 1 | -2/+2 |
* | provide access to $(exec_)prefix | ![](//www.gravatar.com/avatar/047f2332cde3730f1ed661eebb0c5686?s=13&d=retro) Guido van Rossum | 1996-06-12 | 1 | -0/+23 |
* | grand renaming; added copyright to some files | ![](//www.gravatar.com/avatar/047f2332cde3730f1ed661eebb0c5686?s=13&d=retro) Guido van Rossum | 1996-05-28 | 1 | -12/+32 |
* | Include stdlib.h or declare getenv | ![](//www.gravatar.com/avatar/047f2332cde3730f1ed661eebb0c5686?s=13&d=retro) Guido van Rossum | 1996-02-25 | 1 | -0/+6 |
* | Initial revision | ![](//www.gravatar.com/avatar/047f2332cde3730f1ed661eebb0c5686?s=13&d=retro) Guido van Rossum | 1995-08-04 | 1 | -0/+41 |