1. d3e3232 Refactor some longobject internals: PyLong_AsDouble and _PyLong_AsScaledDouble by Mark Dickinson · 15 years ago
  2. 740cdc3 #7033: add new API function PyErr_NewExceptionWithDoc, for easily giving new exceptions a docstring. by Georg Brandl · 15 years ago
  3. 12748b0 Issue #7518: Move substitute definitions of C99 math functions from by Mark Dickinson · 15 years ago
  4. e31d300 Issue #7528: Backport PyLong_AsLongAndOverflow from py3k to trunk. by Mark Dickinson · 15 years ago
  5. 3095d20 initialize to NULL by Benjamin Peterson · 15 years ago
  6. fd25634 Replace the size check for PyMem_MALLOC and PyMem_REALLOC with an almost by Mark Dickinson · 15 years ago
  7. a254302 Fix for issue 7452: HAVE_GCC_ASM_FOR_X87 gets set when doing a universal build on by Ronald Oussoren · 15 years ago
  8. 4f51baf post release version bump by Benjamin Peterson · 15 years ago
  9. d78cec5 bump version to 2.7a1 by Benjamin Peterson · 15 years ago
  10. 7072f74 Fix for issue #7416: SIZEOF_UINTPTR_T can be invalid when configuring a by Ronald Oussoren · 15 years ago
  11. 31f0cfe Include ieeefp.h (when available) in pyport.h instead of individually in by Mark Dickinson · 15 years ago
  12. 845688d Enable short float repr! by Mark Dickinson · 15 years ago
  13. bd15a06 Issue #7117, continued: Change round implementation to use the correctly-rounded by Mark Dickinson · 15 years ago
  14. 82864d1 Issue #7228: Add '%lld' and '%llu' support to PyFormat_FromString, by Mark Dickinson · 15 years ago
  15. 39f6a74 bump version number by Barry Warsaw · 15 years ago
  16. 3e1eb0f Issue #7117: Backport missing pystrtod.h declarations from py3k. by Mark Dickinson · 15 years ago
  17. c1bdf89 Finished removing _PyOS_double_to_string, as mentioned in issue 7117. by Eric Smith · 15 years ago
  18. 28dbc1f bumping to 2.6.4 by Barry Warsaw · 15 years ago
  19. f325407 Issue #7117: temporarily disable the short float repr while the by Mark Dickinson · 15 years ago
  20. 1d6e2e1 Issue #7117 (backport py3k float repr) continued: by Mark Dickinson · 15 years ago
  21. bb28285 Issue #7117: Prepare for backport of py3k float repr. by Mark Dickinson · 15 years ago
  22. f80ee8e done with 2.6.4rc2 by Barry Warsaw · 15 years ago
  23. bde4487 Bump to 2.6.4rc2 by Barry Warsaw · 15 years ago
  24. f71d45a Bumping to 2.6.4rc1 by Barry Warsaw · 15 years ago
  25. d3c8765 Post 2.6.3 cleanup. by Barry Warsaw · 15 years ago
  26. e948ea0 Bump to 2.6.3 by Barry Warsaw · 15 years ago
  27. 103e323 Bumping for 2.6.3rc1 by Barry Warsaw · 15 years ago
  28. 02ca57c http://bugs.python.org/issue6836 by Kristján Valur Jónsson · 15 years ago
  29. aa2adc8 Issue #6713: Improve performance of str(n) and repr(n) for integers n by Mark Dickinson · 15 years ago
  30. 448db21 Merged revisions 74841 via svnmerge from by Thomas Wouters · 15 years ago
  31. c4dcb38 Fix issue #1590864, multiple threads and fork() can cause deadlocks, by by Thomas Wouters · 15 years ago
  32. 02a9ce3 Merged revisions 74693 via svnmerge from by Mark Dickinson · 15 years ago
  33. 6b3f1ef Issue #6848: Fix curses module build failure on OS X 10.6. by Mark Dickinson · 15 years ago
  34. 2f865b9 Issue #6347: Add inttypes.h to the pyport.h #includes; fixes a build by Mark Dickinson · 15 years ago
  35. 1dcc384 Remove unused stdint.h includes by Mark Dickinson · 15 years ago
  36. 94819cf remove some unused symtable constants by Benjamin Peterson · 15 years ago
  37. d9920c2 remove tmpname support since it's no longer used by Benjamin Peterson · 15 years ago
  38. a6e3474 Add const qualifier to PyErr_SetFromErrnoWithFilename and to by Alexandre Vassalotti · 15 years ago
  39. 944f684 Allow multiple context managers in one with statement, as proposed by Georg Brandl · 15 years ago
  40. 1880d8b add a SETUP_WITH opcode by Benjamin Peterson · 15 years ago
  41. 655d835 Issue #6042: by Jeffrey Yasskin · 15 years ago
  42. b24bb27 Issue #3527: Removed Py_WIN_WIDE_FILENAMES which is not used any more. by Hirokazu Yamamoto · 15 years ago
  43. f7f858d Issue 5954, PyFrame_GetLineNumber: by Jeffrey Yasskin · 15 years ago
  44. 1aa4700 PyCode_NewEmpty: by Jeffrey Yasskin · 15 years ago
  45. 399e4c4 add _PyObject_LookupSpecial to handle fetching special method lookup by Benjamin Peterson · 15 years ago
  46. 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
  47. 653dece Issue #4426: The UTF-7 decoder was too strict and didn't accept some legal sequences. by Antoine Pitrou · 15 years ago
  48. e05e840 Issue #5724: Fix cmath failures on Solaris 10. by Mark Dickinson · 15 years ago
  49. 9139cc6 Issue #1588: Add complex.__format__. by Eric Smith · 15 years ago
  50. cac7af6 Issue #5793: rationalize isdigit / isalpha / tolower, etc. Will port to py3k. Should fix Windows buildbot errors. by Eric Smith · 15 years ago
  51. 068f065 Issue #5835, deprecate PyOS_ascii_formatd. by Eric Smith · 15 years ago
  52. aca19e6 Backport of some of the work in r71665 to trunk. This reworks much of by Eric Smith · 15 years ago
  53. c485361 Merged revisions 71734,71738-71739 via svnmerge from by Benjamin Peterson · 15 years ago
  54. 8572e7b Merged revisions 71743 via svnmerge from by Ronald Oussoren · 15 years ago
  55. 6c0b872 Fix for issue5657. by Ronald Oussoren · 15 years ago
  56. 01c6e6f many more types to initialize (I had to expose some of them) by Benjamin Peterson · 15 years ago
  57. 8e5446f Backport r71704 (add configure check for C99 round function) to trunk. by Mark Dickinson · 15 years ago
  58. 43c2ccc Post release version tweak. by Barry Warsaw · 15 years ago
  59. 63a976e Bumping to 2.6.2 (final). by Barry Warsaw · 15 years ago
  60. 90971e0 Bump to 2.6.2c1. by Barry Warsaw · 15 years ago
  61. 91a3b9e Issue #1113244: Py_XINCREF, Py_DECREF, Py_XDECREF: Add `do { ... } while (0)' by Matthias Klose · 15 years ago
  62. 0610e08 - Py_DECREF: Add `do { ... } while (0)' to avoid compiler warnings. by Matthias Klose · 15 years ago
  63. 08c5c0b Merged revisions 71163 via svnmerge from by Benjamin Peterson · 15 years ago
  64. ea0d744 revert r71159 since it broke the build by Benjamin Peterson · 15 years ago
  65. db5d6dc Merged revisions 71159 via svnmerge from by Matthias Klose · 15 years ago
  66. 8212a82 - Py_DECREF: Add `do { ... } while (0)' to avoid compiler warnings. by Matthias Klose · 15 years ago
  67. 789be0c Issue #2396: backport the memoryview object. by Antoine Pitrou · 15 years ago
  68. 238cedc Fix two issues introduced by issue #71031 by changing the signature of by Brett Cannon · 15 years ago
  69. f8387af Issue #4688: Add a heuristic so that tuples and dicts containing only by Antoine Pitrou · 15 years ago
  70. f35f804 Rewrite Py_ARITHMETIC_RIGHT_SHIFT so that it's valid for all signed by Mark Dickinson · 15 years ago
  71. efc82f7 Issue #4258: Use 30-bit digits for Python longs, on 64-bit platforms. by Mark Dickinson · 15 years ago
  72. 68d6852 Backport r69961 to trunk, replacing JUMP_IF_{TRUE,FALSE} with by Jeffrey Yasskin · 15 years ago
  73. 5781f32 remove some PyBytes_* aliases that are not in 3.x by Benjamin Peterson · 15 years ago
  74. bcf6b18 A few more minor fixes in longobject.c by Mark Dickinson · 15 years ago
  75. 2ffb26f Issue #5260: Various portability and standards compliance fixes, optimizations by Mark Dickinson · 15 years ago
  76. bcd3ea8 Issue #5204: Define _PyVerify_fd on VC6 to make test_fdopen (test_os.py) pass. by Hirokazu Yamamoto · 15 years ago
  77. 6a743d3 Issue 4804. Add a function to test the validity of file descriptors on Windows, and stop using global runtime settings to silence the warnings / assertions. by Kristján Valur Jónsson · 15 years ago
  78. c97c909 Issue #4575: fix Py_IS_INFINITY macro to work correctly on x87 FPUs. by Mark Dickinson · 15 years ago
  79. 24e2872 Issue 1242657: list(obj) can swallow KeyboardInterrupt by Raymond Hettinger · 15 years ago
  80. b516370 Issue 1242657: list(obj) can swallow KeyboardInterrupt. by Raymond Hettinger · 15 years ago
  81. c04c289 Merged revisions 68292,68344,68361,68378,68424,68426,68429-68430,68450,68457,68480-68481,68493,68495,68499,68501,68512,68514-68515 via svnmerge from by Georg Brandl · 15 years ago
  82. a40d573 #3720: Interpreter crashes when an evil iterator removes its own next function. by Amaury Forgeot d'Arc · 15 years ago
  83. d89f5b2 Fix issue 4884, preventing a crash in the socket code when python is compiled by Jeffrey Yasskin · 15 years ago
  84. 3741bfd Fix #4846 (Py_UNICODE_ISSPACE causes linker error) by moving the declaration by Marc-André Lemburg · 16 years ago
  85. 1bf6401 Use C99 'isfinite' macro in preference to BSD-derived 'finite' function. by Mark Dickinson · 16 years ago
  86. 0ebfedf Fix HAVE_DECL_ISINF/ISNAN test (again). by Mark Dickinson · 16 years ago
  87. 41fbae1 Oops. Need to check not only that HAVE_DECL_ISINF is defined, but also by Mark Dickinson · 16 years ago
  88. d181e3a isinf and isnan are macros, not functions; fix configure script by Mark Dickinson · 16 years ago
  89. 47fe981 Merged revisions 67952-67953,67955,67957-67958,67960-67961,67963,67965,67967,67970-67971,67973,67982,67988,67990,67995,68014,68016,68030,68057,68061,68112,68115-68118,68120-68121,68123-68128 via svnmerge from by Georg Brandl · 16 years ago
  90. 989707b Backport r67982 by Ronald Oussoren · 16 years ago
  91. fd9633e fix WORD_BIGEDIAN declaration in Universal builds; fixes #4060 and #4728 by Benjamin Peterson · 16 years ago
  92. a925bed Sort UCS-2/UCS-4 name mangling list. by Alexandre Vassalotti · 16 years ago
  93. d8f8ee4 Fix name mangling of PyUnicode_ClearFreeList. by Alexandre Vassalotti · 16 years ago
  94. d0c3515 Issue #2183: Simplify and optimize bytecode for list comprehensions. by Antoine Pitrou · 16 years ago
  95. 6b257f4 Post-2.6.1 tweak by Barry Warsaw · 16 years ago
  96. 3d407dc Prep for 2.6.1 by Barry Warsaw · 16 years ago
  97. 44a90c9 move unprefixed error into .c file by Benjamin Peterson · 16 years ago
  98. 38e46fc Merged revisions 66891 via svnmerge from by Amaury Forgeot d'Arc · 16 years ago
  99. 07d539d #4122: On Windows, Py_UNICODE_ISSPACE cannot be used in an extension module: by Amaury Forgeot d'Arc · 16 years ago
  100. 12582c9 Bump to 2.7a0 by Barry Warsaw · 16 years ago