| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
|
|
* | removed "register const" from scalar arguments to the unicode | Fredrik Lundh | 2001-06-27 | 1 | -15/+15 |
|
|
* | Revise the interface to the profiling and tracing support for the | Fred Drake | 2001-06-27 | 2 | -2/+16 |
|
|
* | use Py_UNICODE_WIDE instead of USE_UCS4_STORAGE and Py_UNICODE_SIZE | Fredrik Lundh | 2001-06-27 | 1 | -6/+7 |
|
|
* | Encode surrogates in UTF-8 even for a wide Py_UNICODE. | Martin v. Löwis | 2001-06-27 | 1 | -0/+3 |
|
|
* | Make Unicode work a bit better on Windows... | Fredrik Lundh | 2001-06-26 | 1 | -0/+8 |
|
|
* | Support using UCS-4 as the Py_UNICODE type: | Martin v. Löwis | 2001-06-26 | 1 | -30/+23 |
|
|
* | experimental UCS-4 support: added USE_UCS4_STORAGE define to | Fredrik Lundh | 2001-06-26 | 1 | -12/+19 |
|
|
* | PyFrameObject: rename f_stackbottom to f_stacktop, since it points to | Tim Peters | 2001-06-23 | 1 | -2/+4 |
|
|
* | Somehow, under certain circumstances, config.h and rename1.h would pop back up. | Guido van Rossum | 2001-06-21 | 2 | -442/+0 |
|
|
* | Merging the gen-branch into the main line, at Guido's direction. Yay! | Tim Peters | 2001-06-18 | 5 | -44/+50 |
|
|
* | SF bug 433228: repr(list) woes when len(list) big. | Tim Peters | 2001-06-16 | 1 | -0/+4 |
|
|
* | Two new private longobject API functions, | Tim Peters | 2001-06-11 | 1 | -0/+40 |
|
|
* | Cast the result of xxxPyCObject_Import to PycStringIO_CAPI*. | Martin v. Löwis | 2001-06-09 | 1 | -1/+1 |
|
|
* | Wrap with extern "C". Fixes bug #428419. | Martin v. Löwis | 2001-06-05 | 1 | -0/+11 |
|
|
* | Cruft cleanup: Removed the unused last_is_sticky argument from the internal | Tim Peters | 2001-05-28 | 1 | -1/+1 |
|
|
* | Patch #424335: Implement string_richcompare, remove string_compare. | Martin v. Löwis | 2001-05-24 | 1 | -0/+1 |
|
|
* | This patch changes the behaviour of the UTF-16 codec family. Only the | Marc-André Lemburg | 2001-05-21 | 1 | -4/+5 |
|
|
* | This patch changes the way the string .encode() method works slightly | Marc-André Lemburg | 2001-05-15 | 1 | -3/+40 |
|
|
* | SF patch #418147 Fixes to allow compiling w/ Borland, from Stephen Hansen. | Tim Peters | 2001-05-14 | 1 | -0/+9 |
|
|
* | Fix the Py_FileSystemDefaultEncoding checkin - declare the variable in a file... | Mark Hammond | 2001-05-14 | 1 | -0/+5 |
|
|
* | SF bug #422177: Results from .pyc differs from .py | Tim Peters | 2001-05-08 | 1 | -3/+22 |
|
|
* | Reimplement PySequence_Contains() and instance_contains(), so they work | Tim Peters | 2001-05-05 | 1 | -1/+11 |
|
|
* | Generalize tuple() to work nicely with iterators. | Tim Peters | 2001-05-05 | 1 | -1/+1 |
|
|