summaryrefslogtreecommitdiffstats
path: root/Include
Commit message (Expand)AuthorAgeFilesLines
* Convert iterator __len__() methods to a private API.Raymond Hettinger2005-09-241-0/+15
* - Changes donated by Elemental Security to make it work on AIX 5.3Guido van Rossum2005-09-141-0/+1
* - Changes donated by Elemental Security to make it work on HP-UX 11 onGuido van Rossum2005-09-141-1/+1
* SF bug #1251300: On UCS-4 builds the "unicode-internal" codec will now complainWalter Dörwald2005-08-301-0/+10
* Disallow keyword arguments for type constructors that don't use them.Georg Brandl2005-08-261-0/+1
* Numerous fix-ups to C API and docs. Added tests for C API.Raymond Hettinger2005-08-161-1/+1
* Add a C API for sets and frozensets.Raymond Hettinger2005-08-161-0/+9
* Change the %s format specifier for str objects so that it returns aNeil Schemenauer2005-08-121-0/+1
* * Bring in INIT_NONZERO_SET_SLOTS macro from dictionary code.Raymond Hettinger2005-08-071-1/+5
* * set_new() doesn't need to zero the structure a second time after tp_allocRaymond Hettinger2005-08-061-0/+6
* Model set.pop() after dict.popitem().Raymond Hettinger2005-08-021-0/+4
* PEP 342 implementation. Per Guido's comments, the generator throw()Phillip J. Eby2005-08-023-0/+3
* * Improve code for the empty frozenset singleton:Raymond Hettinger2005-08-012-2/+2
* Revised the set() and frozenset() implementaion to use its own internalRaymond Hettinger2005-07-311-13/+45
* [ 1243081 ] repair typosGeorg Brandl2005-07-221-1/+1
* Add comments about PyThreadState and the usage of its fields.Brett Cannon2005-06-251-1/+5
* This is my patch:Michael W. Hudson2005-06-031-1/+1
* This is my patch:Michael W. Hudson2005-05-272-12/+18
* Patch #1115086: support PY_LONGLONG in structmember.Martin v. Löwis2005-03-031-0/+4
* Patch #802188: better parser error message for non-EOL following line cont.Martin v. Löwis2005-03-031-0/+1
* Remove PyRange_New().Raymond Hettinger2004-12-031-2/+0
* post 2.4 release machinationsAnthony Baxter2004-11-301-3/+3
* preparing for 2.4 final (wooooooo!)Anthony Baxter2004-11-291-3/+3
* Correct the handling of 0-termination of PyUnicode_AsWideChar()Marc-André Lemburg2004-11-221-2/+8
* preparing for rc1Anthony Baxter2004-11-151-4/+4
* SF patch #1035255: Remove CoreServices / CoreFoundation dependencies in coreRaymond Hettinger2004-11-051-13/+14
* release bitAnthony Baxter2004-11-021-2/+2
* SF patch #1056231: typo in comment (unicodeobject.h)Raymond Hettinger2004-10-311-1/+1
* SF 1055820: weakref callback vs gc vs threadsTim Peters2004-10-301-0/+20
* Wrote down the invariants of some common objects whose structure isArmin Rigo2004-10-2810-23/+75
* bump the version number prior to releaseFred Drake2004-10-141-3/+3
* SF patch 1044089: New C API function PyEval_ThreadsInitialized(), by NickTim Peters2004-10-111-0/+1
* SF patch #1035498: -m option to run a module as a scriptRaymond Hettinger2004-10-071-0/+4
* Finalize the freelist of list objects.Raymond Hettinger2004-10-071-0/+1
* Introduced a Py_IS_NAN macro, which probably works on the major platformsTim Peters2004-09-231-2/+17
* A static swapped_op[] array was defined in 3 different C files, & I thinkTim Peters2004-09-231-0/+5
* Removed redundant declaration of _PyLong_NumBits().Tim Peters2004-09-231-1/+0
* 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