index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Python
/
sysmodule.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Always insert script directory in front of sys.path -- if there's no
Guido van Rossum
1996-07-30
1
-17/+17
*
As a side effect of calling PySys_SetArgv (setpythonargv), the
Guido van Rossum
1996-07-24
1
-0/+18
*
Slightly different Windows ifdefs
Guido van Rossum
1996-06-28
1
-1/+1
*
Define sys.prefix and sys.exec_prefix (see Modules/getpath.c; from Makefile).
Guido van Rossum
1996-06-17
1
-0/+7
*
rename printrefs, getobjects to _Py_ prefix
Guido van Rossum
1996-05-24
1
-2/+4
*
TRACE_REFS -> Py_TRACE_REFS
Guido van Rossum
1996-05-23
1
-2/+2
*
Under NT, define sys.dllhandle and sys.winver (Mark H.).
Guido van Rossum
1996-04-09
1
-0/+10
*
fix args options for setcheckinterval
Guido van Rossum
1996-01-12
1
-1/+1
*
Implemented two new functions in sys:
Sjoerd Mullender
1995-08-29
1
-0/+34
*
added sys.platform
Guido van Rossum
1995-07-07
1
-0/+3
*
init sys_checkinterval to 10
Guido van Rossum
1995-03-30
1
-1/+1
*
fix comment about exit()
Guido van Rossum
1995-03-20
1
-1/+1
*
add explicit 0 flags for methodlist
Guido van Rossum
1995-02-21
1
-5/+5
*
sys.check_interval=x -> sys.setcheckinterval(x)
Guido van Rossum
1995-01-09
1
-0/+13
*
Added 1995 to copyright message.
Guido van Rossum
1995-01-04
1
-2/+2
*
Lots of changes, most minor (fatal() instead of abort(), use of
Guido van Rossum
1995-01-02
1
-1/+2
*
Merge back to main trunk
Guido van Rossum
1994-08-30
1
-6/+16
*
* Added Fixcprt.py: script to fix copyright message.
Guido van Rossum
1993-01-26
1
-2/+21
*
Modified most (but not yet all) I/O to always go through sys.stdout or
Guido van Rossum
1992-09-25
1
-1/+1
*
Add an optional interface to turn malloc debugging on and off.
Guido van Rossum
1992-09-03
1
-0/+21
*
sysmodule.c: calling sys.settrace() or sys.setprofile() without
Guido van Rossum
1992-06-19
1
-2/+2
*
Fix reference counts of sys_trace and sys_profile
Guido van Rossum
1992-04-05
1
-3/+7
*
Added settrace() and setprofile().
Guido van Rossum
1992-03-23
1
-13/+30
*
sysset(name, NULL) does nothing if sys.name is undefined
Guido van Rossum
1992-01-26
1
-2/+6
*
Ensure that sys.argv[0] always exists (maybe as empty string).
Guido van Rossum
1992-01-14
1
-2/+6
*
Raise SystemExit instead of calling goaway().
Guido van Rossum
1991-12-31
1
-6/+3
*
Added sys.version object.
Guido van Rossum
1991-12-10
1
-1/+5
*
Generalize to macintosh.
Guido van Rossum
1991-06-24
1
-1/+1
*
Added fclose to newopenfileobject() calls.
Guido van Rossum
1991-06-04
1
-4/+4
*
Defined path delimiter for MS-DOS as semicolon
Guido van Rossum
1991-05-05
1
-0/+4
*
Added copyright notice.
Guido van Rossum
1991-02-19
1
-0/+24
*
"Compiling" version
Guido van Rossum
1990-12-20
1
-100/+99
*
Empty all modules' symbol tables, so most circular references are
Guido van Rossum
1990-11-18
1
-6/+41
*
Initial revision
Guido van Rossum
1990-10-14
1
-0/+156