summaryrefslogtreecommitdiffstats
path: root/Python/sysmodule.c
Commit message (Expand)AuthorAgeFilesLines
* _PySys_Init(): When setting up sys.version_info, use #if/#elif.../#endifFred Drake2000-08-311-6/+3
* _PySys_Init(): Fix another Insure discovered memory leak; the PyStringBarry Warsaw2000-08-161-1/+2
* Guido pointed out that all names in the sys module have no underscore,Fred Drake2000-08-151-4/+5
* The attempt to protect against MS_WIN16 compilers that do not support longFred Drake2000-08-141-1/+2
* Add a byte_order value to the sys module. The value is "big" forFred Drake2000-08-141-0/+13
* Create a new section of pyport.h to hold all external function declarationsThomas Wouters2000-07-241-1/+0
* Mass ANSIfication of function definitions. Doesn't cover all 'extern'Thomas Wouters2000-07-221-77/+20
* Nuke all remaining occurrences of Py_PROTO and Py_FPROTO.Tim Peters2000-07-091-4/+4
* Change copyright notice - 2nd try.Guido van Rossum2000-06-301-6/+0
* Change copyright notice.Guido van Rossum2000-06-301-22/+7
* Trent Mick's Win64 changes: size_t vs. int or long; also some overflowGuido van Rossum2000-06-281-1/+1
* Added a new debug method sys.gettotalrefcount(), which returns the total numb...Mark Hammond2000-06-201-1/+14
* Marc-Andre Lemburg <mal@lemburg.com>:Marc-André Lemburg2000-06-071-10/+10
* M.-A. Lemburg <mal@lemburg.com>:Fred Drake2000-05-091-0/+37
* Simplify creation of the version_info value for clarity, perFred Drake2000-04-131-6/+7
* Capitulate, changing version_info to a 5-tuple:Fred Drake2000-04-131-12/+18
* Define version_info to be a tuple (major, minor, micro, level); levelFred Drake2000-04-131-1/+19
* Use modern PyArg_ParseTuple style, with function names.Guido van Rossum2000-03-311-8/+8
* Massive patch by Skip Montanaro to add ":name" to as manyGuido van Rossum2000-02-291-1/+1
* In PySys_GetObject(), it's possible that tstate->interp->sysdict isGuido van Rossum1999-10-051-0/+2
* _PySys_Init(): Nailed small memory leak. The stringobject created forBarry Warsaw1999-01-271-0/+1
* Jim Ahlstrom patch: the module doc string is too long for 16-bit VCGuido van Rossum1999-01-141-1/+5
* Add sys.hexversion, which is an integer encoding the version in hexadecimal.Guido van Rossum1999-01-031-0/+2
* Patches for mywrite() by Marc Lemburg: save/restore the error stateGuido van Rossum1998-10-121-3/+6
* Gack. The module doc string is too long for VC++ 5.0.Guido van Rossum1998-08-061-2/+5
* Added doc strings. Maybe the doc string for the module itself is a bitGuido van Rossum1998-06-271-7/+102
* New APIs to write to sys.stdout or sys.stderr using a printf-like interface.Guido van Rossum1998-05-121-0/+90
* Make backup copies of stdin, stdout, stderr as __stdin__, __stdout__,Guido van Rossum1998-02-191-0/+4
* Get rid of another reference to _PyImport_Inittab (now a static array)Guido van Rossum1997-11-041-2/+2
* Get DLL version from a variable.Guido van Rossum1997-09-291-1/+3
* Remove unised variableGuido van Rossum1997-08-071-1/+0
* The last of the mass checkins for separate (sub)interpreters.Guido van Rossum1997-08-021-24/+26
* Removed a bunch of extern declarations of functions that are nowGuido van Rossum1997-07-191-7/+0
* Set sys.executable to full path of python (from argv[0]).Guido van Rossum1997-05-221-0/+4
* Use #ifdef in stead of #if (Jack)Guido van Rossum1997-05-201-1/+1
* Massive changes for separate thread state management.Guido van Rossum1997-05-051-9/+30
* Oops, forgot one: inittab.Guido van Rossum1997-04-291-2/+2
* Quickly renamed.Guido van Rossum1997-04-291-143/+147
* Expand one level of symbolic link in sys.argv[0] before inserting itsGuido van Rossum1997-04-251-8/+41
* Added optional interface for dynamic execution profile (to be gatheredGuido van Rossum1997-01-241-2/+11
* Make builtin_module_names a tuple instead of a list.Guido van Rossum1997-01-061-0/+5
* New permission notice, includes CNRI.Guido van Rossum1996-10-251-13/+20
* Rationalized MS ifdefsGuido van Rossum1996-09-111-1/+1
* Changes to setpythonpath():Guido van Rossum1996-09-101-4/+23
* Use MS_DLL_ID as sys.winverGuido van Rossum1996-08-231-2/+2
* Always insert script directory in front of sys.path -- if there's noGuido van Rossum1996-07-301-17/+17
* As a side effect of calling PySys_SetArgv (setpythonargv), theGuido van Rossum1996-07-241-0/+18
* Slightly different Windows ifdefsGuido van Rossum1996-06-281-1/+1
* Define sys.prefix and sys.exec_prefix (see Modules/getpath.c; from Makefile).Guido van Rossum1996-06-171-0/+7
* rename printrefs, getobjects to _Py_ prefixGuido van Rossum1996-05-241-2/+4