1. 1c8c327 Fix warning from Sphinx. by Zachary Ware · 9 years ago
  2. 20ab6c0 Merge: Don't gitignore the Python directory on case insensitive file systems. by R David Murray · 9 years ago
  3. 12efbf5 Don't gitignore the Python directory on case insensitive file systems. by R David Murray · 9 years ago
  4. e6d3abd Merge: #17380: Document tp_init return value in extending docs. by R David Murray · 9 years ago
  5. 354c740 #17380: Document tp_init return value in extending docs. by R David Murray · 9 years ago
  6. e81a773 #23464: remove JoinableQueue that was deprecated in 3.4.4. by R David Murray · 9 years ago
  7. 5646de4 make DirEntryType and ScandirIteratorType static (closes #23918) by Benjamin Peterson · 9 years ago
  8. f737703 Issue #23668: Regenerates posixmodule.c.h for new ifdefs by Steve Dower · 9 years ago
  9. 556e08e Issue #12955: Change the urlopen() examples to use context managers where appropriate. by Berker Peksag · 9 years ago
  10. 9575e18 Issue #12955: Change the urlopen() examples to use context managers where appropriate. by Berker Peksag · 9 years ago
  11. 48a724f Close issue23900: add default __doc__ to new enumerations that do not specify one. by Ethan Furman · 9 years ago
  12. a1c7e72 Issue #23668: Suppresses invalid parameter handler around chsize calls. by Steve Dower · 9 years ago
  13. 8fc8980 Issue #23524: Replace _PyVerify_fd function with calls to _set_thread_local_invalid_parameter_handler. by Steve Dower · 9 years ago
  14. 8ad751e Close #23904: fix pathlib documentation misleadingly mentioning that bytes objects are accepted in the PurePath constructor by Antoine Pitrou · 9 years ago
  15. e173c07 Unittest for Issue 21511 by Christie Wilson bobcatfish@gmail.com. by Guido van Rossum · 9 years ago
  16. 770319d Issue #23912: Fix code formatting in datamodel.rst. by Berker Peksag · 9 years ago
  17. 1c69c3e use imperative by Benjamin Peterson · 9 years ago
  18. 0fa23e4 Merge heads by Serhiy Storchaka · 9 years ago
  19. eb7a97c Issue #23025: Add a mention of os.urandom to RAND_bytes and RAND_pseudo_bytes docs. by Berker Peksag · 9 years ago
  20. 6a77286 Merge heads by Serhiy Storchaka · 9 years ago
  21. ecb75e2 Issue #23062: Add a test for suppressing --version with argparse.SUPPRESS. by Berker Peksag · 9 years ago
  22. 3d2279f Issue #21859: Corrected FileIO docstrings. by Serhiy Storchaka · 9 years ago
  23. 7e7a3db Issue #23865: close() methods in multiple modules now are idempotent and more by Serhiy Storchaka · 9 years ago
  24. 057b530 Put the NASM pulled from svn.python.org at the front of the PATH. by Zachary Ware · 9 years ago
  25. b817b77 Replaced "string" with "bytes object" in docstrings of binary I/O objects. by Serhiy Storchaka · 9 years ago
  26. 89c057a Backed out changeset bc41a4d6c58f after buildbots have new OpenSSL source. by Zachary Ware · 9 years ago
  27. 5065792 Refresh OpenSSL sources on the buildbots by Zachary Ware · 9 years ago
  28. 9f3109c Issue #23686: Update Windows build to use OpenSSL 1.0.2a. by Zachary Ware · 9 years ago
  29. fe5ac52 Fix typo in telnet docs (reported by Keith Briggs) by Tim Golden · 9 years ago
  30. 6f362fa actually ssl3 is just completely broken by Benjamin Peterson · 9 years ago
  31. 7ecfc82 Issue #23400: Raise same exception on both Python 2 and 3 if sem_open is not available. by Berker Peksag · 9 years ago
  32. 52c0c33 Skip nntplib tests when transient errors captured. by Berker Peksag · 9 years ago
  33. c9d11c3 Issue #23879, asyncio: SelectorEventLoop.sock_connect() must not call connect() by Victor Stinner · 9 years ago
  34. 033c58a remove smtpd dead code (closes #23873) by Benjamin Peterson · 9 years ago
  35. b32fb8d Update pip to 6.1.1 by Donald Stufft · 9 years ago
  36. 4bea461 Issue #23881: ftp://gatekeeper.research.compaq.com/ and ftp://ftp.debian.org/ by Victor Stinner · 9 years ago
  37. ab73e65 Issue #23881: urllib.request.ftpwrapper constructor now closes the socket if by Victor Stinner · 9 years ago
  38. fe508d1 Upgrade pip to 6.1.0 and setuptools to 15.0 by Donald Stufft · 9 years ago
  39. 6fbeae4 Issue #22977: Remove unconditional import of ctypes. by Serhiy Storchaka · 9 years ago
  40. 43b8427 remove extra arguments in arg parsing format codes (closes #23875) by Benjamin Peterson · 9 years ago
  41. 42c235e Added missing right bracket (reported by Daryl Klakouski) by Tim Golden · 9 years ago
  42. 0c80331 fix extended command syntax (closes #23872) by Benjamin Peterson · 9 years ago
  43. 9a6e201 Issue #15133: _tkinter.tkapp.getboolean() now supports Tcl_Obj and always by Serhiy Storchaka · 9 years ago
  44. c9ba38c Open files in binary mode to avoid newlines transformation. by Serhiy Storchaka · 9 years ago
  45. 2e229e0 Issue #23338: Fixed formatting ctypes error messages on Cygwin. by Serhiy Storchaka · 9 years ago
  46. 9fa84b2 Issue #23825: Fixed test_idle under -OO. by Serhiy Storchaka · 9 years ago
  47. 9f8a891 Escaped backslashes in docstrings. by Serhiy Storchaka · 9 years ago
  48. 72dcb0a Issue #23219: Update asyncio.wait_for() documentation by Victor Stinner · 9 years ago
  49. 8077434 Issue #22351. MockSslTests tests in test_nntplib now are reported if skipped. by Serhiy Storchaka · 9 years ago
  50. 8c9bba0 Issue #22351: Fix test_nntplib if the ssl module is missing by Victor Stinner · 9 years ago
  51. 13e41c5 Issue #10590: Added tests for xml.sax.parse() and xml.sax.parseString(). by Serhiy Storchaka · 9 years ago
  52. aa9563c Issue #2175: Added tests for xml.sax.saxutils.prepare_input_source(). by Serhiy Storchaka · 9 years ago
  53. 2379d54 Issue #16840: Fixed test_tcl for Tcl < 8.5. by Serhiy Storchaka · 9 years ago
  54. a5a4bd7 Issue #21526: Skip test_booleans on Tcl < 8.5. by Serhiy Storchaka · 9 years ago
  55. ea134da Issue #16840: Tkinter now supports 64-bit integers added in Tcl 8.4 and by Serhiy Storchaka · 9 years ago
  56. 8e44aa5 Issue #23834: Fix socket.sendto(), use the C Py_ssize_t type to store the by Victor Stinner · 9 years ago
  57. e7c7492 Issue #23851: close() must not be retried when it fails with EINTR by Victor Stinner · 9 years ago
  58. d223fa6 Issue #22977: Fix test_exceptions by Victor Stinner · 9 years ago
  59. 9171fe5 Issue #21526: Fixed the test_booleans test for wantobjects = 0. by Serhiy Storchaka · 9 years ago
  60. f7de3dd Issue #21526: Tkinter now supports new boolean type in Tcl 8.5. by Serhiy Storchaka · 9 years ago
  61. f41f8f9 Issue #22977: Fixed formatting Windows error messages on Wine. by Serhiy Storchaka · 9 years ago
  62. a7eaf56 replace 512 bit dh key with a 2014 bit one (closes #23844) by Benjamin Peterson · 9 years ago
  63. 4fd929b remove assignment in conditional by Benjamin Peterson · 9 years ago
  64. a16de5d Issue #23821: Fixed test_pdb failure under -O. by Serhiy Storchaka · 9 years ago
  65. c512adc Issue #23838: linecache now clears the cache and returns an empty result on by Serhiy Storchaka · 9 years ago
  66. 263dcd2 Issue #23799: Added test.support.start_threads() for running and cleaning up by Serhiy Storchaka · 9 years ago
  67. 8218bd4 document what exactly str.splitlines() splits on (closes #12855) by Benjamin Peterson · 9 years ago
  68. b9100e5 Issue #18473: Fixed pickle compatibility tests for optional modules. by Serhiy Storchaka · 9 years ago
  69. bfe1824 Issue #18473: Fixed 2to3 and 3to2 compatible pickle mappings. by Serhiy Storchaka · 9 years ago
  70. c43a666 Issue #23729: Improve docs for ElementTree namespace parsing by Raymond Hettinger · 9 years ago
  71. e7f5e14 #23792: also catch interrupt around pipe.write. by R David Murray · 9 years ago
  72. 9aa1331 Issue #22585: os.urandom() now releases the GIL when the getentropy() is used by Victor Stinner · 9 years ago
  73. 04d09eb Issue #23785: Fixed memory leak in TextIOWrapper.tell() in rare circumstances. by Serhiy Storchaka · 9 years ago
  74. 4aa8679 Issue #23783: Fixed memory leak in PyObject_ClearWeakRefs() in case of by Serhiy Storchaka · 9 years ago
  75. 7d0325d #23745: handle duplicate MIME parameter names in new parser. by R David Murray · 9 years ago
  76. a3a100b Issue #22390: test.regrtest now emits a warning if temporary files or by Serhiy Storchaka · 9 years ago
  77. d90f8d1 Closes #23801 - Ignore entire preamble to multipart in cgi.FieldStorage by Donald Stufft · 9 years ago
  78. 1058cda #23792: Ignore KeyboardInterrupt when the pydoc pager is active. by R David Murray · 9 years ago
  79. 48070c1 Issue #23803: Fixed str.partition() and str.rpartition() when a separator by Serhiy Storchaka · 9 years ago
  80. 9db5500 Make some tests more frienly to MemoryError. by Serhiy Storchaka · 9 years ago
  81. d7aa524 Issue #23445: Fix test.support.python_is_optimized() for CFLAGS=-Og by Victor Stinner · 9 years ago
  82. 79fd962 asyncio: Fix _SelectorTransport.__repr__() if the event loop is closed by Victor Stinner · 9 years ago
  83. 0b4e355 Check that failed writerow() doesn't produce change a file. by Serhiy Storchaka · 9 years ago
  84. 1b87ae0 Issue #23742: ntpath.expandvars() no longer loses unbalanced single quotes. by Serhiy Storchaka · 9 years ago
  85. 81f241a Issue #23571: If io.TextIOWrapper constructor fails in _Py_DisplaySourceLine(), by Victor Stinner · 9 years ago
  86. 84092ac Issue #23571: Fix reentrant call to Py_FatalError() by Victor Stinner · 9 years ago
  87. b0749ca Fixed bytes warnings when run tests with -vv. by Serhiy Storchaka · 9 years ago
  88. 7665be6 Issue #21802: The reader in BufferedRWPair now is closed even when closing by Serhiy Storchaka · 9 years ago
  89. 8ffe917 Issue #23671: string.Template now allows to specify the "self" parameter as by Serhiy Storchaka · 9 years ago
  90. be1eb14 Added tests for mixed kinds of Unicode strings. by Serhiy Storchaka · 9 years ago
  91. 6c86fe2 Issue #23583: Added tests for standard IO streams in IDLE. by Serhiy Storchaka · 9 years ago
  92. ec4f959 Issue #23571: Py_FatalError() now tries to flush sys.stdout and sys.stderr by Victor Stinner · 9 years ago
  93. 0e98a76 Issue #23571: Enhance Py_FatalError() by Victor Stinner · 9 years ago
  94. 2e3998f #11468: improve unittest basic example. Initial patch by Florian Preinstorfer. by Ezio Melotti · 9 years ago
  95. 19276f1 Issue #23654: Fix faulthandler._stack_overflow() for the Intel C Compiler (ICC) by Victor Stinner · 9 years ago
  96. d4c2ac8 Issue #21560: An attempt to write a data of wrong type no longer cause by Serhiy Storchaka · 9 years ago
  97. f6e31b7 Issue 23729: Document ElementTree namespace handling and fix an omission in the XPATH predicate table. by Raymond Hettinger · 9 years ago
  98. 936da2a #23647: Increase imaplib's MAXLINE to accommodate modern mailbox sizes. by R David Murray · 9 years ago
  99. beed840 #23539: Set Content-Length to 0 for PUT, POST, and PATCH if body is None. by R David Murray · 9 years ago
  100. 75ed90a #23700: fix/improve comment by R David Murray · 9 years ago