1. d08c363 Sync asyncio code from default branch. by Yury Selivanov · 9 years ago
  2. 3a81f9b Issue #22064: Improve the misleading message from 2to3 when skipping optional fixers. by Berker Peksag · 9 years ago
  3. a378025 Issue #19934: Document *None* as an acceptable input to Counter.most_common([n]) by Raymond Hettinger · 9 years ago
  4. 19a3f17 use imperative by Benjamin Peterson · 9 years ago
  5. e8944cb asyncio: Make sure sys.set_coroutine_wrapper is called *only* when loop is running. by Yury Selivanov · 9 years ago
  6. c2dd680 Issue #23983: Update the pty module example. by Berker Peksag · 9 years ago
  7. ea6d559 Issue #23796: peak and read1 methods of BufferedReader now raise ValueError by Berker Peksag · 9 years ago
  8. b9db9e1 Defend against a mutation during comparison by Raymond Hettinger · 9 years ago
  9. 1af2bf7 asyncio: Support PEP 492. Issue #24017. by Yury Selivanov · 9 years ago
  10. d7e19bb docs/asyncio: Document new ensure_future() and deprecated async() by Yury Selivanov · 9 years ago
  11. 7185461 docs/asyncio: Document set_task_factory/get_task_factory by Yury Selivanov · 9 years ago
  12. 5d87ec2 Fix NEWS file. by Yury Selivanov · 9 years ago
  13. 59eb9a4 asyncio: async() function is deprecated in favour of ensure_future(). by Yury Selivanov · 9 years ago
  14. 740169c Sync asyncio changes from the main repo. by Yury Selivanov · 9 years ago
  15. 37c4f78 add trailing slash by Benjamin Peterson · 9 years ago
  16. 65bcdd7 ensure .keywords is always a dict by Benjamin Peterson · 9 years ago
  17. 07abcf5 merge heads by Benjamin Peterson · 9 years ago
  18. 0171d7f fix libffi compilation on FreeBSD (#23042) by Benjamin Peterson · 9 years ago
  19. b0fc24b Upgrade setuptools to 15.2 by Donald Stufft · 9 years ago
  20. cd797f9 Minor updates to the OS X installer ReadMe.rtf. by Ned Deily · 9 years ago
  21. 01b0883 Issue #20274: Remove ignored and erroneous "kwargs" parameters from three by Larry Hastings · 9 years ago
  22. 7e63b36 Issue #21520: test_zipfile no longer fails if the word 'bad' appears by Larry Hastings · 9 years ago
  23. b79e012 Fix doc: asyncio.Semaphore.release() actually is a regular function, not coroutine by Andrew Svetlov · 9 years ago
  24. 9e77f72 shorten capsule name macro; it doesn't need to be so long by Benjamin Peterson · 9 years ago
  25. ad643b5 remove word we don't need by Benjamin Peterson · 9 years ago
  26. 828946e Fix copy/paste errors. by Zachary Ware · 9 years ago
  27. 4b5367c Fixed English in error message. by Serhiy Storchaka · 9 years ago
  28. e130503 Issue #24134: assertRaises(), assertRaisesRegex(), assertWarns() and by Serhiy Storchaka · 9 years ago
  29. ab91478 Issue #24125: Saved error's line and column numbers when an error is occured by Serhiy Storchaka · 9 years ago
  30. e8042e5 - Issue #24122, fix quoting for LIBPL by doko@ubuntu.com · 9 years ago
  31. d0150ad Issue 24088: Clarify semantics of yield expression. by Guido van Rossum · 9 years ago
  32. ac87ed7 update example, since python.org is HTTPS-only now (closes #24118) by Benjamin Peterson · 9 years ago
  33. 8c59816 merge 3.3 (#24096) by Benjamin Peterson · 9 years ago
  34. deff2b7 be more robust against the filters list changing under us (closes #24096) by Benjamin Peterson · 9 years ago
  35. b9c04db Issue #23330: h2py now supports arbitrary filenames in #include. by Serhiy Storchaka · 9 years ago
  36. 122f4b1 merge 3.3 (#24094) by Benjamin Peterson · 9 years ago
  37. 501182a just sort the items tuple directly (closes #24094) by Benjamin Peterson · 9 years ago
  38. 0a9933e Asyncio issue 222 / PR 231 (Victor Stinner) -- fix @coroutine functions without __name__. by Guido van Rossum · 9 years ago
  39. 4590c3d #24108: Update fnmatch.translate example to show correct output. by R David Murray · 9 years ago
  40. 6d877ef #24081: Remove obsolete caveat from import docs. by R David Murray · 9 years ago
  41. c6249a6 Defer deleted item decref until after the deque is restored to a consistent state. by Raymond Hettinger · 9 years ago
  42. 1dd8e71 Issues #24099, #24100, and #24101: Fix free-after-use bug in heapq. by Raymond Hettinger · 9 years ago
  43. a7db057 Fixed a typo. by Serhiy Storchaka · 9 years ago
  44. bbd95a9 Issue #24060: Made logging.Formatter documentation a little clearer. by Vinay Sajip · 9 years ago
  45. 755640b update links by Benjamin Peterson · 9 years ago
  46. ca40e43 - remove unused EXTRAPLATDIR macro in Makefile.pre.in by doko@ubuntu.com · 9 years ago
  47. b0335ee improve phrasing by Benjamin Peterson · 9 years ago
  48. 64298ae Issue #24077: Fix typo in man page for -I command option: -s, not -S. by Ned Deily · 9 years ago
  49. 9df36c9 Issue #21354: PyCFunction_New function is exposed by python DLL again. by Andrew Svetlov · 9 years ago
  50. 2034caa Issue #24062: Fix os.stat links. Patch by July Tikhonov. by Berker Peksag · 9 years ago
  51. 0c6a5d1 remove extern definition, since it's in a header file (closes #24058) by Benjamin Peterson · 9 years ago
  52. 7403e91 Issue #23996: Avoid a crash when a delegated generator raises an unnormalized StopIteration exception. Patch by Stefan Behnel. by Antoine Pitrou · 9 years ago
  53. 8c99a6d Issue #23356: Simplify convert_arg_line_to_args example. by Berker Peksag · 9 years ago
  54. f968177 Fix computation of max_fd on OpenBSD. Issue #23852. by Gregory P. Smith · 9 years ago
  55. d87dd43 fix relative link (closes #24057) by Benjamin Peterson · 9 years ago
  56. 4403d7d Issue #9246: On POSIX, os.getcwd() now supports paths longer than 1025 bytes by Victor Stinner · 9 years ago
  57. 9bdd613 remove dead *-import checking code (closes #24049) by Benjamin Peterson · 9 years ago
  58. bd91ee9 merge 3.3 (#24044) by Benjamin Peterson · 9 years ago
  59. 51454a6 merge 3.2 (#24044) by Benjamin Peterson · 9 years ago
  60. 0823ffb properly handle malloc failure (closes #24044) by Benjamin Peterson · 9 years ago
  61. d98c677 Issue #24031: make patchcheck now supports git checkouts, too. by Christian Heimes · 9 years ago
  62. 71f73ca Issue #23713: Fixed fragility of test_imap_unordered_handle_iterable_exception. by Serhiy Storchaka · 9 years ago
  63. 3bd66ab Use more precise Tcl version checks in tests. by Serhiy Storchaka · 9 years ago
  64. 4e1f355 Issue #24029: Document the name binding behavior for submodule imports. by Barry Warsaw · 9 years ago
  65. 2097f53 Issue #24029: Document the name binding behavior for submodule imports. by Barry Warsaw · 9 years ago
  66. 3d2198c Next attempt: fix .gitignore for Unix and OSX. Sorry RDM! by Christian Heimes · 9 years ago
  67. 34e0060 Fix .gitignore for 'python' binary. by Christian Heimes · 9 years ago
  68. ac22c6b improved range docstring (closes #22785) by Benjamin Peterson · 9 years ago
  69. 3af7a38 Issue #16840. Turn off bignum support in tkinter with with Tcl earlier than 8.5.8 by Serhiy Storchaka · 9 years ago
  70. 462c357 Fixed full Tcl version parsing in tests for pre-final versions. by Serhiy Storchaka · 9 years ago
  71. 333518e #15183: clarify timeit documentation to say that setup statement isn't timed by Andrew Kuchling · 9 years ago
  72. b6076fb Issue #23008: Fixed resolving attributes with boolean value is False in pydoc. by Serhiy Storchaka · 9 years ago
  73. d73aca7 do not call into python api if an exception is set (#24022) by Benjamin Peterson · 9 years ago
  74. 6de708f recommend requests library (closes #23989) by Benjamin Peterson · 9 years ago
  75. 0bd16bc Fix asyncio issue 235: Queue subclass bug caused by JoinableQueue merge. by Guido van Rossum · 9 years ago
  76. 77e8311 Issue #16840: Turn on support of bignums only in final release of Tcl 8.5. by Serhiy Storchaka · 9 years ago
  77. 2b0d200 Issue #23908: os functions now reject paths with embedded null character by Serhiy Storchaka · 9 years ago
  78. 2ef7c47 Issue #23728: binascii.crc_hqx() could return an integer outside of the range by Serhiy Storchaka · 9 years ago
  79. 16b2e4f Issue #23842: Added tests for os.major(), os.minor() and os.makedev(). by Serhiy Storchaka · 9 years ago
  80. cdbe299 fix grammar by Benjamin Peterson · 9 years ago
  81. e0ac2be Issue #23998: PyImport_ReInitLock() now checks for lock allocation error by Christian Heimes · 9 years ago
  82. 418fd74 Issue #23998: PyImport_ReInitLock() now checks for lock allocation error by Christian Heimes · 9 years ago
  83. d6e53da Fixed error message for the "u#" format code. by Serhiy Storchaka · 9 years ago
  84. 37de910 Mark TarInfo.frombuf() and TarInfo.fromtarfile() as classmethods. by Berker Peksag · 9 years ago
  85. e4dde50 Issue #15566: Document encoding and errors parameters of TarInfo.frombuf(). by Berker Peksag · 9 years ago
  86. 2d965c2 Issue #23536: Clarified scope of fileConfig()'s API. by Vinay Sajip · 9 years ago
  87. 6a69466 Backported tests from issue #20175. by Serhiy Storchaka · 9 years ago
  88. f4bbc53 #23925: stop (eg) PYTHONSTARTUP from causing test_cmd_line failure. by R David Murray · 9 years ago
  89. 50db6ac Issue #23956: Fix typo in imp.py docstring. by Zachary Ware · 9 years ago
  90. 5be7f15 #23957: fix typo. by R David Murray · 9 years ago
  91. 0f2f3bc issue9014: Include more formatting on :c:type:`PyObject` etc. by Gregory P. Smith · 9 years ago
  92. 1b24465 issue9014: Properly document PyObject_HEAD and friends post-PEP-3123. by Gregory P. Smith · 9 years ago
  93. 23a6a0d remove trailing space :) by Gregory P. Smith · 9 years ago
  94. f2a448a issue22046: mention that zipfile can raise NotImplementedError on unsupported by Gregory P. Smith · 9 years ago
  95. 34c9be7 Issue #23811: Add missing newline to the PyCompileError error message. by Berker Peksag · 9 years ago
  96. b3c30d9 Reword NEWS item a bit by Andrew Kuchling · 9 years ago
  97. 8b963c5 #17898: reset k and v so that the loop doesn't use an old value by Andrew Kuchling · 9 years ago
  98. 770b08e #23883: add names missing from __all__ (l*gettext, bind_textdomain_codeset) by Andrew Kuchling · 9 years ago
  99. 5f6684e Issue #23310: Fix MagicMock's initializer to work with __methods__. by Łukasz Langa · 9 years ago
  100. 4882cac Issue #23943: Fix typos. Patch by Piotr Kasprzyk. by Berker Peksag · 9 years ago