1. f43c4d6 Issue #16884: Merged doc fix from 3.3. by Vinay Sajip · 12 years ago
  2. 9a54653 Issue #16884: Merged doc fix from 3.2. by Vinay Sajip · 12 years ago
  3. 21b3082 Issue #16884: Updated docs to use 'note' directives in a couple of places missed earlier. by Vinay Sajip · 12 years ago
  4. ed6f37c Closes #16884: Merged logging documentation fixes from 3.3. by Vinay Sajip · 12 years ago
  5. 0e82fd1 Issue #16884: Merged logging documentation fixes from 3.2. by Vinay Sajip · 12 years ago
  6. e50f4d2 Issue #16884: updated logging documentation to include lastResort and use 'note' directives where appropriate. by Vinay Sajip · 12 years ago
  7. 4e62033 merge #16877: Add mention that shell-style path expansions are not automatic. by R David Murray · 12 years ago
  8. e6dec98 merge #16877: Add mention that shell-style path expansions are not automatic. by R David Murray · 12 years ago
  9. a4e700c #16877: Add mention that shell-style path expansions are not automatic. by R David Murray · 12 years ago
  10. 58ddc9d Issue #8109: The ssl module now has support for server-side SNI, thanks to a :meth:`SSLContext.set_servername_callback` method. by Antoine Pitrou · 12 years ago
  11. a2f9591 #16862: merge with 3.3. by Ezio Melotti · 12 years ago
  12. 9f6a239 #16862: merge with 3.2. by Ezio Melotti · 12 years ago
  13. 7449231 #16862: remove outdated statements about Stackless. by Ezio Melotti · 12 years ago
  14. 9beeefb Cleanup a few minor things. by Ezio Melotti · 12 years ago
  15. 0ae3525 Merge example fix with 3.3. by Ezio Melotti · 12 years ago
  16. 87b83dd Merge example fix with 3.2. by Ezio Melotti · 12 years ago
  17. 19cdee8 Fix example by making the exception inherit from Exception. by Ezio Melotti · 12 years ago
  18. d05d3cc #13094: merge with 3.3. by Ezio Melotti · 12 years ago
  19. 7d48669 #13094: merge with 3.2. by Ezio Melotti · 12 years ago
  20. cad8b0f #13094: add Programming FAQ entry about the behavior of closures. by Ezio Melotti · 12 years ago
  21. ca61429 merge 3.3 by Benjamin Peterson · 12 years ago
  22. bf064b3 merge 3.2 by Benjamin Peterson · 12 years ago
  23. d73f369 merge heads by Benjamin Peterson · 12 years ago
  24. 0a2c4f5 drop email (closes #16857) by Benjamin Peterson · 12 years ago
  25. f422676 #16747: merge with 3.3. by Ezio Melotti · 12 years ago
  26. 407c2ac #16747: merge with 3.2. by Ezio Melotti · 12 years ago
  27. d581fff #16747: fix link to file objects in the glossary. by Ezio Melotti · 12 years ago
  28. cc85a15 Fix method name in documentation (__setstate__ --> __getstate__) by Eli Bendersky · 12 years ago
  29. a6d0dd5 Fix method name in documentation (__setstate__ --> __getstate__) by Eli Bendersky · 12 years ago
  30. 78f3ce5 Fix method name in documentation (__setstate__ --> __getstate__) by Eli Bendersky · 12 years ago
  31. 805ae0d Fix incorrect grammar in sched documentation. by Serhiy Storchaka · 12 years ago
  32. 75b936e Fix incorrect grammar in sched documentation. by Serhiy Storchaka · 12 years ago
  33. ca319cf merge 3.3 by Benjamin Peterson · 12 years ago
  34. a63eced update another year by Benjamin Peterson · 12 years ago
  35. ae2039e merge 3.3 by Benjamin Peterson · 12 years ago
  36. 198399d bring Python into 2013 by Benjamin Peterson · 12 years ago
  37. 1dce000 Merged `parser.clean()` fix (issue #16820) from 3.2 through 3.3. by Łukasz Langa · 12 years ago
  38. 0dc5ab4 Merged `parser.clean()` fix (issue #16820) from 3.2. by Łukasz Langa · 12 years ago
  39. 3a8479a Fixes `parser.clean()` reported in issue #16820. by Łukasz Langa · 12 years ago
  40. 44c66c7 Issue #16486: Make aifc files work with 'with' as context managers. by Serhiy Storchaka · 12 years ago
  41. 3c80ce4 Issue #16641: Fix default values of sched.scheduler.enter arguments were modifiable. by Serhiy Storchaka · 12 years ago
  42. c04957b Issue #16641: Fix default values of sched.scheduler.enter arguments were modifiable. by Serhiy Storchaka · 12 years ago
  43. d1ced9e Issue #16642: Document kwargs field in sched.Event named tuple. by Serhiy Storchaka · 12 years ago
  44. e912496 Issue #16642: Document kwargs field in sched.Event named tuple. by Serhiy Storchaka · 12 years ago
  45. 774715c #16796: merge with 3.3. by Ezio Melotti · 12 years ago
  46. 63ee149 #16796: merge with 3.2. by Ezio Melotti · 12 years ago
  47. 52336f0 #16796: fix typo. Patch by Michael Schurter. by Ezio Melotti · 12 years ago
  48. 464a218 Issue #16682: Replace "Python string" to "bytes object" in audioop documentation. by Serhiy Storchaka · 12 years ago
  49. e261055 Issue #16682: Replace "Python string" to "bytes object" in audioop documentation. by Serhiy Storchaka · 12 years ago
  50. c8bd74d Issue #16682: Replace "Python string" to "bytes object" in audioop documentation. by Serhiy Storchaka · 12 years ago
  51. cdf680f MERGE: Closes #16789: :meth:`quit` links to constants instead of own module by Jesus Cea · 12 years ago
  52. aa24468 MERGE: Closes #16789: :meth:`quit` links to constants instead of own module by Jesus Cea · 12 years ago
  53. c73f863 Closes #16789: :meth:`quit` links to constants instead of own module by Jesus Cea · 12 years ago
  54. cacb400 Merge with 3.3 by Kristján Valur Jónsson · 12 years ago
  55. c8e7e2b Merge with 3.2 : by Kristján Valur Jónsson · 12 years ago
  56. 490b32a Fix #11939. Set st_dev attribute on Windows to simplify os.path.samefile. by Brian Curtin · 12 years ago
  57. c475278 Merge from 3.3: add links and index entries for "argument" and "parameter." by Chris Jerdonek · 12 years ago
  58. 32bbc1c Merge from 3.2: add links and index entries for "argument" and "parameter." by Chris Jerdonek · 12 years ago
  59. b430994 Add additional links and index entries for "argument" and "parameter". by Chris Jerdonek · 12 years ago
  60. 36852b7 Issue #14574: Ignore socket errors raised when flushing a connection on close. by Kristján Valur Jónsson · 12 years ago
  61. b7c2386 Fix Sphinx warning (missing "setting-envvars" reference). by Chris Jerdonek · 12 years ago
  62. e34ccb6 #16760: merge with 3.3. by Ezio Melotti · 12 years ago
  63. 1bdb638 #16760: merge with 3.2. by Ezio Melotti · 12 years ago
  64. 090f7be #16760: use ref:`match-objects` instead of :class:`MatchObject`. by Ezio Melotti · 12 years ago
  65. 16bdd41 #16677: merge with 3.3. by Ezio Melotti · 12 years ago
  66. 1be0576 #16677: merge with 3.2. by Ezio Melotti · 12 years ago
  67. 9f929bb #16677: rename section header and fix markup. by Ezio Melotti · 12 years ago
  68. 7d2fad1 Merge from 3.3: link to "yield from" examples in yield documentation. by Chris Jerdonek · 12 years ago
  69. 2654b86 Link to "yield from" examples in yield documentation. by Chris Jerdonek · 12 years ago
  70. 0794fe0 Add NEWS and docs for #9856 by Andrew Svetlov · 12 years ago
  71. c0fc958 Add a missing versionadded. by Georg Brandl · 12 years ago
  72. 301162b merge 3.3 (closes #16687) by Benjamin Peterson · 12 years ago
  73. 9cb7bd2 link to GIL as a term by Benjamin Peterson · 12 years ago
  74. bd584d5 fix typo (#16687) by Benjamin Peterson · 12 years ago
  75. 2606a6f Issue #16719: Get rid of WindowsError. Use OSError instead by Andrew Svetlov · 12 years ago
  76. 8a045cb Add versionchanged tag to faq (useless btw because changed text is commented out) by Andrew Svetlov · 12 years ago
  77. 5f11a00 Mention OSError instead of IOError in the docs. by Andrew Svetlov · 12 years ago
  78. 0832af6 Issue #16717: get rid of socket.error, replace with OSError by Andrew Svetlov · 12 years ago
  79. a191959 Issue #16714: use 'raise' exceptions, don't 'throw'. by Andrew Svetlov · 12 years ago
  80. 5b89840 Issue #16714: use 'raise' exceptions, don't 'throw'. by Andrew Svetlov · 12 years ago
  81. 737fb89 Issue #16714: use 'raise' exceptions, don't 'throw'. by Andrew Svetlov · 12 years ago
  82. a9466c6 Issue #16711: Fix required method names for collections.Iterator by Andrew Svetlov · 12 years ago
  83. e2303f8 Issue #16711: Fix required method names for collections.Iterator by Andrew Svetlov · 12 years ago
  84. 4001e96 Issue #16711: Fix required method names for collections.Iterator by Andrew Svetlov · 12 years ago
  85. 9284053 Following issue #13390, fix compilation --without-pymalloc, and make sys.getallocatedblocks() return 0 in that situation. by Antoine Pitrou · 12 years ago
  86. 84188c8 Update example: Counter.subtract returns None, not self by Andrew Svetlov · 12 years ago
  87. 7c42398 Update example: Counter.subtract returns None, not self by Andrew Svetlov · 12 years ago
  88. f635172 Update example: Counter.subtract returns None, not self by Andrew Svetlov · 12 years ago
  89. 57d0a53 Fix typo by Andrew Svetlov · 12 years ago
  90. 2be0edb Fix typo by Andrew Svetlov · 12 years ago
  91. dfe109e Fix typo by Andrew Svetlov · 12 years ago
  92. f494e8f Merge 3.3 by Brian Curtin · 12 years ago
  93. 08133c2 Merge 3.2 by Brian Curtin · 12 years ago
  94. 655b0c4 Fix #14901. Update the Windows FAQ. by Brian Curtin · 12 years ago
  95. 09bc642 Fixup abc.ABC wording and add versionadded. by Georg Brandl · 12 years ago
  96. 8031d0d Merge 3.3. by Stefan Krah · 12 years ago
  97. 040e311 Issue #15783: Except for the number methods, the C version of decimal now by Stefan Krah · 12 years ago
  98. 88a3e1f Merge: use OSError instead of os.error in the docs. by Andrew Svetlov · 12 years ago
  99. 618c2e1 Use OSError instead of os.error in the docs. by Andrew Svetlov · 12 years ago
  100. 74d6c25 #11175: argparse.FileType now accepts encoding and errors arguments. by Petri Lehtinen · 12 years ago