| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Merge of descr-branch back into trunk. | Tim Peters | 2001-08-02 | 5 | -563/+128 |
|
|
* | Add mysnprintf.c to Windows build, + squash compiler wngs in mysnprintf.c. | Tim Peters | 2001-07-31 | 1 | -2/+3 |
|
|
* | This patch turns the Python API mismatch notice into a standard | Marc-André Lemburg | 2001-07-31 | 2 | -5/+107 |
|
|
* | 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 |
|
|
* | Add _PyUnicode_AsDefaultEncodedString to unicodeobject.h. | Jeremy Hylton | 2001-07-30 | 1 | -5/+0 |
|
|
* | Fix for SF bug [ #443866 ] Evaluating func_code causing core dump | Jeremy Hylton | 2001-07-30 | 1 | -1/+7 |
|
|
* | Repair more now-obsolete references to config.h. | Tim Peters | 2001-07-26 | 1 | -1/+1 |
|
|
* | Undoing the UCS-4 patch addition which caused unichr() to return | Marc-André Lemburg | 2001-07-26 | 1 | -1/+11 |
|
|
* | Patch #411138: Rename config.h to pyconfig.h. Closes bug #231774. | Martin v. Löwis | 2001-07-26 | 7 | -7/+7 |
|
|
* | Add -E command line switch (ignore environment variables like PYTHONHOME | Neil Schemenauer | 2001-07-23 | 3 | -12/+13 |
|
|
* | Patch number #422106 by Greg Ball, to fix segmentation | Moshe Zadka | 2001-07-23 | 1 | -0/+5 |
|
|
* | SF Patch #441791, with changes: when "import foo.bar" fails with an | Guido van Rossum | 2001-07-23 | 1 | -4/+16 |
|
|
* | Add a low-level API to access interpreters, for David Beazley. | Guido van Rossum | 2001-07-19 | 1 | -0/+25 |
|
|
* | Patch #412229: Add functions sys.getdlopenflags and sys.setdlopenflags. | Martin v. Löwis | 2001-07-18 | 3 | -13/+76 |
|
|
* | Deleting zombies | Guido van Rossum | 2001-07-17 | 1 | -211/+0 |
|
|
* | jcompile(): inherit the CO_GENERATOR_ALLOWED flag from the 'base' | Guido van Rossum | 2001-07-16 | 1 | -0/+1 |
|
|
* | PyRun_StringFlags(): forgot to pass the flags on to | Guido van Rossum | 2001-07-16 | 1 | -1/+4 |
|
|
* | Ugly. A pile of new xxxFlags() functions, to communicate to the parser | Tim Peters | 2001-07-16 | 1 | -9/+30 |
|
|
* | future.c: insert a cosmetic space. | Tim Peters | 2001-07-16 | 2 | -2/+2 |
|
|
* | Part way to allowing "from __future__ import generators" to communicate | Tim Peters | 2001-07-16 | 5 | -29/+54 |
|
|
* | Preliminary support for "from __future__ import generators" to enable | Guido van Rossum | 2001-07-15 | 1 | -0/+2 |
|
|
* | GC for generator objects. | Neil Schemenauer | 2001-07-12 | 1 | -4/+12 |
|
|
* | 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 |
|
|
* | SF bug #438295: [Windows] __init__.py cause strange behavior | Tim Peters | 2001-07-05 | 1 | -11/+28 |
|
|
* | This change adjusts the profiling/tracing support so that the common | Fred Drake | 2001-07-03 | 2 | -47/+66 |
|
|
* | Another "if 0:" hack, this time to complain about otherwise invisible | Tim Peters | 2001-06-28 | 1 | -2/+61 |
|
|
* | Revise the interface to the profiling and tracing support for the | Fred Drake | 2001-06-27 | 3 | -151/+183 |
|
|
* | use Py_UNICODE_WIDE instead of USE_UCS4_STORAGE and Py_UNICODE_SIZE | Fredrik Lundh | 2001-06-27 | 1 | -1/+1 |
|
|
* | Encode surrogates in UTF-8 even for a wide Py_UNICODE. | Martin v. Löwis | 2001-06-27 | 1 | -0/+4 |
|
|
* | Cosmetic changes to MvL's change to unichr(): | Guido van Rossum | 2001-06-26 | 1 | -4/+6 |
|
|
* | gen_getattr: make the gi_running and gi_frame members discoverable (but | Tim Peters | 2001-06-26 | 1 | -4/+17 |
|
|
* | Support using UCS-4 as the Py_UNICODE type: | Martin v. Löwis | 2001-06-26 | 1 | -0/+4 |
|
|
* | Add "gi_" (generator-iterator) prefix to names of genobject members. | Tim Peters | 2001-06-26 | 1 | -9/+13 |
|
|
* | 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 |
|
|
* | SF bug #436207: "if 0: yield x" is ignored. | Tim Peters | 2001-06-26 | 1 | -1/+33 |
|
|
* | Change the semantics of "return" in generators, as discussed on the | Tim Peters | 2001-06-23 | 2 | -25/+17 |
|
|
* | gen_iternext(): Don't assume that the current thread state's frame is | Tim Peters | 2001-06-23 | 1 | -2/+2 |
|
|
* | PyFrameObject: rename f_stackbottom to f_stacktop, since it points to | Tim Peters | 2001-06-23 | 1 | -5/+5 |
|
|
* | Disallow 'yield' in a 'try' block when there's a 'finally' clause. | Tim Peters | 2001-06-23 | 1 | -0/+10 |
|
|
* | Teach the UNPACK_SEQUENCE opcode how to tease an iterable object into | Tim Peters | 2001-06-21 | 1 | -32/+38 |
|
|
* | Try to avoid creating reference cycles involving generators. Only keep a | Neil Schemenauer | 2001-06-21 | 1 | -14/+27 |
|
|
* | gen_iternext(): repair subtle refcount problem. | Tim Peters | 2001-06-20 | 1 | -0/+5 |
|
|
* | Remove unused code. | Neil Schemenauer | 2001-06-20 | 1 | -9/+0 |
|
|
* | Merging the gen-branch into the main line, at Guido's direction. Yay! | Tim Peters | 2001-06-18 | 5 | -924/+1156 |
|
|
* | Instead of initializing & interning the strings passed to the profile | Fred Drake | 2001-06-16 | 2 | -26/+48 |
|
|
* | SF bug 433228: repr(list) woes when len(list) big | Tim Peters | 2001-06-16 | 1 | -2/+3 |
|
|
* | Temporarily disable the message to stderr. Jeremy will know what to do | Marc-André Lemburg | 2001-06-13 | 1 | -1/+3 |
|
|