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