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