1. cd797f9 Minor updates to the OS X installer ReadMe.rtf. by Ned Deily · 9 years ago
  2. 01b0883 Issue #20274: Remove ignored and erroneous "kwargs" parameters from three by Larry Hastings · 9 years ago
  3. 7e63b36 Issue #21520: test_zipfile no longer fails if the word 'bad' appears by Larry Hastings · 9 years ago
  4. b79e012 Fix doc: asyncio.Semaphore.release() actually is a regular function, not coroutine by Andrew Svetlov · 9 years ago
  5. 9e77f72 shorten capsule name macro; it doesn't need to be so long by Benjamin Peterson · 9 years ago
  6. ad643b5 remove word we don't need by Benjamin Peterson · 9 years ago
  7. 828946e Fix copy/paste errors. by Zachary Ware · 9 years ago
  8. 4b5367c Fixed English in error message. by Serhiy Storchaka · 9 years ago
  9. e130503 Issue #24134: assertRaises(), assertRaisesRegex(), assertWarns() and by Serhiy Storchaka · 9 years ago
  10. ab91478 Issue #24125: Saved error's line and column numbers when an error is occured by Serhiy Storchaka · 9 years ago
  11. e8042e5 - Issue #24122, fix quoting for LIBPL by doko@ubuntu.com · 9 years ago
  12. d0150ad Issue 24088: Clarify semantics of yield expression. by Guido van Rossum · 9 years ago
  13. ac87ed7 update example, since python.org is HTTPS-only now (closes #24118) by Benjamin Peterson · 9 years ago
  14. 8c59816 merge 3.3 (#24096) by Benjamin Peterson · 9 years ago
  15. deff2b7 be more robust against the filters list changing under us (closes #24096) by Benjamin Peterson · 9 years ago
  16. b9c04db Issue #23330: h2py now supports arbitrary filenames in #include. by Serhiy Storchaka · 9 years ago
  17. 122f4b1 merge 3.3 (#24094) by Benjamin Peterson · 9 years ago
  18. 501182a just sort the items tuple directly (closes #24094) by Benjamin Peterson · 9 years ago
  19. 0a9933e Asyncio issue 222 / PR 231 (Victor Stinner) -- fix @coroutine functions without __name__. by Guido van Rossum · 9 years ago
  20. 4590c3d #24108: Update fnmatch.translate example to show correct output. by R David Murray · 9 years ago
  21. 6d877ef #24081: Remove obsolete caveat from import docs. by R David Murray · 9 years ago
  22. c6249a6 Defer deleted item decref until after the deque is restored to a consistent state. by Raymond Hettinger · 9 years ago
  23. 1dd8e71 Issues #24099, #24100, and #24101: Fix free-after-use bug in heapq. by Raymond Hettinger · 9 years ago
  24. a7db057 Fixed a typo. by Serhiy Storchaka · 9 years ago
  25. bbd95a9 Issue #24060: Made logging.Formatter documentation a little clearer. by Vinay Sajip · 9 years ago
  26. 755640b update links by Benjamin Peterson · 9 years ago
  27. ca40e43 - remove unused EXTRAPLATDIR macro in Makefile.pre.in by doko@ubuntu.com · 9 years ago
  28. b0335ee improve phrasing by Benjamin Peterson · 9 years ago
  29. 64298ae Issue #24077: Fix typo in man page for -I command option: -s, not -S. by Ned Deily · 9 years ago
  30. 9df36c9 Issue #21354: PyCFunction_New function is exposed by python DLL again. by Andrew Svetlov · 9 years ago
  31. 2034caa Issue #24062: Fix os.stat links. Patch by July Tikhonov. by Berker Peksag · 9 years ago
  32. 0c6a5d1 remove extern definition, since it's in a header file (closes #24058) by Benjamin Peterson · 9 years ago
  33. 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
  34. 8c99a6d Issue #23356: Simplify convert_arg_line_to_args example. by Berker Peksag · 9 years ago
  35. f968177 Fix computation of max_fd on OpenBSD. Issue #23852. by Gregory P. Smith · 9 years ago
  36. d87dd43 fix relative link (closes #24057) by Benjamin Peterson · 9 years ago
  37. 4403d7d Issue #9246: On POSIX, os.getcwd() now supports paths longer than 1025 bytes by Victor Stinner · 9 years ago
  38. 9bdd613 remove dead *-import checking code (closes #24049) by Benjamin Peterson · 9 years ago
  39. bd91ee9 merge 3.3 (#24044) by Benjamin Peterson · 9 years ago
  40. 51454a6 merge 3.2 (#24044) by Benjamin Peterson · 9 years ago
  41. 0823ffb properly handle malloc failure (closes #24044) by Benjamin Peterson · 9 years ago
  42. d98c677 Issue #24031: make patchcheck now supports git checkouts, too. by Christian Heimes · 9 years ago
  43. 71f73ca Issue #23713: Fixed fragility of test_imap_unordered_handle_iterable_exception. by Serhiy Storchaka · 9 years ago
  44. 3bd66ab Use more precise Tcl version checks in tests. by Serhiy Storchaka · 9 years ago
  45. 4e1f355 Issue #24029: Document the name binding behavior for submodule imports. by Barry Warsaw · 9 years ago
  46. 2097f53 Issue #24029: Document the name binding behavior for submodule imports. by Barry Warsaw · 9 years ago
  47. 3d2198c Next attempt: fix .gitignore for Unix and OSX. Sorry RDM! by Christian Heimes · 9 years ago
  48. 34e0060 Fix .gitignore for 'python' binary. by Christian Heimes · 9 years ago
  49. ac22c6b improved range docstring (closes #22785) by Benjamin Peterson · 9 years ago
  50. 3af7a38 Issue #16840. Turn off bignum support in tkinter with with Tcl earlier than 8.5.8 by Serhiy Storchaka · 9 years ago
  51. 462c357 Fixed full Tcl version parsing in tests for pre-final versions. by Serhiy Storchaka · 9 years ago
  52. 333518e #15183: clarify timeit documentation to say that setup statement isn't timed by Andrew Kuchling · 9 years ago
  53. b6076fb Issue #23008: Fixed resolving attributes with boolean value is False in pydoc. by Serhiy Storchaka · 9 years ago
  54. d73aca7 do not call into python api if an exception is set (#24022) by Benjamin Peterson · 9 years ago
  55. 6de708f recommend requests library (closes #23989) by Benjamin Peterson · 9 years ago
  56. 0bd16bc Fix asyncio issue 235: Queue subclass bug caused by JoinableQueue merge. by Guido van Rossum · 9 years ago
  57. 77e8311 Issue #16840: Turn on support of bignums only in final release of Tcl 8.5. by Serhiy Storchaka · 9 years ago
  58. 2b0d200 Issue #23908: os functions now reject paths with embedded null character by Serhiy Storchaka · 9 years ago
  59. 2ef7c47 Issue #23728: binascii.crc_hqx() could return an integer outside of the range by Serhiy Storchaka · 9 years ago
  60. 16b2e4f Issue #23842: Added tests for os.major(), os.minor() and os.makedev(). by Serhiy Storchaka · 9 years ago
  61. cdbe299 fix grammar by Benjamin Peterson · 9 years ago
  62. e0ac2be Issue #23998: PyImport_ReInitLock() now checks for lock allocation error by Christian Heimes · 9 years ago
  63. 418fd74 Issue #23998: PyImport_ReInitLock() now checks for lock allocation error by Christian Heimes · 9 years ago
  64. d6e53da Fixed error message for the "u#" format code. by Serhiy Storchaka · 9 years ago
  65. 37de910 Mark TarInfo.frombuf() and TarInfo.fromtarfile() as classmethods. by Berker Peksag · 9 years ago
  66. e4dde50 Issue #15566: Document encoding and errors parameters of TarInfo.frombuf(). by Berker Peksag · 9 years ago
  67. 2d965c2 Issue #23536: Clarified scope of fileConfig()'s API. by Vinay Sajip · 9 years ago
  68. 6a69466 Backported tests from issue #20175. by Serhiy Storchaka · 9 years ago
  69. f4bbc53 #23925: stop (eg) PYTHONSTARTUP from causing test_cmd_line failure. by R David Murray · 9 years ago
  70. 50db6ac Issue #23956: Fix typo in imp.py docstring. by Zachary Ware · 9 years ago
  71. 5be7f15 #23957: fix typo. by R David Murray · 9 years ago
  72. 0f2f3bc issue9014: Include more formatting on :c:type:`PyObject` etc. by Gregory P. Smith · 9 years ago
  73. 1b24465 issue9014: Properly document PyObject_HEAD and friends post-PEP-3123. by Gregory P. Smith · 9 years ago
  74. 23a6a0d remove trailing space :) by Gregory P. Smith · 9 years ago
  75. f2a448a issue22046: mention that zipfile can raise NotImplementedError on unsupported by Gregory P. Smith · 9 years ago
  76. 34c9be7 Issue #23811: Add missing newline to the PyCompileError error message. by Berker Peksag · 9 years ago
  77. b3c30d9 Reword NEWS item a bit by Andrew Kuchling · 9 years ago
  78. 8b963c5 #17898: reset k and v so that the loop doesn't use an old value by Andrew Kuchling · 9 years ago
  79. 770b08e #23883: add names missing from __all__ (l*gettext, bind_textdomain_codeset) by Andrew Kuchling · 9 years ago
  80. 5f6684e Issue #23310: Fix MagicMock's initializer to work with __methods__. by Łukasz Langa · 9 years ago
  81. 4882cac Issue #23943: Fix typos. Patch by Piotr Kasprzyk. by Berker Peksag · 9 years ago
  82. 52a3b74 remove useless word (closes #23929) by Benjamin Peterson · 9 years ago
  83. bbbbe7e Make Argument Clinic's '--make' option work on Windows. by Zachary Ware · 9 years ago
  84. ae9f0fe Issue #23730: Document the return value of ZipFile.extract by Zachary Ware · 9 years ago
  85. 100aa18 - Makefile.pre.in (LIBPL): Use the definition from configure.ac by doko@ubuntu.com · 9 years ago
  86. 1345d20 - Use PLATDIR for the platform directory everywhere (refactoring only) by doko@ubuntu.com · 9 years ago
  87. 7f82522 - merge heads by doko@ubuntu.com · 9 years ago
  88. 97aa953 Fix duplicate doc entry for SSLContext.get_ca_certs() by Antoine Pitrou · 9 years ago
  89. 3536350 - the PKG_PROG_PKG_CONFIG macro is not part of autoconf, but comes from third by doko@ubuntu.com · 9 years ago
  90. 85e3ee7 Issue #22982: Improve BOM handling when seeking to multiple positions of a writable text file. by Antoine Pitrou · 9 years ago
  91. 20d31b5 Merge by Antoine Pitrou · 9 years ago
  92. 25f85d4 Issue #23309: Avoid a deadlock at shutdown if a daemon thread is aborted by Antoine Pitrou · 9 years ago
  93. 30cc6fa Force the Windows readme to CRLF by Zachary Ware · 9 years ago
  94. 4c9c848 Issue #17202: Add .bat to .hgeol to force them to CRLF. by Zachary Ware · 9 years ago
  95. f3b990e Issue #23932: Update the tutorial section on function annotations. by Zachary Ware · 9 years ago
  96. bb5dbf8 Attribute Michael Dorman for his initial patch on issue #18402. by Zachary Ware · 9 years ago
  97. 52797d8 Merge heads by Zachary Ware · 9 years ago
  98. a3655ea Issue #18402: Also look for 64 bit Perl in build_ssl.py. by Zachary Ware · 9 years ago
  99. 12efbf5 Don't gitignore the Python directory on case insensitive file systems. by R David Murray · 9 years ago
  100. 354c740 #17380: Document tp_init return value in extending docs. by R David Murray · 9 years ago