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
*
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
*
Add co_stacksize field to codeobject structure, and stacksize argument
Guido van Rossum
1997-01-17
1
-62/+253
*
Add co_stacksize field to codeobject structure, and stacksize argument
Guido van Rossum
1997-01-17
1
-1/+3
*
Of course, when the type of the argument to dis() is unsupported, it
Guido van Rossum
1997-01-17
1
-1/+1
*
More user friedly interface:
Guido van Rossum
1997-01-17
1
-10/+25
*
Added Sjoerd's submitted 'ratecv' method. Made corrections for new names.
Roger E. Masse
1997-01-17
1
-25/+140
*
Make as sure as we can that the forked child does not return and
Guido van Rossum
1997-01-17
1
-12/+15
*
Renamed, but not tested. Guido will you try your test script on this?
Roger E. Masse
1997-01-17
1
-95/+94
*
Renamed.
Roger E. Masse
1997-01-17
1
-530/+584
*
Test output for the SGI cl C module test script.
Roger E. Masse
1997-01-17
1
-0/+1
*
Lame test script for the SGI cl C module.
Roger E. Masse
1997-01-17
1
-0/+78
*
(puremodule.c): New module which exports the Purify and Quantify C API
Barry Warsaw
1997-01-17
3
-4/+1169
*
README file for hints on Purify'ing or Quantify'ing the Python
Barry Warsaw
1997-01-16
1
-0/+72
*
Already renamed. Indented.
Roger E. Masse
1997-01-16
1
-471/+513
*
Output from test script for the bsddb C extension module.
Roger E. Masse
1997-01-16
1
-0/+1
*
Test script for the bsddb C extension module.
Roger E. Masse
1997-01-16
1
-0/+69
*
Rewrote lookmapping() according to suggestions by Jyrki Alakuijala.
Guido van Rossum
1997-01-16
2
-42/+142
*
Minor output message change
Roger E. Masse
1997-01-16
2
-2/+14
*
Merge several mods:
Guido van Rossum
1997-01-16
1
-2/+12
*
Renamed.
Roger E. Masse
1997-01-16
1
-79/+88
*
As per GvR recomendations, remove the restriction that binhex only run on
Roger E. Masse
1997-01-16
1
-33/+43
*
set_key(): Use Py_CHARMASK macro to get the character from the array
Barry Warsaw
1997-01-16
1
-237/+43
*
test output for the binascii C module test script.
Roger E. Masse
1997-01-16
1
-0/+1
*
test script for the binascii C module.
Roger E. Masse
1997-01-16
2
-0/+80
*
reformatted
Barry Warsaw
1997-01-16
1
-835/+977
*
test is no longer needed
Barry Warsaw
1997-01-16
2
-32/+0
*
Opps. Added tests for the last two methods that were missing from
Roger E. Masse
1997-01-15
1
-1/+11
*
Modified to use 'rgbimg' instead of the SGI specific 'imgfile' for reading
Roger E. Masse
1997-01-15
1
-24/+58
*
Irix 6 specific files -- thanks Sjoerd!
Guido van Rossum
1997-01-15
58
-0/+10664
*
"ported" Guido's embedding demo to the mac, and wrote some minimal
Jack Jansen
1997-01-15
5
-1/+278
*
Added PyMac_Initialize() routine, to be used by embedding programs (in
Jack Jansen
1997-01-15
5
-516/+532
*
Describe new ("unsigned") behavior of hex() and oct().
Guido van Rossum
1997-01-14
2
-4/+24
*
Removed _xdr module
Barry Warsaw
1997-01-14
1
-1/+0
[next]