summaryrefslogtreecommitdiffstats
path: root/Include
Commit message (Expand)AuthorAgeFilesLines
* Apparently FreeBSD enables some HW floating-point exceptions by default.Tim Peters2002-12-281-5/+10
* Update/correct commentNeal Norwitz2002-12-191-1/+1
* Provide mechanism to deprecate functions, types, and struct members.Neal Norwitz2002-12-191-0/+13
* datetime escapes the sandbox. The Windows build is all set. I leave itTim Peters2002-12-161-0/+125
* Constify filenames and scripts. Fixes #651362.Martin v. Löwis2002-12-115-48/+49
* Constify char* API. Fixes #651363. 2.2 candidate.Martin v. Löwis2002-12-111-3/+3
* SF 548651: Fix the METH_CLASS implementation.Tim Peters2002-12-091-0/+1
* Patch #614055: Support OpenVMS.Martin v. Löwis2002-12-061-0/+3
* James Henstridge pointed out a misleading comment.Michael W. Hudson2002-11-251-10/+6
* Remove MALLOC_ZERO_RETURNS_NULL.Martin v. Löwis2002-11-231-9/+4
* Fix for #641455: curses module doesn't build on MacOSX. It turns out theJack Jansen2002-11-221-0/+9
* Fix PEP 293 related problems with --disable-unicode buildsWalter Dörwald2002-11-211-0/+3
* Remove _Py_ResetReferences. Fixes bug #529750 "Circular reference makesNeil Schemenauer2002-11-171-1/+0
* Assorted patches from Armin Rigo:Michael W. Hudson2002-11-081-0/+5
* Patch #512981: Update readline input stream on sys.stdin/out change.Martin v. Löwis2002-10-261-2/+2
* Clean up some whitespace to be consistent with Python's C style.Fred Drake2002-10-171-4/+4
* Add PyStructSequence_UnnamedField. Add stat_float_times.Martin v. Löwis2002-10-161-0/+2
* SF # 607253, header file problems by Ralf W. Grosse-KunstleveNeal Norwitz2002-10-042-6/+6
* Patch 594001: PEP 277 - Unicode file name support for Windows NT.Mark Hammond2002-10-031-2/+23
* Back out the previous change. It doesn't save any space on 64-bitGuido van Rossum2002-09-171-2/+2
* Rearrange the members of struct _node to put shorter fields towardsGuido van Rossum2002-09-171-2/+2
* Use Py_GCC_ATTRIBUTE instead of __attribute__. Compilers other than GCCNeil Schemenauer2002-09-155-10/+12
* 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