| Commit message (Expand) | Author | Age | Files | Lines |
* | Use PyOS_snprintf instead of sprintf. | Jeremy Hylton | 2001-11-28 | 1 | -1/+1 |
|
|
* | SF patch 473749 compile under OS/2 VA C++, from Michael Muller. | Tim Peters | 2001-11-05 | 1 | -0/+4 |
|
|
* | Rename "dictionary" (type and constructor) to "dict". | Tim Peters | 2001-10-29 | 1 | -1/+1 |
|
|
* | SF patch #474590 -- RISC OS support | Guido van Rossum | 2001-10-24 | 1 | -0/+15 |
|
|
* | SF patch #471852 (anonymous) notes that getattr(obj, name, default) | Guido van Rossum | 2001-10-16 | 1 | -1/+3 |
|
|
* | Implement isinstance(x, (A, B, ...)). Note that we only allow tuples, | Guido van Rossum | 2001-10-07 | 1 | -2/+4 |
|
|
* | Get rid of builtin_open() entirely (the C code and docstring, not the | Tim Peters | 2001-09-13 | 1 | -20/+3 |
|
|
* | _PyBuiltin_Init(): For clarity, macroize this purely repetitive code. | Tim Peters | 2001-09-13 | 1 | -49/+25 |
|
|
* | SF bug [#460467] file objects should be subclassable. | Tim Peters | 2001-09-13 | 1 | -22/+13 |
|
|
* | Rename 'getset' to 'property'. | Guido van Rossum | 2001-09-06 | 1 | -2/+2 |
|
|
* | builtin_execfile(): initialize another local that the GCC on leroy | Guido van Rossum | 2001-09-05 | 1 | -1/+1 |
|
|
* | At Guido's suggestion, here's a new C API function, PyObject_Dir(), like | Tim Peters | 2001-09-04 | 1 | -137/+1 |
|
|
* | builtin_dir(): Treat classic classes like types. Use PyDict_Keys instead | Tim Peters | 2001-09-04 | 1 | -17/+20 |
|
|
* | Make dir() wordier (see the new docstring). The new behavior is a mixed | Tim Peters | 2001-09-03 | 1 | -53/+134 |
|
|
* | Add 'super' builtin type. | Guido van Rossum | 2001-08-24 | 1 | -0/+3 |
|
|
* | Add new built-in type 'getset' (PyGetSet_Type). | Guido van Rossum | 2001-08-23 | 1 | -0/+3 |
|
|
* | Fix for bug [#452230] future division isn't propagated. | Tim Peters | 2001-08-17 | 1 | -1/+8 |
|
|
* | A fiddled version of the rest of Michael Hudson's SF patch | Tim Peters | 2001-08-17 | 1 | -8/+26 |
|
|
* | Patch #445762: Support --disable-unicode | Martin v. Löwis | 2001-08-17 | 1 | -0/+12 |
|
|
* | Patch #427190: Implement and use METH_NOARGS and METH_O. | Martin v. Löwis | 2001-08-16 | 1 | -100/+59 |
|
|
* | Put conditional S_ISDIR definition(s) into pyport.h. | Martin v. Löwis | 2001-08-08 | 1 | -1/+1 |
|
|
* | Repair the Windows build (S_ISDIR() macro doesn't exist). | Tim Peters | 2001-08-08 | 1 | -1/+1 |
|
|
* | Patch #448227: Raise an exception when a directory is passed to execfile. | Martin v. Löwis | 2001-08-08 | 1 | -4/+23 |
|
|
* | Merge of descr-branch back into trunk. | Tim Peters | 2001-08-02 | 1 | -437/+38 |
|
|
* | Do for hasattr() what was done for getattr() | Jeremy Hylton | 2001-07-30 | 1 | -0/+11 |
|
|
* | Fix for SF byg [ #420304 ] getattr function w/ default | Jeremy Hylton | 2001-07-30 | 1 | -0/+11 |
|
|
* | Fix for SF bug [ #443866 ] Evaluating func_code causing core dump | Jeremy Hylton | 2001-07-30 | 1 | -1/+7 |
|
|
* | Undoing the UCS-4 patch addition which caused unichr() to return | Marc-André Lemburg | 2001-07-26 | 1 | -1/+11 |
|
|
* | Part way to allowing "from __future__ import generators" to communicate | Tim Peters | 2001-07-16 | 1 | -8/+8 |
|
|
* | Re-add 'advanced' xrange features, adding DeprecationWarnings as discussed | Thomas Wouters | 2001-07-09 | 1 | -1/+1 |
|
|
* | Complete the xrange-simplification checkins: call PyRange_New() with | Guido van Rossum | 2001-07-05 | 1 | -1/+1 |
|
|
* | use Py_UNICODE_WIDE instead of USE_UCS4_STORAGE and Py_UNICODE_SIZE | Fredrik Lundh | 2001-06-27 | 1 | -1/+1 |
|
|
* | Cosmetic changes to MvL's change to unichr(): | Guido van Rossum | 2001-06-26 | 1 | -4/+6 |
|
|
* | Support using UCS-4 as the Py_UNICODE type: | Martin v. Löwis | 2001-06-26 | 1 | -0/+4 |
|
|
* | more unicode tweaks: make unichr(0xdddddddd) behave like u"\Udddddddd" | Fredrik Lundh | 2001-06-26 | 1 | -6/+17 |
|
|
* | experimental UCS-4 support: don't assume that MS_WIN32 implies | Fredrik Lundh | 2001-06-26 | 1 | -1/+1 |
|
|
* | Cruft cleanup: Removed the unused last_is_sticky argument from the internal | Tim Peters | 2001-05-28 | 1 | -1/+1 |
|
|
* | SF bug #425836: Reference leak in filter(). | Tim Peters | 2001-05-21 | 1 | -0/+1 |
|
|
* | Fix the Py_FileSystemDefaultEncoding checkin - declare the variable in a file... | Mark Hammond | 2001-05-14 | 1 | -1/+8 |
|
|
* | Add support for Windows using "mbcs" as the default Unicode encoding when dea... | Mark Hammond | 2001-05-13 | 1 | -2/+6 |
|
|
* | Generalize zip() to work with iterators. | Tim Peters | 2001-05-06 | 1 | -18/+44 |
|
|
* | Make PyIter_Next() a little smarter (wrt its knowledge of iterator | Tim Peters | 2001-05-05 | 1 | -47/+14 |
|
|
* | Generalize reduce() to work with iterators. | Tim Peters | 2001-05-04 | 1 | -12/+19 |
|
|
* | Generalize map() to work with iterators. | Tim Peters | 2001-05-03 | 1 | -66/+68 |
|
|
* | Generalize max(seq) and min(seq) to work with iterators. | Tim Peters | 2001-05-03 | 1 | -15/+24 |
|
|
* | Generalize filter(f, seq) to work with iterators. This also generalizes | Tim Peters | 2001-05-02 | 1 | -40/+54 |
|
|
* | Fix buglet reported on c.l.py: map(fnc, file.xreadlines()) blows up. | Tim Peters | 2001-04-28 | 1 | -9/+19 |
|
|
* | Iterators phase 1. This comprises: | Guido van Rossum | 2001-04-20 | 1 | -0/+27 |
|
|
* | SF patch #413552 - Premature decref on object | Tim Peters | 2001-04-07 | 1 | -3/+7 |
|
|
* | Extend support for from __future__ import nested_scopes | Jeremy Hylton | 2001-03-22 | 1 | -2/+14 |
|
|