1. f50cc9a merge 3.5 by Benjamin Peterson · 8 years ago
  2. 047ada4 remove cruft from Schwarzian transform section by Benjamin Peterson · 8 years ago
  3. 3f69f02 merge 3.5 by Benjamin Peterson · 8 years ago
  4. 6d3ad2f "Numeric Python" -> "NumPy" by Benjamin Peterson · 8 years ago
  5. f157982 Issue #27076: More doc and comment spelling fixes for 3.6, by Ville Skyttä by Martin Panter · 8 years ago
  6. 3e04d5b Issue #27076: Merge spelling from 3.5 by Martin Panter · 8 years ago
  7. 46f5072 Issue #27076: Doc, comment and tests spelling fixes by Martin Panter · 8 years ago
  8. 4d4bc42 Closes #23026: Documentation improvements and code formatting by Steve Dower · 8 years ago
  9. 80ac11d Issue #23026: winreg.QueryValueEx() now return an integer for REG_QWORD type. (Patch by hakril) by Steve Dower · 8 years ago
  10. b0f80b0 Issue #26647: Python interpreter now uses 16-bit wordcode instead of bytecode. by Serhiy Storchaka · 8 years ago
  11. 835416c Issue #27064: The py.exe launcher now defaults to Python 3. by Paul Moore · 8 years ago
  12. bab6d16 Issue #27075: Link to StreamReader and StreamWriter docs by Berker Peksag · 8 years ago
  13. 732ba82 Issue #27075: Link to StreamReader and StreamWriter docs by Berker Peksag · 8 years ago
  14. 5a48e21 subprocess now emits a ResourceWarning warning by Victor Stinner · 8 years ago
  15. 19ed27e Optimize pickle.load() and pickle.loads() by Victor Stinner · 8 years ago
  16. 03e6061 Back out pathlib.Path.path attr. (Merge 3.5->3.6) by Guido van Rossum · 8 years ago
  17. 387e6e3 Back out pathlib.Path.path attr. (Merge 3.4->3.5) by Guido van Rossum · 8 years ago
  18. 3d4d01f Back out 7e9605697dfc, 2e3c31ab586a, 759b2cecc289. by Guido van Rossum · 8 years ago
  19. c9736b4 Issue #27036: Fixed formatting references to "bytes-like object" in plural. by Serhiy Storchaka · 8 years ago
  20. e5ea1ab Issue #27036: Fixed formatting references to "bytes-like object" in plural. by Serhiy Storchaka · 8 years ago
  21. 094c9c9 Issue #23275: Allow () = iterable assignment syntax by Berker Peksag · 8 years ago
  22. 93d22ec merge from 3.5 by Senthil Kumaran · 8 years ago
  23. c9bfc13 issue27045 - Use backslash in windows path to script file. by Senthil Kumaran · 8 years ago
  24. 36c1895 Issue #27049: fix doc typo by Ned Deily · 8 years ago
  25. cec9581 Issue #27049: fix doc typo by Ned Deily · 8 years ago
  26. 815b61d merge 3.5 (#27042) by Benjamin Peterson · 8 years ago
  27. 54044d6 class definitions only get argument lists (closes #27042) by Benjamin Peterson · 8 years ago
  28. bc7ee43 Backed out changeset 71ff2235bb4c (closes #27042) by Benjamin Peterson · 8 years ago
  29. b4a0d52 docs: Update whatsnew/3.6 with asyncio changes by Yury Selivanov · 8 years ago
  30. f979d55 Merge 3.5 by Yury Selivanov · 8 years ago
  31. 950204d docs: Update asyncio docs & whatsnew by Yury Selivanov · 8 years ago
  32. 2e208b7 Issue #27031: Removed dummy methods in Tkinter widget classes: tk_menuBar() by Serhiy Storchaka · 8 years ago
  33. cbcc2fd Issue #27033: The default value of the decode_data parameter for by Serhiy Storchaka · 8 years ago
  34. 4ecfa45 Expand abbreviations FIFO and LIFO. by Serhiy Storchaka · 8 years ago
  35. 98019e1 Issue #27034: Removed deprecated class asynchat.fifo. by Serhiy Storchaka · 8 years ago
  36. f47fc55 Issue #26039: Document ZipInfo.is_dir() and make force_zip64 keyword-only. by Serhiy Storchaka · 8 years ago
  37. f0dbf7a Issue #26870: Add readline.set_auto_history(), originally by Tyler Crompton by Martin Panter · 8 years ago
  38. 4dd27f0 Issue #25533: Merge frozen module docs from 3.5 by Martin Panter · 8 years ago
  39. f47a400 Issue #25533: Update documentation regarding the frozen modules table by Martin Panter · 8 years ago
  40. 18ee29d Issue #26039: zipfile.ZipFile.open() can now be used to write data into a ZIP by Serhiy Storchaka · 8 years ago
  41. c499f30 Issue #23921: Standardized documentation whitespace formatting. by Serhiy Storchaka · 8 years ago
  42. dba9039 Issue #23921: Standardized documentation whitespace formatting. by Serhiy Storchaka · 8 years ago
  43. a4dfbe6 merge 3.5 (#26986) by Benjamin Peterson · 8 years ago
  44. 3872350 improve PyFunction_New docs (closes #26986) by Benjamin Peterson · 8 years ago
  45. a26e4b9 Issue #26156: Make expressions grammar description more semantically correct. by Serhiy Storchaka · 8 years ago
  46. c7cc985 Issue #26156: Make expressions grammar description more semantically correct. by Serhiy Storchaka · 8 years ago
  47. 1ce738e Merge typo fixes from 3.5 by Martin Panter · 8 years ago
  48. 4c35964 Corrections for a/an in code comments and documentation by Martin Panter · 8 years ago
  49. f0564164 Fix typos in comments, documentation and test method names by Martin Panter · 8 years ago
  50. 129fe04 Issue #26512: Clarify Integral; tidy up table of rounding functions by Martin Panter · 8 years ago
  51. 18933ed Issue #26512: Merge rounding doc from 3.5 by Martin Panter · 8 years ago
  52. 1acbf85 Issue #26736: Used HTTPS for external links in the documentation if possible. by Serhiy Storchaka · 8 years ago
  53. 6dff020 Issue #26736: Used HTTPS for external links in the documentation if possible. by Serhiy Storchaka · 8 years ago
  54. a5f3a50 Issue #26889: Fixed hyperlinks formatting. by Serhiy Storchaka · 8 years ago
  55. 64099ea Issue #26889: Fixed hyperlinks formatting. by Serhiy Storchaka · 8 years ago
  56. 72ac6a7 Issue #26889: Tweaked xmlrpc.client documentation. by Serhiy Storchaka · 8 years ago
  57. da7880a Issue #26889: Tweaked xmlrpc.client documentation. by Serhiy Storchaka · 8 years ago
  58. 9fc3857 Issue #26957: Remove duplicate 'the' from datetime documentation by Berker Peksag · 8 years ago
  59. bace976 Issue #26957: Remove duplicate 'the' from datetime documentation by Berker Peksag · 8 years ago
  60. 478be14 Merge with 3.5 by Terry Jan Reedy · 8 years ago
  61. 929d7f8 Clarify IDLE-console differences with respect to the sys module. by Terry Jan Reedy · 8 years ago
  62. 955bc38 Issue #26322: Document typing.Set, patch by Joseph Moran by Berker Peksag · 8 years ago
  63. 5d6fd8c Issue #26322: Document typing.Set, patch by Joseph Moran by Berker Peksag · 8 years ago
  64. a5ffa2e Closes #26875: Merge with 3.5 by Zachary Ware · 8 years ago
  65. 42f740d Issue #26875: Fix mmap example by Zachary Ware · 8 years ago
  66. b275210 Issue #25788: fileinput.hook_encoded() now supports an "errors" argument by Serhiy Storchaka · 8 years ago
  67. 258a5d4 fileinput.hook_encoded() uses builtin open(), not codecs.open(). by Serhiy Storchaka · 8 years ago
  68. a87e6ba fileinput.hook_encoded() uses builtin open(), not codecs.open(). by Serhiy Storchaka · 8 years ago
  69. a653a27 Issue #20598: Merge argparse docs from 3.5 by Martin Panter · 8 years ago
  70. f5e6048 Issue #20598: Replace trivial split() calls with lists in argparse docs by Martin Panter · 8 years ago
  71. c5c43b8 merge by Raymond Hettinger · 8 years ago
  72. b9531bc Issue #24715: Improve sort stability example by Raymond Hettinger · 8 years ago
  73. ab425aa Issue #16394: Note the tee() pure python equivalent is only a rough approximation. by Raymond Hettinger · 8 years ago
  74. 0996fa3 merge 3.5 by Senthil Kumaran · 8 years ago
  75. a7c0ff2 Issue #26804: urllib.request will prefer lower_case proxy environment variables by Senthil Kumaran · 8 years ago
  76. 3211595 Merge with 3.5 by Zachary Ware · 8 years ago
  77. d3304e3 FileExistsError is raised by mkdir when dir exists by Zachary Ware · 8 years ago
  78. 42d9b02 Issue #23662: Document default value of RFC 2109 attributes by Berker Peksag · 8 years ago
  79. 8724a2a Issue #23662: Document default value of RFC 2109 attributes by Berker Peksag · 8 years ago
  80. 8153ac8 Issue #26249: Mention PyMem_Malloc() change in What's New in Python 3.6 in the by Victor Stinner · 8 years ago
  81. a497774 Issue #24911: Merge socket context manager doc from 3.5 by Martin Panter · 8 years ago
  82. e37fc18 Issue #24911: All socket objects are context managers; update examples by Martin Panter · 8 years ago
  83. 3791736 Issue #23806: Merge susp-ignored.csv from 3.5 by Martin Panter · 8 years ago
  84. 887bc96 Issue #23806: Update susp-ignored.csv by Martin Panter · 8 years ago
  85. e50d846 Issue #26041: Remove "will be removed in Python 3.7" from description messages by Berker Peksag · 8 years ago
  86. 8d8221f Issue #26041: Remove "will be removed in Python 3.7" from description messages by Berker Peksag · 8 years ago
  87. 8d9594d Issue #19731: Update copyright year in docs.p.o footer by Berker Peksag · 8 years ago
  88. 2ec1bee Issue #19731: Update copyright year in docs.p.o footer by Berker Peksag · 8 years ago
  89. c61d80c Issue #18572: Remove redundant note about surrogates in string escape doc by Berker Peksag · 8 years ago
  90. 4f35d79 Issue #18572: Remove redundant note about surrogates in string escape doc by Berker Peksag · 8 years ago
  91. 78de0b1 Issue #18353: Remove PyUnicode_WRITE_CHAR macro link from c-api/unicode.rst by Berker Peksag · 8 years ago
  92. 544ae59 Issue #18353: Remove PyUnicode_WRITE_CHAR macro link from c-api/unicode.rst by Berker Peksag · 8 years ago
  93. ae7e8c4 Issue #21382: Clarify signal.signal() documentation on Windows by Berker Peksag · 8 years ago
  94. 77e543c Issue #21382: Clarify signal.signal() documentation on Windows by Berker Peksag · 8 years ago
  95. 557326e Issue #20112: Improve BaseHTTPRequestHandler.error_message_format documentation by Berker Peksag · 8 years ago
  96. 0269828 Issue #20112: Improve BaseHTTPRequestHandler.error_message_format documentation by Berker Peksag · 8 years ago
  97. 9046df0 merge 3.5 (#26827) by Benjamin Peterson · 8 years ago
  98. 95b5f0a fix python 3 mod init function declaration (closes #26827) by Benjamin Peterson · 8 years ago
  99. 8b9eefc Issue #26733: Disassembling a class now disassembles class and static methods. by Serhiy Storchaka · 8 years ago
  100. 585c93d Issue #26733: Disassembling a class now disassembles class and static methods. by Serhiy Storchaka · 8 years ago