1. 4601df5 Issue #20079: Fixed tests. by Serhiy Storchaka · 10 years ago
  2. 9e04eda Issue #20079: Updated alias mapping to glibc 2.19 SUPPORTED file. by Serhiy Storchaka · 10 years ago
  3. b8cd8cf Issue #20076: Remove just added the sr_rs.utf8@latn alias because it is by Serhiy Storchaka · 10 years ago
  4. c0a8f8c closes #22528: add source links to symtable and compileall by Georg Brandl · 10 years ago
  5. 41ea1f4 Closes #19342: improve docstrings in grp module. by Georg Brandl · 10 years ago
  6. ea7ec2b Remove unused and now removed config value. by Georg Brandl · 10 years ago
  7. 6e978d2 Issue #21971: Index and update turtledemo doc. by Terry Jan Reedy · 10 years ago
  8. cef3bdc - Issue #17219: Add library build dir for Python extension cross-builds. by doko@ubuntu.com · 10 years ago
  9. d486c43 - Issue #18096: Fix library order returned by python-config. by doko@ubuntu.com · 10 years ago
  10. 1de0ba2 Issue #20076: Added non derived UTF-8 aliases to locale aliases table. by Serhiy Storchaka · 10 years ago
  11. 99cb41d Issue #20079: Added locales supported in glibc 2.18 to locale alias table. by Serhiy Storchaka · 10 years ago
  12. 1895f2b Issue 22492: Be explicit that print does not support binary mode files. by Terry Jan Reedy · 10 years ago
  13. 0428e6c Remove old overridden version of a Sphinx CSS file. by Georg Brandl · 10 years ago
  14. fd3a15a Make pydoctheme compatible with Sphinx 1.3 HTML output changes. by Georg Brandl · 10 years ago
  15. 9e883ca Update Idle news for 3.4.2 (and 3.4.1). by Terry Jan Reedy · 10 years ago
  16. 1d82a9c Issue #16537: Use the new *default* parameter of max(). by Berker Peksag · 10 years ago
  17. 14366f3 Fix overlooked conf.py setting in flattening of Doc directory. by Ned Deily · 10 years ago
  18. 6bd6860 #21739: mention subtle difference between loops and listcomps in tutorial. by R David Murray · 10 years ago
  19. e6edc03 #22512: move distutils rpm test's .rpmdb to testing tmpdir. by R David Murray · 10 years ago
  20. b6271f2 Issue 22465: grammar, number agreement. by Terry Jan Reedy · 10 years ago
  21. 97e9ec6 Move Doc/tools/sphinxext content to Doc/tools, there is no need for the nested subdirectory anymore. by Georg Brandl · 10 years ago
  22. 2b1a0a3 Dont define an empty SPHINXOPTS, which overrides a definition from the environment. by Georg Brandl · 10 years ago
  23. bae334c Prepare sphinx extensions for 1.3. by Georg Brandl · 10 years ago
  24. 45d929d add link to pdb source (closes #22528) by Benjamin Peterson · 10 years ago
  25. 68da8fc Issue #22448: asyncio, cleanup _run_once(), only iterate once to remove delayed by Victor Stinner · 10 years ago
  26. 5083828 faulthandler: test_gil_released() now uses _sigsegv() instead of _read_null(), by Victor Stinner · 10 years ago
  27. 9db521c faulthandler: _sigsegv() and _sigabrt() don't accept parameters by Victor Stinner · 10 years ago
  28. d6b1769 Issue #22396: On 32-bit AIX platform, don't expose os.posix_fadvise() nor by Victor Stinner · 10 years ago
  29. 43030ee merge 3.3 (#22520) by Benjamin Peterson · 10 years ago
  30. 736b801 prevent overflow in unicode_repr (closes #22520) by Benjamin Peterson · 10 years ago
  31. c44eb73 merge 3.3 (#22517) by Benjamin Peterson · 10 years ago
  32. bbd0a32 clear BufferedRWPair weakrefs on deallocation (closes #22517) by Benjamin Peterson · 10 years ago
  33. c2cfa8d merge 3.3 by Benjamin Peterson · 10 years ago
  34. d48bc94 these variables ought to be Py_ssize_t by Benjamin Peterson · 10 years ago
  35. 18f836f merge 3.3 (closes #22519) by Benjamin Peterson · 10 years ago
  36. 42ff105 fix overflow checking in PyBytes_Repr (closes #22519) by Benjamin Peterson · 10 years ago
  37. 2b76ce6 merge 3.3 (closes #22518) by Benjamin Peterson · 10 years ago
  38. 3bbb2e4 NEWS issue for #22518 by Benjamin Peterson · 10 years ago
  39. a1c1be4 cleanup overflowing handling in unicode_decode_call_errorhandler and unicode_encode_ucs1 (closes #22518) by Benjamin Peterson · 10 years ago
  40. 12dc0d9 #20135: FAQ entry for list mutation. (See also 6375bf34fff6.) by R David Murray · 10 years ago
  41. c31f12d check that exception messages are not empty (#22379) by Benjamin Peterson · 10 years ago
  42. 623ae29 #10510: Fix bug in forward port of 2.7 distutils patch. by R David Murray · 10 years ago
  43. 9c1dba2 Revert #22251 by Berker Peksag · 10 years ago
  44. 9ce6967 #10510: make distuitls upload/register use HTML standards compliant CRLF. by R David Murray · 10 years ago
  45. 3749404 Issue #22251: Fix ReST markup to avoid errors building docs. by Berker Peksag · 10 years ago
  46. c5deed3 Merge heads. by Berker Peksag · 10 years ago
  47. 9cc5fd7 #18854: make it explicit that is_multipart does not mean 'multipart/xxx'. by R David Murray · 10 years ago
  48. 21c8d5c Issue #16537: Check whether self.extensions is empty in setup.py. by Berker Peksag · 10 years ago
  49. 1f3a88f #20974: Update version table in email intro. by R David Murray · 10 years ago
  50. ca534ab Issue #9850: Fixed macpath.join() for empty first component. Patch by by Serhiy Storchaka · 10 years ago
  51. 3e67d58 tempfile: Fix docstring. Issue #21397, patch by R. David Murray. by Yury Selivanov · 10 years ago
  52. 6c1f0ad Issue #17462: Add a paragraph about advantages of argparse over optparse. by Berker Peksag · 10 years ago
  53. d5a8f58 asyncio.test_tasks: Fix test_env_var_debug to use correct asyncio module by Yury Selivanov · 10 years ago
  54. 592ada9 asyncio: Improve canceled timer handles cleanup. Closes issue #22448. by Yury Selivanov · 10 years ago
  55. 8c0e0ab asyncio.unix_events: Move import statement to match tulip code by Yury Selivanov · 10 years ago
  56. efd713b allow archives for rc releases to be built (closes #22484) by Benjamin Peterson · 10 years ago
  57. 29001c8 test_faulthandler: fix typo by Victor Stinner · 10 years ago
  58. 8e069d5 Apply asyncio Task English fixes to docstrings as well. by R David Murray · 10 years ago
  59. 22dd833 Improve English phrasing in asyncio task docs. by R David Murray · 10 years ago
  60. f8c111d Issue #16056: Rename test method in test_statistics to avoid conflict. by Berker Peksag · 10 years ago
  61. 5e193ac Issue #22427: TemporaryDirectory no longer attempts to clean up twice when by Serhiy Storchaka · 10 years ago
  62. b87630c Issue #21860: Correct docstrings of FileIO.seek() and FileIO.truncate() methods. by Berker Peksag · 10 years ago
  63. 717b0d3 Merge heads by Serhiy Storchaka · 10 years ago
  64. cd9032d Fixed bytes literals in tests. by Serhiy Storchaka · 10 years ago
  65. b1f4ec6 Issue #22471: Avoid Python Launcher.app install problems by removing by Ned Deily · 10 years ago
  66. 46a3492 Issue #20912: Now directories added to ZIP file have correct Unix and MS-DOS by Serhiy Storchaka · 10 years ago
  67. 026a399 Fixed test_large_file_exception. Ported tests for large count of files by Serhiy Storchaka · 10 years ago
  68. cfbb394 Issue #21866: ZipFile.close() no longer writes ZIP64 central directory by Serhiy Storchaka · 10 years ago
  69. 8aa8c47 Fixed reference leak in the "backslashreplace" error handler. by Serhiy Storchaka · 10 years ago
  70. eb83ffe fix error in split() examples (closes #22459) by Benjamin Peterson · 10 years ago
  71. 61ff32f Fix pydoc topics. I'll regenerate this again for 3.4.2 final, by Larry Hastings · 10 years ago
  72. 14aa057 Fix formatting typo in Misc/NEWS. by Ned Deily · 10 years ago
  73. 90d76ca Closes #21431: make docs depend on Sphinx 1.2 and fix pydoc-topics builder to by Georg Brandl · 10 years ago
  74. 2887f76 Merge. by Larry Hastings · 10 years ago
  75. f26c2e7 Post-release engineering work for 3.4.2rc1. by Larry Hastings · 10 years ago
  76. ca2e02c Typo: headeronly -> headersonly by Jesus Cea · 10 years ago
  77. 964fcba Fixed issue #22415 number in Misc/NEWS for changeset e99a1df8db36. by Serhiy Storchaka · 10 years ago
  78. 44dae8b Issue #22423: Fixed debugging output of the GROUPREF_EXISTS opcode in the re by Serhiy Storchaka · 10 years ago
  79. 1a5426d Merge heads by Serhiy Storchaka · 10 years ago
  80. afe8d06 Issue #21332: Ensure that ``bufsize=1`` in subprocess.Popen() selects line buffering, rather than block buffering. by Antoine Pitrou · 10 years ago
  81. 52005c2 Issue #22423: Unhandled exception in thread no longer causes unhandled by Serhiy Storchaka · 10 years ago
  82. 2ec22ab Added tag v3.4.2rc1 for changeset 8711a0951384 by Larry Hastings · 10 years ago
  83. 03776e3 Bump version number for 3.4.2rc1 release. by Larry Hastings · 10 years ago
  84. 43a4f70 Updated pydoc topics for 3.4.1rc1 release. by Larry Hastings · 10 years ago
  85. 3f40c40 Doc: remove invalid uses of ":option:" which will emit warnings in Sphinx 1.3. by Georg Brandl · 10 years ago
  86. 8a97896 #21091: make is_attachment a method. by R David Murray · 10 years ago
  87. 97dfad7 #21079: is_attachment now looks only at the value, ignoring parameters. by R David Murray · 10 years ago
  88. 9833fcb use patch context manager instead of decorator because the decorator 'leaks' metadata onto the function by Benjamin Peterson · 10 years ago
  89. 96756b6 Issue #22247: Add NNTPError to nntplib.__all__. by Berker Peksag · 10 years ago
  90. fc4ead2 Issue #15661: Update OS X installer welcome and readme files for 3.4.2. by Ned Deily · 10 years ago
  91. b6e1778 Update Idle's online doc url. by Terry Jan Reedy · 10 years ago
  92. 81b062f Issue #22420: Avoid 'write to None' crashes by using print instead. by Terry Jan Reedy · 10 years ago
  93. cbfaa7b standardize pep 466 relnote style by Benjamin Peterson · 10 years ago
  94. 49d77fd remove extra letter by Benjamin Peterson · 10 years ago
  95. ce30237 whatsnew for pep 466 ssl backport by Benjamin Peterson · 10 years ago
  96. 2f1cd8a Issue #22436: Improved documentation for getEffectiveLevel() and getLevelName(). by Vinay Sajip · 10 years ago
  97. 15e4833 Issue #16827: Make Interpreter introduction section of the tutorial more by Senthil Kumaran · 10 years ago
  98. 2d510e3 Issue #14824: Update Repr.repr_TYPE documentation to use correct name mangling implementation. by Berker Peksag · 10 years ago
  99. cb0a006 Issue #4180: The warnings registries are now reset when the filters are modified. by Antoine Pitrou · 10 years ago
  100. 1b38bc6 asyncio, Tulip issue 206: In debug mode, keep the callback in the by Victor Stinner · 10 years ago