1. 20d31b5 Merge by Antoine Pitrou · 9 years ago
  2. 25f85d4 Issue #23309: Avoid a deadlock at shutdown if a daemon thread is aborted by Antoine Pitrou · 9 years ago
  3. 4c9c848 Issue #17202: Add .bat to .hgeol to force them to CRLF. by Zachary Ware · 9 years ago
  4. 3d2279f Issue #21859: Corrected FileIO docstrings. by Serhiy Storchaka · 9 years ago
  5. b779bfb fix possible overflow bugs in unicodedata (closes #23367) by Benjamin Peterson · 9 years ago
  6. 8ce6806 add overflow checking (closes #23361) by Benjamin Peterson · 9 years ago
  7. dee948b Issues #23363, #23364, #23365, #23366: Fixed itertools overflow tests. by Serhiy Storchaka · 9 years ago
  8. 0eaabf1 check for overflows in permutations() and product() (closes #23363, closes #23364) by Benjamin Peterson · 9 years ago
  9. 6f08229 check for overflow in combinations_with_replacement (closes #23365) by Benjamin Peterson · 9 years ago
  10. 4b40eeb detect overflow in combinations (closes #23366) by Benjamin Peterson · 9 years ago
  11. e3bfe19 fix possible overflow in encode_basestring_ascii (closes #23369) by Benjamin Peterson · 9 years ago
  12. bbd0a32 clear BufferedRWPair weakrefs on deallocation (closes #22517) by Benjamin Peterson · 10 years ago
  13. b817b77 Replaced "string" with "bytes object" in docstrings of binary I/O objects. by Serhiy Storchaka · 9 years ago
  14. 43b8427 remove extra arguments in arg parsing format codes (closes #23875) by Benjamin Peterson · 9 years ago
  15. 9a6e201 Issue #15133: _tkinter.tkapp.getboolean() now supports Tcl_Obj and always by Serhiy Storchaka · 9 years ago
  16. 2e229e0 Issue #23338: Fixed formatting ctypes error messages on Cygwin. by Serhiy Storchaka · 9 years ago
  17. ea134da Issue #16840: Tkinter now supports 64-bit integers added in Tcl 8.4 and by Serhiy Storchaka · 9 years ago
  18. 8e44aa5 Issue #23834: Fix socket.sendto(), use the C Py_ssize_t type to store the by Victor Stinner · 9 years ago
  19. e7c7492 Issue #23851: close() must not be retried when it fails with EINTR by Victor Stinner · 9 years ago
  20. f7de3dd Issue #21526: Tkinter now supports new boolean type in Tcl 8.5. by Serhiy Storchaka · 9 years ago
  21. 4fd929b remove assignment in conditional by Benjamin Peterson · 9 years ago
  22. bfe1824 Issue #18473: Fixed 2to3 and 3to2 compatible pickle mappings. by Serhiy Storchaka · 9 years ago
  23. 04d09eb Issue #23785: Fixed memory leak in TextIOWrapper.tell() in rare circumstances. by Serhiy Storchaka · 9 years ago
  24. 7665be6 Issue #21802: The reader in BufferedRWPair now is closed even when closing by Serhiy Storchaka · 9 years ago
  25. 19276f1 Issue #23654: Fix faulthandler._stack_overflow() for the Intel C Compiler (ICC) by Victor Stinner · 9 years ago
  26. 444f124 _tracemalloc.c: Fix typo by Victor Stinner · 9 years ago
  27. a60c2fe Issue #23641: Cleaned out legacy dunder names from tests and docs. by Serhiy Storchaka · 9 years ago
  28. 990fcaa expose X509_V_FLAG_TRUSTED_FIRST by Benjamin Peterson · 9 years ago
  29. fdb1971 enable X509_V_FLAG_TRUSTED_FIRST when possible (closes #23476) by Benjamin Peterson · 9 years ago
  30. f7f3b0a Issue #23576: Avoid stalling in SSL reads when EOF has been reached in the SSL layer but the underlying connection hasn't been closed. by Antoine Pitrou · 9 years ago
  31. 5061e67 merge 3.3 (#23367) by Benjamin Peterson · 9 years ago
  32. efdc16f9 Issue #20204: Added the __module__ attribute to _tkinter classes. by Serhiy Storchaka · 9 years ago
  33. a1543cd Issue #23215: Multibyte codecs with custom error handlers that ignores errors by Serhiy Storchaka · 9 years ago
  34. a3712a9 Issue #5700: io.FileIO() called flush() after closing the file. by Serhiy Storchaka · 9 years ago
  35. 3584056 Shoould be Py_MIN, not Py_MAX. by Serhiy Storchaka · 9 years ago
  36. 1a1ff29 Issue #23446: Use PyMem_New instead of PyMem_Malloc to avoid possible integer by Serhiy Storchaka · 9 years ago
  37. 3cd30c2 Issue #13637: Improve exception message of a2b_* functions. by Berker Peksag · 9 years ago
  38. 7a5567a Issue #23433: Fix faulthandler._stack_overflow() by Victor Stinner · 9 years ago
  39. 22ef9f7 merge 3.3 (#23361) by Benjamin Peterson · 9 years ago
  40. b518134 Issue #23392: Added tests for marshal C API that works with FILE*. by Serhiy Storchaka · 9 years ago
  41. c057c38 Issue #23099: Closing io.BytesIO with exported buffer is rejected now to by Serhiy Storchaka · 9 years ago
  42. b5e8e57 Issues #23363, #23364, #23365, #23366: Fixed itertools overflow tests. by Serhiy Storchaka · 9 years ago
  43. 4fdb684 Issue #22896: Avoid to use PyObject_AsCharBuffer(), PyObject_AsReadBuffer() by Serhiy Storchaka · 9 years ago
  44. c468b53 merge 3.3 (#23364, #23363) by Benjamin Peterson · 9 years ago
  45. f635dc3 merge 3.3 (#23365) by Benjamin Peterson · 9 years ago
  46. 819c4e9 merge 3.3 (#23366) by Benjamin Peterson · 9 years ago
  47. 3675cd9 merge 3.3 (#23369) by Benjamin Peterson · 9 years ago
  48. 7213fcc Issue #23370: Fix off-by-one error for non-contiguous buffers. by Stefan Krah · 9 years ago
  49. 702dada Always #define _PyLong_FromDev as we always need it to compile rather than by Gregory P. Smith · 10 years ago
  50. 498b1f6 asyncio, _overlapped.ConnectPipe(): release the GIL by Victor Stinner · 10 years ago
  51. 41063d2 asyncio, Tulip issue 204: Fix IocpProactor.recv() by Victor Stinner · 10 years ago
  52. 2b77c54 asyncio, Tulip issue 204: Fix IocpProactor.accept_pipe() by Victor Stinner · 10 years ago
  53. 7ffa2c5 Issue #23293, asyncio: Rewrite IocpProactor.connect_pipe() by Victor Stinner · 10 years ago
  54. d0a28de Issue #23095, asyncio: Rewrite _WaitHandleFuture.cancel() by Victor Stinner · 10 years ago
  55. b176d40 Issue #23280: Fix docstrings for binascii.(un)hexlify by Zachary Ware · 10 years ago
  56. 173ad83 Issue #23248: Update ssl error codes from latest OpenSSL git master. by Antoine Pitrou · 10 years ago
  57. d3faf43 Issue #23181: More "codepoint" -> "code point". by Serhiy Storchaka · 10 years ago
  58. b2653b3 Issue #23098: 64-bit dev_t is now supported in the os module. by Serhiy Storchaka · 10 years ago
  59. 82f34ad fix instances of consecutive articles (closes #23221) by Benjamin Peterson · 10 years ago
  60. dfe0b23 Issue #21902: Replace incorrect 'hyperbolic arc sine' (etc.) with 'inverse hyperbolic sine' (etc.). Remove meaningless reference to radians. by Mark Dickinson · 10 years ago
  61. b9fdb7a Issue 19548: update codecs module documentation by Nick Coghlan · 10 years ago
  62. fcfed19 Issue #21356: Make ssl.RAND_egd() optional to support LibreSSL. The by Victor Stinner · 10 years ago
  63. 10e76b6 allow more operations to work on detached streams (closes #23093) by Benjamin Peterson · 10 years ago
  64. 5bbd231 Issue #15513: Added a __sizeof__ implementation for pickle classes. by Serhiy Storchaka · 10 years ago
  65. e32467c allow ssl module to compile if openssl doesn't support SSL 3 (closes #22935) by Benjamin Peterson · 10 years ago
  66. b757c83 Issue #22581: Use more "bytes-like object" throughout the docs and comments. by Serhiy Storchaka · 10 years ago
  67. 56a6d85 Removed duplicated words in in comments and docs. by Serhiy Storchaka · 10 years ago
  68. 7243b57 don't require OpenSSL SNI to pass hostname to ssl functions (#22921) by Benjamin Peterson · 10 years ago
  69. 6c14f23 fix possible double free in TextIOWrapper.__init__ (closes #22849) by Benjamin Peterson · 10 years ago
  70. d915b08 Issue #22821: Fixed fcntl() with integer argument on 64-bit big-endian by Serhiy Storchaka · 10 years ago
  71. abd1c97 fix test where sizeof(long) != sizeof(int) by Benjamin Peterson · 10 years ago
  72. b7fa201 Issue #20160: broken ctypes calling convention on MSVC / 64-bit Windows (large structs) Patch by mattip by Steve Dower · 10 years ago
  73. 7e8b867 Issue #22773: fix failing test with old readline versions due to issue #19884. by Antoine Pitrou · 10 years ago
  74. e48ec21 Fix typo. by Georg Brandl · 10 years ago
  75. 817905b #13096: Fix segfault in CTypes POINTER handling of large values. by R David Murray · 10 years ago
  76. e1a7d9d Closes #22568: fix UTIME_TO_* macros in posixmodule for rare cases. by Georg Brandl · 10 years ago
  77. 682124c prevent passing NULL to memcpy (closes #22605) by Benjamin Peterson · 10 years ago
  78. fc6a90a Issue #22588: Fix typo in _testcapi.test_incref_decref_API() by Victor Stinner · 10 years ago
  79. 484df00 Issue #22568: Fix compilation of posixmodule.c with Open Watcom: rename "utime" by Victor Stinner · 10 years ago
  80. e2bd2a7 Issue #21715: Extracted shared complicated code in the _io module to new by Serhiy Storchaka · 10 years ago
  81. 0ddbf47 Issue #22462: Fix pyexpat's creation of a dummy frame to make it appear in exception tracebacks. by Antoine Pitrou · 10 years ago
  82. 8f437aa Issue #22290: Fix error handling in the _posixsubprocess module. by Victor Stinner · 10 years ago
  83. 41ea1f4 Closes #19342: improve docstrings in grp module. by Georg Brandl · 10 years ago
  84. 5083828 faulthandler: test_gil_released() now uses _sigsegv() instead of _read_null(), by Victor Stinner · 10 years ago
  85. 9db521c faulthandler: _sigsegv() and _sigabrt() don't accept parameters by Victor Stinner · 10 years ago
  86. d6b1769 Issue #22396: On 32-bit AIX platform, don't expose os.posix_fadvise() nor by Victor Stinner · 10 years ago
  87. c44eb73 merge 3.3 (#22517) by Benjamin Peterson · 10 years ago
  88. b87630c Issue #21860: Correct docstrings of FileIO.seek() and FileIO.truncate() methods. by Berker Peksag · 10 years ago
  89. 8fad167 Issue #22166: clear codec caches in test_codecs by Nick Coghlan · 10 years ago
  90. ad24d62 Issue #17095: Temporarily revert getpath.c change that added the Modules by Ned Deily · 10 years ago
  91. 42d67af Issue #21147: sqlite3 now raises an exception if the request contains a null by Serhiy Storchaka · 10 years ago
  92. abf68ce Issue #21951: Fixed a crash in Tkinter on AIX when called Tcl command with by Serhiy Storchaka · 10 years ago
  93. 0794088 Issue #21951: Use attemptckalloc() instead of ckalloc() in Tkinter. by Serhiy Storchaka · 10 years ago
  94. 31a3ec3 Issue #22338: Fix a crash in the json module on memory allocation failure. by Victor Stinner · 10 years ago
  95. 1486799 Issue #22369: Change "context manager protocol" to "context management protocol". by Serhiy Storchaka · 10 years ago
  96. cf26115 Introduce and check for MPD_VERSION_HEX for precise management of builds by Stefan Krah · 10 years ago
  97. 298131a Issue #22090: Fix '%' formatting for infinities and NaNs. by Stefan Krah · 10 years ago
  98. 76b4765 Issue #15696: Add a __sizeof__ implementation for mmap objects on Windows. by Serhiy Storchaka · 10 years ago
  99. 3b48af0 - Issue #22176: Fix build failure on ARM with -Werror=declaration-after-statement by doko@ubuntu.com · 10 years ago
  100. 6a66f15 - Issue #22176: Add src/x86/win32.S for x86 libffi builds. by doko@ubuntu.com · 10 years ago