summaryrefslogtreecommitdiffstats
path: root/Include
Commit message (Expand)AuthorAgeFilesLines
* Fix the Py_FileSystemDefaultEncoding checkin - declare the variable in a file...Mark Hammond2001-05-141-0/+5
* SF bug #422177: Results from .pyc differs from .pyTim Peters2001-05-081-3/+22
* Reimplement PySequence_Contains() and instance_contains(), so they workTim Peters2001-05-051-1/+11
* Generalize tuple() to work nicely with iterators.Tim Peters2001-05-051-1/+1
* Make PyIter_Next() a little smarter (wrt its knowledge of iteratorTim Peters2001-05-051-3/+2
* This patch originated from an idea by Martin v. Loewis who submitted aMarc-André Lemburg2001-04-231-2/+6
* Mondo changes to the iterator stuff, without changing how Python codeGuido van Rossum2001-04-233-3/+18
* Adding iterobject.[ch], which were accidentally not added. Sorry\!Guido van Rossum2001-04-201-0/+13
* Iterators phase 1. This comprises:Guido van Rossum2001-04-205-4/+19
* Change the version to 2.2a0. This may look strange, but indicatesGuido van Rossum2001-04-181-4/+4
* Update the version to 2.1final (again :-).Guido van Rossum2001-04-161-4/+4
* We need another release candidate after so many "small" changes.Guido van Rossum2001-04-161-2/+2
* Prepare for release candidate 1... aka 2.1c1.Guido van Rossum2001-04-121-3/+3
* Add the necessary field for weak reference support to the function andFred Drake2001-03-232-0/+2
* Add sys.excepthook.Ka-Ping Yee2001-03-231-0/+1
* A small change to the C API for weakly-referencable types: Such typesFred Drake2001-03-221-5/+1
* Set the line number correctly for a nested function with an exec orJeremy Hylton2001-03-221-0/+1
* Extend support for from __future__ import nested_scopesJeremy Hylton2001-03-221-0/+13
* If a code object is compiled with nested scopes, define the CO_NESTED flag.Jeremy Hylton2001-03-222-0/+2
* Move the code implementing isinstance() and issubclass() to new CGuido van Rossum2001-03-211-0/+7
* Bump version to 2.1b2.Guido van Rossum2001-03-201-3/+3
* Variety of small INC/DECREF patches that fix reported memory leaksJeremy Hylton2001-03-131-2/+1
* RISCOS patch by dschwertbergerGuido van Rossum2001-03-021-0/+7
* Useful future statement support for the interactive interpreterJeremy Hylton2001-03-012-0/+7
* Here we go again, another round of version bumping...Guido van Rossum2001-03-011-4/+4
* add DEF_BOUNDJeremy Hylton2001-02-281-1/+3
* Add declaration for PyErr_WarnExplicit().Guido van Rossum2001-02-281-0/+2
* Improve SyntaxErrors for bad future statements. Set file and locationJeremy Hylton2001-02-281-0/+4
* Presumed correct compiler pass for future statementsJeremy Hylton2001-02-281-1/+1
* Improved __future__ parser; still more to doJeremy Hylton2001-02-272-3/+14
* Add Vladimir Marangozov's object allocator. It is disabled by default. ThisNeil Schemenauer2001-02-271-0/+7
* Preliminary support for future nested scopesJeremy Hylton2001-02-272-1/+9
* The return value from PyObject_ClearWeakRefs() is no longer meaningful,Fred Drake2001-02-261-1/+1
* _Py_ReleaseInternedStrings(): Private API function to decref andBarry Warsaw2001-02-231-0/+2
* Relax the rules for using 'from ... import *' and exec in the presenceJeremy Hylton2001-02-091-37/+27
* Superseded by $(srcdir)/Makefile.pre.in.Neil Schemenauer2001-02-031-12/+0
* bump to 2.1a2Jeremy Hylton2001-02-021-3/+3
* Fix symbol table pass to generation SyntaxError exceptions thatJeremy Hylton2001-02-021-0/+1
* Move a bunch of definitions that were internal to compile.c toJeremy Hylton2001-02-022-0/+100
* Use a type flag to determine the applicability of the tp_weaklistoffsetFred Drake2001-02-022-1/+10
* Allow 'continue' inside 'try' clauseJeremy Hylton2001-02-011-0/+1
* Undo recent change that banned using import to bind a global, as perJeremy Hylton2001-02-011-0/+3
* PEP 205, Weak References -- initial checkin.Fred Drake2001-02-013-4/+17
* Remove f_closure slot of frameobject and use f_localsplus instead.Jeremy Hylton2001-01-291-1/+3
* Added prototype for PyInstance_NewRaw().Fred Drake2001-01-281-0/+1
* It's unclear whether PyMarshal_XXX() are part of the public or private API.Tim Peters2001-01-281-0/+1
* The addition of new parameters to functions in the Python/C API requiresFred Drake2001-01-251-2/+5
* PEP 227 implementationJeremy Hylton2001-01-254-7/+17
* PEP 227 implementationJeremy Hylton2001-01-252-0/+29
* Add a flag to indicate the presence of the tp_richcompare field, andGuido van Rossum2001-01-241-2/+7