1. 0f2f3bc issue9014: Include more formatting on :c:type:`PyObject` etc. by Gregory P. Smith · 10 years ago
  2. 1b24465 issue9014: Properly document PyObject_HEAD and friends post-PEP-3123. by Gregory P. Smith · 10 years ago
  3. 23a6a0d remove trailing space :) by Gregory P. Smith · 10 years ago
  4. f2a448a issue22046: mention that zipfile can raise NotImplementedError on unsupported by Gregory P. Smith · 10 years ago
  5. 34c9be7 Issue #23811: Add missing newline to the PyCompileError error message. by Berker Peksag · 10 years ago
  6. b3c30d9 Reword NEWS item a bit by Andrew Kuchling · 10 years ago
  7. 8b963c5 #17898: reset k and v so that the loop doesn't use an old value by Andrew Kuchling · 10 years ago
  8. 770b08e #23883: add names missing from __all__ (l*gettext, bind_textdomain_codeset) by Andrew Kuchling · 10 years ago
  9. 5f6684e Issue #23310: Fix MagicMock's initializer to work with __methods__. by Łukasz Langa · 10 years ago
  10. 4882cac Issue #23943: Fix typos. Patch by Piotr Kasprzyk. by Berker Peksag · 10 years ago
  11. 52a3b74 remove useless word (closes #23929) by Benjamin Peterson · 10 years ago
  12. bbbbe7e Make Argument Clinic's '--make' option work on Windows. by Zachary Ware · 10 years ago
  13. ae9f0fe Issue #23730: Document the return value of ZipFile.extract by Zachary Ware · 10 years ago
  14. 100aa18 - Makefile.pre.in (LIBPL): Use the definition from configure.ac by doko@ubuntu.com · 10 years ago
  15. 1345d20 - Use PLATDIR for the platform directory everywhere (refactoring only) by doko@ubuntu.com · 10 years ago
  16. 7f82522 - merge heads by doko@ubuntu.com · 10 years ago
  17. 97aa953 Fix duplicate doc entry for SSLContext.get_ca_certs() by Antoine Pitrou · 10 years ago
  18. 3536350 - the PKG_PROG_PKG_CONFIG macro is not part of autoconf, but comes from third by doko@ubuntu.com · 10 years ago
  19. 85e3ee7 Issue #22982: Improve BOM handling when seeking to multiple positions of a writable text file. by Antoine Pitrou · 10 years ago
  20. 20d31b5 Merge by Antoine Pitrou · 10 years ago
  21. 25f85d4 Issue #23309: Avoid a deadlock at shutdown if a daemon thread is aborted by Antoine Pitrou · 10 years ago
  22. 30cc6fa Force the Windows readme to CRLF by Zachary Ware · 10 years ago
  23. 4c9c848 Issue #17202: Add .bat to .hgeol to force them to CRLF. by Zachary Ware · 10 years ago
  24. f3b990e Issue #23932: Update the tutorial section on function annotations. by Zachary Ware · 10 years ago
  25. bb5dbf8 Attribute Michael Dorman for his initial patch on issue #18402. by Zachary Ware · 10 years ago
  26. 52797d8 Merge heads by Zachary Ware · 10 years ago
  27. a3655ea Issue #18402: Also look for 64 bit Perl in build_ssl.py. by Zachary Ware · 10 years ago
  28. 12efbf5 Don't gitignore the Python directory on case insensitive file systems. by R David Murray · 10 years ago
  29. 354c740 #17380: Document tp_init return value in extending docs. by R David Murray · 10 years ago
  30. 9575e18 Issue #12955: Change the urlopen() examples to use context managers where appropriate. by Berker Peksag · 10 years ago
  31. 8ad751e Close #23904: fix pathlib documentation misleadingly mentioning that bytes objects are accepted in the PurePath constructor by Antoine Pitrou · 10 years ago
  32. e173c07 Unittest for Issue 21511 by Christie Wilson bobcatfish@gmail.com. by Guido van Rossum · 10 years ago
  33. 770319d Issue #23912: Fix code formatting in datamodel.rst. by Berker Peksag · 10 years ago
  34. 1c69c3e use imperative by Benjamin Peterson · 10 years ago
  35. 0fa23e4 Merge heads by Serhiy Storchaka · 10 years ago
  36. eb7a97c Issue #23025: Add a mention of os.urandom to RAND_bytes and RAND_pseudo_bytes docs. by Berker Peksag · 10 years ago
  37. 6a77286 Merge heads by Serhiy Storchaka · 10 years ago
  38. ecb75e2 Issue #23062: Add a test for suppressing --version with argparse.SUPPRESS. by Berker Peksag · 10 years ago
  39. 3d2279f Issue #21859: Corrected FileIO docstrings. by Serhiy Storchaka · 10 years ago
  40. 7e7a3db Issue #23865: close() methods in multiple modules now are idempotent and more by Serhiy Storchaka · 10 years ago
  41. 057b530 Put the NASM pulled from svn.python.org at the front of the PATH. by Zachary Ware · 10 years ago
  42. b817b77 Replaced "string" with "bytes object" in docstrings of binary I/O objects. by Serhiy Storchaka · 10 years ago
  43. 89c057a Backed out changeset bc41a4d6c58f after buildbots have new OpenSSL source. by Zachary Ware · 10 years ago
  44. 5065792 Refresh OpenSSL sources on the buildbots by Zachary Ware · 10 years ago
  45. 9f3109c Issue #23686: Update Windows build to use OpenSSL 1.0.2a. by Zachary Ware · 10 years ago
  46. fe5ac52 Fix typo in telnet docs (reported by Keith Briggs) by Tim Golden · 10 years ago
  47. 6f362fa actually ssl3 is just completely broken by Benjamin Peterson · 10 years ago
  48. 7ecfc82 Issue #23400: Raise same exception on both Python 2 and 3 if sem_open is not available. by Berker Peksag · 10 years ago
  49. 52c0c33 Skip nntplib tests when transient errors captured. by Berker Peksag · 10 years ago
  50. c9d11c3 Issue #23879, asyncio: SelectorEventLoop.sock_connect() must not call connect() by Victor Stinner · 10 years ago
  51. 033c58a remove smtpd dead code (closes #23873) by Benjamin Peterson · 10 years ago
  52. b32fb8d Update pip to 6.1.1 by Donald Stufft · 10 years ago
  53. 4bea461 Issue #23881: ftp://gatekeeper.research.compaq.com/ and ftp://ftp.debian.org/ by Victor Stinner · 10 years ago
  54. ab73e65 Issue #23881: urllib.request.ftpwrapper constructor now closes the socket if by Victor Stinner · 10 years ago
  55. fe508d1 Upgrade pip to 6.1.0 and setuptools to 15.0 by Donald Stufft · 10 years ago
  56. 6fbeae4 Issue #22977: Remove unconditional import of ctypes. by Serhiy Storchaka · 10 years ago
  57. 43b8427 remove extra arguments in arg parsing format codes (closes #23875) by Benjamin Peterson · 10 years ago
  58. 42c235e Added missing right bracket (reported by Daryl Klakouski) by Tim Golden · 10 years ago
  59. 0c80331 fix extended command syntax (closes #23872) by Benjamin Peterson · 10 years ago
  60. 9a6e201 Issue #15133: _tkinter.tkapp.getboolean() now supports Tcl_Obj and always by Serhiy Storchaka · 10 years ago
  61. c9ba38c Open files in binary mode to avoid newlines transformation. by Serhiy Storchaka · 10 years ago
  62. 2e229e0 Issue #23338: Fixed formatting ctypes error messages on Cygwin. by Serhiy Storchaka · 10 years ago
  63. 9fa84b2 Issue #23825: Fixed test_idle under -OO. by Serhiy Storchaka · 10 years ago
  64. 9f8a891 Escaped backslashes in docstrings. by Serhiy Storchaka · 10 years ago
  65. 72dcb0a Issue #23219: Update asyncio.wait_for() documentation by Victor Stinner · 10 years ago
  66. 8077434 Issue #22351. MockSslTests tests in test_nntplib now are reported if skipped. by Serhiy Storchaka · 10 years ago
  67. 8c9bba0 Issue #22351: Fix test_nntplib if the ssl module is missing by Victor Stinner · 10 years ago
  68. 13e41c5 Issue #10590: Added tests for xml.sax.parse() and xml.sax.parseString(). by Serhiy Storchaka · 10 years ago
  69. aa9563c Issue #2175: Added tests for xml.sax.saxutils.prepare_input_source(). by Serhiy Storchaka · 10 years ago
  70. 2379d54 Issue #16840: Fixed test_tcl for Tcl < 8.5. by Serhiy Storchaka · 10 years ago
  71. a5a4bd7 Issue #21526: Skip test_booleans on Tcl < 8.5. by Serhiy Storchaka · 10 years ago
  72. ea134da Issue #16840: Tkinter now supports 64-bit integers added in Tcl 8.4 and by Serhiy Storchaka · 10 years ago
  73. 8e44aa5 Issue #23834: Fix socket.sendto(), use the C Py_ssize_t type to store the by Victor Stinner · 10 years ago
  74. e7c7492 Issue #23851: close() must not be retried when it fails with EINTR by Victor Stinner · 10 years ago
  75. d223fa6 Issue #22977: Fix test_exceptions by Victor Stinner · 10 years ago
  76. 9171fe5 Issue #21526: Fixed the test_booleans test for wantobjects = 0. by Serhiy Storchaka · 10 years ago
  77. f7de3dd Issue #21526: Tkinter now supports new boolean type in Tcl 8.5. by Serhiy Storchaka · 10 years ago
  78. f41f8f9 Issue #22977: Fixed formatting Windows error messages on Wine. by Serhiy Storchaka · 10 years ago
  79. a7eaf56 replace 512 bit dh key with a 2014 bit one (closes #23844) by Benjamin Peterson · 10 years ago
  80. 4fd929b remove assignment in conditional by Benjamin Peterson · 10 years ago
  81. a16de5d Issue #23821: Fixed test_pdb failure under -O. by Serhiy Storchaka · 10 years ago
  82. c512adc Issue #23838: linecache now clears the cache and returns an empty result on by Serhiy Storchaka · 10 years ago
  83. 263dcd2 Issue #23799: Added test.support.start_threads() for running and cleaning up by Serhiy Storchaka · 10 years ago
  84. 8218bd4 document what exactly str.splitlines() splits on (closes #12855) by Benjamin Peterson · 10 years ago
  85. b9100e5 Issue #18473: Fixed pickle compatibility tests for optional modules. by Serhiy Storchaka · 10 years ago
  86. bfe1824 Issue #18473: Fixed 2to3 and 3to2 compatible pickle mappings. by Serhiy Storchaka · 10 years ago
  87. c43a666 Issue #23729: Improve docs for ElementTree namespace parsing by Raymond Hettinger · 10 years ago
  88. e7f5e14 #23792: also catch interrupt around pipe.write. by R David Murray · 10 years ago
  89. 9aa1331 Issue #22585: os.urandom() now releases the GIL when the getentropy() is used by Victor Stinner · 10 years ago
  90. 04d09eb Issue #23785: Fixed memory leak in TextIOWrapper.tell() in rare circumstances. by Serhiy Storchaka · 10 years ago
  91. 4aa8679 Issue #23783: Fixed memory leak in PyObject_ClearWeakRefs() in case of by Serhiy Storchaka · 10 years ago
  92. 7d0325d #23745: handle duplicate MIME parameter names in new parser. by R David Murray · 10 years ago
  93. a3a100b Issue #22390: test.regrtest now emits a warning if temporary files or by Serhiy Storchaka · 10 years ago
  94. d90f8d1 Closes #23801 - Ignore entire preamble to multipart in cgi.FieldStorage by Donald Stufft · 10 years ago
  95. 1058cda #23792: Ignore KeyboardInterrupt when the pydoc pager is active. by R David Murray · 10 years ago
  96. 48070c1 Issue #23803: Fixed str.partition() and str.rpartition() when a separator by Serhiy Storchaka · 10 years ago
  97. 9db5500 Make some tests more frienly to MemoryError. by Serhiy Storchaka · 10 years ago
  98. d7aa524 Issue #23445: Fix test.support.python_is_optimized() for CFLAGS=-Og by Victor Stinner · 10 years ago
  99. 79fd962 asyncio: Fix _SelectorTransport.__repr__() if the event loop is closed by Victor Stinner · 10 years ago
  100. 0b4e355 Check that failed writerow() doesn't produce change a file. by Serhiy Storchaka · 10 years ago