1. 8bc5b68 these builtins have to be initialized by Benjamin Peterson · 15 years ago
  2. 224205f Merged revisions 72461 via svnmerge from by Benjamin Peterson · 15 years ago
  3. accdca5 post release updates by Benjamin Peterson · 15 years ago
  4. 5c5f3de bump version to 3.1b1 by Benjamin Peterson · 15 years ago
  5. b173f78 add a replacement API for PyCObject, PyCapsule #5630 by Benjamin Peterson · 15 years ago
  6. 6337622 Issue #5920: Changed format.__float__ and complex.__float__ to use a precision of 12 when using the empty presentation type. This more closely matches str()'s behavior and reduces surprises when adding alignment flags to an empty format string. Patch by Mark Dickinson. by Eric Smith · 15 years ago
  7. 011e842 Issue #5915: Implement PEP 383, Non-decodable Bytes in by Martin v. Löwis · 15 years ago
  8. 244651a Merged revisions 72283-72284 via svnmerge from by Antoine Pitrou · 15 years ago
  9. 725bfd8 Issue #5914: Add new C-API function PyOS_string_to_double, to complement by Mark Dickinson · 15 years ago
  10. 58a4224 Issue #1588: Add complex.__format__. by Eric Smith · 15 years ago
  11. 8374981 Include files missed in r72044. by Eric Smith · 15 years ago
  12. 6dc46f5 Merged revisions 72040 via svnmerge from by Eric Smith · 15 years ago
  13. 0cd526e Don't try to use x87 assembly on OS X universal builds. by Mark Dickinson · 15 years ago
  14. fd838e6 Merged revisions 71734,71738-71739 via svnmerge from by Benjamin Peterson · 15 years ago
  15. a4262b9 Add comments to pyport.h explaining how to enable support for short by Mark Dickinson · 15 years ago
  16. 1cc369c Merged revisions 71743 via svnmerge from by Ronald Oussoren · 15 years ago
  17. 7abf8d4 The SSE2 detection and enabling could potentially cause by Mark Dickinson · 15 years ago
  18. f253786 Add check for C99 round function to configure, and define by Mark Dickinson · 15 years ago
  19. 60fd099 Issue #5781: Only use legacy string<->double conversions when by Mark Dickinson · 15 years ago
  20. 3800d15 The comments at the top of intobject.h say that it will be removed in 3.1. by Mark Dickinson · 15 years ago
  21. 0923d1d The other half of Issue #1580: use short float repr where possible. by Eric Smith · 15 years ago
  22. b08a53a Issue #1580: use short float repr where possible. by Mark Dickinson · 15 years ago
  23. abc3877 Add bytes/bytearray.maketrans() to mirror str.maketrans(), and deprecate by Georg Brandl · 15 years ago
  24. 091c7b1 Merged revisions 71229,71271 via svnmerge from by Matthias Klose · 15 years ago
  25. bd35b03 bump version for 3.1a2+ by Benjamin Peterson · 15 years ago
  26. 88f1435 bump version to 3.1a2 by Benjamin Peterson · 15 years ago
  27. ab96741 Merged revisions 71163 via svnmerge from by Benjamin Peterson · 15 years ago
  28. 9247e72 Merged revisions 71159 via svnmerge from by Matthias Klose · 15 years ago
  29. a3b1ac8 Added ',' thousands grouping to int.__format__. See PEP 378. by Eric Smith · 15 years ago
  30. a826f32 Merged revisions 71031 via svnmerge from by Brett Cannon · 15 years ago
  31. e3944a5 The BDFL has retired! Long live the FLUFL (Friendly Language Uncle For Life)! by Brett Cannon · 15 years ago
  32. 3a652b1 Merged revisions 70546 via svnmerge from by Antoine Pitrou · 15 years ago
  33. 16f966e Merged revisions 70489 via svnmerge from by Mark Dickinson · 15 years ago
  34. d72c7b6 Add ..versionadded for sys.int_info, update py3k version of by Mark Dickinson · 15 years ago
  35. bd79264 Issue #4258: Make it possible to use 30-bit digits for PyLongs: by Mark Dickinson · 15 years ago
  36. 652e707 Issue #5392: when a very low recursion limit was set, the interpreter would by Antoine Pitrou · 15 years ago
  37. d173589 let's get cracking on 3.1a2! by Benjamin Peterson · 15 years ago
  38. a58a626 bump version to 3.1a1 by Benjamin Peterson · 15 years ago
  39. f5b5224 ignore the coding cookie in compile(), exec(), and eval() if the source is a string #4626 by Benjamin Peterson · 15 years ago
  40. 9de7ec7 http://bugs.python.org/issue4715 by Jeffrey Yasskin · 15 years ago
  41. e441674 A few more type fixes for py3k that were missed in r69635 by Mark Dickinson · 15 years ago
  42. 5a74bf6 Merged revisions 69634 via svnmerge from by Mark Dickinson · 15 years ago
  43. f91df04 Merged revisions 69364-69365,69409-69410,69413,69417,69435,69442,69447,69495,69519-69521 via svnmerge from by Benjamin Peterson · 15 years ago
  44. a9cab51 Issue #4910: PyNumber_Int is deprecated in 3.0.1; will be removed in 3.1. by Mark Dickinson · 15 years ago
  45. 87ec085 Merged revisions 69459 via svnmerge from by Mark Dickinson · 15 years ago
  46. e836423 Issue 1242657: list(obj) can swallow KeyboardInterrupt. by Raymond Hettinger · 15 years ago
  47. 3c16165 Change type of tp_reserved from cmpfunc to (void *); remove definition by Mark Dickinson · 15 years ago
  48. e94c679 Issue #1717: rename tp_compare to tp_reserved. I'll change the by Mark Dickinson · 15 years ago
  49. c008a17 Issue #1717, continued: remove PyObject_Compare and Py_CmpToRich declarations by Mark Dickinson · 16 years ago
  50. f02e0aa Issue #1717: remove the cmp builtin function, the C-API functions by Mark Dickinson · 16 years ago
  51. 8055afd Issue #4910, patch 3/3: rename nb_long to nb_reserved by Mark Dickinson · 16 years ago
  52. 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
  53. 1456778 remove duplicate definition of PyExc_BufferError #4950 by Benjamin Peterson · 16 years ago
  54. f343e01 Merged revisions 68560 via svnmerge from by Amaury Forgeot d'Arc · 16 years ago
  55. d746768 Issue #4910: replace "long" with "int" in docstring for __long__ slot and by Mark Dickinson · 16 years ago
  56. 0560843 Issue #4705: Fix the -u ("unbuffered binary stdout and stderr") command-line by Antoine Pitrou · 16 years ago
  57. 960cf0f Merged revisions 68167,68276,68292-68293,68344 via svnmerge from by Benjamin Peterson · 16 years ago
  58. 3563153 Reduce the size of the _PyLong_DigitValue table. by Raymond Hettinger · 16 years ago
  59. 52144f5 Merged revisions 68311 via svnmerge from by Mark Dickinson · 16 years ago
  60. 6cb2bdd Merged revisions 68304 via svnmerge from by Mark Dickinson · 16 years ago
  61. 7894a72 Merged revisions 68302 via svnmerge from by Mark Dickinson · 16 years ago
  62. 3dc7c6a Merged revisions 68296,68299 via svnmerge from by Mark Dickinson · 16 years ago
  63. 35b7e83 Issue #4822: fix messy indentation in memoryobject.c/.h, before we may backport it to trunk. by Antoine Pitrou · 16 years ago
  64. c3b3924 Issue #4580: slicing of memoryviews when itemsize != 1 is wrong. by Antoine Pitrou · 16 years ago
  65. c39d762 Merged revisions 67982,67988,67990 via svnmerge from by Benjamin Peterson · 16 years ago
  66. 15fafbe Merged revisions 67970-67971 via svnmerge from by Alexandre Vassalotti · 16 years ago
  67. f289ae6 Merged revisions 67818 via svnmerge from by Antoine Pitrou · 16 years ago
  68. 97f005d Prep for Python 3.1! by Barry Warsaw · 16 years ago
  69. d8ccd1c post-3.0rc3 by Barry Warsaw · 16 years ago
  70. 43baef4 Bump to 3.0rc3 by Barry Warsaw · 16 years ago
  71. a7c3730 post release cleanup by Barry Warsaw · 16 years ago
  72. 1f0e67e Bumping to 3.0rc2. by Barry Warsaw · 16 years ago
  73. c0747cf Merged revisions 67028,67040,67044,67046,67052,67065,67070,67077,67082 via svnmerge from by Benjamin Peterson · 16 years ago
  74. 6a27efa Issue 3723: Fixed initialization of subinterpreters by Christian Heimes · 16 years ago
  75. 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
  76. 6019208 remove some more references to __cmp__ #1717 by Benjamin Peterson · 16 years ago
  77. bcbfa64 The #warning directive is a gcc extension to standard C, by Amaury Forgeot d'Arc · 16 years ago
  78. 04dc25c Issue #3187: Add sys.setfilesystemencoding. by Martin v. Löwis · 16 years ago
  79. 1ecaf2c done with rc1 by Barry Warsaw · 16 years ago
  80. b885480 bumping to 3.0rc1 by Barry Warsaw · 16 years ago
  81. 658fad8 Issue #3697: "Fatal Python error: Cannot recover from stack overflow" by Antoine Pitrou · 16 years ago
  82. f7199578 #3668: When PyArg_ParseTuple correctly parses a s* format, but raises an by Antoine Pitrou · 16 years ago
  83. 9edd2bd Fix #3651 various memory leaks when using the buffer interface by Benjamin Peterson · 16 years ago
  84. ec569b7 Issue #2534: speed up isinstance() and issubclass() by 50-70%, so as to by Antoine Pitrou · 16 years ago
  85. c15a073 make bytes(o) respect __bytes__ #2415 by Benjamin Peterson · 16 years ago
  86. 8509df7 done with 3.0 by Barry Warsaw · 16 years ago
  87. 57c1058 Bumping to 3.0b3 by Barry Warsaw · 16 years ago
  88. 4aeec04 Merged revisions 65658,65869,65882 via svnmerge from by Benjamin Peterson · 16 years ago
  89. ee58fa4 #3560: cleanup C memoryview API by Antoine Pitrou · 16 years ago
  90. 55e00f2 Merged revisions 65715,65724,65726,65732,65736-65739,65775 via svnmerge from by Benjamin Peterson · 16 years ago
  91. 423be95 Merged revisions 65654 via svnmerge from by Martin v. Löwis · 16 years ago
  92. 4cc0f24 Rename PyUnicode_AsString -> _PyUnicode_AsString and by Marc-André Lemburg · 16 years ago
  93. d492ad8 Merged revisions 65182 via svnmerge from by Georg Brandl · 16 years ago
  94. 0afe905 Post release cleanup by Barry Warsaw · 16 years ago
  95. 4bd1cef Bumping to 3.0b2 by Barry Warsaw · 16 years ago
  96. 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
  97. fcaf910 Merged revisions 63955 via svnmerge from by Georg Brandl · 16 years ago
  98. 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
  99. e652821 implement chained exception tracebacks by Benjamin Peterson · 16 years ago
  100. 1f900f1 #3247: get rid of Py_FindMethod by Amaury Forgeot d'Arc · 16 years ago