1. 490b32a Fix #11939. Set st_dev attribute on Windows to simplify os.path.samefile. by Brian Curtin · 12 years ago
  2. c475278 Merge from 3.3: add links and index entries for "argument" and "parameter." by Chris Jerdonek · 12 years ago
  3. 32bbc1c Merge from 3.2: add links and index entries for "argument" and "parameter." by Chris Jerdonek · 12 years ago
  4. b430994 Add additional links and index entries for "argument" and "parameter". by Chris Jerdonek · 12 years ago
  5. e34ccb6 #16760: merge with 3.3. by Ezio Melotti · 12 years ago
  6. 1bdb638 #16760: merge with 3.2. by Ezio Melotti · 12 years ago
  7. 090f7be #16760: use ref:`match-objects` instead of :class:`MatchObject`. by Ezio Melotti · 12 years ago
  8. 16bdd41 #16677: merge with 3.3. by Ezio Melotti · 12 years ago
  9. 1be0576 #16677: merge with 3.2. by Ezio Melotti · 12 years ago
  10. 9f929bb #16677: rename section header and fix markup. by Ezio Melotti · 12 years ago
  11. 7d2fad1 Merge from 3.3: link to "yield from" examples in yield documentation. by Chris Jerdonek · 12 years ago
  12. 2654b86 Link to "yield from" examples in yield documentation. by Chris Jerdonek · 12 years ago
  13. 0794fe0 Add NEWS and docs for #9856 by Andrew Svetlov · 12 years ago
  14. c0fc958 Add a missing versionadded. by Georg Brandl · 12 years ago
  15. 301162b merge 3.3 (closes #16687) by Benjamin Peterson · 12 years ago
  16. 9cb7bd2 link to GIL as a term by Benjamin Peterson · 12 years ago
  17. bd584d5 fix typo (#16687) by Benjamin Peterson · 12 years ago
  18. 2606a6f Issue #16719: Get rid of WindowsError. Use OSError instead by Andrew Svetlov · 12 years ago
  19. 8a045cb Add versionchanged tag to faq (useless btw because changed text is commented out) by Andrew Svetlov · 12 years ago
  20. 5f11a00 Mention OSError instead of IOError in the docs. by Andrew Svetlov · 12 years ago
  21. 0832af6 Issue #16717: get rid of socket.error, replace with OSError by Andrew Svetlov · 12 years ago
  22. a191959 Issue #16714: use 'raise' exceptions, don't 'throw'. by Andrew Svetlov · 12 years ago
  23. 5b89840 Issue #16714: use 'raise' exceptions, don't 'throw'. by Andrew Svetlov · 12 years ago
  24. 737fb89 Issue #16714: use 'raise' exceptions, don't 'throw'. by Andrew Svetlov · 12 years ago
  25. a9466c6 Issue #16711: Fix required method names for collections.Iterator by Andrew Svetlov · 12 years ago
  26. e2303f8 Issue #16711: Fix required method names for collections.Iterator by Andrew Svetlov · 12 years ago
  27. 4001e96 Issue #16711: Fix required method names for collections.Iterator by Andrew Svetlov · 12 years ago
  28. 9284053 Following issue #13390, fix compilation --without-pymalloc, and make sys.getallocatedblocks() return 0 in that situation. by Antoine Pitrou · 12 years ago
  29. 84188c8 Update example: Counter.subtract returns None, not self by Andrew Svetlov · 12 years ago
  30. 7c42398 Update example: Counter.subtract returns None, not self by Andrew Svetlov · 12 years ago
  31. f635172 Update example: Counter.subtract returns None, not self by Andrew Svetlov · 12 years ago
  32. 57d0a53 Fix typo by Andrew Svetlov · 12 years ago
  33. 2be0edb Fix typo by Andrew Svetlov · 12 years ago
  34. dfe109e Fix typo by Andrew Svetlov · 12 years ago
  35. f494e8f Merge 3.3 by Brian Curtin · 12 years ago
  36. 08133c2 Merge 3.2 by Brian Curtin · 12 years ago
  37. 655b0c4 Fix #14901. Update the Windows FAQ. by Brian Curtin · 12 years ago
  38. 09bc642 Fixup abc.ABC wording and add versionadded. by Georg Brandl · 12 years ago
  39. 8031d0d Merge 3.3. by Stefan Krah · 12 years ago
  40. 040e311 Issue #15783: Except for the number methods, the C version of decimal now by Stefan Krah · 12 years ago
  41. 88a3e1f Merge: use OSError instead of os.error in the docs. by Andrew Svetlov · 12 years ago
  42. 618c2e1 Use OSError instead of os.error in the docs. by Andrew Svetlov · 12 years ago
  43. 74d6c25 #11175: argparse.FileType now accepts encoding and errors arguments. by Petri Lehtinen · 12 years ago
  44. 09bb89b Issue #16488: epoll() objects now support the `with` statement. by Antoine Pitrou · 12 years ago
  45. e0a9082 #16683: merge with 3.3. by Ezio Melotti · 12 years ago
  46. 3050541 #16683: merge with 3.2. by Ezio Melotti · 12 years ago
  47. e0035a2 #16683: restore alphabetical order in audioop docs. Patch by Serhiy Storchaka. by Ezio Melotti · 12 years ago
  48. 752f5dd #16681: merge with 3.3. by Ezio Melotti · 12 years ago
  49. 11def42 #16681: merge with 3.2. by Ezio Melotti · 12 years ago
  50. 1e5c9b7 #16681: use "bidirectional class" instead of "bidirectional category". by Ezio Melotti · 12 years ago
  51. b67596d Issue #16049: add abc.ABC helper class. by Andrew Svetlov · 12 years ago
  52. 5962cce Fix Issue15701 : add .headers attribute to urllib.error.HTTPError by Senthil Kumaran · 12 years ago
  53. 0342688 merge from 3.3 - Document reason attribute for urllib.error.HTTPError by Senthil Kumaran · 12 years ago
  54. 50cdd55 merge from 3.2 - reason attribute for urllib.error.HTTPError by Senthil Kumaran · 12 years ago
  55. 2e72831 Fix issue13211 - Document the reason attribute for urllib.error.HTTPError by Senthil Kumaran · 12 years ago
  56. f9d0b12 Issue #13390: New function :func:`sys.getallocatedblocks()` returns the number of memory blocks currently allocated. by Antoine Pitrou · 12 years ago
  57. b4b8f23 Merge from 3.3 (issue #15209) by Nick Coghlan · 12 years ago
  58. 0eee97c Issue #15209: Fix typo and some additional wording tweaks by Nick Coghlan · 12 years ago
  59. bb7da03 Merge fixes for #13614, #13512 and #7719 from 3.3 by Éric Araujo · 12 years ago
  60. 3f7c0e4 Merge fixes for #13614, #13512 and #7719 from 3.2 by Éric Araujo · 12 years ago
  61. 9bc9ab5 Fix a few markup/grammar nits by Éric Araujo · 12 years ago
  62. 3e4a3dc Ignore .nfs* files in distutils (#7719). by Éric Araujo · 12 years ago
  63. d9569fa Drop double newlines printed in some file iteration examples. by Andrew Svetlov · 12 years ago
  64. a7129d3 Drop double newlines printed in some file iteration examples. by Andrew Svetlov · 12 years ago
  65. 09974b4 Drop double newlines printed in some file iteration examples. by Andrew Svetlov · 12 years ago
  66. 0c1034f Merge from 3.3 (issue #16267) by Nick Coghlan · 12 years ago
  67. cea27be Close issue #16267: better docs for @abstractmethod composition by Nick Coghlan · 12 years ago
  68. 10cdf99 Merge from 3.3 (Issue #15209) by Nick Coghlan · 12 years ago
  69. 8e18fc8 Issue #15209: Clarify exception chaining description by Nick Coghlan · 12 years ago
  70. e48e01c Merge debug output removal with 3.3. by Ezio Melotti · 12 years ago
  71. c990f3b Merge debug output removal with 3.2. by Ezio Melotti · 12 years ago
  72. 5a2e2b8 Remove debug output from example. by Ezio Melotti · 12 years ago
  73. 448e81b add fixer for reload() -> imp.reload() (closes #11797)\n\nPatch by Laurie Clark-Michalek and Berker Peksag by Benjamin Peterson · 12 years ago
  74. 4b237e3 Specify which I/O ABC methods have implementations in the docs. by Andrew Svetlov · 12 years ago
  75. f04d1bb Specify which I/O ABC methods have implementations in the docs. by Andrew Svetlov · 12 years ago
  76. ed636a8 Specify which I/O ABC methods have implementations in the docs. by Andrew Svetlov · 12 years ago
  77. b1715ea Merge 3.3 by Andrew Svetlov · 12 years ago
  78. 73a5a12 Fix typo. by Andrew Svetlov · 12 years ago
  79. a6cfb28 Issue #15627: This is simply an update to the name of a new method recently added by Eric Snow · 12 years ago
  80. c77dd20 merge 3.3 by Benjamin Peterson · 12 years ago
  81. 78f7e3a document UnicodeError attributes by Benjamin Peterson · 12 years ago
  82. 1960355 document that encoding error handlers may return bytes (#16585) by Benjamin Peterson · 12 years ago
  83. 1d1210e Merge: remove redundant sentence from c-api docs (issue #16323) by Andrew Svetlov · 12 years ago
  84. f4c3a18 Remove redundant sentence from c-api docs (issue #16323) by Andrew Svetlov · 12 years ago
  85. 1003144 #16333: use (",", ": ") as default separator when indent is specified to avoid trailing whitespace. Patch by Serhiy Storchaka. by Ezio Melotti · 12 years ago
  86. 57af3bf #16333: merge with 3.2. by Ezio Melotti · 12 years ago
  87. d654ded #16333: document a way to get rid of trailing whitespace when indent is used. by Ezio Melotti · 12 years ago
  88. 2d6f0c1 Revert duplicate changes in argparse docs. by Andrew Svetlov · 12 years ago
  89. eff1738 Revert duplicate changes in argparse docs. by Andrew Svetlov · 12 years ago
  90. 7412099 Revert duplicate changes in argparse docs. by Andrew Svetlov · 12 years ago
  91. adec76a Merge issue #11076: document the way to convert argparse.Namespace to a dict. by Andrew Svetlov · 12 years ago
  92. 51292ff Merge issue #11076: document the way to convert argparse.Namespace to a dict. by Andrew Svetlov · 12 years ago
  93. e15cb61 Issue #11076: document the way to convert argparse.Namespace to a dict. by Andrew Svetlov · 12 years ago
  94. 164f8f1 Merge heads. by Chris Jerdonek · 12 years ago
  95. 1fb4758 Merge heads. by Chris Jerdonek · 12 years ago
  96. 1bfaa68 Merge from 3.3: improve argument/parameter documentation (issue #15990). by Chris Jerdonek · 12 years ago
  97. d97c71f Merge from 3.2: improve argument/parameter documentation (issue #15990). by Chris Jerdonek · 12 years ago
  98. 122e930 Merge issue #16323: Fix wrong C API documentation for locale encoding. by Andrew Svetlov · 12 years ago
  99. 0fe030b Issue #16323: Fix wrong C API documentation for locale encoding. by Andrew Svetlov · 12 years ago
  100. c2a7fd6 Improve argument/parameter documentation (issue #15990). by Chris Jerdonek · 12 years ago