| Commit message (Expand) | Author | Age | Files | Lines |
* | Improve stack depth computation for try/except and try/finally | Jeremy Hylton | 2001-08-29 | 2 | -2/+8 |
|
|
* | Add __getitem__() handler for use by visitContinue() | Jeremy Hylton | 2001-08-29 | 2 | -0/+4 |
|
|
* | Added xx and xxsubtype modules, for completeness and because xxsubtype is use... | Jack Jansen | 2001-08-29 | 2 | -0/+7 |
|
|
* | Started on release notes and readme for 2.2a2. | Jack Jansen | 2001-08-29 | 2 | -52/+113 |
|
|
* | SF bug [#456252] Python should never stomp on [u]intptr_t. | Tim Peters | 2001-08-29 | 6 | -17/+22 |
|
|
* | Generate SET_LINENO for list and tuple literals when the open paren | Jeremy Hylton | 2001-08-29 | 2 | -2/+6 |
|
|
* | Make sure that atoms (Tuple, List, etc.) have lineno attributes | Jeremy Hylton | 2001-08-29 | 2 | -4/+8 |
|
|
* | Fix off-by-one errors in code to find depth of stack. | Jeremy Hylton | 2001-08-29 | 2 | -6/+6 |
|
|
* | Workaround by Tim Peters to skip this test if run from test.autotest, | Jack Jansen | 2001-08-29 | 1 | -1/+5 |
|
|
* | Undo change from list to dict for handling varnames, consts, etc. | Jeremy Hylton | 2001-08-29 | 2 | -98/+44 |
|
|
* | Change default() to use getChildNodes() instead of getChildren() | Jeremy Hylton | 2001-08-29 | 2 | -6/+4 |
|
|
* | Support // and //= | Jeremy Hylton | 2001-08-29 | 2 | -2/+12 |
|
|
* | Add support for // and //=. | Jeremy Hylton | 2001-08-29 | 2 | -10/+32 |
|
|
* | Add generator detection to symbol table. | Jeremy Hylton | 2001-08-29 | 2 | -18/+70 |
|
|
* | Modify name conversion to be (hopefully) a bit more efficient. | Jeremy Hylton | 2001-08-29 | 2 | -34/+104 |
|
|
* | Revise implementations of getChildren() and getChildNodes(). | Jeremy Hylton | 2001-08-29 | 6 | -318/+1528 |
|
|
* | Add opcodes for floor division and true division (PEP 238) | Jeremy Hylton | 2001-08-29 | 1 | -0/+4 |
|
|
* | Add tests for augmented floor division | Jeremy Hylton | 2001-08-29 | 2 | -0/+27 |
|
|
* | Don't include doc string of class in its code child | Jeremy Hylton | 2001-08-29 | 2 | -0/+10 |
|
|
* | Now that int is subclassable, have to change a test that tests for | Guido van Rossum | 2001-08-29 | 1 | -2/+2 |
|
|
* | Make int, long and float subclassable. | Guido van Rossum | 2001-08-29 | 3 | -14/+111 |
|
|
* | Fix super() so that it is usable for static methods (like __new__) as well. | Guido van Rossum | 2001-08-29 | 1 | -8/+27 |
|
|
* | Make the PyXXX_Check() macros for the numeric types inheritance-aware. | Guido van Rossum | 2001-08-29 | 4 | -4/+4 |
|
|
* | GUSI on the Mac creates threads with a default stack size of 20KB, which is | Jack Jansen | 2001-08-29 | 1 | -1/+21 |
|
|
* | Fix a minor markup typo. | Fred Drake | 2001-08-29 | 1 | -1/+1 |
|
|
* | marshal.c r_long64: When reading a TYPE_INT64 value on a box with 32-bit | Tim Peters | 2001-08-29 | 3 | -12/+70 |
|
|
* | On Fred's suggestion, convert sprintf() examples to use | Barry Warsaw | 2001-08-29 | 1 | -19/+11 |
|
|
* | Add METH_O and METH_NOARGS change | Andrew M. Kuchling | 2001-08-29 | 1 | -9/+19 |
|
|
* | pickle.py, load_int(): Match cPickle's just-repaired ability to unpickle | Tim Peters | 2001-08-28 | 2 | -1/+20 |
|
|
* | load_int: The fallback to long ints was coded in such a way that it | Tim Peters | 2001-08-28 | 1 | -4/+3 |
|
|
* | Update an email address. | Barry Warsaw | 2001-08-28 | 1 | -10/+10 |
|
|
* | Note change in fp literal syntax (e.g. "3e-" worked by accident before). | Tim Peters | 2001-08-28 | 1 | -0/+3 |
|
|
* | Fix a typo in SLOT0 macro for the declaration of cache_str. | Guido van Rossum | 2001-08-28 | 1 | -1/+1 |
|
|
* | Fix the test again due to fewer calls to __getattr__. | Guido van Rossum | 2001-08-28 | 1 | -3/+1 |
|
|
* | Finish the previous checkin: also avoid getattr when calling the method | Guido van Rossum | 2001-08-28 | 1 | -25/+93 |
|
|
* | Revise comments about TeX & LaTeX for accuracy. | Fred Drake | 2001-08-28 | 1 | -5/+7 |
|
|
* | Fix one test to reflect the change in method lookup policy. | Guido van Rossum | 2001-08-28 | 1 | -2/+1 |
|
|
* | Change in policy: when a slot_tp_xxx function looks for the __xxx__ method, | Guido van Rossum | 2001-08-28 | 1 | -15/+57 |
|
|
* | Make sure the JUMP_ABSOLUTE and POP_BLOCK at the end of a for loop are | Jeremy Hylton | 2001-08-28 | 2 | -2/+2 |
|
|
* | The "O!" format code should implement an isinstance() test | Guido van Rossum | 2001-08-28 | 1 | -1/+1 |
|
|
* | XXX_NAME ops should affect varnames | Jeremy Hylton | 2001-08-28 | 2 | -2/+8 |
|
|
* | Generate FOR_ITER-based loops instead of old FOR_LOOP-based loops | Jeremy Hylton | 2001-08-28 | 2 | -10/+18 |
|
|
* | FOR_ITER is a jrel_op() not a plain old def_op() | Jeremy Hylton | 2001-08-28 | 1 | -1/+1 |
|
|
* | Added explanation that [...] * n generates shallow copies of [...], so | Fred Drake | 2001-08-28 | 1 | -2/+26 |
|
|
* | Added list of tests expected to be skipped on the mac. | Jack Jansen | 2001-08-28 | 1 | -0/+36 |
|
|
* | Fix a number of minor markup errors, and improve the consistency a bit. | Fred Drake | 2001-08-28 | 1 | -16/+16 |
|
|
* | Plant a mention in the description of backreferences of the fact that | Eric S. Raymond | 2001-08-28 | 1 | -1/+5 |
|
|
* | Refcount info for PyString_FromFormat() and PyString_FromFormatV(). | Barry Warsaw | 2001-08-28 | 1 | -0/+8 |
|
|
* | Documentation for PyString_FromFormat() and PyString_FromFormatV(). | Barry Warsaw | 2001-08-28 | 1 | -0/+28 |
|
|
* | Experimental feature: allow \n as well as \r as newline for text files, by br... | Jack Jansen | 2001-08-27 | 1 | -0/+17 |
|
|