summaryrefslogtreecommitdiffstats
path: root/Include
Commit message (Expand)AuthorAgeFilesLines
* Fix memory leak in arraymodule.c and respond to a few comments by nnorwitz.Travis E. Oliphant2007-08-201-2/+3
* Remove _PyObject_DelNeal Norwitz2007-08-191-3/+0
* Code review of the new buffer protocol. Mostly add questions that shouldNeal Norwitz2007-08-192-1/+2
* Merged in py3k-buffer branch to main line. All objects now use the buffer pr...Travis E. Oliphant2007-08-186-10/+237
* Remove support for BeOSSkip Montanaro2007-08-171-10/+4
* Apply SF patch #1775604: This adds three new codecs (utf-32, utf-32-le andWalter Dörwald2007-08-161-0/+82
* Remove RISCOS supportSkip Montanaro2007-08-162-14/+1
* Implement PEP 3131. Add isidentifier to str.Martin v. Löwis2007-08-152-0/+7
* Add XID_Start and XID_Continue properties to unicodectype.Martin v. Löwis2007-08-141-0/+12
* PyErr_Warn is deprecated in 2.5 - goes away for 3.0Skip Montanaro2007-08-121-3/+0
* Remove support for __members__ and __methods__. There still might beNeal Norwitz2007-08-111-16/+3
* Whitespace normalization.Neal Norwitz2007-08-081-12/+12
* Merged revisions 56753-56781 via svnmerge fromGuido van Rossum2007-08-061-1/+2
* Fix merge breakage.Martin v. Löwis2007-07-212-2/+2
* Merged revisions 56467-56482 via svnmerge fromMartin v. Löwis2007-07-2135-90/+95
* Merged revisions 56301-56442 via svnmerge fromGuido van Rossum2007-07-181-1/+1
* Merged revisions 56154-56264 via svnmerge fromGuido van Rossum2007-07-111-5/+14
* Merged revisions 55962-56019 via svnmerge fromGuido van Rossum2007-06-182-3/+4
* Add asserts to PyBytes_AS_STRING and PyBytes_GET_SIZE.Guido van Rossum2007-06-141-2/+2
* Merged revisions 55817-55961 via svnmerge fromGuido van Rossum2007-06-135-1/+30
* Rip out the file object's implementation.Guido van Rossum2007-06-122-45/+4
* Make identifiers str (not str8) objects throughout.Martin v. Löwis2007-06-104-7/+50
* Change float.__str__() and complex.__str__() to returnWalter Dörwald2007-05-311-0/+1
* Change PyErr_Format() to generate a unicode string (by usingWalter Dörwald2007-05-251-2/+1
* Add interning of unicode strings by copying the functionality fromWalter Dörwald2007-05-252-4/+15
* Merged revisions 55407-55513 via svnmerge fromGuido van Rossum2007-05-222-81/+84
* Rename test_xrange.py to test_range.py and fix theWalter Dörwald2007-05-211-3/+0
* Add functions PyUnicode_Append() and PyUnicode_AppendAndDel() that mirrorWalter Dörwald2007-05-182-1/+22
* Add missing #define.Walter Dörwald2007-05-181-0/+1
* Add 'U'/'U#' format characters to Py_BuildValue (and thusWalter Dörwald2007-05-181-1/+15
* Merged revisions 55342-55406 via svnmerge fromGuido van Rossum2007-05-172-10/+1
* Merged revisions 55328-55341 via svnmerge fromGuido van Rossum2007-05-152-93/+76
* Merged revisions 55325-55327 via svnmerge fromGuido van Rossum2007-05-141-0/+2
* Merged revisions 55270-55324 via svnmerge fromGuido van Rossum2007-05-142-3/+0
* Merged revisions 55225-55227,55229-55269 via svnmerge fromGuido van Rossum2007-05-113-27/+39
* Add PyUnicode_FromString(), which create a unicode object from aWalter Dörwald2007-05-051-0/+8
* Get rid of all #ifdef Py_USING_UNICODE (it is always present now).Guido van Rossum2007-05-034-16/+0
* Checkpoint. Manipulated things so that string literals are alwaysGuido van Rossum2007-04-271-1/+0
* Merged revisions 53952-54987 via svnmerge fromGuido van Rossum2007-04-274-1/+9
* Hide list comp variables and support set comprehensionsNick Coghlan2007-04-154-44/+52
* Rough and dirty job -- allow concatenation of bytes and arbitraryGuido van Rossum2007-04-131-0/+1
* Patch #1680961: remove sys.exitfunc and replace it with a private C API. Also...Collin Winter2007-03-211-0/+4
* Make ELLIPSIS a separate token. This makes it a syntax error to write ". . ...Georg Brandl2007-03-181-3/+4
* Remove the deprecated and useless "pend" argument fromGeorg Brandl2007-03-181-4/+2
* Implement PEP 3115 -- new metaclass syntax and semantics.Guido van Rossum2007-03-182-7/+11
* SF patch #1669633, add methods for bytes from Pete Shinners.Neal Norwitz2007-02-271-0/+2
* I assume this was supposed to be Py_ssize_t since there are no uses of plain ...Neal Norwitz2007-02-271-1/+1
* Provisional implementation of PEP 3104.Jeremy Hylton2007-02-273-61/+71
* Whoops, fix build breakage. There were still a few uses of the bool type.Neal Norwitz2007-02-261-4/+0
* Merged revisions 53875-53911 via svnmerge fromThomas Wouters2007-02-258-13/+31