- 9de7ec7 http://bugs.python.org/issue4715 by Jeffrey Yasskin · 16 years ago
- e441674 A few more type fixes for py3k that were missed in r69635 by Mark Dickinson · 16 years ago
- 5a74bf6 Merged revisions 69634 via svnmerge from by Mark Dickinson · 16 years ago
- f91df04 Merged revisions 69364-69365,69409-69410,69413,69417,69435,69442,69447,69495,69519-69521 via svnmerge from by Benjamin Peterson · 16 years ago
- a9cab51 Issue #4910: PyNumber_Int is deprecated in 3.0.1; will be removed in 3.1. by Mark Dickinson · 16 years ago
- 87ec085 Merged revisions 69459 via svnmerge from by Mark Dickinson · 16 years ago
- e836423 Issue 1242657: list(obj) can swallow KeyboardInterrupt. by Raymond Hettinger · 16 years ago
- 3c16165 Change type of tp_reserved from cmpfunc to (void *); remove definition by Mark Dickinson · 16 years ago
- e94c679 Issue #1717: rename tp_compare to tp_reserved. I'll change the by Mark Dickinson · 16 years ago
- c008a17 Issue #1717, continued: remove PyObject_Compare and Py_CmpToRich declarations by Mark Dickinson · 16 years ago
- f02e0aa Issue #1717: remove the cmp builtin function, the C-API functions by Mark Dickinson · 16 years ago
- 8055afd Issue #4910, patch 3/3: rename nb_long to nb_reserved by Mark Dickinson · 16 years ago
- 058e31e Merged revisions 68450,68480-68481,68493,68495,68501,68512,68514-68515,68534-68536,68552,68563,68570-68572,68575,68582,68596,68623-68624,68628 via svnmerge from by Benjamin Peterson · 16 years ago
- 1456778 remove duplicate definition of PyExc_BufferError #4950 by Benjamin Peterson · 16 years ago
- f343e01 Merged revisions 68560 via svnmerge from by Amaury Forgeot d'Arc · 16 years ago
- d746768 Issue #4910: replace "long" with "int" in docstring for __long__ slot and by Mark Dickinson · 16 years ago
- 0560843 Issue #4705: Fix the -u ("unbuffered binary stdout and stderr") command-line by Antoine Pitrou · 16 years ago
- 960cf0f Merged revisions 68167,68276,68292-68293,68344 via svnmerge from by Benjamin Peterson · 16 years ago
- 3563153 Reduce the size of the _PyLong_DigitValue table. by Raymond Hettinger · 16 years ago
- 52144f5 Merged revisions 68311 via svnmerge from by Mark Dickinson · 16 years ago
- 6cb2bdd Merged revisions 68304 via svnmerge from by Mark Dickinson · 16 years ago
- 7894a72 Merged revisions 68302 via svnmerge from by Mark Dickinson · 16 years ago
- 3dc7c6a Merged revisions 68296,68299 via svnmerge from by Mark Dickinson · 16 years ago
- 35b7e83 Issue #4822: fix messy indentation in memoryobject.c/.h, before we may backport it to trunk. by Antoine Pitrou · 16 years ago
- c3b3924 Issue #4580: slicing of memoryviews when itemsize != 1 is wrong. by Antoine Pitrou · 16 years ago
- c39d762 Merged revisions 67982,67988,67990 via svnmerge from by Benjamin Peterson · 16 years ago
- 15fafbe Merged revisions 67970-67971 via svnmerge from by Alexandre Vassalotti · 16 years ago
- f289ae6 Merged revisions 67818 via svnmerge from by Antoine Pitrou · 16 years ago
- 97f005d Prep for Python 3.1! by Barry Warsaw · 16 years ago
- d8ccd1c post-3.0rc3 by Barry Warsaw · 16 years ago
- 43baef4 Bump to 3.0rc3 by Barry Warsaw · 16 years ago
- a7c3730 post release cleanup by Barry Warsaw · 16 years ago
- 1f0e67e Bumping to 3.0rc2. by Barry Warsaw · 16 years ago
- c0747cf Merged revisions 67028,67040,67044,67046,67052,67065,67070,67077,67082 via svnmerge from by Benjamin Peterson · 16 years ago
- 6a27efa Issue 3723: Fixed initialization of subinterpreters by Christian Heimes · 16 years ago
- 206e307 Merged revisions 66887,66891,66902-66903,66905-66906,66911-66913,66922,66927-66928,66936,66939-66940,66962,66964,66973 via svnmerge from by Benjamin Peterson · 16 years ago
- 6019208 remove some more references to __cmp__ #1717 by Benjamin Peterson · 16 years ago
- bcbfa64 The #warning directive is a gcc extension to standard C, by Amaury Forgeot d'Arc · 16 years ago
- 04dc25c Issue #3187: Add sys.setfilesystemencoding. by Martin v. Löwis · 16 years ago
- 1ecaf2c done with rc1 by Barry Warsaw · 16 years ago
- b885480 bumping to 3.0rc1 by Barry Warsaw · 16 years ago
- 658fad8 Issue #3697: "Fatal Python error: Cannot recover from stack overflow" by Antoine Pitrou · 16 years ago
- f7199578 #3668: When PyArg_ParseTuple correctly parses a s* format, but raises an by Antoine Pitrou · 16 years ago
- 9edd2bd Fix #3651 various memory leaks when using the buffer interface by Benjamin Peterson · 16 years ago
- ec569b7 Issue #2534: speed up isinstance() and issubclass() by 50-70%, so as to by Antoine Pitrou · 16 years ago
- c15a073 make bytes(o) respect __bytes__ #2415 by Benjamin Peterson · 16 years ago
- 8509df7 done with 3.0 by Barry Warsaw · 16 years ago
- 57c1058 Bumping to 3.0b3 by Barry Warsaw · 16 years ago
- 4aeec04 Merged revisions 65658,65869,65882 via svnmerge from by Benjamin Peterson · 16 years ago
- ee58fa4 #3560: cleanup C memoryview API by Antoine Pitrou · 16 years ago
- 55e00f2 Merged revisions 65715,65724,65726,65732,65736-65739,65775 via svnmerge from by Benjamin Peterson · 16 years ago
- 423be95 Merged revisions 65654 via svnmerge from by Martin v. Löwis · 16 years ago
- 4cc0f24 Rename PyUnicode_AsString -> _PyUnicode_AsString and by Marc-André Lemburg · 16 years ago
- d492ad8 Merged revisions 65182 via svnmerge from by Georg Brandl · 16 years ago
- 0afe905 Post release cleanup by Barry Warsaw · 16 years ago
- 4bd1cef Bumping to 3.0b2 by Barry Warsaw · 16 years ago
- 2ee470f Merged revisions 64722,64729,64753,64845-64846,64849,64871,64880-64882,64885,64888,64897,64900-64901,64915,64926-64929,64938-64941,64944,64961,64966,64973 via svnmerge from by Georg Brandl · 16 years ago
- fcaf910 Merged revisions 63955 via svnmerge from by Georg Brandl · 16 years ago
- d1abd25 Manual forward port of 64962 - use PyObject_HashNotImplemented as a tp_hash level indicator that the default hash implementation has not been inherited by Nick Coghlan · 16 years ago
- e652821 implement chained exception tracebacks by Benjamin Peterson · 16 years ago
- 1f900f1 #3247: get rid of Py_FindMethod by Amaury Forgeot d'Arc · 16 years ago
- 55b69e7 Oops, forgot that there are modules outside the win32 world. by Amaury Forgeot d'Arc · 16 years ago
- ba4105c #3247: Get rid of Py_FindMethod: by Amaury Forgeot d'Arc · 16 years ago
- 5c960b8 Revert 64451. by Raymond Hettinger · 16 years ago
- 6d7e7a7 Merged revisions 64491 via svnmerge from by Eric Smith · 16 years ago
- d11a443 Merge 64438: hex/oct/bin can show floats exactly. by Raymond Hettinger · 16 years ago
- 19b9b2e Post 3.0b1 release by Barry Warsaw · 16 years ago
- c1e689e Bump to 3.0b1 by Barry Warsaw · 16 years ago
- 9c74b14 Merged revisions 64114 via svnmerge from by Amaury Forgeot d'Arc · 16 years ago
- fdfe62d Merged revisions 64089,64098,64100-64102,64113,64115-64116,64118,64120,64132,64342 via svnmerge from by Amaury Forgeot d'Arc · 16 years ago
- 3d17a5c Merged revisions 64214 via svnmerge from by Amaury Forgeot d'Arc · 16 years ago
- e68df0f Merged revisions 64212 via svnmerge from by Benjamin Peterson · 16 years ago
- 4f92ca4 Remove nb_reserved (nb_coerce), nb_hex, and nb_oct from PyNumberMethods by Benjamin Peterson · 16 years ago
- 559e5d7 #2630: Implement PEP 3138. by Georg Brandl · 16 years ago
- eec3d71 #3021: Antoine Pitrou's Lexical exception handlers by Benjamin Peterson · 16 years ago
- 1a21451 Implement PEP 3121: new module initialization and finalization API. by Martin v. Löwis · 16 years ago
- f78e02b Merged revisions 63562,63570,63728,63734,63784,63788,63802,63817,63827,63839,63887,63975,63998 via svnmerge from by Georg Brandl · 16 years ago
- f08a9dd Merged revisions 63724,63726,63732,63744,63754-63755,63757-63758,63760,63775,63781-63782,63787,63805-63808,63818-63819,63823-63824 via svnmerge from by Georg Brandl · 16 years ago
- 0c77a82 Merged revisions 63829-63831,63858,63865,63879,63882,63948,63970-63972,63976,63989,64014-64015,64021-64022,64063-64065,64067 via svnmerge from by Georg Brandl · 16 years ago
- 0312494 Remove last traces of cStringIO. by Georg Brandl · 16 years ago
- 3900088 Remove locking from buffer protocol as-per discussion. by Travis E. Oliphant · 16 years ago
- b2750b5 Move the codec decode type checks to bytes/bytearray.decode(). by Marc-André Lemburg · 16 years ago
- e1b5ac6 Remove meaning of -ttt, but still accept -t option on cmdline for compatibility. by Georg Brandl · 16 years ago
- a26f8ca Revert r63934 -- it was mixing two patches. by Georg Brandl · 16 years ago
- f954c4b Remove meaning of -ttt, but still accept -t option on cmdline for compatibility. by Georg Brandl · 16 years ago
- cb31433 Added missing prototype for PyDict_GetItemWithError(). by Alexandre Vassalotti · 16 years ago
- 4a7d76d Refactor and clean up str.format() code (and helpers) in advance of optimizations. by Eric Smith · 16 years ago
- 27ad091 remove PyBytes_Format from header by Benjamin Peterson · 16 years ago
- 2c9c7a5 Renamed files bytesobject.[ch] and stringobject.[ch] Fixed Windows build by Christian Heimes · 16 years ago
- 72b710a Renamed PyString to PyBytes by Christian Heimes · 16 years ago
- 9c4756e Renamed PyBytes to PyByteArray by Christian Heimes · 16 years ago
- 2067bfd Rename thread to _thread and dummy_thread to _dummy_thread. Issue #2875. by Georg Brandl · 16 years ago
- c06e1c2 remove mactoolboxglue by Benjamin Peterson · 16 years ago
- 5807c41 Merged revisions 63078 via svnmerge from by Eric Smith · 16 years ago
- 20a046c Remove old macro that isn't used anywhere anymore. by Georg Brandl · 16 years ago
- 4a1c213 Post tag updates. by Barry Warsaw · 17 years ago
- 160b9a3 Bumping versions for 3.0a5 by Barry Warsaw · 17 years ago
- 8dc226f Merged revisions 62774-62775,62785,62787-62788 via svnmerge from by Christian Heimes · 17 years ago
- 9155aa7 Cleanup the Unicode header documentation and formatting a bit. by Marc-André Lemburg · 17 years ago
- 53876d9 Merged revisions 62380,62382-62383 via svnmerge from by Christian Heimes · 17 years ago