1. c5e075f Issue #20913: improve the SSL security considerations to first advocate using create_default_context(). by Antoine Pitrou · 11 years ago
  2. 79ccaa2 Issue #20995: Enhance default ciphers used by the ssl module by Donald Stufft · 11 years ago
  3. 51f3129 Close #21010: Fix typo in asyncio doc. Patch written by Claudiu Popa. by Victor Stinner · 11 years ago
  4. 6bc2396 Issue #21006: Fix subprocess example on Windows in asyncio doc by Victor Stinner · 11 years ago
  5. 7280486 Close #21005: Fix documentation of asyncio.subprocess.DEVNULL by Victor Stinner · 11 years ago
  6. 409a1be improve start default for relpath by Benjamin Peterson · 11 years ago
  7. 2f31b4b Fix typos in Doc/faq/extending. Found by cocoatomo on docs@. by Zachary Ware · 11 years ago
  8. dbd1c43 Fix spelling in enum docs. by Zachary Ware · 11 years ago
  9. 253deed Add missing parenthesis. Found by cocoatomo on docs@. by Zachary Ware · 11 years ago
  10. a22ae21 Fix parameter name in docs for os.makedirs and os.removedirs. by Zachary Ware · 11 years ago
  11. 0886399 Issue #20966: Fix Tkinter Resources link by Zachary Ware · 11 years ago
  12. f5c801f Fix option description that is a warning in new Sphinx versions. by Georg Brandl · 11 years ago
  13. 0b1be1a Fix typo in example (#20963) by Éric Araujo · 11 years ago
  14. 28a965f Typo by Jesus Cea · 11 years ago
  15. bdb8bb3 Typo by Jesus Cea · 11 years ago
  16. cec25b0 Typo by Jesus Cea · 11 years ago
  17. f93d3df closes #20960 by R David Murray · 11 years ago
  18. a7f4801 merge with 3.3 by Georg Brandl · 11 years ago
  19. 56d3a03 Update doc version switcher for 3.4/3.5. by Georg Brandl · 11 years ago
  20. 3c5c56f Merged default into 3.4 branch. 3.4 branch is now effectively 3.4.1rc1. by Larry Hastings · 11 years ago
  21. 2221f66 merge 3.3 (#11448) by Benjamin Peterson · 11 years ago
  22. a48d9ea improve set_tunnel docs (closes #11448) by Benjamin Peterson · 11 years ago
  23. 7bdf786 Issue #20950: Fix typo asyncio doc, wait() has no self parameter by Victor Stinner · 11 years ago
  24. 3101b70 Final documentation fixes for 3.4.0 final. by Larry Hastings · 11 years ago
  25. cf1a3cd Release bump for 3.4.0 final. by Larry Hastings · 11 years ago
  26. 0548f5c Regenerate pydoc_topics, fix markup errors, in preparation for 3.4.0 final. by Larry Hastings · 11 years ago
  27. 3732ed2 Merge in all documentation changes since branching 3.4.0rc1. by Larry Hastings · 11 years ago
  28. ffa1f27 Bring PEP 453 What's New entry up to date by Nick Coghlan · 11 years ago
  29. 01f2129 whatsnew: Fix Features section title, use title/sentence case consistently. by R David Murray · 11 years ago
  30. 34784e6 Issue #20931: Fix other confusingly-worded heading. by Larry Hastings · 11 years ago
  31. 8bc7ef6 Close #16665: improve documentation for hex(). Patch by Jessica McKellar. by Antoine Pitrou · 11 years ago
  32. d5358b9 whatsnew: Clarify heading. by R David Murray · 11 years ago
  33. 790bf0d Close #16665: improve documentation for hex(). Patch by Jessica McKellar. by Antoine Pitrou · 11 years ago
  34. bbd392e merge 3.3 by Benjamin Peterson · 11 years ago
  35. 0392271 send people to the right editors page (#20938) by Benjamin Peterson · 11 years ago
  36. b69c0c1 whatsnew: final edit pass. by R David Murray · 11 years ago
  37. f0b2ef1 Issue #20884: whatsnew: Frozen modules don't set __file__ anymore. by Brett Cannon · 11 years ago
  38. a0b9eeb whatsnew: link from module_spec section to Deprecation, for replacements. by R David Murray · 11 years ago
  39. 6dfc632 whatsnew: difflib.isbjunk &c were removed, not deprecated. by R David Murray · 11 years ago
  40. d664db8 whatsnew: difflib.isbjunk &c were removed, not deprecated. by R David Murray · 11 years ago
  41. 44b03c5 whatsnew: small tweaks to codecs entry. by R David Murray · 11 years ago
  42. bcf7012 whatsnew: linkify some pip things, and explain why non-inheriting is good. by R David Murray · 11 years ago
  43. f446d7a Remove references to make targets deleted in eef7899ea7ab by Éric Araujo · 11 years ago
  44. 7bf5031 Clarify distutils’ clean command (ref #6142) by Éric Araujo · 11 years ago
  45. ef04c59 Clarify distutils’ clean command (ref #6142) by Éric Araujo · 11 years ago
  46. a85e100 Issue #19407: Fix typos in new distribution & installation guides. by Ned Deily · 11 years ago
  47. 66646e2 whatsnew: remove 'draft' note, tidy up summary, collect SSLContext stuff. by R David Murray · 11 years ago
  48. d73721a whatsnew: collections no longer implicitly imports 'abc' (#20784). by R David Murray · 11 years ago
  49. b895505 whatsnew: HTTPError.headers (#15701). by R David Murray · 11 years ago
  50. 5253034 whatsnew: make it clear I'm the editor, not author of all text. by R David Murray · 11 years ago
  51. 45fc871 Make distutils error messages more helpful (#11599). by Éric Araujo · 11 years ago
  52. 21317b6 merge 3.3 (#19060) by Benjamin Peterson · 11 years ago
  53. 5eea8a7 remove unnecessary word (closes #19060) by Benjamin Peterson · 11 years ago
  54. fa5e6e4 Fix note markup (#16805). by Éric Araujo · 11 years ago
  55. 40e1ffc whatsnew: fix unittest subtest example. by R David Murray · 11 years ago
  56. 97c3642 What's New in Python 3.4: more security changes by Victor Stinner · 11 years ago
  57. e300797 Issue #19407: fix link by Nick Coghlan · 11 years ago
  58. f7614d5 Close #19407: New installation & distribution guides by Nick Coghlan · 11 years ago
  59. 9e06227 Merge heads by Éric Araujo · 11 years ago
  60. f1e8c70 Merge 3.3 (#11599) by Éric Araujo · 11 years ago
  61. 2fb3b82 asyncio doc: functions are coroutine, they don't return a coroutine by Victor Stinner · 11 years ago
  62. 39930c9 Close #20889: asyncio doc: Document acquire(), locked() and release() method of by Victor Stinner · 11 years ago
  63. d079d3a Close #20787: asyncio doc: fix typo. Patch written by akira. by Victor Stinner · 11 years ago
  64. 605765f merge 3.3 (#19060) by Benjamin Peterson · 11 years ago
  65. abdc16e Merge 3.3 (#16805) by Éric Araujo · 11 years ago
  66. a0fe1f7 Merge 3.3 (#4931) by Éric Araujo · 11 years ago
  67. fc773a2 Avoid “error: None” messages from distutils (#4931). by Éric Araujo · 11 years ago
  68. 03a4da5 whatsnew: spelling errors. by R David Murray · 11 years ago
  69. 600e08d Merge #20030: doc that TestLoader.discover returns a TestSuite. by R David Murray · 11 years ago
  70. ed5d95b #20030: doc that TestLoader.discover returns a TestSuite. by R David Murray · 11 years ago
  71. 86deec1 merge 3.3 by Benjamin Peterson · 11 years ago
  72. 8e4b3c7 improve algorithms_* documentation by Benjamin Peterson · 11 years ago
  73. f4ce417 whatsnew: doctest finds tests in extension modules (#3158) by R David Murray · 11 years ago
  74. 162d7ca merge 3.3 (closes #20892) by Benjamin Peterson · 11 years ago
  75. bfca3ca fix typo (closes #20892) by Benjamin Peterson · 11 years ago
  76. 49bef7b whatsnew: mention that upgrading PIP means it doesn't get unistalled. by R David Murray · 11 years ago
  77. 6cd3a0d whatsnew: summary section tweaks. by R David Murray · 11 years ago
  78. 11a4270 What's New in Python 3.4: Security improvements by Victor Stinner · 11 years ago
  79. 637d2e9 Issue #20888: improve "Pretty Top" example of tracemalloc, use linecache by Victor Stinner · 11 years ago
  80. 0c18282 whatsnew: remove XXXs. by R David Murray · 11 years ago
  81. 4896ebe whatsnew: take credit. by R David Murray · 11 years ago
  82. 9ea2a63 whatsnew: deprecation of ElementTree XMLParser *html* and iterparse *parser*. by R David Murray · 11 years ago
  83. 30781e9 whatsnew: urllib Request objects are now reusable. by R David Murray · 11 years ago
  84. 0c5598b whatsnew: shutil copyfile SameFileError (#1492704) by R David Murray · 11 years ago
  85. 8df4ec7 whatsnew: os.open O_PATH and O_TMPFILE. by R David Murray · 11 years ago
  86. a69bb5c whatsnew: os.open O_TMPFILE (#18673). by R David Murray · 11 years ago
  87. 60de1a0 whatsnew: json dump-with-indent whitespace change (#16333). by R David Murray · 11 years ago
  88. e8db162 whatsnew: PEP 424 implementation. by R David Murray · 11 years ago
  89. d840b8d whatsnew: multiprocessing start methods and context (#8713 and #18999) by R David Murray · 11 years ago
  90. 18a364f Closes #20090: update Doc/README and the error message in sphinx-build.py to make by Georg Brandl · 11 years ago
  91. f2e677c whatsnew: remove redundant entry. by R David Murray · 11 years ago
  92. c51ebce whatsnew: logging.config.listen *verify* (#15452). by R David Murray · 11 years ago
  93. 416616f whatsnew: logging.fileConfig accepts ConfigParser instances. (#16110) by R David Murray · 11 years ago
  94. c5f5d69 whatsnew: total_ordering supports NotImplemented (#10042) by R David Murray · 11 years ago
  95. a6ea7a3 whatsnew: filecmp.DEFAULT_IGNORES (#15442) by R David Murray · 11 years ago
  96. c083836 whatsnew: Message.set_param *replace*, Policy.content_manager. by R David Murray · 11 years ago
  97. c51eaf5 whatsnew: ChainMap.new_child *m* argument. by R David Murray · 11 years ago
  98. 02e77d1 Closes #20090: update Doc/README.txt for the changes in the 3.4 branch. by Georg Brandl · 11 years ago
  99. b6111f5 Remove unused sphinx-build.py entry script. by Georg Brandl · 11 years ago
  100. fa06047 whatsnew: add porting note for pyvenv --without-pip. by R David Murray · 11 years ago