1. 1c5d21d fix indentation in comment by Benjamin Peterson · 15 years ago
  2. be1399e fix indentation; looks like all I managed to do the first time is make things uglier by Benjamin Peterson · 15 years ago
  3. d17fec7 fix indentation by Benjamin Peterson · 15 years ago
  4. 857ce15 completely detabify unicodeobject.c by Benjamin Peterson · 15 years ago
  5. a0eae03 Fix comment. by Mark Dickinson · 15 years ago
  6. 6ffa4a2 Fix undefined behaviour (left shift of negative value) in long_hash. Also, by Mark Dickinson · 15 years ago
  7. 1afe6dd No need for carry to be type twodigits in _PyLong_AsByteArray; digit is large enough. by Mark Dickinson · 16 years ago
  8. 1e234e8 Fixed compile error on windows. by Hirokazu Yamamoto · 16 years ago
  9. 78821dd fix building the core with --disable-unicode by Benjamin Peterson · 16 years ago
  10. ff84aa8 Issue #4393: fix 3 classes of potential portability problems in longobject.c: by Mark Dickinson · 16 years ago
  11. e548d24 fix url by Benjamin Peterson · 16 years ago
  12. 59ce042 #4077: No need to append \n when calling Py_FatalError by Amaury Forgeot d'Arc · 16 years ago
  13. bd55c52 #4930: Slightly cleaner (and faster) code in type creation: by Amaury Forgeot d'Arc · 16 years ago
  14. c2f0221 Issue #4935: The overflow checking code in the expandtabs() method common by Antoine Pitrou · 16 years ago
  15. a40d573 #3720: Interpreter crashes when an evil iterator removes its own next function. by Amaury Forgeot d'Arc · 16 years ago
  16. b90304a Issue #4850: Change COUNT_ALLOCS variables to Py_ssize_t. by Martin v. Löwis · 16 years ago
  17. aa68790 Issue #3680: Reference cycles created through a dict, set or deque iterator did not get collected. by Antoine Pitrou · 16 years ago
  18. 180e400 Issue #4701: implicitly call PyType_Ready from PyObject_Hash by Nick Coghlan · 16 years ago
  19. fe231b0 #4764 set IOError.filename when trying to open a directory on POSIX platforms by Benjamin Peterson · 16 years ago
  20. 6425a2f Backport r67974: by Georg Brandl · 16 years ago
  21. 034e08c Remove unnecessary casts related to unicode_decode_call_errorhandler. by Alexandre Vassalotti · 16 years ago
  22. f09925d add py3k warnings to frame.f_exc_* by Benjamin Peterson · 16 years ago
  23. 1a70798 Issue #3439: add bit_length method to int and long. by Mark Dickinson · 16 years ago
  24. 3538a31 #3632: the "pyo" macro from gdbinit can now run when the GIL is released. by Amaury Forgeot d'Arc · 16 years ago
  25. ae5bece Issue #4509: bugs in bytearray with exports (buffer protocol) by Antoine Pitrou · 16 years ago
  26. 826f3fe Issue #4445: save 3 bytes (on average, on a typical machine) per by Mark Dickinson · 16 years ago
  27. 7989a4d Backport r67478 by Raymond Hettinger · 16 years ago
  28. 2a1fd05 Fix a small typo in docstring by Amaury Forgeot d'Arc · 16 years ago
  29. 46cc6d1 make sure that bytearray methods return a new bytearray even if there is no change by Benjamin Peterson · 16 years ago
  30. 273c233 when __getattr__ is a descriptor, call it correctly; fixes #4230 by Benjamin Peterson · 16 years ago
  31. d78b9dc #4069: aSet.remove(otherSet) would always report the empty frozenset([]) as the missing key. by Amaury Forgeot d'Arc · 16 years ago
  32. a412717 Punctuation fix; expand dict.update docstring to be clearer by Andrew M. Kuchling · 16 years ago
  33. efeb43e Docstring change for *partition: use same tense as other docstrings. by Andrew M. Kuchling · 16 years ago
  34. d810cdf Docstring changes: Specify exceptions raised by Andrew M. Kuchling · 16 years ago
  35. b15d6fb Docstring change: Specify exception raised by Andrew M. Kuchling · 16 years ago
  36. bd7c4ca Use correct capitalization of NaN by Andrew M. Kuchling · 16 years ago
  37. d7b7dde Mention exception in docstring by Andrew M. Kuchling · 16 years ago
  38. 32a66a0 Fixed a couple more C99 comments and one occurence of inline. by Christian Heimes · 16 years ago
  39. 25584b1 Fixed a comment to C89 style as of http://drj11.wordpress.com/2008/10/02/python-and-bragging-about-c89/ by Christian Heimes · 16 years ago
  40. fc5ea39 #3967: Correct a crash in count() and find() methods of string-like objects. by Amaury Forgeot d'Arc · 16 years ago
  41. 17617a0 #3965: on Windows, open() crashes if the filename or the mode is invalid, by Amaury Forgeot d'Arc · 16 years ago
  42. e86b07c Bug #3951: Py_USING_MEMORY_DEBUGGER should not be enabled by default. by Martin v. Löwis · 16 years ago
  43. 8c47cab should use macro'ed symbols not direct by Andrew MacIntyre · 16 years ago
  44. 9fa5a28 Issue #3642: Suppress warning in obmalloc when size_t is by Martin v. Löwis · 16 years ago
  45. 24329ba Issue #3811: The Unicode database was updated to 5.1. by Martin v. Löwis · 16 years ago
  46. 97179b0 Fix #3634 invalid return value from _weakref.ref(Exception).__init__ by Benjamin Peterson · 16 years ago
  47. 9806407 Fix varname in docstring. #3822. by Georg Brandl · 16 years ago
  48. d3ffb89 #3777: long(4.2) returned an int, and broke backward compatibility. by Amaury Forgeot d'Arc · 16 years ago
  49. 3571fbf Issue #3751: str.rpartition would perform a left-partition when called with by Amaury Forgeot d'Arc · 16 years ago
  50. d4ae97b #3668: When PyArg_ParseTuple correctly parses a s* format, but raises an by Antoine Pitrou · 16 years ago
  51. 0668c62 Issue #2534: speed up isinstance() and issubclass() by 50-70%, so as to by Antoine Pitrou · 16 years ago
  52. 712ee92 generate py3k warnings on __getslice__, __delslice__, and __setslice__ by Benjamin Peterson · 16 years ago
  53. 18aa388 Fix: by Neal Norwitz · 16 years ago
  54. 7d4c317 Silenced compiler warning by Christian Heimes · 16 years ago
  55. fb1813c Changed type of numarenas from uint to size_t to silence a GCC warning on 64bit OSes. Reviewed by Benjamin Peterson. by Christian Heimes · 16 years ago
  56. 5c2bb1a issue 3633: Solaris allows fullwidth Unicode digits in isxdigit, so by Mark Dickinson · 16 years ago
  57. e5bdccc Backport of r63826. by Eric Smith · 16 years ago
  58. 313bda1 Fix a refleak in bytearray.split and bytearray.rsplit, detected by by Amaury Forgeot d'Arc · 16 years ago
  59. 64034f9 Fix memory leak: Always DECREF obj in PyBuffer_Release. by Martin v. Löwis · 16 years ago
  60. 241b834 Make obj an owned reference in Py_buffer; this checkin by Martin v. Löwis · 16 years ago
  61. f91d46a Issue #3139: Make buffer-interface thread-safe wrt. PyArg_ParseTuple, by Martin v. Löwis · 16 years ago
  62. 48361f5 Issue 2235: Py3k warnings are now emitted for classes that will no longer inherit a__hash__ implementation from a parent class in Python 3.x. The standard library and test suite have been updated to not emit these warnings. by Nick Coghlan · 16 years ago
  63. 1e13ea9 - Issue #3537: Fix an assertion failure when an empty but presized dict by Georg Brandl · 16 years ago
  64. 0563a8f Change the warning emitted for using the buffer() object; memoryview() in 3.0 by Brett Cannon · 16 years ago
  65. b646757 Issue #1481296: (again!) Make conversion of a float NaN to an int or by Mark Dickinson · 16 years ago
  66. 92a6240 Preemptively backport the relevant parts of r65420 by Antoine Pitrou · 16 years ago
  67. 06847b1 Correct a crash when two successive unicode allocations fail with a MemoryError: by Amaury Forgeot d'Arc · 16 years ago
  68. e7d8be8 Security patches from Apple: prevent int overflow when allocating memory by Neal Norwitz · 16 years ago
  69. c0bf76d backport r64751 by Benjamin Peterson · 16 years ago
  70. 4982d5d #2242: utf7 decoding crashes on bogus input on some Windows/MSVC versions by Antoine Pitrou · 16 years ago
  71. 7f59b5c Convert from long to Py_ssize_t. by Raymond Hettinger · 16 years ago
  72. 0470bab Issue #2620: Overflow checking when allocating or reallocating memory by Gregory P. Smith · 16 years ago
  73. e4921fe Issue2378: pdb would delete free variables when stepping into a class statement. by Amaury Forgeot d'Arc · 16 years ago
  74. c86b54c Fix a couple of names in error messages that were wrong by Neal Norwitz · 16 years ago
  75. d6c393a Backed out r65069, pending fixing it in Windows. by Eric Smith · 16 years ago
  76. 454816d Issue 3382: Make '%F' and float.__format__('F') convert results to upper case. by Eric Smith · 16 years ago
  77. 3238a3e Backport part of r65043. by Georg Brandl · 16 years ago
  78. 3e75846 Use _getbytevalue() in init too. by Georg Brandl · 16 years ago
  79. 3e483f6 #3156: fix consistency in what type bytearray methods accept as items. by Georg Brandl · 16 years ago
  80. 4cb965c Renamed a parameter in calc_number_widths, for consistency with the same parameter in fill_non_digits. by Eric Smith · 16 years ago
  81. a5fa5a2 Complete issue 3083: add alternate (#) formatting to bin, oct, hex in str.format(). by Eric Smith · 16 years ago
  82. 7103aa4 Issue #3008: add instance method float.hex and class method float.fromhex by Mark Dickinson · 16 years ago
  83. 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 · 16 years ago
  84. d0c8412 Added '#' formatting to integers. This adds the 0b, 0o, or 0x prefix for bin, oct, hex. There's still one failing case, and I need to finish the docs. I hope to finish those today. by Eric Smith · 16 years ago
  85. 9be2ec1 Added additional __sizeof__ implementations and addressed comments made in by Robert Schuppenies · 16 years ago
  86. 524b777 Issue 2517: Allow unicode messages in Exceptions again by correctly bypassing the instance dictionary when looking up __unicode__ on new-style classes by Nick Coghlan · 16 years ago
  87. 2c7ca9b Correct grammar. by Skip Montanaro · 16 years ago
  88. 2fe7706 - Issue #2862: Make int and float freelist management consistent with other by Gregory P. Smith · 16 years ago
  89. bf9f4d8 Issue 3188: accept float('infinity') as well as float('inf'). This by Mark Dickinson · 16 years ago
  90. a27474c Issue 3230: Do not the set specific size macro. by Raymond Hettinger · 16 years ago
  91. 161b921 Corrected inconsistencies in sizeof tests and addressed issue pointed by Robert Schuppenies · 16 years ago
  92. 9c437af Revert 64424, 64438, and 64439. by Raymond Hettinger · 16 years ago
  93. 5dce7e9 Fixed formatting with thousands separator and padding. Resolves issue 3140. by Eric Smith · 16 years ago
  94. 9ea1e36 Typo in comment. by Eric Smith · 16 years ago
  95. 65fe47b Modified interface to _Py_[String|Unicode]InsertThousandsGrouping, in anticipation of fixing issue 3140. by Eric Smith · 16 years ago
  96. d897264 Docstring typo by Andrew M. Kuchling · 16 years ago
  97. 30fa13f Fix build on FreeBSD gcc. by Hye-Shik Chang · 16 years ago
  98. e0e7114 Issue 3008: hex/oct/bin can show floats exactly. by Raymond Hettinger · 16 years ago
  99. 1ec2fcd Issue #3004: Minor fix to slice.indices(). slice(-10).indices(9) now by Mark Dickinson · 16 years ago
  100. 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