1. c2edcdd Issue #13968: The glob module now supports recursive search in by Serhiy Storchaka · 10 years ago
  2. eeca5f8 merge 3.4 (#22380) by Benjamin Peterson · 10 years ago
  3. 6d46dff y2k compliance, lol (closes #22380) by Benjamin Peterson · 10 years ago
  4. dd6507e Issue #22369: Change "context manager protocol" to "context management protocol". by Serhiy Storchaka · 10 years ago
  5. 1486799 Issue #22369: Change "context manager protocol" to "context management protocol". by Serhiy Storchaka · 10 years ago
  6. 38684c3 imaplib.IMAP4 now supports the context manager protocol. by Serhiy Storchaka · 10 years ago
  7. d78742a - Issue #16662: load_tests() is now unconditionally run when it is present in by Barry Warsaw · 10 years ago
  8. 4a4b679 Merge issue #22295 fix from 3.4 by Nick Coghlan · 10 years ago
  9. 1d52096 Issue #22295: Adopt 'python -m pip' as the preferred invocation by Nick Coghlan · 10 years ago
  10. af117ed Issue #22346: also include asyncio PEP 411 notice in 3.4 by Nick Coghlan · 10 years ago
  11. 779d453 Add PEP-411-compliant note about asyncio being provisional. Fixes issue #22346. by Guido van Rossum · 10 years ago
  12. 1aca6e1 Issue #20643: Removed unneeded (and wrong) class directives. by Serhiy Storchaka · 10 years ago
  13. 848c8b2 Issue #20643: Removed unneeded (and wrong) class directives. by Serhiy Storchaka · 10 years ago
  14. 47e4042 Issue #20421: Add a .version() method to SSL sockets exposing the actual protocol version in use. by Antoine Pitrou · 10 years ago
  15. ae58649 Issue #22043: time.monotonic() is now always available by Victor Stinner · 10 years ago
  16. 29020b1 Issue #22320: Fix broken link in the General Python FAQ. by Ned Deily · 10 years ago
  17. cfd4661 Closes #21527: Add default number of workers to ThreadPoolExecutor. (Claudiu Popa.) by Guido van Rossum · 10 years ago
  18. 7809569 sigma actually works in latex... by Benjamin Peterson · 10 years ago
  19. 7df46aa try to pick a unicode char that latex understands by Benjamin Peterson · 10 years ago
  20. 5fb161f a more universal unicode char example by Benjamin Peterson · 10 years ago
  21. a847edd Issue #22320: merge from 3.4 by Ned Deily · 10 years ago
  22. 41c13ce (Merge 3.4) Closes #22275: asyncio: enhance documentation of OS support by Victor Stinner · 10 years ago
  23. 41f3c3f Closes #22275: asyncio: enhance documentation of OS support by Victor Stinner · 10 years ago
  24. c187f15 merge 3.4 (closes #22307) by Benjamin Peterson · 10 years ago
  25. e218bcb getuid() returns real process id not effective (closes #22307) by Benjamin Peterson · 10 years ago
  26. e863739 (Merge 3.4) Issue #22063: Fix asyncio documentation of socket and pipe by Victor Stinner · 10 years ago
  27. d84fd73 Issue #22063: Fix asyncio documentation of socket and pipe operations regarding by Victor Stinner · 10 years ago
  28. 54c69c2 (Merge 3.4) asyncio, tulip issue 203: Add _FlowControlMixin.get_write_buffer_limits() by Victor Stinner · 10 years ago
  29. 52bb949 asyncio, tulip issue 203: Add _FlowControlMixin.get_write_buffer_limits() method by Victor Stinner · 10 years ago
  30. 3597bef (Merge 3.4) asyncio: update the doc by Victor Stinner · 10 years ago
  31. d71dcbb asyncio: update the doc by Victor Stinner · 10 years ago
  32. cdcafb7 Issue #16808: inspect.stack() now returns a named tuple instead of a tuple. by Antoine Pitrou · 10 years ago
  33. fa6e73b Merge with 3.4 by Terry Jan Reedy · 10 years ago
  34. ee55826 Issue #13540: add missing markup. by Terry Jan Reedy · 10 years ago
  35. 5231369 Merge with 3.4 by Terry Jan Reedy · 10 years ago
  36. 65e3ecb Issue #22243: fix except grammar in reference. by Terry Jan Reedy · 10 years ago
  37. 8d2d889 Merge with 3.4 by Terry Jan Reedy · 10 years ago
  38. 004e870 Issue #22232 (partial fix): update Universal newlines Glossary entry. by Terry Jan Reedy · 10 years ago
  39. b51b134 Merge PEP 466 What's New in 2.7 changes from 3.4 by Nick Coghlan · 10 years ago
  40. a5bbc2e Forward port PEP 466 What's New in 2.7 updates by Nick Coghlan · 10 years ago
  41. ef3b9ed Issue #2527: Add a *globals* argument to timeit functions, in order to override the globals namespace in which the timed code is executed. by Antoine Pitrou · 10 years ago
  42. adc5634 Issue #22150: Fix deprecated-removed directive in Sphinx 1.2. by Berker Peksag · 10 years ago
  43. eb265ab Issue #22150: Fix deprecated-removed directive in Sphinx 1.2. by Berker Peksag · 10 years ago
  44. 55ac5b3 Issue #22118: Switch urllib.parse to use RFC 3986 semantics for the resolution of relative URLs, rather than RFCs 1808 and 2396. by Antoine Pitrou · 10 years ago
  45. a7eb746 Issue #21549: Added the "members" parameter to TarFile.list(). by Serhiy Storchaka · 10 years ago
  46. 344ff4a allow recursion depth to be specified (closes #19628) by Benjamin Peterson · 10 years ago
  47. eed6719 Clarify ord() and chr() documentation by Nick Coghlan · 10 years ago
  48. 05b90a5 Closes #22178: Merge with 3.4 by Zachary Ware · 10 years ago
  49. f9dd274 Issue #22178: Fix the date of the Windows epoch (Jan 1, 1601). by Zachary Ware · 10 years ago
  50. 337e03f Issue #22112, asyncio doc: replace loop.create_task(coro) with by Victor Stinner · 10 years ago
  51. ac191ce Issue #22174: Clean-up grammar and ambiguities in property() docs. by Raymond Hettinger · 10 years ago
  52. 31b3683 Issue #22180: Remove weak example by Raymond Hettinger · 10 years ago
  53. 2539e67 #21725: Add RFC 6531 (SMTPUTF8) support to smtpd. by R David Murray · 10 years ago
  54. ae04ba1 Fix usage of the versionchanged directive. by Berker Peksag · 10 years ago
  55. 03f536e (Merge 3.4) Issue #22112, asyncio doc: replace loop.create_task(coro) with by Victor Stinner · 10 years ago
  56. ed16b2e merge by Raymond Hettinger · 10 years ago
  57. 939c813 merge by Raymond Hettinger · 10 years ago
  58. a887d23 Merge #21777 from 3.4 by Nick Coghlan · 10 years ago
  59. e4936b8 Issue #21777: separate docs for binary sequence methods by Nick Coghlan · 10 years ago
  60. 7d02a98 #22170: merge with 3.4. by Ezio Melotti · 10 years ago
  61. 79a1ffd #22170: avoid printing newlines twice in tutorial example. by Ezio Melotti · 10 years ago
  62. bd59241 add matrix multiplication operator to correct lists (closes #22142) by Benjamin Peterson · 10 years ago
  63. f3440c6 Issue #5411: Fixed version number. by Serhiy Storchaka · 10 years ago
  64. 1121377 Issue #5411: Added support for the "xztar" format in the shutil module. by Serhiy Storchaka · 10 years ago
  65. 7c549c4 - Issue #21539: Add a *exists_ok* argument to `Pathlib.mkdir()` to mimic by Barry Warsaw · 10 years ago
  66. 57acacd Closes #22130: Merged documentation update from 3.4. by Vinay Sajip · 10 years ago
  67. 12d9ddf Issue #22130: Corrected fileConfig() documentation. by Vinay Sajip · 10 years ago
  68. cdc7e66 #21928: merge with 3.4. by Ezio Melotti · 10 years ago
  69. 67f6d5f #21928: clarify functools.wraps docs. by Ezio Melotti · 10 years ago
  70. 48b8e4a #18034: merge with 3.4. by Ezio Melotti · 10 years ago
  71. e4aad5a #18034: update FAQ to suggest importlib.import_module instead of __import__. Patch by Wouter van Heyst. by Ezio Melotti · 10 years ago
  72. b398d3e #18588: merge with 3.4. by Ezio Melotti · 10 years ago
  73. 591176e #18588: update the timeit examples to be consistent. by Ezio Melotti · 10 years ago
  74. f5b1821 merge by Raymond Hettinger · 10 years ago
  75. c6f22cc Remove unused leftover stray line by Raymond Hettinger · 10 years ago
  76. 2b24884 merge by Raymond Hettinger · 10 years ago
  77. c0de59b Fix markup. by Raymond Hettinger · 10 years ago
  78. c3361b9 merge by Raymond Hettinger · 10 years ago
  79. c566431 Improve regex tokenizer example by using re.finditer(). by Raymond Hettinger · 10 years ago
  80. 1ab3dc9 Issue #13540: Merge changes from 3.4 by Jason R. Coombs · 10 years ago
  81. b3d4c21 Issue #13540: Merge changes from 3.3 by Jason R. Coombs · 10 years ago
  82. 89e186f Issue #13540: Merge changes from 3.2 by Jason R. Coombs · 10 years ago
  83. 79690ac Issue #13540: Update references to Action class to match syntax used for other classes in this file. by Jason R. Coombs · 10 years ago
  84. 400daed Fix whitespace in example. by Raymond Hettinger · 10 years ago
  85. 2389cd5 Fix whitespace in example. by Raymond Hettinger · 10 years ago
  86. 045160b #15114, #21047: update whatsnew in Python 3.5. by Ezio Melotti · 10 years ago
  87. 6fc16d8 #21047: set the default value for the *convert_charrefs* argument of HTMLParser to True. Patch by Berker Peksag. by Ezio Melotti · 10 years ago
  88. 73a4359 #15114: the strict mode and argument of HTMLParser, HTMLParser.error, and the HTMLParserError exception have been removed. by Ezio Melotti · 10 years ago
  89. 25e014b Issue #18395, #22108: Update embedded Python examples to decode correctly by Victor Stinner · 10 years ago
  90. f6a271a Issue #18395: Rename ``_Py_char2wchar()`` to :c:func:`Py_DecodeLocale`, rename by Victor Stinner · 10 years ago
  91. 1151710 Issue #22018: On Windows, signal.set_wakeup_fd() now also supports sockets. by Victor Stinner · 10 years ago
  92. c6aceee (Merge 3.4) Issue #22063: Mention in asyncio documentation that socket by Victor Stinner · 10 years ago
  93. ec2ce09 Issue #22063: Mention in asyncio documentation that socket operations require by Victor Stinner · 10 years ago
  94. 1db9e7b Issue #22054: Add os.get_blocking() and os.set_blocking() functions to get and by Victor Stinner · 10 years ago
  95. 83e6675 Document lock parameter for asyncio.Condition() by Andrew Svetlov · 10 years ago
  96. f200ce6 Document lock parameter for asyncio.Condition() by Andrew Svetlov · 10 years ago
  97. b27d3a2 Closes #22072: Merge typo fixes from 3.4 by Zachary Ware · 10 years ago
  98. 88a1977 Issue #22072: Fix a couple of SSL doc typos. Patch by Alex Gaynor. by Zachary Ware · 10 years ago
  99. efd5df9 Issue #21947: handle generator-iterator objects in dis by Nick Coghlan · 10 years ago
  100. 1d8948e Backout 42ced0d023cd: oops, i didn't want to push this changeset :-/ by Victor Stinner · 10 years ago