summaryrefslogtreecommitdiff
path: root/Include
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 61964-61979 via svnmerge fromChristian Heimes2008-03-281-7/+7
* Merged revisions 61952-61953 via svnmerge fromChristian Heimes2008-03-263-0/+12
* Add __future__ import for print_function. It's a no-op in 3.0, but it needs ...Eric Smith2008-03-202-0/+2
* Merged revisions 61431,61433-61436,61439,61444,61449-61450,61453,61458,61465,...Christian Heimes2008-03-181-0/+2
* Move itertools izip() code to builtins as zip(). Complete the renaming.Raymond Hettinger2008-03-131-3/+0
* Prep for 3.0a4Barry Warsaw2008-03-011-1/+1
* Copyright and version tweaks for 3.0a3.v3.0a3Barry Warsaw2008-03-011-2/+2
* Merged revisions 61038,61042-61045,61047,61050,61053,61055-61056,61061-61062,...Christian Heimes2008-02-281-0/+3
* Remove unused and non-PEP-related entry from PyBufferProcsTravis E. Oliphant2008-02-191-1/+0
* Fixes for shared 2.6 code that implements PEP 3101, advanced stringEric Smith2008-02-171-0/+7
* Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,...Christian Heimes2008-02-165-0/+11
* Bug #1595: Remove extra semicolon.Martin v. Löwis2008-02-121-1/+1
* Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,...Christian Heimes2008-02-091-0/+1
* Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,...Christian Heimes2008-02-043-1/+21
* Merged revisions 60475-60479,60481-60488 via svnmerge fromChristian Heimes2008-02-011-1/+5
* Fixed r60466Christian Heimes2008-01-311-1/+0
* Merged revisions 60408-60440 via svnmerge fromChristian Heimes2008-01-301-1/+8
* Merged revisions 60383-60407 via svnmerge fromChristian Heimes2008-01-291-0/+2
* Merged revisions 60364-60378 via svnmerge fromChristian Heimes2008-01-271-0/+1
* Merged revisions 60284-60349 via svnmerge fromChristian Heimes2008-01-272-0/+5
* Merged revisions 60176-60209 via svnmerge fromChristian Heimes2008-01-233-2/+6
* Merged revisions 60124-60142 via svnmerge fromChristian Heimes2008-01-201-2/+2
* 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