summaryrefslogtreecommitdiffstats
path: root/Include
Commit message (Expand)AuthorAgeFilesLines
* 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
* PyGC_Dump() -> _PyGC_Dump()Barry Warsaw2001-01-241-1/+1
* PyObject_Dump() -> _PyObject_Dump()Barry Warsaw2001-01-241-1/+1
* Add prototype for PyGC_Dump() -- but only inside the #ifdefBarry Warsaw2001-01-231-0/+2
* Add prototype for PyObject_Dump().Barry Warsaw2001-01-231-0/+1
* Add a new API, PyThreadState_DeleteCurrent() that combinesGuido van Rossum2001-01-231-0/+3
* Remove include-file-dependant half-prototype of clnt_create().Thomas Wouters2001-01-221-3/+0
* Move declaration of 'clnt_create()' NIS function to pyport.h, as it'sThomas Wouters2001-01-211-0/+3
* Fix comment.Neil Schemenauer2001-01-201-2/+2
* refactored the unicodeobject/ucnhash interface, to hide theFredrik Lundh2001-01-191-18/+27
* Move distributed and duplicated config for stat() and fstat() into pyport.h.Tim Peters2001-01-181-2/+34
* Get rid of the declaration for _PyCompareState_Key.Guido van Rossum2001-01-171-3/+0
* This patch adds a new builtin unistr() which behaves like str()Marc-André Lemburg2001-01-172-0/+13
* Rich comparisons: ensure that LT == Py_LT, etc.Guido van Rossum2001-01-171-1/+2
* Introduction to rich comparisons:Guido van Rossum2001-01-171-12/+22
* Bump version to 2.1a1. (To be released Friday.)Guido van Rossum2001-01-171-4/+4
* Committing PEP 232, function attribute feature, approved by Guido.Barry Warsaw2001-01-151-0/+1
* Change LONG_BIT error warning to mention glibc, too, since this is reallyAndrew M. Kuchling2001-01-121-1/+1
* - Add nb_cmp slot for new style nubmers.Neil Schemenauer2001-01-041-0/+22
* Remove PyInstance_*BinOp functions.Neil Schemenauer2001-01-041-8/+0
* Added header file for C API exported by _cursesmodule.cAndrew M. Kuchling2000-12-221-0/+133
* Add declarations for PySys_ResetWarnOptions() andGuido van Rossum2000-12-151-0/+3
* Add declarations for standard warning category classes (PyExc_WarningGuido van Rossum2000-12-151-0/+10