1. 0ddbf47 Issue #22462: Fix pyexpat's creation of a dummy frame to make it appear in exception tracebacks. by Antoine Pitrou · 10 years ago
  2. b2fdafe Issue #22576: Fix signatures of FTP.storbinary() and FTP.storlines() methods. by Berker Peksag · 10 years ago
  3. 2ce95d7 Merge from 3.4.2 release head back into 3.4 mainline. by Larry Hastings · 10 years ago
  4. adeb140 Post-release changes after 3.4.2 final. by Larry Hastings · 10 years ago
  5. deb7bf1 idlelib.configHandler: revise docstrings, add spaces, use False/True, add some by Terry Jan Reedy · 10 years ago
  6. 57fb11b use source role instead of linking to svn by Benjamin Peterson · 10 years ago
  7. 9205e9e Closes #16155: fix a few errors in doctest output of the FAQ pages. by Georg Brandl · 10 years ago
  8. 7fa4a8f Closes #12148: clarify "or's together option flags" in doctest docs. by Georg Brandl · 10 years ago
  9. 4dd27a3 Closes #21782: the default hash(x) is not exactly id(x) but derived from it. by Georg Brandl · 10 years ago
  10. a94ad1e Closes #10031: overhaul the "imports" section of the programming FAQ. by Georg Brandl · 10 years ago
  11. 2a3e396 Closes #21480: better explanation of "hg touch" in the Makefile. by Georg Brandl · 10 years ago
  12. f6d6dc2 Clean up the docs of PyObject_IsSubclass and PyObject_IsInstance, and mention that they call the PEP 3119 methods. by Georg Brandl · 10 years ago
  13. a920b6d Closes #22507: document that PyType_IsSubtype does not call __subclasscheck__. by Georg Brandl · 10 years ago
  14. eb7e8f6 Document builtin classes as such, not functions. by Georg Brandl · 10 years ago
  15. 9743516 Closes #22565: fix argument types of PyErr_WarnEx. by Georg Brandl · 10 years ago
  16. c6ad576 Issue #22546: update doc for mini-language float None presentation type. by Terry Jan Reedy · 10 years ago
  17. 1123aa2 Added tag v3.4.2 for changeset ab2c023a9432 by Larry Hastings · 10 years ago
  18. dbb1261 Release bump for 3.4.2 final. by Larry Hastings · 10 years ago
  19. c6256e5 Update pydoc topics and fix supsicious markup for 3.4.2 final. by Larry Hastings · 10 years ago
  20. 1c262a6 PyObject not PyType (closes #18494) by Benjamin Peterson · 10 years ago
  21. 1bf974d Closes #21173: Fix len() on a WeakKeyDictionary when .clear() was called with an iterator alive. by Antoine Pitrou · 10 years ago
  22. bed04a7 cleanup test_posix by Victor Stinner · 10 years ago
  23. 047b7ae Issue #22390: Remove files created by tests by Victor Stinner · 10 years ago
  24. 8f437aa Issue #22290: Fix error handling in the _posixsubprocess module. by Victor Stinner · 10 years ago
  25. 340c749 Closes #19477: remove outdated documentation of tp_print type object slot. by Georg Brandl · 10 years ago
  26. 9db487b #14201: Update ctypes docs to match behavior changed from 214b28d7a999. 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. e161849 Issue #21905: Avoid RuntimeError in pickle.whichmodule() when sys.modules is mutated while iterating. by Antoine Pitrou · 10 years ago
  29. fb8eaae Fixed issue number for issue #22470 in Misc/NEWS. by Serhiy Storchaka · 10 years ago
  30. da5c571 Merge heads by Serhiy Storchaka · 10 years ago
  31. 2e37409 Issue #22518: Fixed integer overflow issues in "backslashreplace", by Serhiy Storchaka · 10 years ago
  32. 5c4fbd5 Realign packaging docs with PyPUG changes by Nick Coghlan · 10 years ago
  33. 518e71b Issue #22219: The zipfile module CLI now adds entries for directories by Serhiy Storchaka · 10 years ago
  34. bf92bce #14056: Small improvements to the tarfile documentation. by R David Murray · 10 years ago
  35. 91244e0 separate cert loading tests into Windows and non-Windows cases by Benjamin Peterson · 10 years ago
  36. 5915b0f also use openssl envvars to find certs on windows (closes #22449) by Benjamin Peterson · 10 years ago
  37. 7280561 Fix a few typo/grammar issues in the multiprocessing docs. by Zachary Ware · 10 years ago
  38. 32562d7 #12780: update inspect test skipIf for PEP 3147. by R David Murray · 10 years ago
  39. b48cb29 #8473: Add tests that doctest uses universal newlines in testfile. by R David Murray · 10 years ago
  40. 3f1ef9e Closes #18729: minor markup improvement. by Georg Brandl · 10 years ago
  41. 5294529 Closes #19434: fix copy-paste error in MIMENonMultipart docstring. by Georg Brandl · 10 years ago
  42. 4601df5 Issue #20079: Fixed tests. by Serhiy Storchaka · 10 years ago
  43. 9e04eda Issue #20079: Updated alias mapping to glibc 2.19 SUPPORTED file. by Serhiy Storchaka · 10 years ago
  44. b8cd8cf Issue #20076: Remove just added the sr_rs.utf8@latn alias because it is by Serhiy Storchaka · 10 years ago
  45. c0a8f8c closes #22528: add source links to symtable and compileall by Georg Brandl · 10 years ago
  46. 41ea1f4 Closes #19342: improve docstrings in grp module. by Georg Brandl · 10 years ago
  47. ea7ec2b Remove unused and now removed config value. by Georg Brandl · 10 years ago
  48. 6e978d2 Issue #21971: Index and update turtledemo doc. by Terry Jan Reedy · 10 years ago
  49. cef3bdc - Issue #17219: Add library build dir for Python extension cross-builds. by doko@ubuntu.com · 10 years ago
  50. d486c43 - Issue #18096: Fix library order returned by python-config. by doko@ubuntu.com · 10 years ago
  51. 1de0ba2 Issue #20076: Added non derived UTF-8 aliases to locale aliases table. by Serhiy Storchaka · 10 years ago
  52. 99cb41d Issue #20079: Added locales supported in glibc 2.18 to locale alias table. by Serhiy Storchaka · 10 years ago
  53. 1895f2b Issue 22492: Be explicit that print does not support binary mode files. by Terry Jan Reedy · 10 years ago
  54. 0428e6c Remove old overridden version of a Sphinx CSS file. by Georg Brandl · 10 years ago
  55. fd3a15a Make pydoctheme compatible with Sphinx 1.3 HTML output changes. by Georg Brandl · 10 years ago
  56. 9e883ca Update Idle news for 3.4.2 (and 3.4.1). by Terry Jan Reedy · 10 years ago
  57. 1d82a9c Issue #16537: Use the new *default* parameter of max(). by Berker Peksag · 10 years ago
  58. 14366f3 Fix overlooked conf.py setting in flattening of Doc directory. by Ned Deily · 10 years ago
  59. 6bd6860 #21739: mention subtle difference between loops and listcomps in tutorial. by R David Murray · 10 years ago
  60. e6edc03 #22512: move distutils rpm test's .rpmdb to testing tmpdir. by R David Murray · 10 years ago
  61. b6271f2 Issue 22465: grammar, number agreement. by Terry Jan Reedy · 10 years ago
  62. 97e9ec6 Move Doc/tools/sphinxext content to Doc/tools, there is no need for the nested subdirectory anymore. by Georg Brandl · 10 years ago
  63. 2b1a0a3 Dont define an empty SPHINXOPTS, which overrides a definition from the environment. by Georg Brandl · 10 years ago
  64. bae334c Prepare sphinx extensions for 1.3. by Georg Brandl · 10 years ago
  65. 45d929d add link to pdb source (closes #22528) by Benjamin Peterson · 10 years ago
  66. 68da8fc Issue #22448: asyncio, cleanup _run_once(), only iterate once to remove delayed by Victor Stinner · 10 years ago
  67. 5083828 faulthandler: test_gil_released() now uses _sigsegv() instead of _read_null(), by Victor Stinner · 10 years ago
  68. 9db521c faulthandler: _sigsegv() and _sigabrt() don't accept parameters by Victor Stinner · 10 years ago
  69. d6b1769 Issue #22396: On 32-bit AIX platform, don't expose os.posix_fadvise() nor by Victor Stinner · 10 years ago
  70. 43030ee merge 3.3 (#22520) by Benjamin Peterson · 10 years ago
  71. 736b801 prevent overflow in unicode_repr (closes #22520) by Benjamin Peterson · 10 years ago
  72. c44eb73 merge 3.3 (#22517) by Benjamin Peterson · 10 years ago
  73. bbd0a32 clear BufferedRWPair weakrefs on deallocation (closes #22517) by Benjamin Peterson · 10 years ago
  74. c2cfa8d merge 3.3 by Benjamin Peterson · 10 years ago
  75. d48bc94 these variables ought to be Py_ssize_t by Benjamin Peterson · 10 years ago
  76. 18f836f merge 3.3 (closes #22519) by Benjamin Peterson · 10 years ago
  77. 42ff105 fix overflow checking in PyBytes_Repr (closes #22519) by Benjamin Peterson · 10 years ago
  78. 2b76ce6 merge 3.3 (closes #22518) by Benjamin Peterson · 10 years ago
  79. 3bbb2e4 NEWS issue for #22518 by Benjamin Peterson · 10 years ago
  80. a1c1be4 cleanup overflowing handling in unicode_decode_call_errorhandler and unicode_encode_ucs1 (closes #22518) by Benjamin Peterson · 10 years ago
  81. 12dc0d9 #20135: FAQ entry for list mutation. (See also 6375bf34fff6.) by R David Murray · 10 years ago
  82. c31f12d check that exception messages are not empty (#22379) by Benjamin Peterson · 10 years ago
  83. 623ae29 #10510: Fix bug in forward port of 2.7 distutils patch. by R David Murray · 10 years ago
  84. 9c1dba2 Revert #22251 by Berker Peksag · 10 years ago
  85. 9ce6967 #10510: make distuitls upload/register use HTML standards compliant CRLF. by R David Murray · 10 years ago
  86. 3749404 Issue #22251: Fix ReST markup to avoid errors building docs. by Berker Peksag · 10 years ago
  87. c5deed3 Merge heads. by Berker Peksag · 10 years ago
  88. 9cc5fd7 #18854: make it explicit that is_multipart does not mean 'multipart/xxx'. by R David Murray · 10 years ago
  89. 21c8d5c Issue #16537: Check whether self.extensions is empty in setup.py. by Berker Peksag · 10 years ago
  90. 1f3a88f #20974: Update version table in email intro. by R David Murray · 10 years ago
  91. ca534ab Issue #9850: Fixed macpath.join() for empty first component. Patch by by Serhiy Storchaka · 10 years ago
  92. 3e67d58 tempfile: Fix docstring. Issue #21397, patch by R. David Murray. by Yury Selivanov · 10 years ago
  93. 6c1f0ad Issue #17462: Add a paragraph about advantages of argparse over optparse. by Berker Peksag · 10 years ago
  94. d5a8f58 asyncio.test_tasks: Fix test_env_var_debug to use correct asyncio module by Yury Selivanov · 10 years ago
  95. 592ada9 asyncio: Improve canceled timer handles cleanup. Closes issue #22448. by Yury Selivanov · 10 years ago
  96. 8c0e0ab asyncio.unix_events: Move import statement to match tulip code by Yury Selivanov · 10 years ago
  97. efd713b allow archives for rc releases to be built (closes #22484) by Benjamin Peterson · 10 years ago
  98. 29001c8 test_faulthandler: fix typo by Victor Stinner · 10 years ago
  99. 8e069d5 Apply asyncio Task English fixes to docstrings as well. by R David Murray · 10 years ago
  100. 22dd833 Improve English phrasing in asyncio task docs. by R David Murray · 10 years ago