| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | Make PyIter_Next() a little smarter (wrt its knowledge of iterator | Tim Peters | 2001-05-05 | 1 | -3/+2 |
|
|
* | This patch originated from an idea by Martin v. Loewis who submitted a | Marc-André Lemburg | 2001-04-23 | 1 | -2/+6 |
|
|
* | Mondo changes to the iterator stuff, without changing how Python code | Guido van Rossum | 2001-04-23 | 3 | -3/+18 |
|
|
* | Adding iterobject.[ch], which were accidentally not added. Sorry\! | Guido van Rossum | 2001-04-20 | 1 | -0/+13 |
|
|
* | Iterators phase 1. This comprises: | Guido van Rossum | 2001-04-20 | 5 | -4/+19 |
|
|
* | Change the version to 2.2a0. This may look strange, but indicates | Guido van Rossum | 2001-04-18 | 1 | -4/+4 |
|
|
* | Update the version to 2.1final (again :-). | Guido van Rossum | 2001-04-16 | 1 | -4/+4 |
|
|
* | We need another release candidate after so many "small" changes. | Guido van Rossum | 2001-04-16 | 1 | -2/+2 |
|
|
* | Prepare for release candidate 1... aka 2.1c1. | Guido van Rossum | 2001-04-12 | 1 | -3/+3 |
|
|
* | Add the necessary field for weak reference support to the function and | Fred Drake | 2001-03-23 | 2 | -0/+2 |
|
|
* | Add sys.excepthook. | Ka-Ping Yee | 2001-03-23 | 1 | -0/+1 |
|
|
* | A small change to the C API for weakly-referencable types: Such types | Fred Drake | 2001-03-22 | 1 | -5/+1 |
|
|
* | Set the line number correctly for a nested function with an exec or | Jeremy Hylton | 2001-03-22 | 1 | -0/+1 |
|
|
* | Extend support for from __future__ import nested_scopes | Jeremy Hylton | 2001-03-22 | 1 | -0/+13 |
|
|
* | If a code object is compiled with nested scopes, define the CO_NESTED flag. | Jeremy Hylton | 2001-03-22 | 2 | -0/+2 |
|
|
* | Move the code implementing isinstance() and issubclass() to new C | Guido van Rossum | 2001-03-21 | 1 | -0/+7 |
|
|
* | Bump version to 2.1b2. | Guido van Rossum | 2001-03-20 | 1 | -3/+3 |
|
|
* | Variety of small INC/DECREF patches that fix reported memory leaks | Jeremy Hylton | 2001-03-13 | 1 | -2/+1 |
|
|
* | RISCOS patch by dschwertberger | Guido van Rossum | 2001-03-02 | 1 | -0/+7 |
|
|
* | Useful future statement support for the interactive interpreter | Jeremy Hylton | 2001-03-01 | 2 | -0/+7 |
|
|
* | Here we go again, another round of version bumping... | Guido van Rossum | 2001-03-01 | 1 | -4/+4 |
|
|
* | add DEF_BOUND | Jeremy Hylton | 2001-02-28 | 1 | -1/+3 |
|
|
* | Add declaration for PyErr_WarnExplicit(). | Guido van Rossum | 2001-02-28 | 1 | -0/+2 |
|
|
* | Improve SyntaxErrors for bad future statements. Set file and location | Jeremy Hylton | 2001-02-28 | 1 | -0/+4 |
|
|
* | Presumed correct compiler pass for future statements | Jeremy Hylton | 2001-02-28 | 1 | -1/+1 |
|
|
* | Improved __future__ parser; still more to do | Jeremy Hylton | 2001-02-27 | 2 | -3/+14 |
|
|
* | Add Vladimir Marangozov's object allocator. It is disabled by default. This | Neil Schemenauer | 2001-02-27 | 1 | -0/+7 |
|
|
* | Preliminary support for future nested scopes | Jeremy Hylton | 2001-02-27 | 2 | -1/+9 |
|
|
* | The return value from PyObject_ClearWeakRefs() is no longer meaningful, | Fred Drake | 2001-02-26 | 1 | -1/+1 |
|
|
* | _Py_ReleaseInternedStrings(): Private API function to decref and | Barry Warsaw | 2001-02-23 | 1 | -0/+2 |
|
|
* | Relax the rules for using 'from ... import *' and exec in the presence | Jeremy Hylton | 2001-02-09 | 1 | -37/+27 |
|
|
* | Superseded by $(srcdir)/Makefile.pre.in. | Neil Schemenauer | 2001-02-03 | 1 | -12/+0 |
|
|
* | bump to 2.1a2 | Jeremy Hylton | 2001-02-02 | 1 | -3/+3 |
|
|
* | Fix symbol table pass to generation SyntaxError exceptions that | Jeremy Hylton | 2001-02-02 | 1 | -0/+1 |
|
|
* | Move a bunch of definitions that were internal to compile.c to | Jeremy Hylton | 2001-02-02 | 2 | -0/+100 |
|
|
* | Use a type flag to determine the applicability of the tp_weaklistoffset | Fred Drake | 2001-02-02 | 2 | -1/+10 |
|
|
* | Allow 'continue' inside 'try' clause | Jeremy Hylton | 2001-02-01 | 1 | -0/+1 |
|
|
* | Undo recent change that banned using import to bind a global, as per | Jeremy Hylton | 2001-02-01 | 1 | -0/+3 |
|
|