1. b727650 Merged revisions 86561-86562,86564-86565,86705,86708,86713 via svnmerge from by Georg Brandl · 14 years ago
  2. db4c334 towards final by Benjamin Peterson · 14 years ago
  3. cc21417 2.7.1rc1 bump by Benjamin Peterson · 14 years ago
  4. 0491047 Merged revisions 85675 via svnmerge from by R. David Murray · 14 years ago
  5. 93db23e Merged revisions 84810 via svnmerge from by Daniel Stutzbach · 14 years ago
  6. 1fcdba8 Merged revisions 84391 via svnmerge from by Antoine Pitrou · 14 years ago
  7. a408350 Merged revisions 84344 via svnmerge from by Antoine Pitrou · 14 years ago
  8. a177594 Issue #9036: Throughout the code base, Py_CHARMASK is used on 8-bit wide by Stefan Krah · 14 years ago
  9. d6bbe0c technically not at 2.7.1 yet by Benjamin Peterson · 14 years ago
  10. e3c1045 prepare for 2.7.1 by Benjamin Peterson · 14 years ago
  11. c60082d update to 2.7 final by Benjamin Peterson · 14 years ago
  12. 3db4161 Issue #9020: The Py_IS* macros from pyctype.h should generally only be by Stefan Krah · 14 years ago
  13. 4f61259 towards final release by Benjamin Peterson · 14 years ago
  14. bfcedf4 bump verson to 2.7rc2 by Benjamin Peterson · 14 years ago
  15. 2f3d9f9 careening towards 2.7rc2 we go by Benjamin Peterson · 14 years ago
  16. 77d534e bump version to 2.7 rc1 by Benjamin Peterson · 14 years ago
  17. 6a26560 Issue #5753: A new C API function, :cfunc:`PySys_SetArgvEx`, allows by Antoine Pitrou · 14 years ago
  18. c83ea13 Untabify C files. Will watch buildbots. by Antoine Pitrou · 14 years ago
  19. 534b8de towards 2.7 release candidate 1 by Benjamin Peterson · 14 years ago
  20. c251607 bump version to 2.7 beta 2 by Benjamin Peterson · 14 years ago
  21. 37805e5 Fix for issue #7072 by Ronald Oussoren · 14 years ago
  22. 1240906 towards beta 2 by Benjamin Peterson · 14 years ago
  23. fbac6c1 bump version to 2.7b1 by Benjamin Peterson · 14 years ago
  24. 5ac006d Capsule-related changes: by Larry Hastings · 14 years ago
  25. 76c8649 Issue #8276: PyEval_CallObject() is now only available in macro form. The by Antoine Pitrou · 14 years ago
  26. a57df2c Issue #8268: Old-style classes (not just instances) now support weak references. by Antoine Pitrou · 14 years ago
  27. 4e9830f Remove extraneous experimental code checked in by accident. by Larry Hastings · 14 years ago
  28. 402b73f Backported PyCapsule from 3.1, and converted most uses of CObject to PyCapsule. by Larry Hastings · 14 years ago
  29. 001a395 Add support for weak references to code objects. This will be used by an optimization in the incoming Python 3 JIT. by Collin Winter · 14 years ago
  30. 5da7e7c post release update by Benjamin Peterson · 14 years ago
  31. 8e7c117 bump version to 2.7a4 by Benjamin Peterson · 14 years ago
  32. 71fb87e Issue #7544: Preallocate thread memory before creating the thread to avoid a by Victor Stinner · 14 years ago
  33. adfc80b #4852: Remove dead code in every thread implementation, unused for many years. by Amaury Forgeot d'Arc · 14 years ago
  34. d5fdc06 Silence more 'comparison between signed and unsigned' warnings. by Mark Dickinson · 14 years ago
  35. 2d798ac post release updates by Benjamin Peterson · 14 years ago
  36. a7be9d2 bump version to 2.7a3 by Benjamin Peterson · 14 years ago
  37. bb445a1 Issue #5677: Explicitly forbid write operations on read-only file objects, by Antoine Pitrou · 14 years ago
  38. a36507c Issue #7767: Add new C-API function PyLong_AsLongLongAndOverflow, a by Mark Dickinson · 14 years ago
  39. a55af9a - Issue #7658: Ensure that the new pythonw executable works on OSX 10.4 by Ronald Oussoren · 14 years ago
  40. 60ba2c8 Use PyAPI_DATA. by Antoine Pitrou · 14 years ago
  41. e80a6a4 Issue #7561: Operations on empty bytearrays (such as `int(bytearray())`) by Antoine Pitrou · 14 years ago
  42. 69eb516 Issue #1967: Backport dictionary views. by Alexandre Vassalotti · 14 years ago
  43. b646547 Issue #2333: Backport set and dict comprehensions syntax. by Alexandre Vassalotti · 14 years ago
  44. ee936a2 Issue #2335: Backport set literals syntax from Python 3.x. by Alexandre Vassalotti · 14 years ago
  45. dd6d92a post release version adjustment by Benjamin Peterson · 14 years ago
  46. aa7e51f bump version to 2.7a2 by Benjamin Peterson · 14 years ago
  47. d3e3232 Refactor some longobject internals: PyLong_AsDouble and _PyLong_AsScaledDouble by Mark Dickinson · 15 years ago
  48. 740cdc3 #7033: add new API function PyErr_NewExceptionWithDoc, for easily giving new exceptions a docstring. by Georg Brandl · 15 years ago
  49. 12748b0 Issue #7518: Move substitute definitions of C99 math functions from by Mark Dickinson · 15 years ago
  50. e31d300 Issue #7528: Backport PyLong_AsLongAndOverflow from py3k to trunk. by Mark Dickinson · 15 years ago
  51. 3095d20 initialize to NULL by Benjamin Peterson · 15 years ago
  52. fd25634 Replace the size check for PyMem_MALLOC and PyMem_REALLOC with an almost by Mark Dickinson · 15 years ago
  53. a254302 Fix for issue 7452: HAVE_GCC_ASM_FOR_X87 gets set when doing a universal build on by Ronald Oussoren · 15 years ago
  54. 4f51baf post release version bump by Benjamin Peterson · 15 years ago
  55. d78cec5 bump version to 2.7a1 by Benjamin Peterson · 15 years ago
  56. 7072f74 Fix for issue #7416: SIZEOF_UINTPTR_T can be invalid when configuring a by Ronald Oussoren · 15 years ago
  57. 31f0cfe Include ieeefp.h (when available) in pyport.h instead of individually in by Mark Dickinson · 15 years ago
  58. 845688d Enable short float repr! by Mark Dickinson · 15 years ago
  59. bd15a06 Issue #7117, continued: Change round implementation to use the correctly-rounded by Mark Dickinson · 15 years ago
  60. 82864d1 Issue #7228: Add '%lld' and '%llu' support to PyFormat_FromString, by Mark Dickinson · 15 years ago
  61. 3e1eb0f Issue #7117: Backport missing pystrtod.h declarations from py3k. by Mark Dickinson · 15 years ago
  62. c1bdf89 Finished removing _PyOS_double_to_string, as mentioned in issue 7117. by Eric Smith · 15 years ago
  63. f325407 Issue #7117: temporarily disable the short float repr while the by Mark Dickinson · 15 years ago
  64. 1d6e2e1 Issue #7117 (backport py3k float repr) continued: by Mark Dickinson · 15 years ago
  65. bb28285 Issue #7117: Prepare for backport of py3k float repr. by Mark Dickinson · 15 years ago
  66. 02ca57c http://bugs.python.org/issue6836 by Kristján Valur Jónsson · 15 years ago
  67. aa2adc8 Issue #6713: Improve performance of str(n) and repr(n) for integers n by Mark Dickinson · 15 years ago
  68. c4dcb38 Fix issue #1590864, multiple threads and fork() can cause deadlocks, by by Thomas Wouters · 15 years ago
  69. 6b3f1ef Issue #6848: Fix curses module build failure on OS X 10.6. by Mark Dickinson · 15 years ago
  70. 2f865b9 Issue #6347: Add inttypes.h to the pyport.h #includes; fixes a build by Mark Dickinson · 15 years ago
  71. 1dcc384 Remove unused stdint.h includes by Mark Dickinson · 15 years ago
  72. 94819cf remove some unused symtable constants by Benjamin Peterson · 15 years ago
  73. d9920c2 remove tmpname support since it's no longer used by Benjamin Peterson · 15 years ago
  74. a6e3474 Add const qualifier to PyErr_SetFromErrnoWithFilename and to by Alexandre Vassalotti · 15 years ago
  75. 944f684 Allow multiple context managers in one with statement, as proposed by Georg Brandl · 15 years ago
  76. 1880d8b add a SETUP_WITH opcode by Benjamin Peterson · 15 years ago
  77. 655d835 Issue #6042: by Jeffrey Yasskin · 15 years ago
  78. b24bb27 Issue #3527: Removed Py_WIN_WIDE_FILENAMES which is not used any more. by Hirokazu Yamamoto · 15 years ago
  79. f7f858d Issue 5954, PyFrame_GetLineNumber: by Jeffrey Yasskin · 15 years ago
  80. 1aa4700 PyCode_NewEmpty: by Jeffrey Yasskin · 15 years ago
  81. 399e4c4 add _PyObject_LookupSpecial to handle fetching special method lookup by Benjamin Peterson · 15 years ago
  82. a985a3a 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
  83. 653dece Issue #4426: The UTF-7 decoder was too strict and didn't accept some legal sequences. by Antoine Pitrou · 15 years ago
  84. 9139cc6 Issue #1588: Add complex.__format__. by Eric Smith · 15 years ago
  85. cac7af6 Issue #5793: rationalize isdigit / isalpha / tolower, etc. Will port to py3k. Should fix Windows buildbot errors. by Eric Smith · 15 years ago
  86. 068f065 Issue #5835, deprecate PyOS_ascii_formatd. by Eric Smith · 15 years ago
  87. aca19e6 Backport of some of the work in r71665 to trunk. This reworks much of by Eric Smith · 15 years ago
  88. 6c0b872 Fix for issue5657. by Ronald Oussoren · 15 years ago
  89. 01c6e6f many more types to initialize (I had to expose some of them) by Benjamin Peterson · 15 years ago
  90. 8e5446f Backport r71704 (add configure check for C99 round function) to trunk. by Mark Dickinson · 15 years ago
  91. 91a3b9e Issue #1113244: Py_XINCREF, Py_DECREF, Py_XDECREF: Add `do { ... } while (0)' by Matthias Klose · 15 years ago
  92. 0610e08 - Py_DECREF: Add `do { ... } while (0)' to avoid compiler warnings. by Matthias Klose · 15 years ago
  93. ea0d744 revert r71159 since it broke the build by Benjamin Peterson · 15 years ago
  94. 8212a82 - Py_DECREF: Add `do { ... } while (0)' to avoid compiler warnings. by Matthias Klose · 15 years ago
  95. 789be0c Issue #2396: backport the memoryview object. by Antoine Pitrou · 15 years ago
  96. 238cedc Fix two issues introduced by issue #71031 by changing the signature of by Brett Cannon · 15 years ago
  97. f8387af Issue #4688: Add a heuristic so that tuples and dicts containing only by Antoine Pitrou · 15 years ago
  98. f35f804 Rewrite Py_ARITHMETIC_RIGHT_SHIFT so that it's valid for all signed by Mark Dickinson · 15 years ago
  99. efc82f7 Issue #4258: Use 30-bit digits for Python longs, on 64-bit platforms. by Mark Dickinson · 15 years ago
  100. 68d6852 Backport r69961 to trunk, replacing JUMP_IF_{TRUE,FALSE} with by Jeffrey Yasskin · 15 years ago