1. 4614cc4 Closes #16149: remove now-false statement about the inability to compare Decimal and float objects. by Georg Brandl · 12 years ago
  2. 7ea9a42 Closes #16149: remove now-false statement about the inability to compare Decimal and float objects. by Georg Brandl · 12 years ago
  3. e7f9037 #16127: remove outdated references to narrow builds. Patch by Serhiy Storchaka. by Ezio Melotti · 12 years ago
  4. ddd74b1 Merge: Close open bracket, thanks to Josh Helzer from docs@ by Andrew Svetlov · 12 years ago
  5. f532035 Close open bracket, thanks to Josh Helzer from docs@ by Andrew Svetlov · 12 years ago
  6. 33d8ce1 Issue #14167: merge fix from 3.2 branch. by Mark Dickinson · 12 years ago
  7. 05ee581 Issue #14167: restore statement about breaks in finally clauses. by Mark Dickinson · 12 years ago
  8. a96be78 Merge #14617: clarify discussion of interrelationship of __eq__ and __hash__. by R David Murray · 12 years ago
  9. d8bbde3 #14617: clarify discussion of interrelationship of __eq__ and __hash__. by R David Murray · 12 years ago
  10. 1685db0 s/path importer/path based finder/ (because the path based finder is not an importer and the simpler 'path finder' is too ambiguous) by Nick Coghlan · 12 years ago
  11. f669036 Merge #15355: Mention already-executing Exception in generator docs. by R David Murray · 12 years ago
  12. 2c1d1d6 #15355: Mention already-executing Exception in generator docs. by R David Murray · 12 years ago
  13. f06afe3 Issue #14167: Document return statement in finally blocks. by Andrew Svetlov · 12 years ago
  14. f158d86 Issue #14167: Document return statement in finally blocks. by Andrew Svetlov · 12 years ago
  15. a81b481 Fix markup errors and update pydoc topics. by Georg Brandl · 12 years ago
  16. 4941774 Issue #15502: Bring the importlib.PathFinder docs and docstring more in line with the new import system documentation, and fix various parts of the new docs that weren't quite right given PEP 420 or were otherwise a bit misleading. Also note the key terminology problem still being discussed in the issue by Nick Coghlan · 12 years ago
  17. e3376ef Clarify the import statement semantics, especially for implicit imports in the 'from X import Y' variant by Nick Coghlan · 12 years ago
  18. c86e8d9 Improve wording for __hash__ by Antoine Pitrou · 12 years ago
  19. dadebab Finally, a coherent set of terminology for all the lil' beasties involved. by Barry Warsaw · 12 years ago
  20. cbc4c19 Another XXX. by Barry Warsaw · 12 years ago
  21. c1e721b Address substantially all of Eric Snow's comments in issue #15295, except for by Barry Warsaw · 12 years ago
  22. d7d2194 Integration of importdocs from the features/pep-420 repo. by Barry Warsaw · 12 years ago
  23. 56ed284 Merge with 3.2. by Georg Brandl · 12 years ago
  24. 33369cf Fix a bunch of "versionchanged" related markup errors. by Georg Brandl · 12 years ago
  25. 0182f38 Fix small overeager edit from 8e47e9af826e. by Georg Brandl · 12 years ago
  26. 0b3847d Issue #15096: Drop support for the ur string prefix by Christian Heimes · 12 years ago
  27. 305acf2 Remove an incorrect implementation detail by Nick Coghlan · 12 years ago
  28. b267475 Clarify a paragraph in the new metaclass docs by Nick Coghlan · 12 years ago
  29. 337b2bf Describe the default hash correctly, and mark a couple of CPython implementation details by Nick Coghlan · 12 years ago
  30. 78770f0 Fix typo in new metaclass docs by Nick Coghlan · 12 years ago
  31. 7fc570a Close #14588: added a PEP 3115 compliant dynamic type creation mechanism by Nick Coghlan · 12 years ago
  32. 1b5123a Issue #14628: Document the fact that import always returns the module by Brett Cannon · 12 years ago
  33. 6aacc14 Merge with 3.2. by Georg Brandl · 12 years ago
  34. 64a4094 Closes #14186: add link to PEP 3107 (function annotations) to the function definition section. by Georg Brandl · 12 years ago
  35. 50364b4 Basic documentation for PEP 414 by Armin Ronacher · 12 years ago
  36. b43fde9 remove unapplicable statement by Benjamin Peterson · 13 years ago
  37. c9f54cf enable hash randomization by default by Benjamin Peterson · 13 years ago
  38. 79d3878 update unicode link by Benjamin Peterson · 13 years ago
  39. 2fb477c Merge 3.2: Issue #13703 plus some related test suite fixes. by Georg Brandl · 13 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 · 13 years ago
  41. 2daf6ae Issue #13703: add a way to randomize the hash values of basic types (str, bytes, datetime) by Georg Brandl · 13 years ago
  42. 93abdd1 Merge with 3.2 closes 14023 by Terry Jan Reedy · 13 years ago
  43. ead1de2 Issue 14023 Revert edit to 2.7 version. (I suspect edit is from when we thought by Terry Jan Reedy · 13 years ago
  44. 0ed8019 Add versionchanged notes for PEP 380 by Nick Coghlan · 13 years ago
  45. d204934 exception support is correct now (closes #13705) by Benjamin Peterson · 13 years ago
  46. b2794c8 Issue #13683: raise with no exception in scope throws a RuntimeError; fix by Ramchandra Apte by Sandro Tosi · 13 years ago
  47. 3721fbc point IronPython to ironpython.net; thanks to Lazar Pancic from docs@ by Sandro Tosi · 13 years ago
  48. 75c71cc fix Rather that/Rather than; thanks to Reuben Thomas from docs@ by Sandro Tosi · 13 years ago
  49. 57f97f4 parameter_list was meant here by Benjamin Peterson · 13 years ago
  50. ad17358 kill superfluous 'comprehension' case (closes #13658) by Benjamin Peterson · 13 years ago
  51. 1f7ce62 Implement PEP 380 - 'yield from' (closes #11682) by Nick Coghlan · 13 years ago
  52. 3a5d4cb Issue #13748: Raw bytes literals can now be written with the `rb` prefix as well as `br`. by Antoine Pitrou · 13 years ago
  53. 199808b merge 3.2 by Benjamin Peterson · 13 years ago
  54. bc25dcf merge with 3.2 by Sandro Tosi · 13 years ago
  55. 91d9152 merge with 3.2 by Sandro Tosi · 13 years ago
  56. 29cfdc7 merge with 3.2 by Sandro Tosi · 13 years ago
  57. a883e56 merge 3.2 by Benjamin Peterson · 13 years ago
  58. 86a36b5 PEP 3155 / issue #13448: Qualified name for classes and functions. by Antoine Pitrou · 13 years ago
  59. f7f0a66 Fix typos. by Ezio Melotti · 13 years ago
  60. f4d76e6 #13251: update string description in datamodel.rst. by Ezio Melotti · 13 years ago
  61. 3ed559a merge 3.2 (#13259) by Benjamin Peterson · 13 years ago
  62. 1fafc1a document __bytes__ special method (closes #13259) by Benjamin Peterson · 13 years ago
  63. 931b8aa #12753: Add support for Unicode name aliases and named sequences. by Ezio Melotti · 13 years ago
  64. f106449 Merge with 3.2. by Ezio Melotti · 13 years ago
  65. e130a52 Remove duplication. by Ezio Melotti · 13 years ago
  66. 6e3b975 #12531: merge with 3.2. by Ezio Melotti · 13 years ago
  67. 5925632 #12531: Fix spaces and markup. by Ezio Melotti · 13 years ago
  68. 6e5b2ac Merge from 3.2: Issue #12531: add index entries to documentation of * and ** in function calls by Eli Bendersky · 13 years ago
  69. 7bd081c Issue #12531: add index entries to documentation of * and ** in function calls by Eli Bendersky · 13 years ago
  70. 2df0549 #11669: merge with 3.2. by Ezio Melotti · 13 years ago
  71. fc3db8a #11669: rephrase footnote in the Compound Statements page. by Ezio Melotti · 13 years ago
  72. 3bbb722 allow __dir__ to return any sequence by Benjamin Peterson · 13 years ago
  73. 2052978 Issue #10771: Clarify that descriptors get used in an *owner* class or one of its parents. by Raymond Hettinger · 13 years ago
  74. 3b654be Issue #10771: Clarify that descriptors get used in an *owner* class or one of its parents. by Raymond Hettinger · 13 years ago
  75. f047164 Issue 10988: fix description of super's descriptor call. by Raymond Hettinger · 13 years ago
  76. b199b22 Issue 10988: fix description of super's descriptor call. by Raymond Hettinger · 13 years ago
  77. 147f608 #11446: merge with 3.1. by Ezio Melotti · 13 years ago
  78. 7885833 #11446: fix incorrect PEP link. by Ezio Melotti · 13 years ago
  79. f2b5673 Explicitly mention that people should not depend on immediate by Gregory P. Smith · 13 years ago
  80. c542547 Reword the finalization note. by Gregory P. Smith · 13 years ago
  81. c60137b Explicitly mention that people should not depend on immediate by Gregory P. Smith · 13 years ago
  82. 891391b Merge doc fixes. by Georg Brandl · 13 years ago
  83. e32acd0 #11337: remove unreferenced footnote. by Georg Brandl · 13 years ago
  84. 310337f #11400: remove reference to pre-1.5 assignment behavior. by Georg Brandl · 13 years ago
  85. 849272b Merged revisions 88658 via svnmerge from by Benjamin Peterson · 13 years ago
  86. 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
  87. 375aec2 Fix a few doc errors, mostly undefined keywords. by Georg Brandl · 14 years ago
  88. 41d0815 Merged revisions 87789-87790 via svnmerge from by Georg Brandl · 14 years ago
  89. 7603fa0 Undo an accidental commit in r87812. by Brett Cannon · 14 years ago
  90. 63eef1e Get --coverage to be an acceptable flag for test.regrtest again. by Brett Cannon · 14 years ago
  91. b30f330 Fix various issues (mostly Python 2 relics) found by Jacques Ducasse. by Georg Brandl · 14 years ago
  92. f9f2e02 Merged revisions 87575 via svnmerge from by Martin v. Löwis · 14 years ago
  93. 0dbebc0 Issue #10542: Document that identifiers use XID_Start XID_Continue*. by Martin v. Löwis · 14 years ago
  94. 75cb8f5 Merged revisions 87486 via svnmerge from by Éric Araujo · 14 years ago
  95. c9562f3 Fix typo spotted by Rodrigo Bernardo Pimentel (#9891) by Éric Araujo · 14 years ago
  96. a79a676 Merged revisions 87433 via svnmerge from by Alexander Belopolsky · 14 years ago
  97. 1a7a2e0 Both PEP 3131 and the current implementation use NFKC normalization by Alexander Belopolsky · 14 years ago
  98. 50ba19e Use sentence case in section titles consistently by Alexander Belopolsky · 14 years ago
  99. 063f237 Add missing word, and add a better reference to the actual function. by Georg Brandl · 14 years ago
  100. ab32fec Merged revisions 85572-85573,85606,85609-85622,85624,85626-85627,85629,85631,85633,85635-85636,85638-85639,85641-85642 via svnmerge from by Georg Brandl · 14 years ago