1. e948ea0 Bump to 2.6.3 by Barry Warsaw · 16 years ago v2.6.3
  2. 103e323 Bumping for 2.6.3rc1 by Barry Warsaw · 16 years ago v2.6.3rc1
  3. 448db21 Merged revisions 74841 via svnmerge from by Thomas Wouters · 16 years ago
  4. 02a9ce3 Merged revisions 74693 via svnmerge from by Mark Dickinson · 16 years ago
  5. e05e840 Issue #5724: Fix cmath failures on Solaris 10. by Mark Dickinson · 16 years ago
  6. c485361 Merged revisions 71734,71738-71739 via svnmerge from by Benjamin Peterson · 16 years ago
  7. 8572e7b Merged revisions 71743 via svnmerge from by Ronald Oussoren · 16 years ago
  8. 43c2ccc Post release version tweak. by Barry Warsaw · 16 years ago
  9. 63a976e Bumping to 2.6.2 (final). by Barry Warsaw · 16 years ago v2.6.2
  10. 90971e0 Bump to 2.6.2c1. by Barry Warsaw · 16 years ago
  11. 08c5c0b Merged revisions 71163 via svnmerge from by Benjamin Peterson · 16 years ago
  12. db5d6dc Merged revisions 71159 via svnmerge from by Matthias Klose · 16 years ago
  13. 24e2872 Issue 1242657: list(obj) can swallow KeyboardInterrupt by Raymond Hettinger · 17 years ago
  14. 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 · 17 years ago
  15. 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 · 17 years ago
  16. 989707b Backport r67982 by Ronald Oussoren · 17 years ago
  17. 6b257f4 Post-2.6.1 tweak by Barry Warsaw · 17 years ago
  18. 3d407dc Prep for 2.6.1 by Barry Warsaw · 17 years ago v2.6.1
  19. 38e46fc Merged revisions 66891 via svnmerge from by Amaury Forgeot d'Arc · 17 years ago
  20. a5a38c5 Post release dance by Barry Warsaw · 17 years ago
  21. afa1436 Bumping to 2.6 final. by Barry Warsaw · 17 years ago
  22. 41c56b5 build_os2emx.patch in issue 3868 - update OS/2 EMX makefile and config files by Andrew MacIntyre · 17 years ago
  23. 0c5ca57 done with 2.6rc2 by Barry Warsaw · 17 years ago
  24. 6af1619 Bumping to 2.6rc2 by Barry Warsaw · 17 years ago v2.6rc2
  25. dfd6b86 post release updates by Barry Warsaw · 17 years ago
  26. f5f9d99 Fix the release level by Barry Warsaw · 17 years ago v2.6rc1
  27. 1e62aec Bumping to 2.6rc1 by Barry Warsaw · 17 years ago
  28. d4ae97b #3668: When PyArg_ParseTuple correctly parses a s* format, but raises an by Antoine Pitrou · 17 years ago
  29. 0668c62 Issue #2534: speed up isinstance() and issubclass() by 50-70%, so as to by Antoine Pitrou · 17 years ago
  30. 14cb6bc sort of backport 66038 by aliasing PyObject_Bytes to PyObject_Str by Benjamin Peterson · 17 years ago
  31. 6a0b559 done with the release by Barry Warsaw · 17 years ago
  32. 07a4a38 Bump to 2.6b3. by Barry Warsaw · 17 years ago v2.6b3
  33. 69ed101 Hopeful fix for issue 1878: remove Py_TPFLAGS_HAVE_VERSION_TAG from by Guido van Rossum · 17 years ago
  34. 6b094a4 fix a little typo by Benjamin Peterson · 17 years ago
  35. 025d939 fix compile errors by Benjamin Peterson · 17 years ago
  36. e0d4c7b expose PySTEntry.nested so the symtable module will work by Benjamin Peterson · 17 years ago
  37. f91d46a Issue #3139: Make buffer-interface thread-safe wrt. PyArg_ParseTuple, by Martin v. Löwis · 17 years ago
  38. 0470bab Issue #2620: Overflow checking when allocating or reallocating memory by Gregory P. Smith · 17 years ago
  39. ecb8c79 Post release cleanup by Barry Warsaw · 17 years ago
  40. daddf03 Bumping to 2.6b2 by Barry Warsaw · 17 years ago v2.6b2
  41. 53663a6 Issue 2235: __hash__ is once again inherited by default, but inheritance can be blocked explicitly so that collections.Hashable remains meaningful by Nick Coghlan · 17 years ago
  42. 8d412f3 Issue #3274: Use a less common identifier for the temporary variable by Alexandre Vassalotti · 17 years ago
  43. 2252d11 #3342: In tracebacks, printed source lines were not indented since r62555. by Amaury Forgeot d'Arc · 17 years ago
  44. 2fe7706 - Issue #2862: Make int and float freelist management consistent with other by Gregory P. Smith · 17 years ago
  45. 9c437af Revert 64424, 64438, and 64439. by Raymond Hettinger · 17 years ago
  46. 65fe47b Modified interface to _Py_[String|Unicode]InsertThousandsGrouping, in anticipation of fixing issue 3140. by Eric Smith · 17 years ago
  47. e3ae655 Make bin() implementation parallel oct() and hex() so that int/long subclasses can override or so that other classes can support. by Raymond Hettinger · 17 years ago
  48. 060792c Post release changes by Barry Warsaw · 17 years ago
  49. b5d1740 Bumping to 2.6b1 by Barry Warsaw · 17 years ago v2.6b1
  50. a4dd2e2 Restore support for Microsoft VC6 compiler. by Amaury Forgeot d'Arc · 17 years ago
  51. 114f7e5 #1683 prevent forking from interfering in threading storage by Benjamin Peterson · 17 years ago
  52. fe22a45 Correct an incorrect comment about our #include of stddef.h. by Gregory P. Smith · 17 years ago
  53. 9d53457 Merge in release25-maint r60793: by Gregory P. Smith · 17 years ago
  54. e0b9261 swap stringobject.h and bytesobject.h contents to make sense. PyString in by Gregory P. Smith · 17 years ago
  55. dd96db6 This reverts r63675 based on the discussion in this thread: by Gregory P. Smith · 17 years ago
  56. 0144f27 Remove locking part of new buffer protocol. by Travis E. Oliphant · 17 years ago
  57. 259a566 Fix preprocessor statement. by Thomas Heller · 17 years ago
  58. 5640ce2 MacOS X: Enable 4-way universal builds by Ronald Oussoren · 17 years ago
  59. 1bd52d7 Make the _H #define's match the header file names. Fix comments to by Gregory P. Smith · 17 years ago
  60. 99815892 New environment variable PYTHONIOENCODING. by Martin v. Löwis · 17 years ago
  61. dc13b79 Refactor and clean up str.format() code (and helpers) in advance of optimizations. by Eric Smith · 17 years ago
  62. 74a1dea #2989: add PyType_Modified(). by Georg Brandl · 17 years ago
  63. b17ad2d wrap line by Benjamin Peterson · 17 years ago
  64. dacde0d turn PyErr_WarnPy3k into a macro by Benjamin Peterson · 17 years ago
  65. 593daf5 Renamed PyString to PyBytes by Christian Heimes · 17 years ago
  66. 3497f94 First step of the C API rename: by Christian Heimes · 17 years ago
  67. 8c255e4 Patch #1722225: Support QNX 6. by Martin v. Löwis · 17 years ago
  68. cf537ff Addresses issue 2802: 'n' formatting for integers. by Eric Smith · 17 years ago
  69. bf5bd9f Post tag updates. by Barry Warsaw · 17 years ago
  70. 6cc7940 Bump to 2.6a3 by Barry Warsaw · 17 years ago v2.6a3
  71. af748c3 Implemented PEP 370 by Christian Heimes · 17 years ago
  72. a692c4d Added PyErr_WarnPy3k function. (issue 2671) I will be converting current Py3k warnings to the use of this function soon. by Benjamin Peterson · 17 years ago
  73. 19dfa3e Remove Py_Refcnt, Py_Type, Py_Size, as they were added only by Martin v. Löwis · 17 years ago
  74. c873550 Stupid me. Py_RETURN_NAN should actually return something ... by Christian Heimes · 17 years ago
  75. 6f34109 I finally got the time to update and merge Mark's and my trunk-math branch. The patch is collaborated work of Mark Dickinson and me. It was mostly done a few months ago. The patch fixes a lot of loose ends and edge cases related to operations with NaN, INF, very small values and complex math. by Christian Heimes · 17 years ago
  76. 820b51c #2627 Let it be known what pgen generates by Benjamin Peterson · 17 years ago
  77. 0a4f895 Fix compiler warning Include/warnings.h:19:28: warning: no newline at end of file by Christian Heimes · 17 years ago
  78. e974689 Re-implement the 'warnings' module in C. This allows for usage of the by Brett Cannon · 17 years ago
  79. aa63d0d Make file objects as thread safe as the underlying libc FILE* implementation. by Gregory P. Smith · 17 years ago
  80. 01d71f9 Post tag version tweak by Barry Warsaw · 17 years ago
  81. 9649cdd Updating for 2.6a2 by Barry Warsaw · 17 years ago v2.6a2
  82. a48f3ab Patch #2511: Give the "excepthandler" AST item proper attributes by making it a Sum. by Georg Brandl · 17 years ago
  83. f2bfd54 Properly check for consistency with the third argument of by Georg Brandl · 17 years ago
  84. a45ab9f NIL => NULL by Benjamin Peterson · 17 years ago
  85. fc8eef3 Patch #1810 by Thomas Lee, reviewed by myself: by Georg Brandl · 17 years ago
  86. d183bdd Revert r61969 which added casts to Py_CHARMASK to avoid compiler warnings. by Neal Norwitz · 17 years ago
  87. 231346e Fix warnings about using char as an array subscript. This is not portable by Neal Norwitz · 17 years ago
  88. 3c60833 Patch #2477: Added from __future__ import unicode_literals by Christian Heimes · 17 years ago
  89. 1a6387e Merged revisions 61750,61752,61754,61756,61760,61763,61768,61772,61775,61805,61809,61812,61819,61917,61920,61930,61933-61934 via svnmerge from by Christian Heimes · 17 years ago
  90. 7c47894 Backport of the print function, using a __future__ import. by Eric Smith · 17 years ago
  91. 3781aef Finish backporting new buffer API to Python 2.6. Left to do: memoryview object and structmodule. But, these need to be finished in Python 3.0 first. No objects support the new buffer API in Python 2.6 as of yet, and except for the memoryview object, I don't think they will. by Travis E. Oliphant · 17 years ago
  92. 33451d8 Add necessary headers to back-port new buffer protocol to Python 2.6 by Travis E. Oliphant · 17 years ago
  93. 65475fd Set things up for 2.6a2. by Barry Warsaw · 17 years ago
  94. 5297361 Bump to version 2.6a1 by Barry Warsaw · 17 years ago
  95. 960b9b7 Move abc._Abstract into object by adding a new flag Py_TPFLAGS_IS_ABSTRACT, by Jeffrey Yasskin · 17 years ago
  96. a3c8c10 Thomas Herve explained to me that PyCrypto depends on the constants. I'm adding the aliases because C code for Python 2.x should compile under 2.6 as well. The aliases aren't available in Python 3.x though. by Christian Heimes · 17 years ago
  97. 5224d28 Patch #1759: Backport of PEP 3129 class decorators with some help from Georg by Christian Heimes · 17 years ago
  98. a9f7d62 Backport of PEP 3101, Advanced String Formatting, from py3k. by Eric Smith · 18 years ago
  99. 3b718a7 Implemented Martin's suggestion to clear the free lists during the garbage collection of the highest generation. by Christian Heimes · 18 years ago
  100. dd47aae Forgot to modify header file in r60707. by Eric Smith · 18 years ago