| Commit message (Expand) | Author | Age | Files | Lines |
* | #3668: When PyArg_ParseTuple correctly parses a s* format, but raises an | Antoine Pitrou | 2008-08-29 | 1 | -0/+9 |
|
|
* | Fix #3651 various memory leaks when using the buffer interface | Benjamin Peterson | 2008-08-27 | 1 | -1/+1 |
|
|
* | Issue #2534: speed up isinstance() and issubclass() by 50-70%, so as to | Antoine Pitrou | 2008-08-26 | 1 | -0/+5 |
|
|
* | make bytes(o) respect __bytes__ #2415 | Benjamin Peterson | 2008-08-26 | 2 | -0/+2 |
|
|
* | done with 3.0 | Barry Warsaw | 2008-08-21 | 1 | -1/+1 |
|
|
* | Bumping to 3.0b3v3.0b3 | Barry Warsaw | 2008-08-21 | 1 | -2/+2 |
|
|
* | Merged revisions 65658,65869,65882 via svnmerge from | Benjamin Peterson | 2008-08-19 | 1 | -1/+1 |
|
|
* | #3560: cleanup C memoryview API | Antoine Pitrou | 2008-08-19 | 1 | -13/+19 |
|
|
* | Merged revisions 65715,65724,65726,65732,65736-65739,65775 via svnmerge from | Benjamin Peterson | 2008-08-17 | 1 | -1/+1 |
|
|
* | Merged revisions 65654 via svnmerge from | Martin v. Löwis | 2008-08-13 | 2 | -20/+7 |
|
|
* | Rename PyUnicode_AsString -> _PyUnicode_AsString and | Marc-André Lemburg | 2008-08-07 | 2 | -5/+16 |
|
|
* | Merged revisions 65182 via svnmerge from | Georg Brandl | 2008-07-23 | 1 | -11/+22 |
|
|
* | Post release cleanup | Barry Warsaw | 2008-07-18 | 1 | -1/+1 |
|
|
* | Bumping to 3.0b2v3.0b2 | Barry Warsaw | 2008-07-18 | 1 | -2/+2 |
|
|
* | Merged revisions 64722,64729,64753,64845-64846,64849,64871,64880-64882,64885,... | Georg Brandl | 2008-07-16 | 3 | -4/+4 |
|
|
* | Merged revisions 63955 via svnmerge from | Georg Brandl | 2008-07-16 | 2 | -0/+60 |
|
|
* | Manual forward port of 64962 - use PyObject_HashNotImplemented as a tp_hash l... | Nick Coghlan | 2008-07-15 | 1 | -0/+1 |
|
|
* | implement chained exception tracebacks | Benjamin Peterson | 2008-07-15 | 1 | -1/+1 |
|
|
* | #3247: get rid of Py_FindMethod | Amaury Forgeot d'Arc | 2008-07-02 | 1 | -10/+0 |
|
|
* | Oops, forgot that there are modules outside the win32 world. | Amaury Forgeot d'Arc | 2008-07-02 | 1 | -0/+10 |
|
|
* | #3247: Get rid of Py_FindMethod: | Amaury Forgeot d'Arc | 2008-07-02 | 1 | -10/+0 |
|
|
* | Revert 64451. | Raymond Hettinger | 2008-06-24 | 1 | -2/+0 |
|
|
* | Merged revisions 64491 via svnmerge from | Eric Smith | 2008-06-24 | 2 | -4/+4 |
|
|
* | Merge 64438: hex/oct/bin can show floats exactly. | Raymond Hettinger | 2008-06-22 | 1 | -0/+2 |
|
|
* | Post 3.0b1 release | Barry Warsaw | 2008-06-19 | 1 | -1/+1 |
|
|
* | Bump to 3.0b1v3.0b1 | Barry Warsaw | 2008-06-19 | 1 | -3/+3 |
|
|
* | Merged revisions 64114 via svnmerge from | Amaury Forgeot d'Arc | 2008-06-18 | 2 | -4/+19 |
|
|
* | Merged revisions 64089,64098,64100-64102,64113,64115-64116,64118,64120,64132,... | Amaury Forgeot d'Arc | 2008-06-17 | 1 | -1/+1 |
|
|
* | Merged revisions 64214 via svnmerge from | Amaury Forgeot d'Arc | 2008-06-13 | 1 | -1/+1 |
|
|
* | Merged revisions 64212 via svnmerge from | Benjamin Peterson | 2008-06-13 | 1 | -0/+3 |
|
|
* | Remove nb_reserved (nb_coerce), nb_hex, and nb_oct from PyNumberMethods | Benjamin Peterson | 2008-06-11 | 1 | -4/+0 |
|
|
* | #2630: Implement PEP 3138. | Georg Brandl | 2008-06-11 | 2 | -0/+9 |
|
|
* | #3021: Antoine Pitrou's Lexical exception handlers | Benjamin Peterson | 2008-06-11 | 2 | -7/+15 |
|
|
* | Implement PEP 3121: new module initialization and finalization API. | Martin v. Löwis | 2008-06-11 | 6 | -40/+43 |
|
|
* | Merged revisions 63562,63570,63728,63734,63784,63788,63802,63817,63827,63839,... | Georg Brandl | 2008-06-10 | 1 | -0/+7 |
|
|
* | Merged revisions 63724,63726,63732,63744,63754-63755,63757-63758,63760,63775,... | Georg Brandl | 2008-06-10 | 1 | -0/+1 |
|
|
* | Merged revisions 63829-63831,63858,63865,63879,63882,63948,63970-63972,63976,... | Georg Brandl | 2008-06-10 | 2 | -8/+8 |
|
|
* | Remove last traces of cStringIO. | Georg Brandl | 2008-06-10 | 1 | -70/+0 |
|
|
* | Remove locking from buffer protocol as-per discussion. | Travis E. Oliphant | 2008-06-06 | 1 | -11/+0 |
|
|
* | Move the codec decode type checks to bytes/bytearray.decode(). | Marc-André Lemburg | 2008-06-06 | 2 | -2/+47 |
|
|
* | Remove meaning of -ttt, but still accept -t option on cmdline for compatibility. | Georg Brandl | 2008-06-04 | 1 | -1/+0 |
|
|
* | Revert r63934 -- it was mixing two patches. | Georg Brandl | 2008-06-04 | 2 | -8/+1 |
|
|
* | Remove meaning of -ttt, but still accept -t option on cmdline for compatibility. | Georg Brandl | 2008-06-04 | 2 | -1/+8 |
|
|
* | Added missing prototype for PyDict_GetItemWithError(). | Alexandre Vassalotti | 2008-06-01 | 1 | -0/+1 |
|
|
* | Refactor and clean up str.format() code (and helpers) in advance of optimizat... | Eric Smith | 2008-05-30 | 4 | -9/+18 |
|
|
* | remove PyBytes_Format from header | Benjamin Peterson | 2008-05-26 | 1 | -1/+0 |
|
|
* | Renamed files bytesobject.[ch] and stringobject.[ch] | Christian Heimes | 2008-05-26 | 4 | -152/+152 |
|
|
* | Renamed PyString to PyBytes | Christian Heimes | 2008-05-26 | 5 | -32/+32 |
|
|
* | Renamed PyBytes to PyByteArray | Christian Heimes | 2008-05-26 | 3 | -17/+17 |
|
|
* | Rename thread to _thread and dummy_thread to _dummy_thread. Issue #2875. | Georg Brandl | 2008-05-25 | 1 | -1/+1 |
|
|