1. 55f217f Fix refleaks in test_capi (this was easier than I thought!) by Antoine Pitrou · 13 years ago
  2. 1c7ade5 Fix leaking a RuntimeError objects when creating sub-interpreters by Antoine Pitrou · 13 years ago
  3. 63e6c32 Consolidate the occurrances of the prime used as the multiplier when hashing by Gregory P. Smith · 13 years ago
  4. 53aa1d7 fix possible if unlikely leak by Benjamin Peterson · 13 years ago
  5. ac0675c Small clarification in docstring of dict.update(): the positional argument is not required. by Georg Brandl · 13 years ago
  6. bb2e9c4 Issue #11231: Fix bytes and bytearray docstrings by Victor Stinner · 13 years ago
  7. 2e87208 Fix the fix for issue #12149: it was incorrect, although it had the side by Antoine Pitrou · 13 years ago
  8. ab1d16b Issue #13093: Fix error handling on PyUnicode_EncodeDecimal() by Victor Stinner · 13 years ago
  9. 5418ee0 Issue #13333: The UTF-7 decoder now accepts lone surrogates by Antoine Pitrou · 13 years ago
  10. d3baae7 Issue #13161: fix doc strings of __i*__ operators by Eli Bendersky · 13 years ago
  11. ebfaabd Revert "Accept None as start and stop parameters for list.index() and tuple.index()" by Petri Lehtinen · 13 years ago
  12. c2f0a46 Accept None as start and stop parameters for list.index() and tuple.index() by Petri Lehtinen · 13 years ago
  13. 2b50a01 remove unused variable by Benjamin Peterson · 13 years ago
  14. e0aa803 Fix the return value of set_discard (issue #10519) by Petri Lehtinen · 13 years ago
  15. 5acc27e Avoid unnecessary recursive function calls (closes #10519) by Petri Lehtinen · 13 years ago
  16. a94200e Issue #13018: Fix reference leaks in error paths in dictobject.c. by Petri Lehtinen · 13 years ago
  17. de31b19 Issue 1294232: Fix errors in metaclass calculation affecting some cases of metaclass inheritance. Patch by Daniel Urban. by Nick Coghlan · 13 years ago
  18. 9d9141f adjust braces a bit by Benjamin Peterson · 13 years ago
  19. 551ba20 Issue #13188: When called without an explicit traceback argument, by Antoine Pitrou · 13 years ago
  20. 2963fe0 plug possible refleak (closes #13199) by Benjamin Peterson · 13 years ago
  21. eeb7eea Issue #12911: Fix memory consumption when calculating the repr() of huge tuples or lists. by Antoine Pitrou · 13 years ago
  22. c0420fd Issue #12973: Fix undefined-behaviour-inducing overflow check in list_repeat. by Mark Dickinson · 13 years ago
  23. b77c6c6 Issue #12963: PyLong_AsSize_t() now returns (size_t)-1 in all error cases. by Stefan Krah · 13 years ago
  24. d88d983 Fix PyUnicode_AsWideCharString() doc: size doesn't contain the null character by Victor Stinner · 13 years ago
  25. eff61f6 make sure to initialize the method wrapper type by Benjamin Peterson · 13 years ago
  26. 93e7afc #9200: The str.is* methods now work with strings that contain non-BMP characters even in narrow Unicode builds. by Ezio Melotti · 13 years ago
  27. a370fcf Issue #12791: Break reference cycles early when a generator exits with an exception. by Antoine Pitrou · 13 years ago
  28. 7a6b44a the named of the character is actually NUL by Benjamin Peterson · 13 years ago
  29. 5ad517a NUL -> NULL by Benjamin Peterson · 13 years ago
  30. ae13c88 fix possible refleaks by Benjamin Peterson · 13 years ago
  31. ee8d998 #12266: Fix str.capitalize() to correctly uppercase/lowercase titlecased and cased non-letter characters. by Ezio Melotti · 13 years ago
  32. f413b80 in narrow builds, make sure to test codepoints as identifier characters (closes #12732) by Benjamin Peterson · 13 years ago
  33. 43a976e remove duplicated type ready by Benjamin Peterson · 13 years ago
  34. 53516a8 Fix closes Issue12621 - Fix docstrings of find and rfind methods of bytes/bytearry/unicodeobject. by Senthil Kumaran · 13 years ago
  35. 12ebefc Closes #12579. Positional fields with str.format_map() now raise a ValueError instead of SystemError. by Eric V. Smith · 13 years ago
  36. ff35050 Issue #11603: Fix a crash when __str__ is rebound as __repr__. by Antoine Pitrou · 13 years ago
  37. 8cdc40e Issue #11603: Fix a crash when __str__ is rebound as __repr__. by Antoine Pitrou · 13 years ago
  38. 84f1b17 Issue #12149: Update the method cache after a type's dictionnary gets by Antoine Pitrou · 13 years ago
  39. 9ebe08d Fix closes issue12471 - wrong TypeError message when '%i' format spec was used. by Senthil Kumaran · 13 years ago
  40. 84e3ccc Fix closes Issue12385 - Clarify maketrans method docstring for bytes and bytearray object. by Senthil Kumaran · 13 years ago
  41. 17658a1 merge 3.1 by Benjamin Peterson · 13 years ago
  42. fbe56bb use '->' to indicate return values by Benjamin Peterson · 13 years ago
  43. f5fcd33 merge 3.1 by Benjamin Peterson · 13 years ago
  44. 7963a35 correctly lookup __dir__ by Benjamin Peterson · 13 years ago
  45. eda70b8 #11335: Fix memory leak after key function failure in sort by Daniel Stutzbach · 13 years ago
  46. d956131 (Merge 3.1) Issue #9756: When calling a method descriptor or a slot wrapper by Victor Stinner · 13 years ago
  47. 3249dec Issue #9756: When calling a method descriptor or a slot wrapper descriptor, the by Victor Stinner · 13 years ago
  48. 3cbf14b Issue #10914: Initialize correctly the filesystem codec when creating a new by Victor Stinner · 13 years ago
  49. f2b3f78 #6780: merge with 3.1. by Ezio Melotti · 13 years ago
  50. ba42fd5 #6780: fix starts/endswith error message to mention that tuples are accepted too. by Ezio Melotti · 13 years ago
  51. 2fc8b87 Port 5b607cd8c71b (closes #11892) by Jesus Cea · 13 years ago
  52. 6159ee3 MERGE: startswith and endswith don't accept None as slice index. Patch by Torsten Becker. (closes #11828) by Jesus Cea · 13 years ago
  53. ac45150 startswith and endswith don't accept None as slice index. Patch by Torsten Becker. (closes #11828) by Jesus Cea · 13 years ago
  54. 982ef4e #11845: Fix typo in rangeobject.c that caused a crash in compute_slice_indices. Patch by Daniel Urban. by Ezio Melotti · 13 years ago
  55. 02ba73c Merge with 3.1 by Ross Lagerwall · 13 years ago
  56. bbcfc1f Merge from 3.1. by Éric Araujo · 13 years ago
  57. 4804991 Fix obscure set crashers (#8420). Backport of d56b3cafb1e6, reviewed by Raymond. by Éric Araujo · 13 years ago
  58. 3b3499b #11565: Merge with 3.1. by Ezio Melotti · 13 years ago
  59. 1392500 #11565: Fix several typos. Patch by Piotr Kasprzyk. by Ezio Melotti · 13 years ago
  60. 4969f70 #11515: Merge with 3.1. by Ezio Melotti · 13 years ago
  61. 42da663 #11515: fix several typos. Patch by Piotr Kasprzyk. by Ezio Melotti · 13 years ago
  62. e0c8635d8 Merged revisions 88735 via svnmerge from by Eli Bendersky · 13 years ago
  63. 2b574a2 Merged revisions 88697 via svnmerge from by Victor Stinner · 13 years ago
  64. f6c8fd6 Merged revisions 86537,86867-86868,86881,86887,86913-86915,86931-86933,86960,86964,86974,86980,86996,87008,87050 via svnmerge from by Georg Brandl · 13 years ago
  65. 915605c Merged revisions 88550 via svnmerge from by Antoine Pitrou · 13 years ago
  66. 659eb84 Merged revisions 88481 via svnmerge from by Victor Stinner · 13 years ago
  67. 7be5b78 Merged revisions 88456 via svnmerge from by Martin v. Löwis · 13 years ago
  68. 032400b #11249: in PyType_FromSpec, copy tp_doc slot since it usually will point to a static string literal which should not be deallocated together with the type. by Georg Brandl · 13 years ago
  69. cc7e23a Issue #11134: Add missing fields to typeslots.h. Reviewed by Georg Brandl. by Martin v. Löwis · 13 years ago
  70. 738236d Issue #11067: Add PyType_GetFlags, to support PyUnicode_Check in the limited ABI by Martin v. Löwis · 14 years ago
  71. a1eac72 Issue #11302: missing type check on _string.formatter_field_name_split and _string.formatter_parser caused crash. by Eric Smith · 14 years ago
  72. 566facd Merged revisions 88097 via svnmerge from by Antoine Pitrou · 14 years ago
  73. ad62b03 Issue #10451: memoryview objects could allow to mutate a readable buffer. by Antoine Pitrou · 14 years ago
  74. 32a8fe8 Merged revisions 88069 via svnmerge from by Benjamin Peterson · 14 years ago
  75. 37b9e46 remove unneeded assertion by Benjamin Peterson · 14 years ago
  76. d82f45b Merged revisions 88066 via svnmerge from by Benjamin Peterson · 14 years ago
  77. 0dd5ca0 correct assertion by Benjamin Peterson · 14 years ago
  78. acd1759 Merged revisions 88063 via svnmerge from by Benjamin Peterson · 14 years ago
  79. 67641d2 turn some checks into assertions, since they are implied by the caller by Benjamin Peterson · 14 years ago
  80. 616667f rangeobject.c (compute_slice_indices): Make function static. by Matthias Klose · 14 years ago
  81. 547d485 plug reference leak by Benjamin Peterson · 14 years ago
  82. a53d2ac Merged revisions 87960 via svnmerge from by Benjamin Peterson · 14 years ago
  83. 23b628e use PyErr_SetString instead of PyErr_Format by Benjamin Peterson · 14 years ago
  84. de36871 Merged revisions 87952-87954 via svnmerge from by Benjamin Peterson · 14 years ago
  85. 477ba91 don't segfault on deleting __abstractmethods__ #10892 by Benjamin Peterson · 14 years ago
  86. e993b10 Issue 10889: Support slicing and indexing of large ranges (no docs changes, since, as far as I know, we never said anywhere that this *didn't* work) by Nick Coghlan · 14 years ago
  87. 5b6fc63 Merged revisions 87834 via svnmerge from by Antoine Pitrou · 14 years ago
  88. b7fb2e2 Issue #8020: Avoid a crash where the small objects allocator would read by Antoine Pitrou · 14 years ago
  89. 189c091 Drop bf_getbuffer/bf_releasebuffer from stable ABI, see #10181. by Martin v. Löwis · 14 years ago
  90. b30111f Support comment lines and missing indices in typeslots.h. by Martin v. Löwis · 14 years ago
  91. aaa4e9a Remove arbitrary string length limits by Victor Stinner · 14 years ago
  92. dc55540 Issue #9015, #9611: stdprinter.write() clamps the length to 2^31-1 on Windows by Victor Stinner · 14 years ago
  93. 0fcab4a Issue #9566: use Py_ssize_t instead of int by Victor Stinner · 14 years ago
  94. b9cc00c Removed unneeded #include by Alexander Belopolsky · 14 years ago
  95. 9d254f7 Merged revisions 87368 via svnmerge from by Ezio Melotti · 14 years ago
  96. ac53ab6 #5587: add a repr to dict_proxy objects. Patch by David Stanek and Daniel Urban. by Ezio Melotti · 14 years ago
  97. 800dfee Merged revisions 87251 via svnmerge from by R. David Murray · 14 years ago
  98. ce4b170 #4236: avoid possible Fatal Error when import is called from __del__ by R. David Murray · 14 years ago
  99. 28a4dce remove (un)transform methods by Benjamin Peterson · 14 years ago
  100. 532d091 Reverted accidental commit (from r87159) by Alexander Belopolsky · 14 years ago