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