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
*
Instead of emitting SET_LINENO instructions, generate a line number
Guido van Rossum
1997-01-24
1
-6/+102
*
Add co_firstlineno and co_lnotab, for the line number table generated
Guido van Rossum
1997-01-24
1
-1/+4
*
Initialize the ob_type field of PyAST_Type dynamically (in
Guido van Rossum
1997-01-23
1
-3/+7
*
Forget keeping track of whether a dictionary contains all interned
Guido van Rossum
1997-01-23
2
-178/+110
*
Various notes added:
Guido van Rossum
1997-01-22
1
-16/+32
*
The usual
Guido van Rossum
1997-01-22
1
-199/+228
*
A number of new symbols have appeared (courtesy autoconf 2.12?)
Guido van Rossum
1997-01-22
1
-0/+15
*
Add --with-dec-threads, for DEL Alpha, which requires -threads as the
Guido van Rossum
1997-01-22
1
-6/+19
*
Added PyCObject_Import.
Guido van Rossum
1997-01-22
3
-18/+44
*
(libparser.tex): Fix typo found by Mark Hammond.
Fred Drake
1997-01-22
2
-2/+2
*
Bump version to 1.5a1.
Guido van Rossum
1997-01-22
1
-1/+1
*
Bump install version to 1.5.
Guido van Rossum
1997-01-22
2
-2/+2
*
Remove GetOwner, add GetBuildInfo...
Guido van Rossum
1997-01-22
1
-1/+1
*
Added getbuildinfo.c to the project.
Guido van Rossum
1997-01-22
1
-0/+12
*
Fix splitext() to go up to the last dot, not the first.
Guido van Rossum
1997-01-22
1
-3/+8
*
Avoid traceback in selection_own_get() when no Tk widget owns the
Guido van Rossum
1997-01-21
2
-6/+8
*
Darn. Updated version number for configure.in.
Guido van Rossum
1997-01-21
1
-1/+1
*
Let --with-threads be an alias for --with-thread.
Guido van Rossum
1997-01-21
2
-341/+589
*
Kill all local variables on function return. This closes a gigantic
Guido van Rossum
1997-01-21
1
-0/+12
*
Don't use static buffers internally for formatstring().
Guido van Rossum
1997-01-21
1
-25/+26
*
Only call sigcheck() at the ticker code if we don't have true signals.
Guido van Rossum
1997-01-21
1
-2/+6
*
Arrange for PyErr_CheckSignals() to be called via Py_AddPendingCall().
Guido van Rossum
1997-01-21
1
-1/+3
*
In the Unix version, arrange for sigcheck() to be called via
Guido van Rossum
1997-01-21
1
-0/+3
*
Cleanup:
Guido van Rossum
1997-01-21
1
-222/+10
*
get build info from elsewhere
Guido van Rossum
1997-01-20
1
-9/+2
*
work build# into version string
Guido van Rossum
1997-01-20
2
-2/+39
*
Bugfix: remove ref to fast before it's defined.
Guido van Rossum
1997-01-20
1
-1/+1
*
Changes for frame object speedup:
Guido van Rossum
1997-01-20
1
-14/+2
*
Changes that appear to give another 12% speedup.
Guido van Rossum
1997-01-20
1
-87/+55
*
New lay-out of frame object, for fewer mallocs.
Guido van Rossum
1997-01-20
1
-9/+8
*
Remove unused variable.
Guido van Rossum
1997-01-18
1
-1/+0
*
Intern the string "__complex__".
Guido van Rossum
1997-01-18
1
-1/+1
*
Intern all names and varnames in newcodeobject(), plus those string
Guido van Rossum
1997-01-18
1
-7/+22
*
Intern the various string objects created to speed up lookups.
Guido van Rossum
1997-01-18
1
-25/+25
*
Intern the strings "__builtins__".
Guido van Rossum
1997-01-18
1
-1/+1
*
Intern the strings created in getattr() and setattr().
Guido van Rossum
1997-01-18
1
-2/+2
*
String interning.
Guido van Rossum
1997-01-18
3
-32/+285
*
Bump API version due to the various speedup hacks.
Guido van Rossum
1997-01-18
1
-2/+4
*
Two speedup hacks. Caching the hash saves recalculation of a string's
Guido van Rossum
1997-01-18
1
-3/+23
*
Add "if (x != NULL) continue;" (or similar for err==0) before the
Guido van Rossum
1997-01-18
1
-18/+60
*
Version 1.1. Fix memory leak and expensive comparison with None.
Guido van Rossum
1997-01-18
2
-6/+44
*
Fix the _setmode() patch for MS_WINDOWS: include <fcntl.h> and use
Guido van Rossum
1997-01-17
1
-2/+6
*
Remove obsolete PyFrame_ExtendStack.
Guido van Rossum
1997-01-17
1
-1/+0
*
Removed accessobject.c from file list.
Guido van Rossum
1997-01-17
1
-2109/+2076
*
Add stacksize argument to new.code().
Guido van Rossum
1997-01-17
2
-6/+7
*
Comment out extend_stack() -- it is no longer needed.
Guido van Rossum
1997-01-17
1
-0/+2
*
Marshal the new stacksize item in code objects.
Guido van Rossum
1997-01-17
1
-1/+3
*
Working semaphore implementation by Sjoerd.
Guido van Rossum
1997-01-17
1
-3/+64
*
New MAGIC number (code objects have one more item when marshalled).
Guido van Rossum
1997-01-17
1
-1/+2
*
Use the stack size from the code object and the CO_MAXBLOCKS constant
Guido van Rossum
1997-01-17
1
-2/+10
[next]