1. 490b32a Fix #11939. Set st_dev attribute on Windows to simplify os.path.samefile. by Brian Curtin · 12 years ago
  2. 0794fe0 Add NEWS and docs for #9856 by Andrew Svetlov · 12 years ago
  3. c0fc958 Add a missing versionadded. by Georg Brandl · 12 years ago
  4. 301162b merge 3.3 (closes #16687) by Benjamin Peterson · 12 years ago
  5. 9cb7bd2 link to GIL as a term by Benjamin Peterson · 12 years ago
  6. bd584d5 fix typo (#16687) by Benjamin Peterson · 12 years ago
  7. 2606a6f Issue #16719: Get rid of WindowsError. Use OSError instead by Andrew Svetlov · 12 years ago
  8. 0832af6 Issue #16717: get rid of socket.error, replace with OSError by Andrew Svetlov · 12 years ago
  9. a191959 Issue #16714: use 'raise' exceptions, don't 'throw'. by Andrew Svetlov · 12 years ago
  10. 5b89840 Issue #16714: use 'raise' exceptions, don't 'throw'. by Andrew Svetlov · 12 years ago
  11. a9466c6 Issue #16711: Fix required method names for collections.Iterator by Andrew Svetlov · 12 years ago
  12. e2303f8 Issue #16711: Fix required method names for collections.Iterator by Andrew Svetlov · 12 years ago
  13. 4001e96 Issue #16711: Fix required method names for collections.Iterator by Andrew Svetlov · 12 years ago
  14. 9284053 Following issue #13390, fix compilation --without-pymalloc, and make sys.getallocatedblocks() return 0 in that situation. by Antoine Pitrou · 12 years ago
  15. 84188c8 Update example: Counter.subtract returns None, not self by Andrew Svetlov · 12 years ago
  16. 7c42398 Update example: Counter.subtract returns None, not self by Andrew Svetlov · 12 years ago
  17. f635172 Update example: Counter.subtract returns None, not self by Andrew Svetlov · 12 years ago
  18. 57d0a53 Fix typo by Andrew Svetlov · 12 years ago
  19. 2be0edb Fix typo by Andrew Svetlov · 12 years ago
  20. dfe109e Fix typo by Andrew Svetlov · 12 years ago
  21. 09bc642 Fixup abc.ABC wording and add versionadded. by Georg Brandl · 12 years ago
  22. 8031d0d Merge 3.3. by Stefan Krah · 12 years ago
  23. 040e311 Issue #15783: Except for the number methods, the C version of decimal now by Stefan Krah · 12 years ago
  24. 88a3e1f Merge: use OSError instead of os.error in the docs. by Andrew Svetlov · 12 years ago
  25. 618c2e1 Use OSError instead of os.error in the docs. by Andrew Svetlov · 12 years ago
  26. 74d6c25 #11175: argparse.FileType now accepts encoding and errors arguments. by Petri Lehtinen · 12 years ago
  27. 09bb89b Issue #16488: epoll() objects now support the `with` statement. by Antoine Pitrou · 12 years ago
  28. e0a9082 #16683: merge with 3.3. by Ezio Melotti · 12 years ago
  29. 3050541 #16683: merge with 3.2. by Ezio Melotti · 12 years ago
  30. e0035a2 #16683: restore alphabetical order in audioop docs. Patch by Serhiy Storchaka. by Ezio Melotti · 12 years ago
  31. 752f5dd #16681: merge with 3.3. by Ezio Melotti · 12 years ago
  32. 11def42 #16681: merge with 3.2. by Ezio Melotti · 12 years ago
  33. 1e5c9b7 #16681: use "bidirectional class" instead of "bidirectional category". by Ezio Melotti · 12 years ago
  34. b67596d Issue #16049: add abc.ABC helper class. by Andrew Svetlov · 12 years ago
  35. 5962cce Fix Issue15701 : add .headers attribute to urllib.error.HTTPError by Senthil Kumaran · 12 years ago
  36. 0342688 merge from 3.3 - Document reason attribute for urllib.error.HTTPError by Senthil Kumaran · 12 years ago
  37. 50cdd55 merge from 3.2 - reason attribute for urllib.error.HTTPError by Senthil Kumaran · 12 years ago
  38. 2e72831 Fix issue13211 - Document the reason attribute for urllib.error.HTTPError by Senthil Kumaran · 12 years ago
  39. f9d0b12 Issue #13390: New function :func:`sys.getallocatedblocks()` returns the number of memory blocks currently allocated. by Antoine Pitrou · 12 years ago
  40. b4b8f23 Merge from 3.3 (issue #15209) by Nick Coghlan · 12 years ago
  41. 0eee97c Issue #15209: Fix typo and some additional wording tweaks by Nick Coghlan · 12 years ago
  42. bb7da03 Merge fixes for #13614, #13512 and #7719 from 3.3 by Éric Araujo · 12 years ago
  43. 3f7c0e4 Merge fixes for #13614, #13512 and #7719 from 3.2 by Éric Araujo · 12 years ago
  44. 9bc9ab5 Fix a few markup/grammar nits by Éric Araujo · 12 years ago
  45. 0c1034f Merge from 3.3 (issue #16267) by Nick Coghlan · 12 years ago
  46. cea27be Close issue #16267: better docs for @abstractmethod composition by Nick Coghlan · 12 years ago
  47. 10cdf99 Merge from 3.3 (Issue #15209) by Nick Coghlan · 12 years ago
  48. 8e18fc8 Issue #15209: Clarify exception chaining description by Nick Coghlan · 12 years ago
  49. e48e01c Merge debug output removal with 3.3. by Ezio Melotti · 12 years ago
  50. c990f3b Merge debug output removal with 3.2. by Ezio Melotti · 12 years ago
  51. 5a2e2b8 Remove debug output from example. by Ezio Melotti · 12 years ago
  52. 448e81b add fixer for reload() -> imp.reload() (closes #11797)\n\nPatch by Laurie Clark-Michalek and Berker Peksag by Benjamin Peterson · 12 years ago
  53. 4b237e3 Specify which I/O ABC methods have implementations in the docs. by Andrew Svetlov · 12 years ago
  54. f04d1bb Specify which I/O ABC methods have implementations in the docs. by Andrew Svetlov · 12 years ago
  55. ed636a8 Specify which I/O ABC methods have implementations in the docs. by Andrew Svetlov · 12 years ago
  56. b1715ea Merge 3.3 by Andrew Svetlov · 12 years ago
  57. 73a5a12 Fix typo. by Andrew Svetlov · 12 years ago
  58. a6cfb28 Issue #15627: This is simply an update to the name of a new method recently added by Eric Snow · 12 years ago
  59. c77dd20 merge 3.3 by Benjamin Peterson · 12 years ago
  60. 78f7e3a document UnicodeError attributes by Benjamin Peterson · 12 years ago
  61. 1960355 document that encoding error handlers may return bytes (#16585) by Benjamin Peterson · 12 years ago
  62. 1003144 #16333: use (",", ": ") as default separator when indent is specified to avoid trailing whitespace. Patch by Serhiy Storchaka. by Ezio Melotti · 12 years ago
  63. 57af3bf #16333: merge with 3.2. by Ezio Melotti · 12 years ago
  64. d654ded #16333: document a way to get rid of trailing whitespace when indent is used. by Ezio Melotti · 12 years ago
  65. 2d6f0c1 Revert duplicate changes in argparse docs. by Andrew Svetlov · 12 years ago
  66. eff1738 Revert duplicate changes in argparse docs. by Andrew Svetlov · 12 years ago
  67. 7412099 Revert duplicate changes in argparse docs. by Andrew Svetlov · 12 years ago
  68. adec76a Merge issue #11076: document the way to convert argparse.Namespace to a dict. by Andrew Svetlov · 12 years ago
  69. 51292ff Merge issue #11076: document the way to convert argparse.Namespace to a dict. by Andrew Svetlov · 12 years ago
  70. e15cb61 Issue #11076: document the way to convert argparse.Namespace to a dict. by Andrew Svetlov · 12 years ago
  71. 16459e8 Merge from 3.3: Add a str class entry to the string section (issue #16209). by Chris Jerdonek · 12 years ago
  72. bb4e941 Add a str class entry to the "Text Sequence Type" section (issue #16209). by Chris Jerdonek · 12 years ago
  73. bff98fe Issue #16464: reset Request's Content-Length header on .data change. by Andrew Svetlov · 12 years ago
  74. 847d4ad #16556: merge with 3.3. by Ezio Melotti · 12 years ago
  75. 7768dd7 #16556: merge with 3.2. by Ezio Melotti · 12 years ago
  76. 28c88f4 #16556: Fix inconsistency between kwds and kwargs. Patch by Taavi Burns. by Ezio Melotti · 12 years ago
  77. b48f4ea Merge from 3.3: add hyperlinks to some os.path function docs (issue #16552). by Chris Jerdonek · 12 years ago
  78. 3b39d35 Merge from 3.2: add hyperlinks to some os.path function docs (issue #16552). by Chris Jerdonek · 12 years ago
  79. 0b502ff Add hyperlinks to the docs of some os.path functions (issue #16552). by Chris Jerdonek · 12 years ago
  80. df204be Issue #16423: urllib.request now has support for ``data:`` URLs. by Antoine Pitrou · 12 years ago
  81. 8618d74 Issue #4473: Add a POP3.stls() to switch a clear-text POP3 session into an encrypted POP3 session, on supported servers. by Antoine Pitrou · 12 years ago
  82. 25cee19 Issue #4473: Add a POP3.capa() method to query the capabilities advertised by the POP3 server. by Antoine Pitrou · 12 years ago
  83. ff790aa #16530: merge with 3.3. by Ezio Melotti · 12 years ago
  84. 44dcd6b #16530: merge with 3.2. by Ezio Melotti · 12 years ago
  85. ba4d8ed #16530: the "options" arg of os.wait3 is required. by Ezio Melotti · 12 years ago
  86. 9f8c219 Merge issue #16538: correctly describe MAKE_CLOSURE in docs. by Andrew Svetlov · 12 years ago
  87. a5c4309 Issue #16538: correctly describe MAKE_CLOSURE in docs. by Andrew Svetlov · 12 years ago
  88. 60dd6e5 #16522: s/always 1/at most 1/. by R David Murray · 12 years ago
  89. ded22c6 Merge #13424 followup from 3.3 by Éric Araujo · 12 years ago
  90. 5bd9270 Address reviews for open’s opener argument doc patch (#13424). by Éric Araujo · 12 years ago
  91. 5a9d706 #16522: Add FAIL_FAST flag to doctest. by R David Murray · 12 years ago
  92. d675a2c Merge from 3.3: Improve str() and object.__str__() docs (issue #13538). by Chris Jerdonek · 12 years ago
  93. 5fae0e5 Improve str() and object.__str__() documentation (issue #13538). by Chris Jerdonek · 12 years ago
  94. 17fc44c Improve str() and object.__str__() documentation (issue #13538). by Chris Jerdonek · 12 years ago
  95. b72c109 - Issue #16514: Fix regression causing a traceback when sys.path[0] is None by Barry Warsaw · 12 years ago
  96. 82c1c78 - Issue #16514: Fix regression causing a traceback when sys.path[0] is None by Barry Warsaw · 12 years ago
  97. 47037d7 Merge: fix typo in multiprocessing documentation, thanks to Dmitry Tolstoy from docs@ by Andrew Svetlov · 12 years ago
  98. 23089ab Fix typo in multiprocessing documentation, thanks to Dmitry Tolstoy from docs@ by Andrew Svetlov · 12 years ago
  99. 99f5794 The poplib module provides two classes, not one. by Antoine Pitrou · 12 years ago
  100. 946eb45 The poplib module provides two classes, not one. by Antoine Pitrou · 12 years ago