1. 2252d11 #3342: In tracebacks, printed source lines were not indented since r62555. by Amaury Forgeot d'Arc · 16 years ago
  2. 2fe7706 - Issue #2862: Make int and float freelist management consistent with other by Gregory P. Smith · 16 years ago
  3. 9c437af Revert 64424, 64438, and 64439. by Raymond Hettinger · 16 years ago
  4. 65fe47b Modified interface to _Py_[String|Unicode]InsertThousandsGrouping, in anticipation of fixing issue 3140. by Eric Smith · 16 years ago
  5. 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 · 16 years ago
  6. 060792c Post release changes by Barry Warsaw · 16 years ago
  7. b5d1740 Bumping to 2.6b1 by Barry Warsaw · 16 years ago
  8. a4dd2e2 Restore support for Microsoft VC6 compiler. by Amaury Forgeot d'Arc · 16 years ago
  9. 114f7e5 #1683 prevent forking from interfering in threading storage by Benjamin Peterson · 16 years ago
  10. fe22a45 Correct an incorrect comment about our #include of stddef.h. by Gregory P. Smith · 16 years ago
  11. 9d53457 Merge in release25-maint r60793: by Gregory P. Smith · 16 years ago
  12. e0b9261 swap stringobject.h and bytesobject.h contents to make sense. PyString in by Gregory P. Smith · 16 years ago
  13. dd96db6 This reverts r63675 based on the discussion in this thread: by Gregory P. Smith · 16 years ago
  14. 0144f27 Remove locking part of new buffer protocol. by Travis E. Oliphant · 16 years ago
  15. 259a566 Fix preprocessor statement. by Thomas Heller · 16 years ago
  16. 5640ce2 MacOS X: Enable 4-way universal builds by Ronald Oussoren · 16 years ago
  17. 1bd52d7 Make the _H #define's match the header file names. Fix comments to by Gregory P. Smith · 16 years ago
  18. 9981589 New environment variable PYTHONIOENCODING. by Martin v. Löwis · 16 years ago
  19. dc13b79 Refactor and clean up str.format() code (and helpers) in advance of optimizations. by Eric Smith · 16 years ago
  20. 74a1dea #2989: add PyType_Modified(). by Georg Brandl · 16 years ago
  21. b17ad2d wrap line by Benjamin Peterson · 16 years ago
  22. dacde0d turn PyErr_WarnPy3k into a macro by Benjamin Peterson · 16 years ago
  23. 593daf5 Renamed PyString to PyBytes by Christian Heimes · 16 years ago
  24. 3497f94 First step of the C API rename: by Christian Heimes · 16 years ago
  25. 8c255e4 Patch #1722225: Support QNX 6. by Martin v. Löwis · 16 years ago
  26. cf537ff Addresses issue 2802: 'n' formatting for integers. by Eric Smith · 16 years ago
  27. bf5bd9f Post tag updates. by Barry Warsaw · 16 years ago
  28. 6cc7940 Bump to 2.6a3 by Barry Warsaw · 16 years ago
  29. af748c3 Implemented PEP 370 by Christian Heimes · 16 years ago
  30. a692c4d Added PyErr_WarnPy3k function. (issue 2671) I will be converting current Py3k warnings to the use of this function soon. by Benjamin Peterson · 16 years ago
  31. 19dfa3e Remove Py_Refcnt, Py_Type, Py_Size, as they were added only by Martin v. Löwis · 16 years ago
  32. c873550 Stupid me. Py_RETURN_NAN should actually return something ... by Christian Heimes · 16 years ago
  33. 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 · 16 years ago
  34. 820b51c #2627 Let it be known what pgen generates by Benjamin Peterson · 16 years ago
  35. 0a4f895 Fix compiler warning Include/warnings.h:19:28: warning: no newline at end of file by Christian Heimes · 16 years ago
  36. e974689 Re-implement the 'warnings' module in C. This allows for usage of the by Brett Cannon · 16 years ago
  37. aa63d0d Make file objects as thread safe as the underlying libc FILE* implementation. by Gregory P. Smith · 16 years ago
  38. 01d71f9 Post tag version tweak by Barry Warsaw · 16 years ago
  39. 9649cdd Updating for 2.6a2 by Barry Warsaw · 16 years ago
  40. a48f3ab Patch #2511: Give the "excepthandler" AST item proper attributes by making it a Sum. by Georg Brandl · 16 years ago
  41. f2bfd54 Properly check for consistency with the third argument of by Georg Brandl · 16 years ago
  42. a45ab9f NIL => NULL by Benjamin Peterson · 16 years ago
  43. fc8eef3 Patch #1810 by Thomas Lee, reviewed by myself: by Georg Brandl · 16 years ago
  44. d183bdd Revert r61969 which added casts to Py_CHARMASK to avoid compiler warnings. by Neal Norwitz · 16 years ago
  45. 231346e Fix warnings about using char as an array subscript. This is not portable by Neal Norwitz · 16 years ago
  46. 3c60833 Patch #2477: Added from __future__ import unicode_literals by Christian Heimes · 16 years ago
  47. 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 · 16 years ago
  48. 7c47894 Backport of the print function, using a __future__ import. by Eric Smith · 16 years ago
  49. 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 · 16 years ago
  50. 33451d8 Add necessary headers to back-port new buffer protocol to Python 2.6 by Travis E. Oliphant · 16 years ago
  51. 65475fd Set things up for 2.6a2. by Barry Warsaw · 17 years ago
  52. 5297361 Bump to version 2.6a1 by Barry Warsaw · 17 years ago
  53. 960b9b7 Move abc._Abstract into object by adding a new flag Py_TPFLAGS_IS_ABSTRACT, by Jeffrey Yasskin · 17 years ago
  54. 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
  55. 5224d28 Patch #1759: Backport of PEP 3129 class decorators with some help from Georg by Christian Heimes · 17 years ago
  56. a9f7d62 Backport of PEP 3101, Advanced String Formatting, from py3k. by Eric Smith · 17 years ago
  57. 3b718a7 Implemented Martin's suggestion to clear the free lists during the garbage collection of the highest generation. by Christian Heimes · 17 years ago
  58. dd47aae Forgot to modify header file in r60707. by Eric Smith · 17 years ago
  59. 5e527eb Added PyNumber_ToBase and supporting routines _PyInt_Format and by Eric Smith · 17 years ago
  60. f75dbef Deallocate content of the dict free list on interpreter shutdown by Christian Heimes · 17 years ago
  61. 422051a Patch #1953 by Christian Heimes · 17 years ago
  62. a26cf9b Make int() and long() fall back to __trunc__(). See issue 2002. by Jeffrey Yasskin · 17 years ago
  63. 58e185a Nasty typo in setobject.h by Amaury Forgeot d'Arc · 17 years ago
  64. cab3d98 Ensure that PySet_Add() operates on a newly created frozenset, like PyTuple_SetItem does. by Amaury Forgeot d'Arc · 17 years ago
  65. 951cc0f Fixed bug #1983: Return from fork() is pid_t, not int by Christian Heimes · 17 years ago
  66. 4d4f270 Patch #1970 by Antoine Pitrou: Speedup unicode whitespace and linebreak detection. The speedup is about 25% for split() (571 / 457 usec) and 35% (175 / 127 usec )for splitlines() by Christian Heimes · 17 years ago
  67. 7759a0c Factor-out common code with a new macro by Raymond Hettinger · 17 years ago
  68. 908caac Added clear cache methods to clear the internal type lookup cache for ref leak test runs. by Christian Heimes · 17 years ago
  69. cfb41c4 Add stdarg include for va_list to get this to compile on cygwin by Neal Norwitz · 17 years ago
  70. 0cdf9a3 #1473257: add generator.gi_code attribute that refers to by Georg Brandl · 17 years ago
  71. 7f39c9f Backport of several functions from Python 3.0 to 2.6 including PyUnicode_FromString, PyUnicode_Format and PyLong_From/AsSsize_t. The functions are partly required for the backport of the bytearray type and _fileio module. They should also make it easier to port C to 3.0. by Christian Heimes · 17 years ago
  72. 74b8e76 Don't repeat yourself by Christian Heimes · 17 years ago
  73. 690c912 Fixed a missing (X) in define by Christian Heimes · 17 years ago
  74. 32a3fb5 Patch #1720595: add T_BOOL to the range of structmember types. by Georg Brandl · 17 years ago
  75. 4872351 Fixed a wrong assumption in configure.in and Include/pyport.h. The is finite function is not called isfinite() but finite(). Sorry, my fault. :) by Christian Heimes · 17 years ago
  76. e4c270c Re-apply patch #1700288 (first applied in r59931, rolled back in r59940) by Amaury Forgeot d'Arc · 17 years ago
  77. d1c131a Back out r59931 - test_ctypes fails with it. by Georg Brandl · 17 years ago
  78. 27e26ec Patch #1700288: Method cache optimization, by Armin Rigo, ported to by Georg Brandl · 17 years ago
  79. 2da0fce Patch #602345 by Neal Norwitz and me: add -B option and PYTHONDONTWRITEBYTECODE envvar to skip writing bytecode. by Georg Brandl · 17 years ago
  80. 000a074 Modified PyImport_Import and PyImport_ImportModule to always use absolute imports by calling __import__ with an explicit level of 0 by Christian Heimes · 17 years ago
  81. 0a83d79 Some build bots don't compile mathmodule. There is an issue with the long definition of pi and euler by Christian Heimes · 17 years ago
  82. 02de897 Patch #1583 by Adam Olsen. by Guido van Rossum · 17 years ago
  83. e93237d #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT. Macros for b/w compatibility are available. by Christian Heimes · 17 years ago
  84. 0a8143f Applied patch #1635: Float patch for inf and nan on Windows (and other platforms). by Christian Heimes · 17 years ago
  85. fd7ed40 Give meaning to the oparg for BUILD_MAP: estimated size of the dictionary. by Raymond Hettinger · 17 years ago
  86. effde12 Speed-up dictionary constructor by about 10%. by Raymond Hettinger · 17 years ago
  87. 284d927 Backport of r59456:59458 from py3k to trunk by Christian Heimes · 17 years ago
  88. 4e2f714 Fix Issue 1045. by Raymond Hettinger · 17 years ago
  89. dfdfaab Feature #1534 by Christian Heimes · 17 years ago
  90. e8954f8 Backport of the PCbuild9 directory from the py3k branch. by Christian Heimes · 17 years ago
  91. 5087980 The incremental decoder for utf-7 must preserve its state between calls. by Amaury Forgeot d'Arc · 17 years ago
  92. 327a39b Patch #1739468: Directories and zipfiles containing __main__.py are now executable by Nick Coghlan · 17 years ago
  93. 1e534b5 Fix a crasher where Python code managed to infinitely recurse in C code without by Brett Cannon · 17 years ago
  94. 6e39080 Backport r57105 and r57145 from the py3k branch: UTF-32 codecs. by Walter Dörwald · 17 years ago
  95. 766d880 Py_ssize_t is defined regardless of HAVE_LONG_LONG. Will backport by Neal Norwitz · 17 years ago
  96. 6819210 PEP 3123: Provide forward compatibility with Python 3.0, while keeping by Martin v. Löwis · 17 years ago
  97. c6057c7 Fix #1752132: wrong comment in opcode description. by Georg Brandl · 17 years ago
  98. 84a3efe Add T_PYSSIZET in structmember.h: This can be used for Py_ssize_t members. by Walter Dörwald · 17 years ago
  99. 2a71a47 Provide PY_LLONG_MAX on all systems having long long. Will backport to 2.5. by Martin v. Löwis · 17 years ago
  100. 9201e7f Provide LLONG_MAX for S390. by Martin v. Löwis · 17 years ago