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