summaryrefslogtreecommitdiffstats
path: root/Include
Commit message (Expand)AuthorAgeFilesLines
* staticforward bites the dust.Jeremy Hylton2002-07-171-18/+9
* SF patch # 580411, move frame macros from frameobject.h into ceval.cNeal Norwitz2002-07-141-20/+0
* HAVE_LIMITS_H -- raise #error if not defined; limits.h is std CTim Peters2002-07-122-12/+2
* object.h special-build macro minefield: renamed all the new lexicalTim Peters2002-07-111-60/+40
* Uglified the new Py_REF_DEBUG (etc) lexical helper macro definitions soTim Peters2002-07-101-21/+25
* Fix SF Bug 564931: compile() traceback must include filename.Thomas Heller2002-07-092-0/+8
* The Py_REF_DEBUG/COUNT_ALLOCS/Py_TRACE_REFS macro minefield: addedTim Peters2002-07-092-28/+36
* Rearranged and added comments to object.h, to clarify many thingsTim Peters2002-07-071-74/+120
* Trashcan cleanup: Now that cyclic gc is always there, the trashcanTim Peters2002-07-071-50/+53
* Removed WITH_CYCLE_GC #ifdef-ery. Holes:Tim Peters2002-07-073-23/+8
* Stop trying to cater to platforms with a broken HUGE_VAL definition. ItTim Peters2002-07-031-12/+7
* Finished transitioning to using gc_refs to track gc objects' states.Tim Peters2002-07-021-3/+5
* Reserved another gc_refs value for untracked objects. Every live gcTim Peters2002-07-021-2/+10
* SF 569257 -- Name mangle double underscored variable names in __slots__.Raymond Hettinger2002-06-201-0/+4
* The opcode FOR_LOOP no longer exists.Guido van Rossum2002-06-131-1/+0
* This is my nearly two year old patchMichael W. Hudson2002-06-111-0/+3
* Patch #505375: Make doc strings optional.Martin v. Löwis2002-06-091-0/+10
* Patch #555929: Cygwin AH_BOTTOM cleanup patch (*** version 2 ***)Jason Tishler2002-06-042-8/+18
* As discussed on python-dev, add a mechanism to indicate featuresNeal Norwitz2002-05-291-0/+1
* Fix for bug [ 561796 ] string.find causes lazy errorMarc-André Lemburg2002-05-291-1/+2
* Silly typo.Michael W. Hudson2002-05-271-1/+1
* - A new type object, 'string', is added. This is a common base typeGuido van Rossum2002-05-241-0/+1
* Disambiguate the grammar for backtick.Guido van Rossum2002-05-241-0/+1
* Add missing \ to macro definition only used when universal newlinesGuido van Rossum2002-05-241-1/+1
* Back out #555929Martin v. Löwis2002-05-152-12/+3
* Patch #555929: Cygwin AH_BOTTOM cleanup patchJason Tishler2002-05-152-3/+12
* Patch #552433: Special-case tuples. Avoid sub-type checking for lists.Martin v. Löwis2002-05-081-0/+6
* _PyGC_generation0 is now a pointerNeil Schemenauer2002-05-041-4/+4
* Patch #551008: DL_IMPORT PyBool_FromLong.Martin v. Löwis2002-05-021-1/+1
* Moving pymalloc along.Tim Peters2002-04-282-112/+131
* - New builtin function enumerate(x), from PEP 279. Example:Guido van Rossum2002-04-262-0/+17
* Apply patch diff.txt from SF feature requestWalter Dörwald2002-04-221-0/+7
* Moving pymalloc along.Tim Peters2002-04-222-30/+10
* Py_UniversalNewlineFread(): Many changes.Tim Peters2002-04-211-5/+5
* Mass checkin of universal newline support.Jack Jansen2002-04-141-1/+19
* _PyObject_DebugDumpStats: renamed to _PyObject_DebugMallocStats.Tim Peters2002-04-131-1/+1
* First stab at rationalizing the PyMem_ API. Mixing PyObject_xyz withTim Peters2002-04-122-62/+55
* First cut at repairing out-of-date comments; make alignment of macro defsTim Peters2002-04-121-15/+24
* Remove PyMalloc_* symbols. PyObject_Malloc now uses pymalloc ifNeil Schemenauer2002-04-121-30/+0
* Remove PyMalloc_* symbols. PyObject_Malloc now uses pymalloc ifNeil Schemenauer2002-04-121-38/+44
* Change the type of the tp_free from 'destructor' to 'freefunc'.Neil Schemenauer2002-04-121-1/+2
* Removed more hair in support of future-generator stmts.Tim Peters2002-04-122-3/+3
* Got rid of ifdefs for long-obsolete GUSI versions.Jack Jansen2002-04-111-7/+0
* Get rid of USE_CACHE_ALIGNED. It has no function anymore.Jack Jansen2002-04-111-3/+0
* Add standard header preamble and footer, a-la intobject.h. Main purpose is e...Mark Hammond2002-04-061-0/+12
* Removed old Digital Creations copyright/license notices (withGuido van Rossum2002-04-041-55/+0
* Oops. Here are the new files. My apologies.Guido van Rossum2002-04-031-0/+20
* Add the 'bool' type and its values 'False' and 'True', as described inGuido van Rossum2002-04-033-17/+3
* New PYMALLOC_DEBUG function void _PyMalloc_DebugDumpStats(void).Tim Peters2002-04-011-0/+1
* Patch #536908: Add missing #include guards/extern "C".Martin v. Löwis2002-03-303-0/+26