summaryrefslogtreecommitdiffstats
path: root/Include
Commit message (Expand)AuthorAgeFilesLines
* Fix PyGC_Collect() to be exported from the built DLL on Windows. (Fix givenBarry Warsaw2006-01-261-1/+1
* Fix icc warnings: single bit fields should be unsignedNeal Norwitz2006-01-071-7/+7
* Drop sys.build_number. Add sys.subversion.Martin v. Löwis2006-01-052-1/+6
* const poisoning, spreading to fix new const warningsTim Peters2005-12-241-3/+3
* Expose Subversion revision number (calculated via "svnversion .") to Python.Barry Warsaw2005-12-181-0/+1
* Merge from ast-arena. This reduces the code in Python/ast.c by ~300 lines,Neal Norwitz2005-12-177-73/+116
* moved magic into structure (mainly to simplify the client code)Fredrik Lundh2005-12-131-3/+5
* renamed dispatch -> capi to match other CAPI implementationsFredrik Lundh2005-12-131-3/+3
* added cobject-based expat dispatch mechanism to pyexpatFredrik Lundh2005-12-131-0/+45
* SF #1373150, diffs in working copy after a buildNeal Norwitz2005-12-111-1/+1
* Add const to several API functions that take char *.Jeremy Hylton2005-12-107-34/+36
* Whoops, checkin consistent versions of *all* files to stop pollutingNeal Norwitz2005-11-132-7/+4
* Prevent name pollution by making lots of internal functions static.Neal Norwitz2005-11-131-15/+1
* _PyUnicode_IsWhitespace(),Tim Peters2005-10-291-2/+2
* use PyAPI_FUNC instead of DL_IMPORT. are we going to deprecate the old non-P...Neal Norwitz2005-10-241-2/+2
* Do not pollute name block_ty, prefix with _Py_Neal Norwitz2005-10-241-3/+3
* use PyAPI_FUNC instead of DL_IMPORT. are we going to deprecate the old non-P...Neal Norwitz2005-10-231-2/+2
* Fix private name mangling. The symtable also must do mangles so thatNeil Schemenauer2005-10-231-1/+1
* Correct error to PyRun_SimpleString macro introduced in AST merge.Mark Hammond2005-10-231-1/+1
* Fix a bunch of imports to use code.h instead of compile.h.Jeremy Hylton2005-10-211-5/+0
* Remove INT_MIN that came from the AST merge.Neal Norwitz2005-10-211-1/+0
* Use the newer names for APIs after the AST mergeNeal Norwitz2005-10-211-3/+3
* Remove dup declarations after AST mergeNeal Norwitz2005-10-211-3/+0
* Merge ast-branch to headJeremy Hylton2005-10-209-128/+654
* 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