1. c6ad576 Issue #22546: update doc for mini-language float None presentation type. by Terry Jan Reedy · 10 years ago
  2. 1c262a6 PyObject not PyType (closes #18494) by Benjamin Peterson · 10 years ago
  3. 1bf974d Closes #21173: Fix len() on a WeakKeyDictionary when .clear() was called with an iterator alive. by Antoine Pitrou · 10 years ago
  4. bed04a7 cleanup test_posix by Victor Stinner · 10 years ago
  5. 047b7ae Issue #22390: Remove files created by tests by Victor Stinner · 10 years ago
  6. 8f437aa Issue #22290: Fix error handling in the _posixsubprocess module. by Victor Stinner · 10 years ago
  7. 340c749 Closes #19477: remove outdated documentation of tp_print type object slot. by Georg Brandl · 10 years ago
  8. 9db487b #14201: Update ctypes docs to match behavior changed from 214b28d7a999. by R David Murray · 10 years ago
  9. b186f1df #11866: Eliminate race condition in the computation of names for new threads. by R David Murray · 10 years ago
  10. e161849 Issue #21905: Avoid RuntimeError in pickle.whichmodule() when sys.modules is mutated while iterating. by Antoine Pitrou · 10 years ago
  11. fb8eaae Fixed issue number for issue #22470 in Misc/NEWS. by Serhiy Storchaka · 10 years ago
  12. da5c571 Merge heads by Serhiy Storchaka · 10 years ago
  13. 2e37409 Issue #22518: Fixed integer overflow issues in "backslashreplace", by Serhiy Storchaka · 10 years ago
  14. 5c4fbd5 Realign packaging docs with PyPUG changes by Nick Coghlan · 10 years ago
  15. 518e71b Issue #22219: The zipfile module CLI now adds entries for directories by Serhiy Storchaka · 10 years ago
  16. bf92bce #14056: Small improvements to the tarfile documentation. by R David Murray · 10 years ago
  17. 91244e0 separate cert loading tests into Windows and non-Windows cases by Benjamin Peterson · 10 years ago
  18. 5915b0f also use openssl envvars to find certs on windows (closes #22449) by Benjamin Peterson · 10 years ago
  19. 7280561 Fix a few typo/grammar issues in the multiprocessing docs. by Zachary Ware · 10 years ago
  20. 32562d7 #12780: update inspect test skipIf for PEP 3147. by R David Murray · 10 years ago
  21. b48cb29 #8473: Add tests that doctest uses universal newlines in testfile. by R David Murray · 10 years ago
  22. 3f1ef9e Closes #18729: minor markup improvement. by Georg Brandl · 10 years ago
  23. 5294529 Closes #19434: fix copy-paste error in MIMENonMultipart docstring. by Georg Brandl · 10 years ago
  24. 4601df5 Issue #20079: Fixed tests. by Serhiy Storchaka · 10 years ago
  25. 9e04eda Issue #20079: Updated alias mapping to glibc 2.19 SUPPORTED file. by Serhiy Storchaka · 10 years ago
  26. b8cd8cf Issue #20076: Remove just added the sr_rs.utf8@latn alias because it is by Serhiy Storchaka · 10 years ago
  27. c0a8f8c closes #22528: add source links to symtable and compileall by Georg Brandl · 10 years ago
  28. 41ea1f4 Closes #19342: improve docstrings in grp module. by Georg Brandl · 10 years ago
  29. ea7ec2b Remove unused and now removed config value. by Georg Brandl · 10 years ago
  30. 6e978d2 Issue #21971: Index and update turtledemo doc. by Terry Jan Reedy · 10 years ago
  31. cef3bdc - Issue #17219: Add library build dir for Python extension cross-builds. by doko@ubuntu.com · 10 years ago
  32. d486c43 - Issue #18096: Fix library order returned by python-config. by doko@ubuntu.com · 10 years ago
  33. 1de0ba2 Issue #20076: Added non derived UTF-8 aliases to locale aliases table. by Serhiy Storchaka · 10 years ago
  34. 99cb41d Issue #20079: Added locales supported in glibc 2.18 to locale alias table. by Serhiy Storchaka · 10 years ago
  35. 1895f2b Issue 22492: Be explicit that print does not support binary mode files. by Terry Jan Reedy · 10 years ago
  36. 0428e6c Remove old overridden version of a Sphinx CSS file. by Georg Brandl · 10 years ago
  37. fd3a15a Make pydoctheme compatible with Sphinx 1.3 HTML output changes. by Georg Brandl · 10 years ago
  38. 9e883ca Update Idle news for 3.4.2 (and 3.4.1). by Terry Jan Reedy · 10 years ago
  39. 1d82a9c Issue #16537: Use the new *default* parameter of max(). by Berker Peksag · 10 years ago
  40. 14366f3 Fix overlooked conf.py setting in flattening of Doc directory. by Ned Deily · 10 years ago
  41. 6bd6860 #21739: mention subtle difference between loops and listcomps in tutorial. by R David Murray · 10 years ago
  42. e6edc03 #22512: move distutils rpm test's .rpmdb to testing tmpdir. by R David Murray · 10 years ago
  43. b6271f2 Issue 22465: grammar, number agreement. by Terry Jan Reedy · 10 years ago
  44. 97e9ec6 Move Doc/tools/sphinxext content to Doc/tools, there is no need for the nested subdirectory anymore. by Georg Brandl · 10 years ago
  45. 2b1a0a3 Dont define an empty SPHINXOPTS, which overrides a definition from the environment. by Georg Brandl · 10 years ago
  46. bae334c Prepare sphinx extensions for 1.3. by Georg Brandl · 10 years ago
  47. 45d929d add link to pdb source (closes #22528) by Benjamin Peterson · 10 years ago
  48. 68da8fc Issue #22448: asyncio, cleanup _run_once(), only iterate once to remove delayed by Victor Stinner · 10 years ago
  49. 5083828 faulthandler: test_gil_released() now uses _sigsegv() instead of _read_null(), by Victor Stinner · 10 years ago
  50. 9db521c faulthandler: _sigsegv() and _sigabrt() don't accept parameters by Victor Stinner · 10 years ago
  51. d6b1769 Issue #22396: On 32-bit AIX platform, don't expose os.posix_fadvise() nor by Victor Stinner · 10 years ago
  52. 43030ee merge 3.3 (#22520) by Benjamin Peterson · 10 years ago
  53. 736b801 prevent overflow in unicode_repr (closes #22520) by Benjamin Peterson · 10 years ago
  54. c44eb73 merge 3.3 (#22517) by Benjamin Peterson · 10 years ago
  55. bbd0a32 clear BufferedRWPair weakrefs on deallocation (closes #22517) by Benjamin Peterson · 10 years ago
  56. c2cfa8d merge 3.3 by Benjamin Peterson · 10 years ago
  57. d48bc94 these variables ought to be Py_ssize_t by Benjamin Peterson · 10 years ago
  58. 18f836f merge 3.3 (closes #22519) by Benjamin Peterson · 10 years ago
  59. 42ff105 fix overflow checking in PyBytes_Repr (closes #22519) by Benjamin Peterson · 10 years ago
  60. 2b76ce6 merge 3.3 (closes #22518) by Benjamin Peterson · 10 years ago
  61. 3bbb2e4 NEWS issue for #22518 by Benjamin Peterson · 10 years ago
  62. a1c1be4 cleanup overflowing handling in unicode_decode_call_errorhandler and unicode_encode_ucs1 (closes #22518) by Benjamin Peterson · 10 years ago
  63. 12dc0d9 #20135: FAQ entry for list mutation. (See also 6375bf34fff6.) by R David Murray · 10 years ago
  64. c31f12d check that exception messages are not empty (#22379) by Benjamin Peterson · 10 years ago
  65. 623ae29 #10510: Fix bug in forward port of 2.7 distutils patch. by R David Murray · 10 years ago
  66. 9c1dba2 Revert #22251 by Berker Peksag · 10 years ago
  67. 9ce6967 #10510: make distuitls upload/register use HTML standards compliant CRLF. by R David Murray · 10 years ago
  68. 3749404 Issue #22251: Fix ReST markup to avoid errors building docs. by Berker Peksag · 10 years ago
  69. c5deed3 Merge heads. by Berker Peksag · 10 years ago
  70. 9cc5fd7 #18854: make it explicit that is_multipart does not mean 'multipart/xxx'. by R David Murray · 10 years ago
  71. 21c8d5c Issue #16537: Check whether self.extensions is empty in setup.py. by Berker Peksag · 10 years ago
  72. 1f3a88f #20974: Update version table in email intro. by R David Murray · 10 years ago
  73. ca534ab Issue #9850: Fixed macpath.join() for empty first component. Patch by by Serhiy Storchaka · 10 years ago
  74. 3e67d58 tempfile: Fix docstring. Issue #21397, patch by R. David Murray. by Yury Selivanov · 10 years ago
  75. 6c1f0ad Issue #17462: Add a paragraph about advantages of argparse over optparse. by Berker Peksag · 10 years ago
  76. d5a8f58 asyncio.test_tasks: Fix test_env_var_debug to use correct asyncio module by Yury Selivanov · 10 years ago
  77. 592ada9 asyncio: Improve canceled timer handles cleanup. Closes issue #22448. by Yury Selivanov · 10 years ago
  78. 8c0e0ab asyncio.unix_events: Move import statement to match tulip code by Yury Selivanov · 10 years ago
  79. efd713b allow archives for rc releases to be built (closes #22484) by Benjamin Peterson · 10 years ago
  80. 29001c8 test_faulthandler: fix typo by Victor Stinner · 10 years ago
  81. 8e069d5 Apply asyncio Task English fixes to docstrings as well. by R David Murray · 10 years ago
  82. 22dd833 Improve English phrasing in asyncio task docs. by R David Murray · 10 years ago
  83. f8c111d Issue #16056: Rename test method in test_statistics to avoid conflict. by Berker Peksag · 10 years ago
  84. 5e193ac Issue #22427: TemporaryDirectory no longer attempts to clean up twice when by Serhiy Storchaka · 10 years ago
  85. b87630c Issue #21860: Correct docstrings of FileIO.seek() and FileIO.truncate() methods. by Berker Peksag · 10 years ago
  86. 717b0d3 Merge heads by Serhiy Storchaka · 10 years ago
  87. cd9032d Fixed bytes literals in tests. by Serhiy Storchaka · 10 years ago
  88. b1f4ec6 Issue #22471: Avoid Python Launcher.app install problems by removing by Ned Deily · 10 years ago
  89. 46a3492 Issue #20912: Now directories added to ZIP file have correct Unix and MS-DOS by Serhiy Storchaka · 10 years ago
  90. 026a399 Fixed test_large_file_exception. Ported tests for large count of files by Serhiy Storchaka · 10 years ago
  91. cfbb394 Issue #21866: ZipFile.close() no longer writes ZIP64 central directory by Serhiy Storchaka · 10 years ago
  92. 8aa8c47 Fixed reference leak in the "backslashreplace" error handler. by Serhiy Storchaka · 10 years ago
  93. eb83ffe fix error in split() examples (closes #22459) by Benjamin Peterson · 10 years ago
  94. 61ff32f Fix pydoc topics. I'll regenerate this again for 3.4.2 final, by Larry Hastings · 10 years ago
  95. 14aa057 Fix formatting typo in Misc/NEWS. by Ned Deily · 10 years ago
  96. 90d76ca Closes #21431: make docs depend on Sphinx 1.2 and fix pydoc-topics builder to by Georg Brandl · 10 years ago
  97. 2887f76 Merge. by Larry Hastings · 10 years ago
  98. f26c2e7 Post-release engineering work for 3.4.2rc1. by Larry Hastings · 10 years ago
  99. ca2e02c Typo: headeronly -> headersonly by Jesus Cea · 10 years ago
  100. 964fcba Fixed issue #22415 number in Misc/NEWS for changeset e99a1df8db36. by Serhiy Storchaka · 10 years ago