| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | Put conditional S_ISDIR definition(s) into pyport.h. | Martin v. Löwis | 2001-08-08 | 1 | -0/+13 |
|
|
* | Implement PEP 238 in its (almost) full glory. | Guido van Rossum | 2001-08-08 | 6 | -4/+65 |
|
|
* | - Rename PyType_InitDict() to PyType_Ready(). | Guido van Rossum | 2001-08-07 | 1 | -1/+1 |
|
|
* | Got rid of (hopefully) the last 68k-mac related ifdefs. | Jack Jansen | 2001-08-07 | 1 | -62/+0 |
|
|
* | Patch #448194: Debuging negative reference counts. | Martin v. Löwis | 2001-08-05 | 1 | -5/+6 |
|
|
* | Removed duplicate definnitions of PyObject_AS_GC and PyObject_FROM_GC (occurr... | Jack Jansen | 2001-08-03 | 1 | -2/+0 |
|
|
* | Merge of descr-branch back into trunk. | Tim Peters | 2001-08-02 | 14 | -20/+220 |
|
|
* | Enable PyOS_snprintf() et al. during alpha phase of 2.2.0 and | Marc-André Lemburg | 2001-07-31 | 1 | -0/+7 |
|
|
* | As discussed on python-dev: this patch adds name mangling to | Marc-André Lemburg | 2001-07-31 | 1 | -0/+150 |
|
|
* | va_list is defined in stdarg.h. | Marc-André Lemburg | 2001-07-31 | 1 | -0/+1 |
|
|
* | This patch turns the Python API mismatch notice into a standard | Marc-André Lemburg | 2001-07-31 | 1 | -0/+16 |
|
|
* | Add _PyUnicode_AsDefaultEncodedString to unicodeobject.h. | Jeremy Hylton | 2001-07-30 | 1 | -0/+17 |
|
|
* | Repair more now-obsolete references to config.h. | Tim Peters | 2001-07-26 | 4 | -4/+4 |
|
|
* | Patch #411138: Rename config.h to pyconfig.h. Closes bug #231774. | Martin v. Löwis | 2001-07-26 | 3 | -3/+3 |
|
|
* | Fix typo in comment. | Neil Schemenauer | 2001-07-23 | 1 | -1/+1 |
|
|
* | Add -E command line switch (ignore environment variables like PYTHONHOME | Neil Schemenauer | 2001-07-23 | 1 | -0/+6 |
|
|
* | Add a low-level API to access interpreters, for David Beazley. | Guido van Rossum | 2001-07-19 | 1 | -0/+7 |
|
|
* | Patch #412229: Add functions sys.getdlopenflags and sys.setdlopenflags. | Martin v. Löwis | 2001-07-18 | 1 | -0/+3 |
|
|
* | Ugly. A pile of new xxxFlags() functions, to communicate to the parser | Tim Peters | 2001-07-16 | 2 | -0/+11 |
|
|
* | Part way to allowing "from __future__ import generators" to communicate | Tim Peters | 2001-07-16 | 4 | -3/+20 |
|
|
* | Preliminary support for "from __future__ import generators" to enable | Guido van Rossum | 2001-07-15 | 1 | -0/+3 |
|
|
* | Python.h: Don't attempt to redefine NDEBUG if it's already defined. | Tim Peters | 2001-07-15 | 1 | -0/+2 |
|
|
* | Define NDEBUG when Py_DEBUG undefined, to disable the assert macro. | Guido van Rossum | 2001-07-15 | 1 | -0/+4 |
|
|
* | Enable nested scopes by default. | Guido van Rossum | 2001-07-12 | 1 | -1/+1 |
|
|
* | Re-add 'advanced' xrange features, adding DeprecationWarnings as discussed | Thomas Wouters | 2001-07-09 | 1 | -1/+1 |
|
|
* | Rip out the fancy behaviors of xrange that nobody uses: repeat, slice, | Guido van Rossum | 2001-07-05 | 1 | -1/+1 |
|
|
* | This change adjusts the profiling/tracing support so that the common | Fred Drake | 2001-07-03 | 1 | -0/+1 |
|
|