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
*
Generic Abstract Object Interface
Guido van Rossum
1995-07-18
1
-0/+972
*
include abstract.h
Guido van Rossum
1995-07-18
1
-0/+2
*
Generic Abstract Object Interface
Guido van Rossum
1995-07-18
1
-0/+810
*
Various toolbox routines have gotten new names.
Jack Jansen
1995-07-17
2
-15/+15
*
The three most important suites, generated by gensuitemodule
Jack Jansen
1995-07-17
3
-0/+2312
*
Gensuitemodule generates python classes from aete/aeut resources
Jack Jansen
1995-07-17
3
-0/+527
*
Split aepack and aetypes off from aetools (it was getting too big)
Jack Jansen
1995-07-17
3
-463/+898
*
Generated anew after fixing aescan.py
Jack Jansen
1995-07-17
4
-85/+581
*
Also scan AERegistry.h and AEObjects.h and create .py definition
Jack Jansen
1995-07-17
1
-0/+21
*
Added GetErrorString method (convert OSErr number to string)
Jack Jansen
1995-07-17
1
-0/+11
*
Tk 4.0 and Tcl 7.4 are now standard
Guido van Rossum
1995-07-14
4
-154/+312
*
Tommy's mail explaining status
Guido van Rossum
1995-07-14
1
-0/+27
*
Official version 1.26 directly from Ken
Guido van Rossum
1995-07-12
1
-5/+4
*
args to call_object must be tuple or NULL
Guido van Rossum
1995-07-12
3
-17/+7
*
something close to Ken's latest version ...
Guido van Rossum
1995-07-12
1
-393/+978
*
fix read(0), readline(0); make tuple for call_object args
Guido van Rossum
1995-07-10
1
-14/+17
*
rename arglist to alist (conflict with new grammar symbol)
Guido van Rossum
1995-07-10
1
-16/+16
*
Ignore a few more names when comparing directories.
Sjoerd Mullender
1995-07-10
1
-1/+1
*
replace vars() with locals() and globals(); 3rd raise arg; typos
Guido van Rossum
1995-07-07
4
-38/+56
*
typos
Guido van Rossum
1995-07-07
2
-6/+6
*
add missing definitin of longstringitem
Guido van Rossum
1995-07-07
2
-0/+2
*
correct description of list.insert()
Guido van Rossum
1995-07-07
2
-2/+4
*
fix bug in example (should close file at all times)
Guido van Rossum
1995-07-07
2
-20/+26
*
correct typo; document sys.platform
Guido van Rossum
1995-07-07
2
-2/+12
*
documented globals() and locals()
Guido van Rossum
1995-07-07
2
-8/+42
*
added pointer to libimp.tex for __import__ example
Guido van Rossum
1995-07-07
2
-2/+4
*
documented default flag, mode; changed gdbm into a pointer to dbm
Guido van Rossum
1995-07-07
4
-78/+54
*
3rd arg for raise; INCOMPLETE keyword parameter passing (currently f(kw=value...
Guido van Rossum
1995-07-07
2
-52/+229
*
new MAGIC; some changes to default files for imp.load_... functions
Guido van Rossum
1995-07-07
1
-8/+19
*
ignore control-l (parallelling change to tokenizer.c)
Guido van Rossum
1995-07-07
1
-1/+1
*
added sys.platform
Guido van Rossum
1995-07-07
1
-0/+3
*
new grammar
Guido van Rossum
1995-07-07
1
-74/+142
*
added locals() and globals(); [raw_]input() uses readline()
Guido van Rossum
1995-07-07
1
-1/+67
*
err() should be varargs -- and fix one call
Guido van Rossum
1995-07-07
1
-3/+3
*
added getpalatform()
Guido van Rossum
1995-07-07
1
-1/+11
*
normalized flag arg and made flag, mode default args; minor cosmetics
Guido van Rossum
1995-07-07
2
-29/+62
*
pass $PLATFORM into config.c
Guido van Rossum
1995-07-07
1
-1/+2
*
new opcodes RAISE_VARARGS, CALL_FUNCTION
Guido van Rossum
1995-07-07
1
-0/+8
*
new grammar symbols arglist and argument
Guido van Rossum
1995-07-07
1
-0/+2
*
ignore control-l in whitespace
Guido van Rossum
1995-07-07
1
-1/+3
*
new grammar for 3rd raise arg and keyword parameters
Guido van Rossum
1995-07-07
1
-3/+6
*
#changed all email address to go through python.org
Barry Warsaw
1995-07-05
1
-5/+5
*
(py-append-to-process-buffer): XEmacs doesn't have last-input-start or
Barry Warsaw
1995-07-05
1
-2/+4
*
(python-font-lock-keywords): merged with XEmacs 19.12 font-lock.el
Barry Warsaw
1995-07-05
1
-50/+58
*
(py-process-filter): if command takes a long time, input typed before
Barry Warsaw
1995-07-05
1
-8/+13
*
(py-shell): cope with make-comint instead of make-shell
Barry Warsaw
1995-07-05
1
-1/+2
*
Initial port to CodeWarrior CFM68K support (mainly by disabling
Jack Jansen
1995-06-27
8
-5/+24
*
Porting to CW CFM68K
Jack Jansen
1995-06-27
3
-2/+8
*
Changed ifdef __CFM68K__ to ifdef SYMANTEC__CFM68K__: CW has its own
Jack Jansen
1995-06-27
3
-5/+5
*
added support for -L flag (local operation)
Guido van Rossum
1995-06-23
1
-5/+17
[next]