summaryrefslogtreecommitdiffstats
path: root/Include
Commit message (Expand)AuthorAgeFilesLines
* A slight change to SET_LINENO-less tracing.Michael W. Hudson2002-09-111-0/+2
* Added include guards and C++ extern "C" {} constructs. Partial fix for #607253.Jack Jansen2002-09-101-1/+3
* replace thread state objects' ticker and checkinterval fields with twoSkip Montanaro2002-09-032-2/+4
* Removed bogus PyUnicodeTranslateError_GetEncoding, asWalter Dörwald2002-09-021-1/+0
* PEP 293 implemention (from SF patch http://www.python.org/sf/432401)Walter Dörwald2002-09-022-0/+96
* Further SET_LINENO reomval fixes. See comments in patch #587933.Michael W. Hudson2002-08-301-3/+0
* SF patch 576101, by Oren Tirosh: alternative implementation ofGuido van Rossum2002-08-192-4/+15
* Make PyDescr_IsData() a macro. It's too simple to be a function.Guido van Rossum2002-08-191-1/+1
* This is my patchMichael W. Hudson2002-08-151-2/+3
* provide less mysterious error messages when seeing end-of-line inSkip Montanaro2002-08-151-0/+2
* Added a FutureWarning for constructs that will change semantically inBarry Warsaw2002-08-141-0/+1
* Patch #505705: Remove eval in pickle and cPickle.Martin v. Löwis2002-08-141-0/+4
* Correct PyAPI_FUNC to PyAPI_DATA - sorry Jack.Mark Hammond2002-08-121-2/+2
* Add name mangling for new PyUnicode_FromOrdinal() and fix declarationMarc-André Lemburg2002-08-121-1/+3
* Excise DL_EXPORT from Include.Mark Hammond2002-08-1251-673/+669
* Add C API PyUnicode_FromOrdinal() which exposes unichr() at C level.Marc-André Lemburg2002-08-111-0/+12
* A modest speedup of object deallocation. call_finalizer() did ratherGuido van Rossum2002-08-081-0/+1
* Added info about the right way to leave the body of a trashcan-protectedTim Peters2002-08-071-0/+5
* SF patch 580331 by Oren Tirosh: make file objects their own iterator.Guido van Rossum2002-08-061-3/+6
* Remove function definition from cStringIO.h.Jeremy Hylton2002-08-051-23/+4
* Patch #534304: Implement phase 1 of PEP 263.Martin v. Löwis2002-08-042-0/+2
* Added one call to Py_Main(), for OSX framework builds only, that will get theJack Jansen2002-08-021-1/+3
* Excise DL_EXPORT/DL_IMPORT from Modules/*. Required adding a prototypeMark Hammond2002-08-021-0/+3
* New functions for extension writers on Windows:Thomas Heller2002-07-291-0/+3
* Excise DL_IMPORT/EXPORT from object.h, and related files. This patchMark Hammond2002-07-295-93/+93
* Define _XOPEN_SOURCE and _GNU_SOURCE in pyconfig.h, to have themMartin v. Löwis2002-07-201-11/+0
* Land Patch [ 566100 ] Rationalize DL_IMPORT and DL_EXPORT.Mark Hammond2002-07-192-39/+93
* Define _XOPEN_SOURCE in configure and Python.h.Jeremy Hylton2002-07-181-6/+1
* 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