summaryrefslogtreecommitdiffstats
path: root/Include
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 59921-59932 via svnmerge fromChristian Heimes2008-01-121-0/+8
* Merged revisions 59822-59841 via svnmerge fromChristian Heimes2008-01-071-0/+1
* Always define Py_USING_UNICODE, 3rd party software may depend on it. A missin...Christian Heimes2008-01-071-0/+3
* Some VS 6.0 compatibility fixes from Hirokazu Yamamoto which are also useful ...Christian Heimes2008-01-041-5/+5
* Merged revisions 59666-59679 via svnmerge fromChristian Heimes2008-01-033-7/+11
* Show in the sys.version string (bot not elsewhere) that this is moreGuido van Rossum2008-01-021-1/+1
* Merged revisions 59565-59594 via svnmerge fromChristian Heimes2007-12-241-0/+3
* Drop _PyLong_FitsInLong. Fixes #1666.Martin v. Löwis2007-12-201-1/+0
* #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT.Christian Heimes2007-12-1933-79/+79
* Merged revisions 59541-59561 via svnmerge fromChristian Heimes2007-12-195-0/+58
* Issue #1587: Added instancemethod wrapper for PyCFunctions. The Python C APIChristian Heimes2007-12-111-0/+18
* Issue #1580: New free format floating point representation based on "Floating...Christian Heimes2007-12-101-0/+4
* Fixed issue #1564: The set implementation should special-case PyUnicode inste...Christian Heimes2007-12-101-1/+0
* Merged revisions 59376-59406 via svnmerge fromChristian Heimes2007-12-081-17/+4
* Get ready for releasing 3.0a2.Guido van Rossum2007-12-061-2/+2
* Removed PyInt_GetMax and sys.maxintChristian Heimes2007-12-041-2/+0
* Remove PyInt_CheckExact. Add PyLong_AsLongAndOverflow.Martin v. Löwis2007-12-041-1/+1
* Add an errors parameter to open() and TextIOWrapper() to specify error handling.Guido van Rossum2007-12-031-1/+1
* I've moved the remains of PyInt_ to the longobject.h header file and removed ...Christian Heimes2007-12-023-47/+27
* Changed #ifdef 0 to #if 0.Christian Heimes2007-12-021-1/+1
* Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases i...Christian Heimes2007-12-024-15/+18
* #1535: rename __builtin__ module to builtins.Georg Brandl2007-12-021-2/+2
* Merged revisions 59245-59254 via svnmerge fromChristian Heimes2007-12-011-0/+4
* Cleanups and documentation updates related to the removal of unbound methods.Christian Heimes2007-11-301-1/+0
* Partial fix for bug #1306Christian Heimes2007-11-301-0/+1
* Added all PyTypeObjects to the appropriate header files.Christian Heimes2007-11-2910-1/+31
* Removed the API to create unbound methods and simplified the API for bound me...Christian Heimes2007-11-271-6/+3
* Merged revisions 59056-59076 via svnmerge fromChristian Heimes2007-11-201-0/+7
* Merged revisions 59005-59040 via svnmerge fromChristian Heimes2007-11-181-0/+2
* Fixed some build issues and updated docs.Christian Heimes2007-11-171-2/+2
* This is roughly socket2.diff from issue 1378, with a few changes appliedGuido van Rossum2007-11-161-0/+9
* Replace PyObject_Unicode with PyObject_Str everywhere, and remove theThomas Heller2007-11-151-1/+0
* Merging the py3k-pep3137 branch back into the py3k branch.Guido van Rossum2007-11-066-98/+16
* Fixed a bug in PyUnicode_DecodeFSDefault. strcmp() returns 0 on success.Christian Heimes2007-11-041-0/+8
* Patch 1352 (continued in issue 1329) by Christian Heimes.Guido van Rossum2007-10-301-0/+7
* Patch 1329 (partial) by Christian Heimes.Guido van Rossum2007-10-301-1/+2
* Kill PyString_Encode(), which isn't used anywhere.Guido van Rossum2007-10-261-18/+8
* Issue 1267, continued.Guido van Rossum2007-10-221-4/+1
* Tweak the version *string* to clarify that this isn't your father's 3.0a1. :-)Guido van Rossum2007-10-201-1/+1
* Patch 1267 by Christian Heimes.Guido van Rossum2007-10-191-0/+3
* Patch# 1258 by Christian Heimes: kill basestring.Guido van Rossum2007-10-161-1/+0
* For PEP3137: Adds missing methods to the mutable PyBytes object (soonGregory P. Smith2007-10-161-0/+84
* Patch #1272, by Christian Heimes and Alexandre Vassalotti.Guido van Rossum2007-10-152-2/+18
* Eliminate use of PyBUF_CHARACTER flag which is no longer part of the buffer i...Travis E. Oliphant2007-10-131-10/+9
* Fix problems with memoryview object. There is still more to do to finish PEP...Travis E. Oliphant2007-10-122-35/+42
* Delete bufferobject.[ch].Guido van Rossum2007-10-082-34/+0
* Change PyBuffer to Py_buffer to be consistent with other non-object structure...Travis E. Oliphant2007-09-233-12/+12
* Remove more cruft leftover from nb_coerce. Rename nb_coerce toNeil Schemenauer2007-09-211-2/+1
* Fixing the spelling of "writeable" to "writable", particularly PyBUF_WRITEABLE.Sean Reifscheider2007-09-173-10/+12
* Merged revisions 57778-58052 via svnmerge fromThomas Wouters2007-09-081-0/+1