summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Don't include doc string of class in its code childJeremy Hylton2001-08-292-0/+10
* Now that int is subclassable, have to change a test that tests forGuido van Rossum2001-08-291-2/+2
* Make int, long and float subclassable.Guido van Rossum2001-08-293-14/+111
* Fix super() so that it is usable for static methods (like __new__) as well.Guido van Rossum2001-08-291-8/+27
* Make the PyXXX_Check() macros for the numeric types inheritance-aware.Guido van Rossum2001-08-294-4/+4
* GUSI on the Mac creates threads with a default stack size of 20KB, which isJack Jansen2001-08-291-1/+21
* Fix a minor markup typo.Fred Drake2001-08-291-1/+1
* marshal.c r_long64: When reading a TYPE_INT64 value on a box with 32-bitTim Peters2001-08-293-12/+70
* On Fred's suggestion, convert sprintf() examples to useBarry Warsaw2001-08-291-19/+11
* Add METH_O and METH_NOARGS changeAndrew M. Kuchling2001-08-291-9/+19
* pickle.py, load_int(): Match cPickle's just-repaired ability to unpickleTim Peters2001-08-282-1/+20
* load_int: The fallback to long ints was coded in such a way that itTim Peters2001-08-281-4/+3
* Update an email address.Barry Warsaw2001-08-281-10/+10
* Note change in fp literal syntax (e.g. "3e-" worked by accident before).Tim Peters2001-08-281-0/+3
* Fix a typo in SLOT0 macro for the declaration of cache_str.Guido van Rossum2001-08-281-1/+1
* Fix the test again due to fewer calls to __getattr__.Guido van Rossum2001-08-281-3/+1
* Finish the previous checkin: also avoid getattr when calling the methodGuido van Rossum2001-08-281-25/+93
* Revise comments about TeX & LaTeX for accuracy.Fred Drake2001-08-281-5/+7
* Fix one test to reflect the change in method lookup policy.Guido van Rossum2001-08-281-2/+1
* Change in policy: when a slot_tp_xxx function looks for the __xxx__ method,Guido van Rossum2001-08-281-15/+57
* Make sure the JUMP_ABSOLUTE and POP_BLOCK at the end of a for loop areJeremy Hylton2001-08-282-2/+2
* The "O!" format code should implement an isinstance() testGuido van Rossum2001-08-281-1/+1
* XXX_NAME ops should affect varnamesJeremy Hylton2001-08-282-2/+8
* Generate FOR_ITER-based loops instead of old FOR_LOOP-based loopsJeremy Hylton2001-08-282-10/+18
* FOR_ITER is a jrel_op() not a plain old def_op()Jeremy Hylton2001-08-281-1/+1
* Added explanation that [...] * n generates shallow copies of [...], soFred Drake2001-08-281-2/+26
* Added list of tests expected to be skipped on the mac.Jack Jansen2001-08-281-0/+36
* Fix a number of minor markup errors, and improve the consistency a bit.Fred Drake2001-08-281-16/+16
* Plant a mention in the description of backreferences of the fact thatEric S. Raymond2001-08-281-1/+5
* Refcount info for PyString_FromFormat() and PyString_FromFormatV().Barry Warsaw2001-08-281-0/+8
* Documentation for PyString_FromFormat() and PyString_FromFormatV().Barry Warsaw2001-08-281-0/+28
* Experimental feature: allow \n as well as \r as newline for text files, by br...Jack Jansen2001-08-271-0/+17
* Handle private namesJeremy Hylton2001-08-276-40/+100
* exceptions was missing from the module list. Added.Jack Jansen2001-08-271-0/+1
* A quick hack to make the test pass on the Mac (similar to the quick hackJack Jansen2001-08-271-0/+4
* emit SET_LINENO for augmented assignmentsJeremy Hylton2001-08-272-0/+8
* Many changes -- bug fixes and sundry improvementsJeremy Hylton2001-08-272-66/+60
* Fix another test still expecting overflow on big int literals.Tim Peters2001-08-271-7/+2
* Change test_overflow to test_no_overflow; looks like big int literalsTim Peters2001-08-271-4/+5
* Use the new macresource module to open the accompanying resource file (if nee...Jack Jansen2001-08-2713-102/+37
* need() now returns the refno of the resource file opened, or None if theJack Jansen2001-08-271-4/+7
* Module to help other modules locate their resources. It currently knows aboutJack Jansen2001-08-271-0/+68
* These have long outlived there usefulness, in my opinion. Moved to Unsupported.Jack Jansen2001-08-275-0/+0
* Fix for sibling nodes that define the same free variableJeremy Hylton2001-08-272-12/+20
* Add lookup_name() to optimize use of stack framesJeremy Hylton2001-08-272-10/+42
* Two changes to visitor API:Jeremy Hylton2001-08-272-40/+46
* Why didn't I think of Fred off the top of my head?Jeremy Hylton2001-08-271-0/+1
* Add everyone I can think of off the top of my headJeremy Hylton2001-08-271-0/+7
* Revise regrtest to compile entire standard library.Jeremy Hylton2001-08-271-9/+28
* Add -c option to continue if one file has a SyntaxErrorJeremy Hylton2001-08-271-2/+15