summaryrefslogtreecommitdiffstats
path: root/Include
Commit message (Expand)AuthorAgeFilesLines
* Rename LONG_LONG to PY_LONG_LONG. Fixes #710285.Martin v. Löwis2003-03-292-9/+9
* Improved new Py_TRACE_REFS gimmicks.Tim Peters2003-03-231-1/+1
* Refactored some of the Py_TRACE_REFS code. New private API functionTim Peters2003-03-231-0/+1
* New private API functions _PyFloat_{Pack,Unpack}(4,8}. This is aTim Peters2003-03-201-0/+42
* Fixed SF bug #663074. The codec system was using global staticGustavo Niemeyer2003-03-191-0/+4
* Renamed PyObject_GenericGetIter to PyObject_SelfIterRaymond Hettinger2003-03-171-1/+1
* Created PyObject_GenericGetIter().Raymond Hettinger2003-03-171-0/+1
* - The extended type structure used for heap types (new-styleGuido van Rossum2003-03-071-0/+22
* Fix SF bug #697256, PyMarshal_WriteShortToFile() documented, but not implementedNeal Norwitz2003-03-061-1/+0
* Moved the Apple workaround for the guard define for wchar_t out ofJack Jansen2003-02-281-1/+2
* Fix spelling and grammar.Raymond Hettinger2003-02-281-5/+5
* Update PY_VERSION to indicate that we're beyond 2.3a2 now.Guido van Rossum2003-02-201-1/+1
* As far as I can tell PyEval_GetOwner was removed in 1997 (when it wasMichael W. Hudson2003-02-201-1/+0
* - PyEval_GetFrame() is now declared to return a PyFrameObject *Guido van Rossum2003-02-192-2/+6
* Bump version # to 2.3a2.Tim Peters2003-02-181-2/+2
* - Finally fixed the bug in compile() and exec where a string endingGuido van Rossum2003-02-132-0/+3
* Make comments agree with code (I think).Michael W. Hudson2003-02-101-3/+4
* patch #683515: "Add unicode support to compile(), eval() and exec"Just van Rossum2003-02-101-0/+1
* Small function call optimization and special build option for call stats.Jeremy Hylton2003-02-052-0/+8
* Provide __module__ attributes for functions defined in C and Python.Jeremy Hylton2003-01-312-1/+8
* _PyLong_NumBits(): The definition of this was too specific to the quirkyTim Peters2003-01-311-5/+11
* Added new private API function _PyLong_NumBits. This will be used at theTim Peters2003-01-281-0/+11
* SF bug #670229: doc improvement for cStringIO.hRaymond Hettinger2003-01-191-5/+12
* It turns out that some calls return AEDesc records that are "borrowed",Jack Jansen2003-01-171-0/+1
* Update comment, QnewFlag will go away in 3.0, not 2.3Neal Norwitz2003-01-131-2/+2
* Got rid of the internal datetimetz type.Tim Peters2003-01-111-19/+19
* Minor fiddling to make the next part easier. Introduced an internalTim Peters2003-01-111-21/+41
* Got rid of the timetz type entirely. This was a bit trickier than ITim Peters2003-01-101-12/+17
* Patch #661760: Cygwin auto-import module patchJason Tishler2003-01-061-1/+5
* Move _PyInt_Init() into pythonrun.h, since all the other _Init()Neal Norwitz2003-01-012-1/+1
* Since the *_Init() are private, prefix with _, suggested by SkipNeal Norwitz2002-12-312-2/+2
* Various updates to the version number, on the eve of the 2.3a1 release.Guido van Rossum2002-12-311-1/+1
* SF #561244, Micro optimizationsNeal Norwitz2002-12-302-0/+2
* PEP 302 + zipimport:Just van Rossum2002-12-301-0/+1
* 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