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
*
Add'l notes by Guido
Guido van Rossum
1994-09-09
1
-2/+59
*
* Parser/grammar1.c (finddfa): massive speed up by using direct
Guido van Rossum
1994-09-09
1
-1/+9
*
mhlib.py: delay opening of sequences file so we don't overwrite it when
Guido van Rossum
1994-09-09
3
-3/+233
*
added Tommy Burnette's setblocking() method
Guido van Rossum
1994-09-07
2
-0/+18
*
added Py_AtExit() -- register cleanup functions for C modules
Guido van Rossum
1994-09-07
1
-0/+16
*
rearranged code in debugging version of DELREF to avoid touching data
Guido van Rossum
1994-09-07
1
-1/+2
*
pythgonrun.h: added Py_AtExit().
Guido van Rossum
1994-09-07
2
-0/+3
*
Setup.in: added tkinter; rearranged the definition of PYTHONPATH so
Guido van Rossum
1994-09-07
5
-198/+248
*
Added minmax function.
Sjoerd Mullender
1994-09-06
1
-0/+27
*
Can now also give a hashed ID to Cddb.
Sjoerd Mullender
1994-09-06
2
-82/+112
*
Added support for ADPCM compression.
Sjoerd Mullender
1994-09-06
1
-6/+47
*
Define cl_{get,set,del}attr members in classobject
Guido van Rossum
1994-09-06
1
-6/+4
*
Added mboxconvert.py
Guido van Rossum
1994-09-05
2
-0/+114
*
Yet another version (by me) of __getattr__ etc.
Guido van Rossum
1994-09-05
1
-174/+51
*
Mods (really diffs to 2.29) by Michael Scharf for alternative __getattr__ etc.
Guido van Rossum
1994-09-05
1
-105/+204
*
Lance's release 1.1 -- fixes some problems with 1.0
Guido van Rossum
1994-08-31
1
-36/+52
*
Release 1.0 by Lance
Guido van Rossum
1994-08-31
1
-1/+131
*
Makefile.in: run compileall on installed library;
Guido van Rossum
1994-08-30
3
-5/+80
*
* Python/getmtime.c: Remove mac specifics (Mac subdirectory has
Guido van Rossum
1994-08-30
2
-17/+2
*
Lance has converted his modules to the new naming conventions, and
Guido van Rossum
1994-08-30
4
-217/+1496
*
FAQ: Added lambda stress test by Ulf
Guido van Rossum
1994-08-30
2
-1/+2
*
Dialog.py: d.num should be numeric, not string
Guido van Rossum
1994-08-30
4
-10/+16
*
* Doc/tut.tex (subsection{Lambda Forms}): fix typo in lambda
Guido van Rossum
1994-08-30
2
-2/+2
*
Description of what's here
Guido van Rossum
1994-08-30
1
-0/+22
*
Merge back to main trunk
Guido van Rossum
1994-08-30
1
-78/+94
*
* Modules/makesetup: bugfix: add objects from sources to OBJS
Guido van Rossum
1994-08-30
1
-0/+3
*
Merge back to main trunk
Guido van Rossum
1994-08-30
37
-826/+676
*
fix nasty bug in resizing (formatstring)
Guido van Rossum
1994-08-30
1
-18/+98
*
call_object: print message before abort()
Guido van Rossum
1994-08-30
1
-157/+144
*
Move #endif for NT
Guido van Rossum
1994-08-29
1
-1/+1
*
* Python/import.c: support *.o/*.so as alternative for
Guido van Rossum
1994-08-29
1
-68/+332
*
Added delattr()
Guido van Rossum
1994-08-29
1
-0/+16
*
* Python/bltinmodule.c: added tuple() builtin
Guido van Rossum
1994-08-29
1
-0/+71
*
Python/bltinmodule.c: mods by Andrew Kuchling to implement
Guido van Rossum
1994-08-29
1
-5/+18
*
* Python/bltinmodule.c (builtin_vars): correct typo in error msg
Guido van Rossum
1994-08-29
1
-101/+211
*
* Python/pythonrun.c (print_error): added INCREF/DECREF pair --
Guido van Rossum
1994-08-29
1
-82/+170
*
mods by Andrew Kuchling to implement
Guido van Rossum
1994-08-29
1
-41/+240
*
New patches by Andrew to fix various problems
Guido van Rossum
1994-08-29
1
-33/+67
*
Correct problems found by THINK C 6.0
Guido van Rossum
1994-08-29
1
-44/+67
*
* Parser/tokenizer.c: backup over illegal newline in string
Guido van Rossum
1994-08-29
1
-92/+119
*
don't call strncpy(str, NULL, 0)
Guido van Rossum
1994-08-29
1
-81/+79
*
* Python/compile.c (com_argdefs, com_arglist): avoid referencing
Guido van Rossum
1994-08-29
1
-156/+303
*
err_clear: clear interpreter stack trace
Guido van Rossum
1994-08-29
1
-40/+7
*
add function name to traceback info
Guido van Rossum
1994-08-29
1
-15/+15
*
Added PyArg_NoArgs(v)
Guido van Rossum
1994-08-29
1
-0/+1
*
For THINK C 6.0
Guido van Rossum
1994-08-29
1
-6/+1
*
New way of generating .pyc files, thanks to Sjoerd.
Guido van Rossum
1994-08-29
5
-2/+96
*
Makefile.pre.in: add $(OPT) to link command
Guido van Rossum
1994-08-29
5
-105/+128
*
Makefile: add $(OPT) to linking line
Guido van Rossum
1994-08-29
1
-1/+1
*
MPW changes
Guido van Rossum
1994-08-29
1
-5/+0
[next]