summaryrefslogtreecommitdiffstats
path: root/Include
Commit message (Expand)AuthorAgeFilesLines
* SF patch #998993: The UTF-8 and the UTF-16 stateful decoders now supportWalter Dörwald2004-09-071-0/+21
* SF patch #1020188: Use Py_CLEAR where necessary to avoid crashesRaymond Hettinger2004-09-011-1/+1
* SF patch #1007189, multi-line imports, for instance:Anthony Baxter2004-08-311-49/+53
* onward and upwardAnthony Baxter2004-08-311-2/+2
* SF patch 936813: fast modular exponentiationTim Peters2004-08-301-1/+6
* SF patch 936813: fast modular exponentiationTim Peters2004-08-291-1/+1
* Stop producing or using OverflowWarning. PEP 237 thought this wouldTim Peters2004-08-251-0/+1
* Patch #900727: Add Py_InitializeEx to allow embedding without signals.Martin v. Löwis2004-08-191-0/+1
* Patch #1006003: Cygwin standard module build problemsJason Tishler2004-08-092-3/+4
* SF #989185: Drop unicode.iswide() and unicode.width() and addHye-Shik Chang2004-08-041-18/+0
* Add a workaround for a problem that UTF-8 strings can be corruptedHye-Shik Chang2004-08-041-0/+33
* on to a2!Anthony Baxter2004-08-031-2/+2
* PEP-0318, @decorator-style. In Guido's words:Anthony Baxter2004-08-023-72/+77
* Fix typo in commentNeal Norwitz2004-08-011-1/+1
* * drop the unreasonable list invariant that ob_item should never come backArmin Rigo2004-07-291-3/+1
* Fix obscure breakage (relative to 2.3) in listsort: the test for listTim Peters2004-07-291-0/+3
* Document what the members of PyListObject are used for, and the crucialTim Peters2004-07-291-0/+9
* Use intptr_t/uintptr_t on WindowsMartin v. Löwis2004-07-271-0/+5
* SF bug 994255: Py_RETURN_NONE causes too much warningsTim Peters2004-07-222-3/+3
* Moved SunPro warning suppression into pyport.h and out of individualNicholas Bastin2004-07-151-0/+7
* Moved PyMac_GetScript() to _localemodule, which is the only place whereJack Jansen2004-07-151-1/+0
* Formalize that the Py_VISIT macro requires that the tp_traverseTim Peters2004-07-151-1/+5
* Documented the new Py_VISIT macro to simplify implementation ofJim Fulton2004-07-141-0/+10
* Implemented a new Py_CLEAR macro. This macro should be used whenJim Fulton2004-07-141-0/+9
* Add PyArg_VaParseTupleAndKeywords(). Document this function andBrett Cannon2004-07-101-0/+2
* post-release funAnthony Baxter2004-07-091-1/+1
* Allow string and unicode return types from .encode()/.decode()Marc-André Lemburg2004-07-081-0/+11
* bump the version number for 2.4a1Fred Drake2004-07-081-2/+2
* Make weak references subclassable:Fred Drake2004-07-021-1/+6
* SF Bug #215126: Over restricted type checking on eval() functionRaymond Hettinger2004-07-021-1/+1
* Add missing backslash for PyDateTimeAPI->Delta_FromDelta() macro.Brett Cannon2004-06-281-1/+1
* Patch #923098: Share interned strings in marshal.Martin v. Löwis2004-06-271-3/+5
* Patch #966493: Cleanup generator/eval_frame exposure.Martin v. Löwis2004-06-273-3/+6
* Install two code generation optimizations that depend on NOP.Raymond Hettinger2004-06-211-0/+1
* SF patch 876130: add C API to datetime module, from Anthony Tuininga.Tim Peters2004-06-201-0/+95
* Bug 975996: Add _PyTime_DoubleToTimet to C APITim Peters2004-06-201-0/+23
* Patch #774665: Make Python LC_NUMERIC agnostic.Martin v. Löwis2004-06-082-0/+20
* Patch #510695: Add TSC profiling for the VM.Martin v. Löwis2004-06-081-0/+3
* - SF #962502: Add two more methods for unicode type; width() andHye-Shik Chang2004-06-021-0/+18
* Patch #957398: Add public API for Generator Object/Type.Martin v. Löwis2004-06-012-0/+34
* Add weakref support to array.array and file objects.Raymond Hettinger2004-05-311-0/+1
* Make sets and deques weak referencable.Raymond Hettinger2004-05-301-0/+1
* SF patch #872326: Generator expression implementationRaymond Hettinger2004-05-192-18/+25
* Two new public API functions, Py_IncRef and Py_DecRef. Useful forThomas Heller2004-04-221-0/+7
* Added a comment about the unreferenced PyThreadState.tick_counterTim Peters2004-03-291-11/+18
* Enable the profiling of C functions (builtins and extensions)Nicholas Bastin2004-03-241-0/+3
* Patch #871657: Set EDOM for `nan' return values on FreeBSD and OpenBSD.Hye-Shik Chang2004-03-221-7/+20
* Moved tracebackobject to traceback.h, Closes SF Bug #497067Nicholas Bastin2004-03-211-1/+9
* compile.h and eval.h weren't being included which kept a fair bit of theSkip Montanaro2004-03-131-0/+3
* SF patch #906501: Fix typos in pystate.h commentsRaymond Hettinger2004-03-131-2/+2