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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added getattr and setattr built-in functions.
Guido van Rossum
1992-01-27
1
-0/+36
*
Don't print "Unhandled exception: " when one occurs -- just print its name.
Guido van Rossum
1992-01-27
1
-0/+2
*
New getargs() function: a single varargs function,
Guido van Rossum
1992-01-27
1
-296/+187
*
sysset(name, NULL) does nothing if sys.name is undefined
Guido van Rossum
1992-01-26
1
-2/+6
*
getbinaryname is now part of dl_loadmod.
Guido van Rossum
1992-01-26
1
-63/+2
*
Raise SyntaxError for syntax errors detected in this phase.
Guido van Rossum
1992-01-26
1
-12/+12
*
Added -d option (increments debugging variable); mostly to get rid
Guido van Rossum
1992-01-19
1
-3/+5
*
Use strtoul() for oct/hex constants.
Guido van Rossum
1992-01-19
1
-3/+11
*
Support for dynamic loading added.
Guido van Rossum
1992-01-19
1
-5/+132
*
If sys.trace is None, don't trace. For exceptions, only use
Guido van Rossum
1992-01-19
1
-6/+7
*
long_format() is now declared in longobject.h.
Guido van Rossum
1992-01-19
1
-5/+2
*
tb_here() can now get the lasti and lineno arguments from the frame.
Guido van Rossum
1992-01-14
1
-4/+2
*
Ensure that sys.argv[0] always exists (maybe as empty string).
Guido van Rossum
1992-01-14
1
-2/+6
*
New version from the net.
Guido van Rossum
1992-01-14
1
-17/+149
*
Don't depend on patchlevel.h.
Guido van Rossum
1992-01-14
1
-2/+0
*
Added varargs code.
Guido van Rossum
1992-01-14
1
-9/+28
*
Added UNPACK_VARARG code.
Guido van Rossum
1992-01-14
1
-0/+36
*
add READONLY to member list.
Guido van Rossum
1992-01-12
1
-4/+4
*
User trace feature.
Guido van Rossum
1992-01-12
1
-27/+162
*
Fix bug in assign_slice for negative index; used length of wrong object!
Guido van Rossum
1992-01-10
1
-1/+1
*
Stop option processing immediately after "-c command",
Guido van Rossum
1992-01-02
1
-12/+13
*
Raise SystemExit instead of calling goaway().
Guido van Rossum
1991-12-31
1
-6/+3
*
Clear errno, just to be sure.
Guido van Rossum
1991-12-31
1
-1/+8
*
Catch SystemExit and go away if it is caught.
Guido van Rossum
1991-12-31
1
-0/+11
*
Added SystemExit.
Guido van Rossum
1991-12-31
1
-0/+2
*
Minor changes.
Guido van Rossum
1991-12-31
1
-5/+10
*
Don't rely on <string.h>
Guido van Rossum
1991-12-24
1
-4/+2
*
Use IOError and ImportError when import fails.
Guido van Rossum
1991-12-24
1
-4/+8
*
EOF while parsing should raise EOFError, not SyntaxError.
Guido van Rossum
1991-12-24
1
-1/+1
*
Negative subscript are now allowed as in slices.
Guido van Rossum
1991-12-24
1
-7/+14
*
Sorted exceptions; added ImportError.
Guido van Rossum
1991-12-24
1
-9/+11
*
Change RuntimeError into IOError when module file not found on reload.
Guido van Rossum
1991-12-16
1
-1/+1
*
Regularize exceptions.
Guido van Rossum
1991-12-16
1
-36/+27
*
Changed some RuntimeErrors.
Guido van Rossum
1991-12-16
1
-3/+4
*
Add "varargs" attribute.
Guido van Rossum
1991-12-16
1
-1/+1
*
New magic word; and check it.
Guido van Rossum
1991-12-16
1
-3/+8
*
Use SyntaxError.
Guido van Rossum
1991-12-16
1
-4/+4
*
New argument passing.
Guido van Rossum
1991-12-16
1
-14/+17
*
New argument passing mechanism.
Guido van Rossum
1991-12-16
1
-35/+109
*
Added "apply"; added "SyntaxError"; changed table lay-out.
Guido van Rossum
1991-12-16
1
-23/+42
*
Added sys.version object.
Guido van Rossum
1991-12-10
1
-1/+5
*
Use new exceptions.
Guido van Rossum
1991-12-10
3
-12/+12
*
Implement 'global' and new class syntax.
Guido van Rossum
1991-12-10
1
-15/+92
*
Added STORE_GLOBAL and DELETE_GLOBAL.
Guido van Rossum
1991-12-10
1
-4/+24
*
Added new exceptions.
Guido van Rossum
1991-12-10
1
-4/+25
*
Added shift and mask ops.
Guido van Rossum
1991-10-24
2
-33/+296
*
Made dir() more robust.
Guido van Rossum
1991-10-24
1
-6/+57
*
newclassobject() gets a third argument
Guido van Rossum
1991-10-20
1
-1/+1
*
Added __members__ secret attribute
Guido van Rossum
1991-10-20
1
-0/+25
*
Check for EINTR and turn it into KeyboardInterrupt
Guido van Rossum
1991-10-20
1
-1/+6
[next]