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
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix Alpha bug in (x)range; different __builtins__ initialization
Guido van Rossum
1995-01-17
1
-8/+14
*
nt thread support
Guido van Rossum
1995-01-17
2
-0/+249
*
different init for __builtins__
Guido van Rossum
1995-01-17
2
-2/+4
*
Made some more things static, and other cleanup for new naming scheme
Guido van Rossum
1995-01-17
5
-11/+10
*
fix loop on unterminated triple quotes
Guido van Rossum
1995-01-17
1
-1/+6
*
made interrupted static again
Guido van Rossum
1995-01-17
1
-1/+1
*
added $& to $(LIB) target for Sequent
Guido van Rossum
1995-01-17
4
-4/+4
*
new names for lots of new functions
Guido van Rossum
1995-01-17
19
-55/+90
*
evolution
Guido van Rossum
1995-01-17
1
-16/+4
*
must include rename2.h
Guido van Rossum
1995-01-17
1
-0/+2
*
fix reentrancy bug in slice assignment
Guido van Rossum
1995-01-17
1
-4/+20
*
This commit was manufactured by cvs2svn to create tag 'r12beta1'.
v1.2b1
cvs2svn
1995-01-12
1
-0/+1
*
improve treatment of multi-line replies, ignore empty lines
Guido van Rossum
1995-01-12
1
-2/+4
*
typo
Guido van Rossum
1995-01-12
1
-1/+1
*
Invent Message-ID header if none is present
Guido van Rossum
1995-01-12
1
-0/+10
*
cosmetics/typos
Guido van Rossum
1995-01-12
4
-4/+4
*
optional bufsize arg for popen and fdopen
Guido van Rossum
1995-01-12
2
-14/+64
*
rename2 changes
Guido van Rossum
1995-01-12
4
-16/+15
*
new files
Guido van Rossum
1995-01-12
4
-0/+772
*
use getattr() instead of eval(), fix string representations
Guido van Rossum
1995-01-12
1
-4/+4
*
run config.status after recheck
Guido van Rossum
1995-01-12
1
-0/+1
*
the usual
Guido van Rossum
1995-01-12
4
-50/+188
*
removed refs to --with-svr4, add --without-gcc
Guido van Rossum
1995-01-12
1
-12/+5
*
try to improve svr4 socket library inquiries
Guido van Rossum
1995-01-12
1
-1/+3
*
The great renaming, phase two: all header files have been updated to
Guido van Rossum
1995-01-12
48
-582/+985
*
use getbuiltins() everywhere, it defaults to getbuiltidict()
Guido van Rossum
1995-01-12
3
-3/+4
*
Include rename2.h
Guido van Rossum
1995-01-12
1
-0/+1
*
cosmetics
Guido van Rossum
1995-01-12
3
-3/+5
*
rearrange declarations somewhat
Guido van Rossum
1995-01-12
1
-11/+11
*
properly implement cmp() for class instances
Guido van Rossum
1995-01-12
1
-0/+31
*
cosmetic changes so these modules will work with the strict new naming scheme
Guido van Rossum
1995-01-10
8
-30/+23
*
changes for C++ (Tim MacKenzie)
Guido van Rossum
1995-01-10
3
-7/+33
*
added interface to Tk_DoOneEvent (R Lindsay Todd)
Guido van Rossum
1995-01-10
1
-0/+34
*
fix subtle refcount big in filter() -- Tim MacKenzie
Guido van Rossum
1995-01-10
1
-3/+6
*
demonstrate shell in a Tk window
Guido van Rossum
1995-01-10
1
-0/+164
*
menu-simple.py: fixed lay-out
Guido van Rossum
1995-01-10
2
-2/+45
*
Improved explanation of what's here
Guido van Rossum
1995-01-10
1
-2/+12
*
initial checkin of www Tk examples
Guido van Rossum
1995-01-10
18
-0/+3046
*
better test for existence of hstrerror()
Guido van Rossum
1995-01-10
1
-2/+2
*
added bufsize parameter to fdopen and popen
Guido van Rossum
1995-01-10
1
-10/+19
*
move coerce() from bltinmodule.c to object.c and implement builtin_coerce() d...
Guido van Rossum
1995-01-10
2
-50/+40
*
implement coercions involving instances properly
Guido van Rossum
1995-01-10
1
-1/+53
*
fix memory leak and null pointer dereference
Guido van Rossum
1995-01-10
2
-2/+6
*
new module
Guido van Rossum
1995-01-10
2
-0/+352
*
sys.setcheckinterval(x) instead of sys.check_interval = x
Guido van Rossum
1995-01-10
2
-20/+20
*
updated eval(), added execfile()
Guido van Rossum
1995-01-10
2
-20/+56
*
some belated updates
Guido van Rossum
1995-01-10
1
-0/+15
*
fix globals/locals defaults for eval/execfile
Guido van Rossum
1995-01-10
1
-10/+10
*
add restrictions in restricted mode
Guido van Rossum
1995-01-10
3
-25/+45
*
add builtins handling and restricted flag
Guido van Rossum
1995-01-10
1
-2/+14
[next]