summaryrefslogtreecommitdiffstats
path: root/Include
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 64214 via svnmerge fromAmaury Forgeot d'Arc2008-06-131-1/+1
* Merged revisions 64212 via svnmerge fromBenjamin Peterson2008-06-131-0/+3
* Remove nb_reserved (nb_coerce), nb_hex, and nb_oct from PyNumberMethodsBenjamin Peterson2008-06-111-4/+0
* #2630: Implement PEP 3138.Georg Brandl2008-06-112-0/+9
* #3021: Antoine Pitrou's Lexical exception handlersBenjamin Peterson2008-06-112-7/+15
* Implement PEP 3121: new module initialization and finalization API.Martin v. Löwis2008-06-116-40/+43
* Merged revisions 63562,63570,63728,63734,63784,63788,63802,63817,63827,63839,...Georg Brandl2008-06-101-0/+7
* Merged revisions 63724,63726,63732,63744,63754-63755,63757-63758,63760,63775,...Georg Brandl2008-06-101-0/+1
* Merged revisions 63829-63831,63858,63865,63879,63882,63948,63970-63972,63976,...Georg Brandl2008-06-102-8/+8
* Remove last traces of cStringIO.Georg Brandl2008-06-101-70/+0
* Remove locking from buffer protocol as-per discussion.Travis E. Oliphant2008-06-061-11/+0
* Move the codec decode type checks to bytes/bytearray.decode().Marc-André Lemburg2008-06-062-2/+47
* Remove meaning of -ttt, but still accept -t option on cmdline for compatibility.Georg Brandl2008-06-041-1/+0
* Revert r63934 -- it was mixing two patches.Georg Brandl2008-06-042-8/+1
* Remove meaning of -ttt, but still accept -t option on cmdline for compatibility.Georg Brandl2008-06-042-1/+8
* Added missing prototype for PyDict_GetItemWithError().Alexandre Vassalotti2008-06-011-0/+1
* Refactor and clean up str.format() code (and helpers) in advance of optimizat...Eric Smith2008-05-304-9/+18
* remove PyBytes_Format from headerBenjamin Peterson2008-05-261-1/+0
* Renamed files bytesobject.[ch] and stringobject.[ch]Christian Heimes2008-05-264-152/+152
* Renamed PyString to PyBytesChristian Heimes2008-05-265-32/+32
* Renamed PyBytes to PyByteArrayChristian Heimes2008-05-263-17/+17
* Rename thread to _thread and dummy_thread to _dummy_thread. Issue #2875.Georg Brandl2008-05-251-1/+1
* remove mactoolboxglueBenjamin Peterson2008-05-131-189/+0
* Merged revisions 63078 via svnmerge fromEric Smith2008-05-112-0/+22
* Remove old macro that isn't used anywhere anymore.Georg Brandl2008-05-111-4/+0
* Post tag updates.Barry Warsaw2008-05-081-1/+1
* Bumping versions for 3.0a5v3.0a5Barry Warsaw2008-05-081-2/+2
* Merged revisions 62774-62775,62785,62787-62788 via svnmerge fromChristian Heimes2008-05-061-0/+1
* Cleanup the Unicode header documentation and formatting a bit.Marc-André Lemburg2008-04-291-11/+22
* Merged revisions 62380,62382-62383 via svnmerge fromChristian Heimes2008-04-195-126/+196
* Merged revisions 61440-61441,61443,61445-61448,61451-61452,61455-61457,61459-...Neal Norwitz2008-04-151-0/+2
* Merged revisions 62260-62261,62266,62271,62277-62279,62289-62290,62293-62298,...Christian Heimes2008-04-135-7/+23
* Change command line processing API to use wchar_t.Martin v. Löwis2008-04-054-21/+21
* Post tag version tweakBarry Warsaw2008-04-031-1/+1
* release.py induced and manual editing steps for 3.0a4.v3.0a4Barry Warsaw2008-04-021-2/+4
* Merged revisions 62047 via svnmerge fromNeal Norwitz2008-03-311-5/+12
* Merged revisions 62039-62042 via svnmerge fromNeal Norwitz2008-03-311-1/+1
* Merged revisions 62021,62029,62035-62038,62043-62044,62052-62053 via svnmerge...Benjamin Peterson2008-03-311-1/+1
* Merged revisions 62004 via svnmerge fromMartin v. Löwis2008-03-301-0/+2
* Merged revisions 61981,61984-61987,61992-61993,61997-62000 via svnmerge fromChristian Heimes2008-03-282-8/+8
* 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