1. 9755174 Merge: #13096: Fix segfault in CTypes POINTER handling of large values. by R David Murray · 10 years ago
  2. 817905b #13096: Fix segfault in CTypes POINTER handling of large values. by R David Murray · 10 years ago
  3. 759920c Issue #22604: Fix assertion error in debug mode when dividing a complex number by (nan+0j). by Antoine Pitrou · 10 years ago
  4. 9086f92 Issue #22604: Fix assertion error in debug mode when dividing a complex number by (nan+0j). by Antoine Pitrou · 10 years ago
  5. 439da84 Merge with 3.4 by Terry Jan Reedy · 10 years ago
  6. 64138c4 Issue 22603: add Francisco Fernández Castaño to ACKS. by Terry Jan Reedy · 10 years ago
  7. 1eb32c2 Issue #20152: Port the array module to Argument Clinic. by Brett Cannon · 10 years ago
  8. 221439d #11694: merge with 3.4 by Petri Lehtinen · 10 years ago
  9. 3894b2a Issue #11694: Raise ConversionError in xdrlib as documented by Petri Lehtinen · 10 years ago
  10. 5e8b04e Issue #21052: Don't raise ImportWarning for sys.meta_path or by Brett Cannon · 10 years ago
  11. 8ee1513 Issue #21456: Skip two tests in test_urllib2net.py if _ssl module not present. by Berker Peksag · 10 years ago
  12. b77983d Issue #21456: Skip two tests in test_urllib2net.py if _ssl module not present. by Berker Peksag · 10 years ago
  13. e2ccf56 Issue #19380: Optimized parsing of regular expressions. by Serhiy Storchaka · 10 years ago
  14. 7438e4b Issue 1519638: Now unmatched groups are replaced with empty strings in re.sub() by Serhiy Storchaka · 10 years ago
  15. 4487dd0 #18615: Make sndhdr return namedtuples. by R David Murray · 10 years ago
  16. 94262eb Issue #22462: Fix pyexpat's creation of a dummy frame to make it appear in exception tracebacks. by Antoine Pitrou · 10 years ago
  17. 0ddbf47 Issue #22462: Fix pyexpat's creation of a dummy frame to make it appear in exception tracebacks. by Antoine Pitrou · 10 years ago
  18. 2ce95d7 Merge from 3.4.2 release head back into 3.4 mainline. by Larry Hastings · 10 years ago
  19. adeb140 Post-release changes after 3.4.2 final. by Larry Hastings · 10 years ago
  20. dbb1261 Release bump for 3.4.2 final. by Larry Hastings · 10 years ago
  21. b1fdf47 Issue #21965: Add support for in-memory SSL to the ssl module. by Antoine Pitrou · 10 years ago
  22. 414e15a Closes #21173: Fix len() on a WeakKeyDictionary when .clear() was called with an iterator alive. by Antoine Pitrou · 10 years ago
  23. 1bf974d Closes #21173: Fix len() on a WeakKeyDictionary when .clear() was called with an iterator alive. by Antoine Pitrou · 10 years ago
  24. 861470c #16518: Bring error messages in harmony with docs ("bytes-like object") by R David Murray · 10 years ago
  25. 9bf2c00 Add Dan O'Reilly to Misc/ACKS by Antoine Pitrou · 10 years ago
  26. f5387c0 Merge: #11866: Eliminate race condition in the computation of names for new threads. by R David Murray · 10 years ago
  27. b186f1df #11866: Eliminate race condition in the computation of names for new threads. by R David Murray · 10 years ago
  28. 5f6a755 Issue #21905: Avoid RuntimeError in pickle.whichmodule() when sys.modules is mutated while iterating. by Antoine Pitrou · 10 years ago
  29. 1905175 Add NEWS entry I forgot to commit. by Antoine Pitrou · 10 years ago
  30. e161849 Issue #21905: Avoid RuntimeError in pickle.whichmodule() when sys.modules is mutated while iterating. by Antoine Pitrou · 10 years ago
  31. d32abc1 Fixed issue number for issue #22470 in Misc/NEWS. by Serhiy Storchaka · 10 years ago
  32. fb8eaae Fixed issue number for issue #22470 in Misc/NEWS. by Serhiy Storchaka · 10 years ago
  33. 3deeeb0 Issue #21883: os.path.join() and os.path.relpath() now raise a TypeError with by Serhiy Storchaka · 10 years ago
  34. 8d1e18e Issue #22518: Fixed integer overflow issues in "backslashreplace", by Serhiy Storchaka · 10 years ago
  35. 2e37409 Issue #22518: Fixed integer overflow issues in "backslashreplace", by Serhiy Storchaka · 10 years ago
  36. 90c24c4 Issue #22219: The zipfile module CLI now adds entries for directories by Serhiy Storchaka · 10 years ago
  37. 518e71b Issue #22219: The zipfile module CLI now adds entries for directories by Serhiy Storchaka · 10 years ago
  38. 8b9cfa1 merge 3.4 (#22449) by Benjamin Peterson · 10 years ago
  39. 5915b0f also use openssl envvars to find certs on windows (closes #22449) by Benjamin Peterson · 10 years ago
  40. df75fee #22508: Drop email __version__ string. It no longer means anything. by R David Murray · 10 years ago
  41. 72b8a80 Closes #22540: speed up PyObject_IsInstance and PyObject_IsSubclass in the common case that the second argument has metaclass "type". by Georg Brandl · 10 years ago
  42. 9816619 - Issue #17219: Add library build dir for Python extension cross-builds. by doko@ubuntu.com · 10 years ago
  43. cef3bdc - Issue #17219: Add library build dir for Python extension cross-builds. by doko@ubuntu.com · 10 years ago
  44. 6b6bcc3 - Issue #18096: Fix library order returned by python-config. by doko@ubuntu.com · 10 years ago
  45. d486c43 - Issue #18096: Fix library order returned by python-config. by doko@ubuntu.com · 10 years ago
  46. c383ad8 Issue #20076: Added non derived UTF-8 aliases to locale aliases table. by Serhiy Storchaka · 10 years ago
  47. 1de0ba2 Issue #20076: Added non derived UTF-8 aliases to locale aliases table. by Serhiy Storchaka · 10 years ago
  48. 99cb41d Issue #20079: Added locales supported in glibc 2.18 to locale alias table. by Serhiy Storchaka · 10 years ago
  49. ea4f057 Issue #20079: Added locales supported in glibc 2.18 to locale alias table. by Serhiy Storchaka · 10 years ago
  50. ea68398 Closes #20218: Added convenience methods read_text/write_text and read_bytes/ by Georg Brandl · 10 years ago
  51. 0676a40 Issue #18711: Add a new `PyErr_FormatV` function, similar to `PyErr_Format` but accepting a `va_list` argument. by Antoine Pitrou · 10 years ago
  52. cb1115a remove merge goop from f86fde20e9ce by Benjamin Peterson · 10 years ago
  53. ec39e26 (Merge 3.4) Issue #22396: On 32-bit AIX platform, don't expose by Victor Stinner · 10 years ago
  54. d6b1769 Issue #22396: On 32-bit AIX platform, don't expose os.posix_fadvise() nor by Victor Stinner · 10 years ago
  55. fd97a6f merge 3.4 (#22520) by Benjamin Peterson · 10 years ago
  56. 43030ee merge 3.3 (#22520) by Benjamin Peterson · 10 years ago
  57. 736b801 prevent overflow in unicode_repr (closes #22520) by Benjamin Peterson · 10 years ago
  58. 58ee2d3 merge 3.4 (#22517) by Benjamin Peterson · 10 years ago
  59. c44eb73 merge 3.3 (#22517) by Benjamin Peterson · 10 years ago
  60. bbd0a32 clear BufferedRWPair weakrefs on deallocation (closes #22517) by Benjamin Peterson · 10 years ago
  61. 36a24f3 merge 3.4 (#22519) by Benjamin Peterson · 10 years ago
  62. 18f836f merge 3.3 (closes #22519) by Benjamin Peterson · 10 years ago
  63. 42ff105 fix overflow checking in PyBytes_Repr (closes #22519) by Benjamin Peterson · 10 years ago
  64. 10e4b25 merge 3.4 (closes #22518) by Benjamin Peterson · 10 years ago
  65. 2b76ce6 merge 3.3 (closes #22518) by Benjamin Peterson · 10 years ago
  66. 3bbb2e4 NEWS issue for #22518 by Benjamin Peterson · 10 years ago
  67. 9baa5b2 Issue #22437: Number of capturing groups in regular expression is no longer by Serhiy Storchaka · 10 years ago
  68. c31e622 #17442: Add chained traceback support to InteractiveInterpreter. by R David Murray · 10 years ago
  69. 6c7a418 Closes issue #20858: Enhancements/fixes to pure-python datetime module by Alexander Belopolsky · 10 years ago
  70. a2f9388 merge 3.4 (#22379) by Benjamin Peterson · 10 years ago
  71. c31f12d check that exception messages are not empty (#22379) by Benjamin Peterson · 10 years ago
  72. 3a54c3e Merge: #10510: make distuitls upload/register use HTML standards compliant CRLF. by R David Murray · 10 years ago
  73. 9ce6967 #10510: make distuitls upload/register use HTML standards compliant CRLF. by R David Murray · 10 years ago
  74. a72bc8c Issue #16537: Check whether self.extensions is empty in setup.py. by Berker Peksag · 10 years ago
  75. 21c8d5c Issue #16537: Check whether self.extensions is empty in setup.py. by Berker Peksag · 10 years ago
  76. 402e1e3 Issue #9850: Fixed macpath.join() for empty first component. Patch by by Serhiy Storchaka · 10 years ago
  77. ca534ab Issue #9850: Fixed macpath.join() for empty first component. Patch by by Serhiy Storchaka · 10 years ago
  78. fe21e4d Issue #16324: _charset parameter of MIMEText now also accepts email.charset.Charset instances. by Berker Peksag · 10 years ago
  79. 081bbf6 inspect: Fix getsource() to support decorated functions. by Yury Selivanov · 10 years ago
  80. 2c0a916 Issue #5309: distutils' build and build_ext commands now accept a ``-j`` by Antoine Pitrou · 10 years ago
  81. 97e2e06 os: Include posix functions in os.__all__. Closes issue #18554. by Yury Selivanov · 10 years ago
  82. 4f6355f Issue #17462: Add a paragraph about advantages of argparse over optparse. by Berker Peksag · 10 years ago
  83. 6c1f0ad Issue #17462: Add a paragraph about advantages of argparse over optparse. by Berker Peksag · 10 years ago
  84. 1cfd36f asyncio: Improve canceled timer handles cleanup. Closes issue #22448. by Yury Selivanov · 10 years ago
  85. 592ada9 asyncio: Improve canceled timer handles cleanup. Closes issue #22448. by Yury Selivanov · 10 years ago
  86. e9a086b Issue #22427: TemporaryDirectory no longer attempts to clean up twice when by Serhiy Storchaka · 10 years ago
  87. 5e193ac Issue #22427: TemporaryDirectory no longer attempts to clean up twice when by Serhiy Storchaka · 10 years ago
  88. 43705d7 Issue #21860: Correct docstrings of FileIO.seek() and FileIO.truncate() methods. by Berker Peksag · 10 years ago
  89. b87630c Issue #21860: Correct docstrings of FileIO.seek() and FileIO.truncate() methods. by Berker Peksag · 10 years ago
  90. c563caf Issue #22362: Forbidden ambiguous octal escapes out of range 0-0o377 in by Serhiy Storchaka · 10 years ago
  91. 385ffbf Issue #20912: Now directories added to ZIP file have correct Unix and MS-DOS by Serhiy Storchaka · 10 years ago
  92. 46a3492 Issue #20912: Now directories added to ZIP file have correct Unix and MS-DOS by Serhiy Storchaka · 10 years ago
  93. 07314bc Issue #21866: ZipFile.close() no longer writes ZIP64 central directory by Serhiy Storchaka · 10 years ago
  94. cfbb394 Issue #21866: ZipFile.close() no longer writes ZIP64 central directory by Serhiy Storchaka · 10 years ago
  95. 21df71a merge 3.4 (#22459) by Benjamin Peterson · 10 years ago
  96. eb83ffe fix error in split() examples (closes #22459) by Benjamin Peterson · 10 years ago
  97. 487bd17 Fix formatting typo in Misc/NEWS. by Ned Deily · 10 years ago
  98. 14aa057 Fix formatting typo in Misc/NEWS. by Ned Deily · 10 years ago
  99. 2887f76 Merge. by Larry Hastings · 10 years ago
  100. f26c2e7 Post-release engineering work for 3.4.2rc1. by Larry Hastings · 10 years ago