| Commit message (Expand) | Author | Age | Files | Lines |
* | Non-function fields, like tp_dictoffset and tp_weaklistoffset, should | Guido van Rossum | 2001-08-14 | 1 | -5/+22 |
|
|
* | func_getattro(), func_setattro(): Implement the new semantics for | Barry Warsaw | 2001-08-14 | 1 | -8/+22 |
|
|
* | Remove much dead code from ceval.c | Jeremy Hylton | 2001-08-12 | 1 | -35/+35 |
|
|
* | Make dynamic types work as intended. Or at least more so. | Guido van Rossum | 2001-08-12 | 1 | -22/+35 |
|
|
* | Temporary stop-gap fix for dynamic classes, so they pass the test. | Guido van Rossum | 2001-08-12 | 1 | -1/+6 |
|
|
* | - Big changes to fix SF bug #442833 (a nasty multiple inheritance | Guido van Rossum | 2001-08-10 | 1 | -91/+122 |
|
|
* | Add PyDict_Merge(a, b, override): | Guido van Rossum | 2001-08-10 | 1 | -2/+18 |
|
|
* | Change PyType_Ready() to use the READY and READYING flags. This makes | Guido van Rossum | 2001-08-10 | 1 | -13/+26 |
|
|
* | SF patch #438013 Remove 2-byte Py_UCS2 assumptions | Tim Peters | 2001-08-09 | 1 | -76/+90 |
|
|
* | Sigh. Strengthen the resriction of the previous checkin: tp_new is | Guido van Rossum | 2001-08-09 | 1 | -1/+2 |
|
|
* | Thinking back to the 2.22 revision, I didn't like what I did there one | Guido van Rossum | 2001-08-09 | 1 | -13/+4 |
|
|
* | Apply anonymous SF patch #441229. | Guido van Rossum | 2001-08-09 | 1 | -0/+6 |
|
|
* | Proper support for binary operators, including true division and floor | Guido van Rossum | 2001-08-08 | 1 | -136/+199 |
|
|
* | Removed extraneous semicolons that caused a gazzilion "empty declaration" war... | Jack Jansen | 2001-08-08 | 1 | -49/+49 |
|
|
* | Implement PEP 238 in its (almost) full glory. | Guido van Rossum | 2001-08-08 | 6 | -24/+131 |
|
|
* | - Rename PyType_InitDict() to PyType_Ready(). | Guido van Rossum | 2001-08-07 | 2 | -9/+9 |
|
|
* | Cosmetics: | Guido van Rossum | 2001-08-07 | 1 | -10/+65 |
|
|
* | Remove spurious "closed" attribute definition from the memberlist | Guido van Rossum | 2001-08-06 | 1 | -1/+0 |
|
|
* | A totally new way to do the __new__ wrapper. This should address the | Guido van Rossum | 2001-08-06 | 1 | -34/+45 |
|
|
* | Fix SF #442791 (revisited): No __delitem__ wrapper was defined. | Guido van Rossum | 2001-08-02 | 1 | -0/+35 |
|
|
* | Fix the test_weakref.py failure. Introduced by resolving "a conflict" | Tim Peters | 2001-08-02 | 1 | -7/+0 |
|
|
* | Merge of descr-branch back into trunk. | Tim Peters | 2001-08-02 | 24 | -721/+5012 |
|
|
* | Add _PyUnicode_AsDefaultEncodedString to unicodeobject.h. | Jeremy Hylton | 2001-07-30 | 3 | -24/+0 |
|
|
* | SF bug #444510: int() should guarantee truncation. | Tim Peters | 2001-07-26 | 1 | -7/+13 |
|
|
* | Fix for bug #444493: u'\U00010001' segfaults with current CVS on | Marc-André Lemburg | 2001-07-25 | 1 | -6/+21 |
|
|
* | Make the unicode-escape and the UTF-16 codecs handle surrogates | Marc-André Lemburg | 2001-07-20 | 1 | -24/+46 |
|
|
* | #ifdef out generation of \U escapes unless Py_UNICODE_WIDE. This | Guido van Rossum | 2001-07-20 | 1 | -0/+2 |
|
|
* | Kill more warnings from the SGI compiler. | Fred Drake | 2001-07-19 | 2 | -2/+2 |
|
|
* | Python.h: Don't attempt to redefine NDEBUG if it's already defined. | Tim Peters | 2001-07-15 | 1 | -1/+0 |
|
|
* | long_format: Simplify the overly elaborate base-is-a-power-of-2 code. | Tim Peters | 2001-07-15 | 1 | -28/+16 |
|
|
* | _Py_GetObjects(): GCC suggests to add () around && within || for some | Guido van Rossum | 2001-07-14 | 1 | -1/+1 |
|
|
* | divrem1 & long_format: found a clean way to factor divrem1 so that | Tim Peters | 2001-07-14 | 1 | -28/+54 |
|
|
* | long_format(): Simplify new code a bit. | Tim Peters | 2001-07-14 | 1 | -5/+8 |
|
|
* | long_format(): Easy speedup for output bases that aren't a power of 2 (in | Tim Peters | 2001-07-13 | 1 | -9/+26 |
|
|
* | GC for method objects. | Neil Schemenauer | 2001-07-12 | 1 | -11/+31 |
|
|
* | GC for iterator objects. | Neil Schemenauer | 2001-07-12 | 1 | -6/+29 |
|
|
* | GC for frame objects. | Neil Schemenauer | 2001-07-12 | 1 | -12/+101 |
|
|
* | On long to the negative long power, let float handle it instead of | Guido van Rossum | 2001-07-12 | 1 | -8/+7 |
|
|
* | On int to the negative integral power, let float handle it instead of | Guido van Rossum | 2001-07-12 | 1 | -7/+5 |
|
|
* | Re-add 'advanced' xrange features, adding DeprecationWarnings as discussed | Thomas Wouters | 2001-07-09 | 1 | -16/+219 |
|
|
* | SF bug #439104: Tuple richcompares has code-typo. | Tim Peters | 2001-07-06 | 1 | -1/+1 |
|
|
* | Rip out the fancy behaviors of xrange that nobody uses: repeat, slice, | Guido van Rossum | 2001-07-05 | 1 | -222/+15 |
|
|
* | removed "register const" from scalar arguments to the unicode | Fredrik Lundh | 2001-06-27 | 1 | -20/+20 |
|
|
* | use Py_UNICODE_WIDE instead of USE_UCS4_STORAGE and Py_UNICODE_SIZE | Fredrik Lundh | 2001-06-27 | 2 | -7/+7 |
|
|
* | Encode surrogates in UTF-8 even for a wide Py_UNICODE. | Martin v. Löwis | 2001-06-27 | 2 | -15/+39 |
|
|
* | When decoding UTF-16, don't assume that the buffer is in native endianness | Martin v. Löwis | 2001-06-26 | 1 | -4/+4 |
|
|
* | Support using UCS-4 as the Py_UNICODE type: | Martin v. Löwis | 2001-06-26 | 1 | -30/+89 |
|
|
* | more unicode tweaks: fix unicodectype for sizeof(Py_UNICODE) > | Fredrik Lundh | 2001-06-26 | 1 | -2/+3 |
|
|
* | dict_update(): Generalize this method so {}.update() accepts any | Barry Warsaw | 2001-06-26 | 1 | -17/+70 |
|
|
* | experimental UCS-4 support: added USE_UCS4_STORAGE define to | Fredrik Lundh | 2001-06-26 | 1 | -0/+2 |
|
|