summaryrefslogtreecommitdiffstats
path: root/Include
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 65715,65724,65726,65732,65736-65739,65775 via svnmerge fromBenjamin Peterson2008-08-171-1/+1
* Merged revisions 65654 via svnmerge fromMartin v. Löwis2008-08-132-20/+7
* Rename PyUnicode_AsString -> _PyUnicode_AsString andMarc-André Lemburg2008-08-072-5/+16
* Merged revisions 65182 via svnmerge fromGeorg Brandl2008-07-231-11/+22
* Post release cleanupBarry Warsaw2008-07-181-1/+1
* Bumping to 3.0b2v3.0b2Barry Warsaw2008-07-181-2/+2
* Merged revisions 64722,64729,64753,64845-64846,64849,64871,64880-64882,64885,...Georg Brandl2008-07-163-4/+4
* Merged revisions 63955 via svnmerge fromGeorg Brandl2008-07-162-0/+60
* Manual forward port of 64962 - use PyObject_HashNotImplemented as a tp_hash l...Nick Coghlan2008-07-151-0/+1
* implement chained exception tracebacksBenjamin Peterson2008-07-151-1/+1
* #3247: get rid of Py_FindMethodAmaury Forgeot d'Arc2008-07-021-10/+0
* Oops, forgot that there are modules outside the win32 world.Amaury Forgeot d'Arc2008-07-021-0/+10
* #3247: Get rid of Py_FindMethod:Amaury Forgeot d'Arc2008-07-021-10/+0
* Revert 64451.Raymond Hettinger2008-06-241-2/+0
* Merged revisions 64491 via svnmerge fromEric Smith2008-06-242-4/+4
* Merge 64438: hex/oct/bin can show floats exactly.Raymond Hettinger2008-06-221-0/+2
* Post 3.0b1 releaseBarry Warsaw2008-06-191-1/+1
* Bump to 3.0b1v3.0b1Barry Warsaw2008-06-191-3/+3
* Merged revisions 64114 via svnmerge fromAmaury Forgeot d'Arc2008-06-182-4/+19
* Merged revisions 64089,64098,64100-64102,64113,64115-64116,64118,64120,64132,...Amaury Forgeot d'Arc2008-06-171-1/+1
* 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