1. 6f2a683 #9200: merge with 3.2. by Ezio Melotti · 13 years ago
  2. 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
  3. 8fd544f Issue #12791: Break reference cycles early when a generator exits with an exception. by Antoine Pitrou · 13 years ago
  4. a370fcf Issue #12791: Break reference cycles early when a generator exits with an exception. by Antoine Pitrou · 13 years ago
  5. e518d4c merge 3.2 by Benjamin Peterson · 13 years ago
  6. 7a6b44a the named of the character is actually NUL by Benjamin Peterson · 13 years ago
  7. 020340f merge 3.2 by Benjamin Peterson · 13 years ago
  8. 5ad517a NUL -> NULL by Benjamin Peterson · 13 years ago
  9. 01fc6cd make __doc__ mutable on heaptypes (closes #12773) by Benjamin Peterson · 13 years ago
  10. d9f23d2 factor out common checks for setting special type attributes by Benjamin Peterson · 13 years ago
  11. d17cefc crush other possible refleaks in this section by Benjamin Peterson · 13 years ago
  12. 3e6267e merge 3.2 by Benjamin Peterson · 13 years ago
  13. ae13c88 fix possible refleaks by Benjamin Peterson · 13 years ago
  14. c4085c8 complain when a class variable shadows a name in __slots__ (closes #12766) by Benjamin Peterson · 13 years ago
  15. 269e3ee #12266: merge with 3.2. by Ezio Melotti · 13 years ago
  16. ee8d998 #12266: Fix str.capitalize() to correctly uppercase/lowercase titlecased and cased non-letter characters. by Ezio Melotti · 13 years ago
  17. f8e7543 merge 3.2 (#12732) by Benjamin Peterson · 13 years ago
  18. f413b80 in narrow builds, make sure to test codepoints as identifier characters (closes #12732) by Benjamin Peterson · 13 years ago
  19. dfc80e3 Replace Py_NotImplemented returns with the macro form Py_RETURN_NOTIMPLEMENTED. by Brian Curtin · 13 years ago
  20. ecb3bd9 merge 3.2 by Benjamin Peterson · 13 years ago
  21. 43a976e remove duplicated type ready by Benjamin Peterson · 13 years ago
  22. 18d7d7a also make NotImplementedType callable by Benjamin Peterson · 13 years ago
  23. c4607ae make the types of None and Ellipsis callable by Benjamin Peterson · 13 years ago
  24. 66d2be8 Issue 12647: Add __bool__() method to the None object. by Raymond Hettinger · 13 years ago
  25. fcdaaa9 merge from 3.2 - Fix closes Issue12621 - Fix docstrings of find and rfind methods of bytes/bytearry/unicodeobject. by Senthil Kumaran · 13 years ago
  26. 53516a8 Fix closes Issue12621 - Fix docstrings of find and rfind methods of bytes/bytearry/unicodeobject. by Senthil Kumaran · 13 years ago
  27. c12469d Merge from 3.2. by Eric V. Smith · 13 years ago
  28. 12ebefc Closes #12579. Positional fields with str.format_map() now raise a ValueError instead of SystemError. by Eric V. Smith · 13 years ago
  29. 9b43b6e Issue #11603: Fix a crash when __str__ is rebound as __repr__. by Antoine Pitrou · 13 years ago
  30. ff35050 Issue #11603: Fix a crash when __str__ is rebound as __repr__. by Antoine Pitrou · 13 years ago
  31. 8cdc40e Issue #11603: Fix a crash when __str__ is rebound as __repr__. by Antoine Pitrou · 13 years ago
  32. 093c8e4 Issue #12149: Update the method cache after a type's dictionnary gets by Antoine Pitrou · 13 years ago
  33. 84f1b17 Issue #12149: Update the method cache after a type's dictionnary gets by Antoine Pitrou · 13 years ago
  34. 99b9538 Issue #9642: Uniformize the tests on the availability of the mbcs codec by Victor Stinner · 13 years ago
  35. bc9d8f8 merge from 3.2 by Senthil Kumaran · 13 years ago
  36. 9ebe08d Fix closes issue12471 - wrong TypeError message when '%i' format spec was used. by Senthil Kumaran · 13 years ago
  37. f07c9a1 this is expressed better as a for loop by Benjamin Peterson · 13 years ago
  38. 31877c9 merge from 3.2 by Senthil Kumaran · 13 years ago
  39. 84e3ccc Fix closes Issue12385 - Clarify maketrans method docstring for bytes and bytearray object. by Senthil Kumaran · 13 years ago
  40. 9003760 map cells to arg slots at code creation time (closes #12399) by Benjamin Peterson · 13 years ago
  41. f5ff223 use a invalid name for the __class__ closure for super() (closes #12370) by Benjamin Peterson · 13 years ago
  42. 722954a quaint and completely out of date comment by Benjamin Peterson · 13 years ago
  43. 3bbb722 allow __dir__ to return any sequence by Benjamin Peterson · 13 years ago
  44. 8c6f88e remove __version__s dependent on subversion keyword expansion (closes #12221) by Benjamin Peterson · 13 years ago
  45. f2a9421 Close #10616: mention bytes and bytearray in PyObject_AsCharBuffer() error by Victor Stinner · 13 years ago
  46. 4f2dab5 Revert my commit 7ba176c2f558: "Avoid useless "++" at the end of functions by Victor Stinner · 13 years ago
  47. 92236e5 SystemExit_init(): avoid an useless test by Victor Stinner · 13 years ago
  48. a1a807b set_repr(): handle correctly PyUnicode_FromUnicode() error (MemoryError) by Victor Stinner · 13 years ago
  49. 97e561e Avoid useless "++" at the end of functions by Victor Stinner · 13 years ago
  50. c728412 indicate return value on __dir__ methods by Benjamin Peterson · 13 years ago
  51. 1fdcf0e merge 3.2 by Benjamin Peterson · 13 years ago
  52. 17658a1 merge 3.1 by Benjamin Peterson · 13 years ago
  53. fbe56bb use '->' to indicate return values by Benjamin Peterson · 13 years ago
  54. 82b00c1 move specialized dir implementations into __dir__ methods (closes #12166) by Benjamin Peterson · 13 years ago
  55. 5cc10b0 merge 3.2 by Benjamin Peterson · 13 years ago
  56. f5fcd33 merge 3.1 by Benjamin Peterson · 13 years ago
  57. 7963a35 correctly lookup __dir__ by Benjamin Peterson · 13 years ago
  58. eda70b8 #11335: Fix memory leak after key function failure in sort by Daniel Stutzbach · 13 years ago
  59. 6f26be0 Issue #11849: Make it more likely for the system allocator to release by Antoine Pitrou · 13 years ago
  60. 6a534e7 (Merge 3.2) Issue #9756: When calling a method descriptor or a slot wrapper by Victor Stinner · 13 years ago
  61. d956131 (Merge 3.1) Issue #9756: When calling a method descriptor or a slot wrapper by Victor Stinner · 13 years ago
  62. 3249dec Issue #9756: When calling a method descriptor or a slot wrapper descriptor, the by Victor Stinner · 13 years ago
  63. 3cbf14b Issue #10914: Initialize correctly the filesystem codec when creating a new by Victor Stinner · 13 years ago
  64. 793b531 Issue #10914: Initialize correctly the filesystem codec when creating a new by Victor Stinner · 13 years ago
  65. bf1253b #6780: merge with 3.2. by Ezio Melotti · 13 years ago
  66. f2b3f78 #6780: merge with 3.1. by Ezio Melotti · 13 years ago
  67. ba42fd5 #6780: fix starts/endswith error message to mention that tuples are accepted too. by Ezio Melotti · 13 years ago
  68. 2fc8b87 Port 5b607cd8c71b (closes #11892) by Jesus Cea · 13 years ago
  69. c1ceb64 MERGE: startswith and endswith don't accept None as slice index. Patch by Torsten Becker. (closes #11828) by Jesus Cea · 13 years ago
  70. 6159ee3 MERGE: startswith and endswith don't accept None as slice index. Patch by Torsten Becker. (closes #11828) by Jesus Cea · 13 years ago
  71. ac45150 startswith and endswith don't accept None as slice index. Patch by Torsten Becker. (closes #11828) by Jesus Cea · 13 years ago
  72. a15f614 #11845: Merge with 3.2. by Ezio Melotti · 13 years ago
  73. 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
  74. 02ba73c Merge with 3.1 by Ross Lagerwall · 13 years ago
  75. be3bd57 Remove traces of division_warning left over from Python 2 (#10998) by Éric Araujo · 13 years ago
  76. 1aef6b6 Issue #11634: Remove misleading paragraph from a comment by Eli Bendersky · 13 years ago
  77. 83e7a2b Merge from 3.2 by Éric Araujo · 13 years ago
  78. bbcfc1f Merge from 3.1. by Éric Araujo · 13 years ago
  79. 4804991 Fix obscure set crashers (#8420). Backport of d56b3cafb1e6, reviewed by Raymond. by Éric Araujo · 13 years ago
  80. 0a5f65a Issue #7330, #10833: Replace %100s by %.100s and %200s by %.200s by Victor Stinner · 13 years ago
  81. 6ced7c4 Issue #10833: Use PyErr_Format() and PyUnicode_FromFormat() instead of by Victor Stinner · 13 years ago
  82. 44afe2b Issue #10833: Remove the buffer allocated on the stack, it isn't used anymore by Victor Stinner · 13 years ago
  83. 499dfcf Issue #10833: Use PyUnicode_FromFormat() and PyErr_Format() instead of by Victor Stinner · 13 years ago
  84. 3b3499b #11565: Merge with 3.1. by Ezio Melotti · 13 years ago
  85. 1392500 #11565: Fix several typos. Patch by Piotr Kasprzyk. by Ezio Melotti · 13 years ago
  86. 4969f70 #11515: Merge with 3.1. by Ezio Melotti · 13 years ago
  87. 42da663 #11515: fix several typos. Patch by Piotr Kasprzyk. by Ezio Melotti · 13 years ago
  88. b88ed15 #11565: Merge with 3.2. by Ezio Melotti · 13 years ago
  89. 3730892 #11515: Merge with 3.2. by Ezio Melotti · 13 years ago
  90. 736e7fc Issue #11495: OSF support is eliminated. It was deprecated in Python 3.2 by Jesus Cea · 13 years ago
  91. b9cd353 Issue 9856: Change object.__format__ with a non-empty format string from a PendingDeprecationWarning to a DeprecationWarning. by Eric V. Smith · 13 years ago
  92. 16c4ce1 Issue #9935: Speed up pickling of instances of user-defined classes. by Antoine Pitrou · 13 years ago
  93. 5fd4bd3 avoid casting with this nice macro by Benjamin Peterson · 13 years ago
  94. 0639b56 Issue #3080: Add PyModule_NewObject() function by Victor Stinner · 13 years ago
  95. e0c8635d8 Merged revisions 88735 via svnmerge from by Eli Bendersky · 13 years ago
  96. 1bc4f19 Issue #11386: Fixed the exception thrown by bytearray.pop() for empty bytearrays by Eli Bendersky · 13 years ago
  97. 4db28d3 Issue #10516: added copy() and clear() methods to bytearrays as well by Eli Bendersky · 13 years ago
  98. 8eda5f7 #11335: Fix memory leak when a sort key function throws an exception by Daniel Stutzbach · 13 years ago
  99. 2f283c2 Fix my previous commit (r88709) for str.encode(errors=...) by Victor Stinner · 13 years ago
  100. a5c68c3 Issue #8923: cache str.encode() result by Victor Stinner · 13 years ago