1. 8c6f88e remove __version__s dependent on subversion keyword expansion (closes #12221) by Benjamin Peterson · 13 years ago
  2. f2a9421 Close #10616: mention bytes and bytearray in PyObject_AsCharBuffer() error by Victor Stinner · 13 years ago
  3. 4f2dab5 Revert my commit 7ba176c2f558: "Avoid useless "++" at the end of functions by Victor Stinner · 13 years ago
  4. 92236e5 SystemExit_init(): avoid an useless test by Victor Stinner · 13 years ago
  5. a1a807b set_repr(): handle correctly PyUnicode_FromUnicode() error (MemoryError) by Victor Stinner · 13 years ago
  6. 97e561e Avoid useless "++" at the end of functions by Victor Stinner · 13 years ago
  7. c728412 indicate return value on __dir__ methods by Benjamin Peterson · 13 years ago
  8. 1fdcf0e merge 3.2 by Benjamin Peterson · 13 years ago
  9. 17658a1 merge 3.1 by Benjamin Peterson · 13 years ago
  10. fbe56bb use '->' to indicate return values by Benjamin Peterson · 13 years ago
  11. 82b00c1 move specialized dir implementations into __dir__ methods (closes #12166) by Benjamin Peterson · 13 years ago
  12. 5cc10b0 merge 3.2 by Benjamin Peterson · 13 years ago
  13. f5fcd33 merge 3.1 by Benjamin Peterson · 13 years ago
  14. 7963a35 correctly lookup __dir__ by Benjamin Peterson · 13 years ago
  15. eda70b8 #11335: Fix memory leak after key function failure in sort by Daniel Stutzbach · 13 years ago
  16. 6f26be0 Issue #11849: Make it more likely for the system allocator to release by Antoine Pitrou · 13 years ago
  17. 6a534e7 (Merge 3.2) Issue #9756: When calling a method descriptor or a slot wrapper by Victor Stinner · 13 years ago
  18. d956131 (Merge 3.1) Issue #9756: When calling a method descriptor or a slot wrapper by Victor Stinner · 13 years ago
  19. 3249dec Issue #9756: When calling a method descriptor or a slot wrapper descriptor, the by Victor Stinner · 13 years ago
  20. 3cbf14b Issue #10914: Initialize correctly the filesystem codec when creating a new by Victor Stinner · 13 years ago
  21. 793b531 Issue #10914: Initialize correctly the filesystem codec when creating a new by Victor Stinner · 13 years ago
  22. bf1253b #6780: merge with 3.2. by Ezio Melotti · 13 years ago
  23. f2b3f78 #6780: merge with 3.1. by Ezio Melotti · 13 years ago
  24. ba42fd5 #6780: fix starts/endswith error message to mention that tuples are accepted too. by Ezio Melotti · 13 years ago
  25. 2fc8b87 Port 5b607cd8c71b (closes #11892) by Jesus Cea · 13 years ago
  26. c1ceb64 MERGE: startswith and endswith don't accept None as slice index. Patch by Torsten Becker. (closes #11828) by Jesus Cea · 13 years ago
  27. 6159ee3 MERGE: startswith and endswith don't accept None as slice index. Patch by Torsten Becker. (closes #11828) by Jesus Cea · 13 years ago
  28. ac45150 startswith and endswith don't accept None as slice index. Patch by Torsten Becker. (closes #11828) by Jesus Cea · 13 years ago
  29. a15f614 #11845: Merge with 3.2. by Ezio Melotti · 13 years ago
  30. 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
  31. 02ba73c Merge with 3.1 by Ross Lagerwall · 13 years ago
  32. be3bd57 Remove traces of division_warning left over from Python 2 (#10998) by Éric Araujo · 13 years ago
  33. 1aef6b6 Issue #11634: Remove misleading paragraph from a comment by Eli Bendersky · 13 years ago
  34. 83e7a2b Merge from 3.2 by Éric Araujo · 13 years ago
  35. bbcfc1f Merge from 3.1. by Éric Araujo · 13 years ago
  36. 4804991 Fix obscure set crashers (#8420). Backport of d56b3cafb1e6, reviewed by Raymond. by Éric Araujo · 13 years ago
  37. 0a5f65a Issue #7330, #10833: Replace %100s by %.100s and %200s by %.200s by Victor Stinner · 13 years ago
  38. 6ced7c4 Issue #10833: Use PyErr_Format() and PyUnicode_FromFormat() instead of by Victor Stinner · 13 years ago
  39. 44afe2b Issue #10833: Remove the buffer allocated on the stack, it isn't used anymore by Victor Stinner · 13 years ago
  40. 499dfcf Issue #10833: Use PyUnicode_FromFormat() and PyErr_Format() instead of by Victor Stinner · 13 years ago
  41. 3b3499b #11565: Merge with 3.1. by Ezio Melotti · 13 years ago
  42. 1392500 #11565: Fix several typos. Patch by Piotr Kasprzyk. by Ezio Melotti · 13 years ago
  43. 4969f70 #11515: Merge with 3.1. by Ezio Melotti · 13 years ago
  44. 42da663 #11515: fix several typos. Patch by Piotr Kasprzyk. by Ezio Melotti · 13 years ago
  45. b88ed15 #11565: Merge with 3.2. by Ezio Melotti · 13 years ago
  46. 3730892 #11515: Merge with 3.2. by Ezio Melotti · 13 years ago
  47. 736e7fc Issue #11495: OSF support is eliminated. It was deprecated in Python 3.2 by Jesus Cea · 13 years ago
  48. 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
  49. 16c4ce1 Issue #9935: Speed up pickling of instances of user-defined classes. by Antoine Pitrou · 13 years ago
  50. 5fd4bd3 avoid casting with this nice macro by Benjamin Peterson · 13 years ago
  51. 0639b56 Issue #3080: Add PyModule_NewObject() function by Victor Stinner · 13 years ago
  52. e0c8635d8 Merged revisions 88735 via svnmerge from by Eli Bendersky · 13 years ago
  53. 1bc4f19 Issue #11386: Fixed the exception thrown by bytearray.pop() for empty bytearrays by Eli Bendersky · 13 years ago
  54. 4db28d3 Issue #10516: added copy() and clear() methods to bytearrays as well by Eli Bendersky · 13 years ago
  55. 8eda5f7 #11335: Fix memory leak when a sort key function throws an exception by Daniel Stutzbach · 13 years ago
  56. 2f283c2 Fix my previous commit (r88709) for str.encode(errors=...) by Victor Stinner · 13 years ago
  57. a5c68c3 Issue #8923: cache str.encode() result by Victor Stinner · 13 years ago
  58. f3fd733 Remove useless argument of _PyUnicode_AsDefaultEncodedString() by Victor Stinner · 13 years ago
  59. 6d970f4 Issue #10831: PyUnicode_FromFormat() supports %li, %lli and %zi formats by Victor Stinner · 13 years ago
  60. e7faec1 Fix my previous commit (r88702): initialize size_tflag in parse_format_flags() by Victor Stinner · 13 years ago
  61. 9686545 Issue #10829: Refactor PyUnicode_FromFormat() by Victor Stinner · 13 years ago
  62. 2b574a2 Merged revisions 88697 via svnmerge from by Victor Stinner · 13 years ago
  63. 2512a8b Issue #11246: Fix PyUnicode_FromFormat("%V") by Victor Stinner · 13 years ago
  64. 4001847 PEP 7 conformance changes (whitespace only). by Alexander Belopolsky · 13 years ago
  65. 1d52146 Issue #11303: Added shortcuts for utf8 and latin1 encodings. by Alexander Belopolsky · 13 years ago
  66. 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
  67. cbbaa96 Issue #10516: adding list.clear() and list.copy() methods by Eli Bendersky · 13 years ago
  68. 915605c Merged revisions 88550 via svnmerge from by Antoine Pitrou · 13 years ago
  69. 5bffa79 Issue #11286: Raise a ValueError from calling PyMemoryView_FromBuffer with by Antoine Pitrou · 13 years ago
  70. 659eb84 Merged revisions 88481 via svnmerge from by Victor Stinner · 13 years ago
  71. bd47511 Issue #3080: Add PyModule_GetNameObject() by Victor Stinner · 13 years ago
  72. b94767f Issue #8914: fix various warnings from the Clang static analyzer v254. by Brett Cannon · 13 years ago
  73. 5ed8b2c Fix PyUnicode_FromFormatV("%c") for non-BMP char by Victor Stinner · 13 years ago
  74. fd34b37 Remove bootstrap code of PyUnicode_AsEncodedString() by Victor Stinner · 13 years ago
  75. 7be5b78 Merged revisions 88456 via svnmerge from by Martin v. Löwis · 13 years ago
  76. 5e06a5d - Check for NULL result in PyType_FromSpec. by Martin v. Löwis · 13 years ago
  77. 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
  78. cc7e23a Issue #11134: Add missing fields to typeslots.h. Reviewed by Georg Brandl. by Martin v. Löwis · 13 years ago
  79. 738236d Issue #11067: Add PyType_GetFlags, to support PyUnicode_Check in the limited ABI by Martin v. Löwis · 13 years ago
  80. a1eac72 Issue #11302: missing type check on _string.formatter_field_name_split and _string.formatter_parser caused crash. by Eric Smith · 13 years ago
  81. 566facd Merged revisions 88097 via svnmerge from by Antoine Pitrou · 13 years ago
  82. ad62b03 Issue #10451: memoryview objects could allow to mutate a readable buffer. by Antoine Pitrou · 13 years ago
  83. 32a8fe8 Merged revisions 88069 via svnmerge from by Benjamin Peterson · 13 years ago
  84. 37b9e46 remove unneeded assertion by Benjamin Peterson · 13 years ago
  85. d82f45b Merged revisions 88066 via svnmerge from by Benjamin Peterson · 13 years ago
  86. 0dd5ca0 correct assertion by Benjamin Peterson · 13 years ago
  87. acd1759 Merged revisions 88063 via svnmerge from by Benjamin Peterson · 13 years ago
  88. 67641d2 turn some checks into assertions, since they are implied by the caller by Benjamin Peterson · 13 years ago
  89. 616667f rangeobject.c (compute_slice_indices): Make function static. by Matthias Klose · 14 years ago
  90. 547d485 plug reference leak by Benjamin Peterson · 14 years ago
  91. a53d2ac Merged revisions 87960 via svnmerge from by Benjamin Peterson · 14 years ago
  92. 23b628e use PyErr_SetString instead of PyErr_Format by Benjamin Peterson · 14 years ago
  93. de36871 Merged revisions 87952-87954 via svnmerge from by Benjamin Peterson · 14 years ago
  94. 477ba91 don't segfault on deleting __abstractmethods__ #10892 by Benjamin Peterson · 14 years ago
  95. 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
  96. 5b6fc63 Merged revisions 87834 via svnmerge from by Antoine Pitrou · 14 years ago
  97. b7fb2e2 Issue #8020: Avoid a crash where the small objects allocator would read by Antoine Pitrou · 14 years ago
  98. 189c091 Drop bf_getbuffer/bf_releasebuffer from stable ABI, see #10181. by Martin v. Löwis · 14 years ago
  99. b30111f Support comment lines and missing indices in typeslots.h. by Martin v. Löwis · 14 years ago
  100. aaa4e9a Remove arbitrary string length limits by Victor Stinner · 14 years ago