| Commit message (Expand) | Author | Age | Files | Lines |
* | SF #515009, delete global variable that was apparently used only | Neal Norwitz | 2002-02-11 | 1 | -0/+1 |
|
|
* | Add opcodes for floor division and true division (PEP 238) | Jeremy Hylton | 2001-08-29 | 1 | -0/+4 |
|
|
* | FOR_ITER is a jrel_op() not a plain old def_op() | Jeremy Hylton | 2001-08-28 | 1 | -1/+1 |
|
|
* | Merging the gen-branch into the main line, at Guido's direction. Yay! | Tim Peters | 2001-06-18 | 1 | -0/+1 |
|
|
* | Iterators phase 1. This comprises: | Guido van Rossum | 2001-04-20 | 1 | -0/+2 |
|
|
* | String method conversion. | Eric S. Raymond | 2001-02-09 | 1 | -4/+3 |
|
|
* | Allow 'continue' inside 'try' clause | Jeremy Hylton | 2001-02-01 | 1 | -0/+1 |
|
|
* | PEP 227 implementation | Jeremy Hylton | 2001-01-25 | 1 | -1/+15 |
|
|
* | added __all__ lists to a number of Python modules | Skip Montanaro | 2001-01-20 | 1 | -0/+4 |
|
|
* | Checking in a slight variation of Barry's patch 103303. | Guido van Rossum | 2001-01-19 | 1 | -10/+9 |
|
|
* | Whitespace normalization. | Tim Peters | 2001-01-14 | 1 | -164/+164 |
|
|
* | Add missing opcodes. Thanx to jeremy for reminding me ;) | Thomas Wouters | 2000-08-24 | 1 | -1/+2 |
|
|
* | Support for augmented assignment in the UserList, UserDict, UserString and | Thomas Wouters | 2000-08-24 | 1 | -1/+11 |
|
|
* | Charles G. Waldman <cgw@fnal.gov>: | Fred Drake | 2000-08-24 | 1 | -1/+7 |
|
|
* | Add the new PRINT_ITEM_TO and PRINT_NEWLINE_TO opcodes. | Barry Warsaw | 2000-08-21 | 1 | -0/+2 |
|
|
* | Apply SF patch #101135, adding 'import module as m' and 'from module import | Thomas Wouters | 2000-08-17 | 1 | -1/+1 |
|
|
* | Merge UNPACK_LIST and UNPACK_TUPLE into a single UNPACK_SEQUENCE, since they | Thomas Wouters | 2000-08-11 | 1 | -2/+2 |
|
|
* | Michael Hudson: With the (cool!) new call syntax, the longest opcode | Guido van Rossum | 2000-03-30 | 1 | -1/+1 |
|
|
* | slightly modified version of Greg Ewing's extended call syntax patch | Jeremy Hylton | 2000-03-28 | 1 | -4/+8 |
|
|
* | Added a simple test program to disassemble a file, invoked as __main__. | Guido van Rossum | 2000-02-04 | 1 | -0/+27 |
|
|
* | Clarify why we define disco. Suggested by Andrew Dalke. | Guido van Rossum | 1999-05-03 | 1 | -1/+1 |
|
|
* | Get rid of some obsolete opcodes. | Guido van Rossum | 1998-07-07 | 1 | -5/+0 |
|
|
* | Added docstrings (contributed by Martin von Loewis). | Guido van Rossum | 1997-11-18 | 1 | -1/+13 |
|
|
* | Modernized for 1.5 | Guido van Rossum | 1997-05-09 | 1 | -5/+8 |
|
|
* | Support disassembly of a variety of objects through dis.dis(). | Guido van Rossum | 1997-03-14 | 1 | -0/+17 |
|
|
* | 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 |
|
|
* | Merge several mods: | Guido van Rossum | 1997-01-16 | 1 | -2/+12 |
|
|
* | Show names of locals in disco (Ka-Ping Yee) | Guido van Rossum | 1996-09-12 | 1 | -0/+6 |
|
|
* | Zapped obsolete opcode LOAD_GLOBALS. | Guido van Rossum | 1996-09-10 | 1 | -1/+0 |
|
|
* | Added BUILD_SLICE opcode. | Guido van Rossum | 1996-07-30 | 1 | -0/+1 |
|
|
* | New opcodes BINARY_POWER, RAISE_VARARGS, CALL_FUNCTION, MAKE_FUNCTION | Guido van Rossum | 1996-07-21 | 1 | -0/+5 |
|
|
* | Merge alpha100 branch back to main trunk | Guido van Rossum | 1994-08-01 | 1 | -1/+3 |
|
|
* | * string.py: added rindex(), rfind(); changed index() to interpret | Guido van Rossum | 1993-11-08 | 1 | -2/+2 |
|
|
* | Updated because of new opcodes introduced for "fast" local variables. | Guido van Rossum | 1993-03-30 | 1 | -2/+9 |
|
|
* | New == syntax | Guido van Rossum | 1992-01-01 | 1 | -2/+2 |
|
|
* | New opcodes: UNPACK_ARG, STORE_GLOBAL, DELETE_GLOBAL, LOAD_LOCAL, LOAD_GLOBAL | Guido van Rossum | 1991-12-16 | 1 | -2/+7 |
|
|
* | Initial revision | Guido van Rossum | 1990-12-26 | 1 | -0/+176 |
|
|