1. 18187e2 #6224: s/JPython/Jython/, and remove one link to a module nine years old. by Georg Brandl · 15 years ago
  2. 064a381 use the offical api by Benjamin Peterson · 15 years ago
  3. 25de0dd Fix compilation error with gcc 4.3.2 by Antoine Pitrou · 15 years ago
  4. b02ceda #4547: When debugging a very large function, it was not always by Amaury Forgeot d'Arc · 15 years ago
  5. d11f7fc Uninitialized file type would lead to __exit__ lookup failure when site.py by Antoine Pitrou · 15 years ago
  6. 578a228 Issue 5982: Classmethod and staticmethod expose wrapped function with __func__. by Raymond Hettinger · 15 years ago
  7. 1afec5d plug ref leak by Benjamin Peterson · 15 years ago
  8. 39d43b4 correctly handle descrs with __missing__ by Benjamin Peterson · 15 years ago
  9. 87e5006 handle errors from _PyObject_LookupSpecial when __get__ fails by Benjamin Peterson · 15 years ago
  10. 655d835 Issue #6042: by Jeffrey Yasskin · 15 years ago
  11. 4b94b19 Issue 6089: str.format raises SystemError. by Eric Smith · 15 years ago
  12. a4e0efa Issue #5829: don't raise OverflowError for complex('1e500'). Backport of r72803. by Mark Dickinson · 15 years ago
  13. c8d30fe Fix issue #1689458 by teaching frame_setlineno how to jump to the first line of by Jeffrey Yasskin · 15 years ago
  14. 61328ee While I was modifying test_trace, it threw an exception when I accidentally by Jeffrey Yasskin · 15 years ago
  15. 50626db Issue #6044: remove confusing wording from complex -> integer and by Mark Dickinson · 15 years ago
  16. b24bb27 Issue #3527: Removed Py_WIN_WIDE_FILENAMES which is not used any more. by Hirokazu Yamamoto · 15 years ago
  17. a27dbc6 completely ignore old-style stuff for type checking overloading by Benjamin Peterson · 15 years ago
  18. 94eaba7 deal with old-style classes in issubclass and isinstance by Benjamin Peterson · 15 years ago
  19. fb6fb06 properly lookup __instancecheck__ and __subclasscheck__ by Benjamin Peterson · 15 years ago
  20. b1d4585 Issue #5981: Fix some float.fromhex bugs related to inf and nan handling. by Mark Dickinson · 15 years ago
  21. ceea163 clear error state properly by Benjamin Peterson · 15 years ago
  22. a7dc949 ignore AttributeErrors for classic classes by Benjamin Peterson · 15 years ago
  23. 784d455 *sigh* deal with instances correctly by Benjamin Peterson · 15 years ago
  24. 0a32f9c can't handle classic classes here by Benjamin Peterson · 15 years ago
  25. 3f3d36b ignore classic classes by Benjamin Peterson · 15 years ago
  26. af1692a convert some more special methods to use _PyObject_LookupSpecial by Benjamin Peterson · 15 years ago
  27. 809e225 lookup __reversed__ correctly as a special method by Benjamin Peterson · 15 years ago
  28. f7f858d Issue 5954, PyFrame_GetLineNumber: by Jeffrey Yasskin · 15 years ago
  29. 1aa4700 PyCode_NewEmpty: by Jeffrey Yasskin · 15 years ago
  30. 3a9930d this is now a bound method by Benjamin Peterson · 15 years ago
  31. 399e4c4 add _PyObject_LookupSpecial to handle fetching special method lookup by Benjamin Peterson · 15 years ago
  32. 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
  33. cecdc9c Remove unused variable. by Georg Brandl · 15 years ago
  34. ba68a99 #5929: fix signedness warning. by Georg Brandl · 15 years ago
  35. 7ba8e1c Fix issue 5890: (property subclass shadows __doc__ string) by inserting by R. David Murray · 15 years ago
  36. 653dece Issue #4426: The UTF-7 decoder was too strict and didn't accept some legal sequences. by Antoine Pitrou · 15 years ago
  37. 342c8db There's no %A in Python 2.x! by Walter Dörwald · 15 years ago
  38. ed960ac Issue #5108: Handle %s like %S and %R in PyUnicode_FromFormatV(): Call by Walter Dörwald · 15 years ago
  39. 777e4ff Eliminate some locale-dependent calls to isspace and tolower. by Mark Dickinson · 15 years ago
  40. 85e269b Remove unnecessary uses of context in PyGetSetDef. See issue #5880. by Mark Dickinson · 15 years ago
  41. d4b5c98 Remove unnecessary use of context for long getters. (Related to issue #5880). by Mark Dickinson · 15 years ago
  42. 27f204d Keep py3k and trunk code in sync. by Eric Smith · 15 years ago
  43. ca87fa5 #5889: remove comma at the end of a list that some C compilers don't like. by Georg Brandl · 15 years ago
  44. 9139cc6 Issue #1588: Add complex.__format__. by Eric Smith · 15 years ago
  45. df108ca Remove format_float and use _PyOS_double_to_string instead. by Mark Dickinson · 15 years ago
  46. cac7af6 Issue #5793: rationalize isdigit / isalpha / tolower, etc. Will port to py3k. Should fix Windows buildbot errors. by Eric Smith · 15 years ago
  47. 6d6b220 Backport r71967 changes from py3k to trunk. by Mark Dickinson · 15 years ago
  48. 944c6ae Reset errno before both calls to PyOS_ascii_strtod, not just one. by Mark Dickinson · 15 years ago
  49. 99f2779 Issue #4971: Fix titlecase for characters that are their own by Martin v. Löwis · 15 years ago
  50. 068f065 Issue #5835, deprecate PyOS_ascii_formatd. by Eric Smith · 15 years ago
  51. 5d98ec7 Issue #5828 (Invalid behavior of unicode.lower): Fixed bogus logic in by Walter Dörwald · 15 years ago
  52. 0a6501b Fix typo in complex parsing code; expand tests. by Mark Dickinson · 15 years ago
  53. 5083dc5 fix a segfault when setting __class__ in __del__ #5283 by Benjamin Peterson · 15 years ago
  54. 90d47cb Fix missing 'return NULL' by Mark Dickinson · 15 years ago
  55. 95bc980 Issue #5816: by Mark Dickinson · 15 years ago
  56. ebafbb7 Fixed issue 5782: formatting with commas didn't work if no specifier type code was given. by Eric Smith · 15 years ago
  57. aca19e6 Backport of some of the work in r71665 to trunk. This reworks much of by Eric Smith · 15 years ago
  58. 6736cf8 Issue #3166: Make long -> float (and int -> float) conversions by Mark Dickinson · 15 years ago
  59. 8cfa8e6 make errors consistent by Benjamin Peterson · 15 years ago
  60. 308c6ba initialize weakref some weakref types by Benjamin Peterson · 15 years ago
  61. 01c6e6f many more types to initialize (I had to expose some of them) by Benjamin Peterson · 15 years ago
  62. 5ce7375 initalize -> initialize by Benjamin Peterson · 15 years ago
  63. d4d400c try to initalize all builtin types with PyType_Ready to avoid problems like #5787 by Benjamin Peterson · 15 years ago
  64. d672001 rename internal bytes_ functions to bytearray by Benjamin Peterson · 15 years ago
  65. f5fd523 "not subscriptable" should be a bit more understandable than "unsubscriptable". by Georg Brandl · 15 years ago
  66. 99d36f1 call __float__ on str subclasses #5759 by Benjamin Peterson · 15 years ago
  67. 8c02324 Fixed incorrect object passed into format_float_internal(). This was resulting in a conversion being done twice. by Eric Smith · 15 years ago
  68. 517cfdc Whitespace normalization. by Georg Brandl · 15 years ago
  69. d3eaa74 #5615: make it possible to configure --without-threads again. by Georg Brandl · 15 years ago
  70. 789be0c Issue #2396: backport the memoryview object. by Antoine Pitrou · 15 years ago
  71. 48e3fd2 sys.long_info attributes should be ints, not longs by Mark Dickinson · 15 years ago
  72. 42827e9 Fix a wrong struct field assignment (docstring as closure). by Georg Brandl · 15 years ago
  73. d4814bf Issue #532631: Apply floatformat changes to unicodeobject.c by Mark Dickinson · 15 years ago
  74. 174e909 Issue #532631: Add paranoid check to avoid potential buffer overflow by Mark Dickinson · 15 years ago
  75. 2e648ec Issue #532631: Replace confusing fabs(x)/1e25 >= 1e25 test by Mark Dickinson · 15 years ago
  76. 1fba624 The tracking statistics were actually too pessimistic by Antoine Pitrou · 15 years ago
  77. f8387af Issue #4688: Add a heuristic so that tuples and dicts containing only by Antoine Pitrou · 15 years ago
  78. 0b666bf Issue #5512: speed up the long division algorithm for Python longs. by Mark Dickinson · 15 years ago
  79. 52a3492 There is no macro named SIZEOF_SSIZE_T. Should use SIZEOF_SIZE_T instead. by Hirokazu Yamamoto · 15 years ago
  80. efc82f7 Issue #4258: Use 30-bit digits for Python longs, on 64-bit platforms. by Mark Dickinson · 15 years ago
  81. 6ffe852 fix strange errors when setting attributes on tracebacks #4034 by Benjamin Peterson · 15 years ago
  82. 6b265f1 Issue 4474: On platforms with sizeof(wchar_t) == 4 and by Mark Dickinson · 15 years ago
  83. ed4cefb Fix a small nit in the error message if bool() falls back on __len__ and it returns the wrong type: it would tell the user that __nonzero__ should return bool or int. by Georg Brandl · 15 years ago
  84. 1706c64 fix tuple.index() error message #5495 by Benjamin Peterson · 15 years ago
  85. 6f42edb Issue 5237, Allow auto-numbered replacement fields in str.format() strings. by Eric Smith · 15 years ago
  86. 9c1f7b2 fix funky indentation by Benjamin Peterson · 15 years ago
  87. a3e6c97 Fixed memory leak on failure. by Hirokazu Yamamoto · 15 years ago
  88. b646487 Replace long with twodigits, to avoid depending on sizeof(digit) < sizeof(long) by Mark Dickinson · 15 years ago
  89. 3e4caeb Issue #5341: Fix a variety of spelling errors. by Mark Dickinson · 15 years ago
  90. e9fb686 Issue #5247: Improve error message when unknown format codes are used when using str.format() with str, unicode, long, int, and float arguments. by Eric Smith · 15 years ago
  91. bcf6b18 A few more minor fixes in longobject.c by Mark Dickinson · 15 years ago
  92. 2ffb26f Issue #5260: Various portability and standards compliance fixes, optimizations by Mark Dickinson · 15 years ago
  93. 9e8a250 Fix compiler warning (gcc) by Antoine Pitrou · 15 years ago
  94. 76a4b89 Issue #5186: Reduce hash collisions for objects with no __hash__ method by by Antoine Pitrou · 15 years ago
  95. cbb4958 Fix warnings GCC emits where the argument of PyErr_Format is a single variable. by Georg Brandl · 15 years ago
  96. 4015f62 Issue #5175: PyLong_AsUnsignedLongLong now raises OverflowError for by Mark Dickinson · 15 years ago
  97. 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
  98. 10fe877 Issue #789290: make sure that hash(2**63) == hash(2.**63) on 64-bit by Mark Dickinson · 15 years ago
  99. b91d2f5 Remove redundant assignment in _PyObject_LengthHint by Mark Dickinson · 15 years ago
  100. fd4c872 issue 4804: Provide checks for the format string of strftime, and for the "mode" string of fopen on Windows. These strings are user provided from python and so we can avoid invoking the C runtime invalid parameter handler by first checking that they are valid. by Kristján Valur Jónsson · 15 years ago