| Commit message (Expand) | Author | Age | Files | Lines |
* | Add optional docstrings to getset descriptors. Fortunately, there's | Guido van Rossum | 2001-09-20 | 2 | -5/+6 |
|
|
* | Add optional docstrings to member descriptors. For backwards | Guido van Rossum | 2001-09-20 | 3 | -2/+18 |
|
|
* | Patch #435971: UTF-7 codec by Brian Quinlan. | Marc-André Lemburg | 2001-09-20 | 1 | -0/+18 |
|
|
* | Fix for bug #462737. | Marc-André Lemburg | 2001-09-19 | 1 | -3/+3 |
|
|
* | Hopefully fix 3-way comparisons. This unfortunately adds yet another | Guido van Rossum | 2001-09-18 | 1 | -0/+4 |
|
|
* | Add support for restricting access based on restricted execution mode. | Guido van Rossum | 2001-09-17 | 1 | -2/+6 |
|
|
* | SF bug [#460467] file objects should be subclassable. | Tim Peters | 2001-09-13 | 2 | -1/+3 |
|
|
* | Again perhaps the end of [#460020] bug or feature: unicode() and subclasses. | Tim Peters | 2001-09-12 | 1 | -0/+1 |
|
|
* | Possibly the end of SF [#460020] bug or feature: unicode() and subclasses. | Tim Peters | 2001-09-11 | 1 | -0/+2 |
|
|
* | More on SF bug [#460020] bug or feature: unicode() and subclasses. | Tim Peters | 2001-09-11 | 1 | -0/+1 |
|
|
* | More on SF bug [#460020] bug or feature: unicode() and subclasses. | Tim Peters | 2001-09-10 | 1 | -0/+1 |
|
|
* | Prototype for PyMac_GetFullPathname(). | Jack Jansen | 2001-09-10 | 1 | -0/+1 |
|
|
* | More for SF bug [#460020] bug or feature: unicode() and subclasses | Tim Peters | 2001-09-10 | 1 | -0/+1 |
|
|
* | SF bug #460020: bug or feature: unicode() and subclasses. | Tim Peters | 2001-09-10 | 3 | -0/+5 |
|
|
* | PyModule_Check() now checks for subtype of module, as it should. | Guido van Rossum | 2001-09-10 | 1 | -1/+1 |
|
|
* | Generalize operator.indexOf (PySequence_Index) to work with any | Tim Peters | 2001-09-08 | 1 | -8/+18 |
|
|
* | Bumping version numbers. | Barry Warsaw | 2001-09-07 | 1 | -2/+2 |
|
|
* | Rename 'getset' to 'property'. | Guido van Rossum | 2001-09-06 | 1 | -1/+1 |
|
|
* | Add PyMethod_Function(), PyMethod_Self(), PyMethod_Class() back. | Guido van Rossum | 2001-09-05 | 1 | -0/+4 |
|
|
* | Rework the way we try to check for libm overflow, given that C99 no longer | Tim Peters | 2001-09-05 | 1 | -3/+30 |
|
|
* | Repair indentation. | Tim Peters | 2001-09-05 | 1 | -5/+5 |
|
|
* | Try to recover from that glibc's ldexp apparently doesn't set errno on | Tim Peters | 2001-09-05 | 1 | -0/+20 |
|
|
* | At Guido's suggestion, here's a new C API function, PyObject_Dir(), like | Tim Peters | 2001-09-04 | 1 | -0/+8 |
|
|
* | Introduce new private API function _PyLong_AsScaledDouble. Not used yet, | Tim Peters | 2001-09-04 | 1 | -0/+9 |
|
|
* | Fix the names of _PyObject_GC_TRACK and _PyObject_GC_UNTRACK when the GC is | Neil Schemenauer | 2001-09-03 | 1 | -2/+2 |
|
|
* | Added glue routine for PyMac_BuildFSSpec, PyMac_GetFSRef and PyMac_BuildFSRef. | Jack Jansen | 2001-09-01 | 1 | -1/+5 |
|
|
* | Add warning mode for classic division, almost exactly as specified in | Guido van Rossum | 2001-08-31 | 2 | -0/+2 |
|
|
* | Make the Py<type>_Check() macro use PyObject_TypeCheck(). | Guido van Rossum | 2001-08-30 | 3 | -3/+3 |
|
|
* | Change the GC type flag since the API has changed. Allow types using | Neil Schemenauer | 2001-08-29 | 1 | -50/+66 |
|
|
* | Change the GC type flag since the API has changed. Allow types using | Neil Schemenauer | 2001-08-29 | 1 | -6/+10 |
|
|
* | Make frames a PyVarObject instead of a PyObject. | Neil Schemenauer | 2001-08-29 | 1 | -2/+1 |
|
|
* | SF bug [#456252] Python should never stomp on [u]intptr_t. | Tim Peters | 2001-08-29 | 1 | -5/+14 |
|
|
* | Make the PyXXX_Check() macros for the numeric types inheritance-aware. | Guido van Rossum | 2001-08-29 | 4 | -4/+4 |
|
|
* | PyString_FromFormat() and PyString_FromFormatV(): Largely ripped from | Barry Warsaw | 2001-08-24 | 1 | -0/+4 |
|
|
* | Add decl of PySuper_Type; fixup comments for the two other types. | Guido van Rossum | 2001-08-24 | 1 | -2/+3 |
|
|
* | Add new built-in type 'getset' (PyGetSet_Type). | Guido van Rossum | 2001-08-23 | 1 | -0/+3 |
|
|
* | Introduce OverflowWarning -- to be issued when short int operations | Guido van Rossum | 2001-08-23 | 1 | -0/+1 |
|
|
* | Merge changes from r22a2-branch back into trunk. Also, change patch | Barry Warsaw | 2001-08-22 | 1 | -2/+2 |
|
|
* | ceval, PyEval_MergeCompilerFlags: wasn't merging in the | Tim Peters | 2001-08-17 | 1 | -0/+2 |
|
|
* | Patch #445762: Support --disable-unicode | Martin v. Löwis | 2001-08-17 | 4 | -0/+13 |
|
|
* | - Get rid of obsolete #define PATCHLEVEL. | Guido van Rossum | 2001-08-17 | 1 | -4/+1 |
|
|
* | Added comments before recently added/assigned slots in the type object, | Fred Drake | 2001-08-15 | 1 | -0/+6 |
|
|
* | Remove much dead code from ceval.c | Jeremy Hylton | 2001-08-12 | 1 | -0/+5 |
|
|
* | Remove st_nested_scopes from struct symtable, | Jeremy Hylton | 2001-08-11 | 1 | -1/+0 |
|
|
* | Refactor future feature handling | Jeremy Hylton | 2001-08-10 | 2 | -16/+3 |
|
|
* | Add PyDict_Merge(a, b, override): | Guido van Rossum | 2001-08-10 | 1 | -0/+1 |
|
|
* | Add new flags for PyType_Ready(): READY to explicitly indicate the | Guido van Rossum | 2001-08-10 | 1 | -0/+6 |
|
|
* | SF patch #438013 Remove 2-byte Py_UCS2 assumptions | Tim Peters | 2001-08-09 | 1 | -6/+0 |
|
|
* | Remove 6-year old hack to worm around a bug in "NextSpec/Sparc 3.3 | Tim Peters | 2001-08-08 | 1 | -12/+0 |
|
|
* | Split macglue.c into two: a new mactoolboxglue.c (in ./Python) | Jack Jansen | 2001-08-08 | 1 | -0/+168 |
|
|