1. 0e90e99 Issue #19795: Improved markup of True/False constants. by Serhiy Storchaka · 11 years ago
  2. fbc1c26 Issue #19795: Improved markup of True/False constants. by Serhiy Storchaka · 11 years ago
  3. 0d85b5c Issue #19190: Improve cross-references in builtin types and functions documentation. by Serhiy Storchaka · 11 years ago
  4. 0d196ed Issue #19190: Improve cross-references in builtin types and functions documentation. by Serhiy Storchaka · 11 years ago
  5. 58720d6 Issue #17934: Add a clear() method to frame objects, to help clean up expensive details (local variables) and break reference cycles. by Antoine Pitrou · 11 years ago
  6. 796564c Issue #18112: PEP 442 implementation (safe object finalization). by Antoine Pitrou · 11 years ago
  7. 4958f71 - Issue #18440: Clarify that `hash()` can truncate the value returned from an by Barry Warsaw · 11 years ago
  8. 224a599 - Issue #18440: Clarify that `hash()` can truncate the value returned from an by Barry Warsaw · 11 years ago
  9. 1bab713 Merge with 3.3. by Georg Brandl · 11 years ago
  10. 44ea77b Closes #4159: add LaTeX tabular column specifications to tables that otherwise are cut off or have overlapping text. by Georg Brandl · 11 years ago
  11. 16459e8 Merge from 3.3: Add a str class entry to the string section (issue #16209). by Chris Jerdonek · 12 years ago
  12. bb4e941 Add a str class entry to the "Text Sequence Type" section (issue #16209). by Chris Jerdonek · 12 years ago
  13. d675a2c Merge from 3.3: Improve str() and object.__str__() docs (issue #13538). by Chris Jerdonek · 12 years ago
  14. 5fae0e5 Improve str() and object.__str__() documentation (issue #13538). by Chris Jerdonek · 12 years ago
  15. 143d034 merge 3.2 by Benjamin Peterson · 12 years ago
  16. 5c3283e Merge __next__ method link fixes with 3.3. by Ezio Melotti · 12 years ago
  17. 1dd7c30 Merge __next__ method link fixes with 3.2. by Ezio Melotti · 12 years ago
  18. 7fa8222 Fix links to the __next__ method. by Ezio Melotti · 12 years ago
  19. 23354f5 Merge from 3.3: Fix link to str.format() in docs. by Chris Jerdonek · 12 years ago
  20. 8958cd0 Merge from 3.2: Fix link to str.format() in docs. by Chris Jerdonek · 12 years ago
  21. af94724 Fix link to str.format() in docs. by Chris Jerdonek · 12 years ago
  22. e12dc28 Fix markup. by Ezio Melotti · 12 years ago
  23. 74b38b1 Issue #16148: Small improvements and cleanup. Added version information by Armin Ronacher · 12 years ago
  24. ddd74b1 Merge: Close open bracket, thanks to Josh Helzer from docs@ by Andrew Svetlov · 12 years ago
  25. 5b60275 Merge: Close open bracket, thanks to Josh Helzer from docs@ by Andrew Svetlov · 12 years ago
  26. f532035 Close open bracket, thanks to Josh Helzer from docs@ by Andrew Svetlov · 12 years ago
  27. a96be78 Merge #14617: clarify discussion of interrelationship of __eq__ and __hash__. by R David Murray · 12 years ago
  28. d8bbde3 #14617: clarify discussion of interrelationship of __eq__ and __hash__. by R David Murray · 12 years ago
  29. c86e8d9 Improve wording for __hash__ by Antoine Pitrou · 12 years ago
  30. dadebab Finally, a coherent set of terminology for all the lil' beasties involved. by Barry Warsaw · 12 years ago
  31. d7d2194 Integration of importdocs from the features/pep-420 repo. by Barry Warsaw · 12 years ago
  32. 305acf2 Remove an incorrect implementation detail by Nick Coghlan · 12 years ago
  33. b267475 Clarify a paragraph in the new metaclass docs by Nick Coghlan · 12 years ago
  34. 337b2bf Describe the default hash correctly, and mark a couple of CPython implementation details by Nick Coghlan · 12 years ago
  35. 78770f0 Fix typo in new metaclass docs by Nick Coghlan · 12 years ago
  36. 7fc570a Close #14588: added a PEP 3115 compliant dynamic type creation mechanism by Nick Coghlan · 12 years ago
  37. b43fde9 remove unapplicable statement by Benjamin Peterson · 12 years ago
  38. c9f54cf enable hash randomization by default by Benjamin Peterson · 12 years ago
  39. 2fb477c Merge 3.2: Issue #13703 plus some related test suite fixes. by Georg Brandl · 12 years ago
  40. 09a7c72 Merge from 3.1: Issue #13703: add a way to randomize the hash values of basic types (str, bytes, datetime) by Georg Brandl · 12 years ago
  41. 2daf6ae Issue #13703: add a way to randomize the hash values of basic types (str, bytes, datetime) by Georg Brandl · 12 years ago
  42. 86a36b5 PEP 3155 / issue #13448: Qualified name for classes and functions. by Antoine Pitrou · 13 years ago
  43. f7f0a66 Fix typos. by Ezio Melotti · 13 years ago
  44. f4d76e6 #13251: update string description in datamodel.rst. by Ezio Melotti · 13 years ago
  45. 3ed559a merge 3.2 (#13259) by Benjamin Peterson · 13 years ago
  46. 1fafc1a document __bytes__ special method (closes #13259) by Benjamin Peterson · 13 years ago
  47. 3bbb722 allow __dir__ to return any sequence by Benjamin Peterson · 13 years ago
  48. 2052978 Issue #10771: Clarify that descriptors get used in an *owner* class or one of its parents. by Raymond Hettinger · 13 years ago
  49. 3b654be Issue #10771: Clarify that descriptors get used in an *owner* class or one of its parents. by Raymond Hettinger · 13 years ago
  50. f047164 Issue 10988: fix description of super's descriptor call. by Raymond Hettinger · 13 years ago
  51. b199b22 Issue 10988: fix description of super's descriptor call. by Raymond Hettinger · 13 years ago
  52. f2b5673 Explicitly mention that people should not depend on immediate by Gregory P. Smith · 13 years ago
  53. c542547 Reword the finalization note. by Gregory P. Smith · 13 years ago
  54. c60137b Explicitly mention that people should not depend on immediate by Gregory P. Smith · 13 years ago
  55. 75cb8f5 Merged revisions 87486 via svnmerge from by Éric Araujo · 14 years ago
  56. c9562f3 Fix typo spotted by Rodrigo Bernardo Pimentel (#9891) by Éric Araujo · 14 years ago
  57. da825ab Merged revisions 86670 via svnmerge from by Éric Araujo · 14 years ago
  58. 28053fb Remove unnecessary `object` base class in docs (#10366). by Éric Araujo · 14 years ago
  59. 11c49a5 use appropriate markup by Fred Drake · 14 years ago
  60. 582162e Merged revisions 85392 via svnmerge from by Benjamin Peterson · 14 years ago
  61. 5c4bfc4 prefer clearing global objects to obscure module.__dict__ bugs #10068 by Benjamin Peterson · 14 years ago
  62. d8d1cea Merged revisions 85156 via svnmerge from by Senthil Kumaran · 14 years ago
  63. 7cafd26 Fix - issue10010 .. index:: position in the docs. by Senthil Kumaran · 14 years ago
  64. 25d535e Merged revisions 84827-84829 via svnmerge from by Antoine Pitrou · 14 years ago
  65. 0b65b0f Add a glossary entry for file objects. by Antoine Pitrou · 14 years ago
  66. c62efa8 Merged revisions 82301 via svnmerge from by Georg Brandl · 14 years ago
  67. d7c3ed5 Merged revisions 80605-80609,80642-80646,80651-80652,80674,80684-80686,80748,80852,80854,80870,80872-80873,80907,80915-80916,80951-80952,80976-80977,80985,81038-81040,81042,81053,81070,81104-81105,81114,81125,81245,81285,81402,81463,81516,81562-81563,81567,81593,81635,81680-81681,81684,81801,81888,81931-81933,81939-81942,81963,81984,81991,82120,82188,82264-82267 via svnmerge from by Benjamin Peterson · 14 years ago
  68. 6c8583f Merged revisions 81365,81367 via svnmerge from by Georg Brandl · 14 years ago
  69. 8569e58 Merged revisions 80030,80067,80069,80080-80081,80084,80432-80433,80465-80470,81059,81065-81067 via svnmerge from by Georg Brandl · 14 years ago
  70. c50846a Forward port total_ordering() and cmp_to_key(). by Raymond Hettinger · 14 years ago
  71. 23b9ef7 Merged revisions 77937 via svnmerge from by Benjamin Peterson · 14 years ago
  72. 5e55b3e Merged revisions 77484,77487,77561,77570,77593,77603,77608,77667,77702-77703,77739,77858,77887,77889 via svnmerge from by Benjamin Peterson · 14 years ago
  73. fa83395 Merged revisions 77300 via svnmerge from by Antoine Pitrou · 15 years ago
  74. 4adb288 Issue #7631: Fix undefined references to the "built-in file object", which by Antoine Pitrou · 15 years ago
  75. 628e6f9 Merged revisions 75797 via svnmerge from by Georg Brandl · 15 years ago
  76. 1e8cbe3 Merged revisions 75393,75416,75581,75609,75615 via svnmerge from by Georg Brandl · 15 years ago
  77. 22fff43 Merged revisions 74609,74627,74634,74645,74651,74738,74840,75016,75316-75317,75323-75324,75326,75328,75330,75338,75340-75341,75343,75352-75353,75355,75357,75359 via svnmerge from by Georg Brandl · 15 years ago
  78. 495f7b5 Merged revisions 75365,75394,75402-75403,75418,75459,75484,75592-75596,75600,75602-75607,75610-75613,75616-75617,75623,75627,75640,75647,75696,75795 via svnmerge from by Georg Brandl · 15 years ago
  79. f43713f #6927: fix wrong word. by Georg Brandl · 15 years ago
  80. 5dbb84a #6819: fix typo. by Georg Brandl · 15 years ago
  81. 7baf625 Merged revisions 74613,74615,74619-74620,74622 via svnmerge from by Georg Brandl · 15 years ago
  82. a6053b4 Merged revisions 74542,74544-74548,74550,74554-74555,74578,74588,74590,74603,74616-74618,74621 via svnmerge from by Georg Brandl · 15 years ago
  83. c5605df Merged revisions 73941-73943,74076,74094,74186,74211-74214,74247,74254,74262,74311,74334,74368 via svnmerge from by Georg Brandl · 15 years ago
  84. 22b3431 Merged revisions 74209 via svnmerge from by Georg Brandl · 15 years ago
  85. 79fa5ab Merged revisions 73868 via svnmerge from by Amaury Forgeot d'Arc · 15 years ago
  86. 097cd07 #6428: py3k requires that __bool__ return a bool (and not an int) by Amaury Forgeot d'Arc · 15 years ago
  87. 8a1e4c4 Merged revisions 72661,72675-72677,72679,72712,72801,72820 via svnmerge from by Georg Brandl · 15 years ago
  88. ae9eb5c Fixed documentation build warning. by Hirokazu Yamamoto · 15 years ago
  89. c4faeea Fix nits by Raymond Hettinger · 15 years ago
  90. 15efcb6 Fix internal link. by Raymond Hettinger · 15 years ago
  91. 958e368 Add an example metaclass showing a use of __prepare__() as outlined in PEP 3115. by Raymond Hettinger · 15 years ago
  92. d23f822 Merged revisions 70712,70714,70764-70765,70769-70771,70773,70776-70777,70788-70789,70824,70828,70832,70836,70842,70851,70855,70857,70866-70872,70883,70885,70893-70894,70896-70897,70903,70905-70907,70915,70927,70933,70951,70960,70962-70964,70998,71001,71006,71008,71010-71011,71019,71037,71056,71094,71101-71103,71106,71119,71123,71149-71150,71203,71212,71214-71217,71221,71240 via svnmerge from by Benjamin Peterson · 15 years ago
  93. 33413cb Add missing label. by Georg Brandl · 15 years ago
  94. f07d002 Merged revisions 70342,70385-70387,70389-70390,70392-70393,70395,70400,70405-70406,70418,70438,70464,70468 via svnmerge from by Benjamin Peterson · 15 years ago
  95. ae2dbe2 #5486: typos. by Georg Brandl · 15 years ago
  96. 6c4b4b2 Add reference to solution for a commonly asked question. by Raymond Hettinger · 15 years ago
  97. e1327f7 Merged revisions 69078-69080 via svnmerge from by Brett Cannon · 15 years ago
  98. b58dda7 Merged revisions 68633,68648,68667,68706,68718,68720-68721,68724-68727,68739 via svnmerge from by Benjamin Peterson · 15 years ago
  99. 48310cd Remove trailing whitespace. by Georg Brandl · 16 years ago
  100. af265f4 Merged revisions 67531-67532,67538,67553-67554,67556-67557,67571,67574-67575,67579-67580,67591,67597,67608,67631 via svnmerge from by Georg Brandl · 16 years ago