1. b1f4ec6 Issue #22471: Avoid Python Launcher.app install problems by removing by Ned Deily · 10 years ago
  2. 46a3492 Issue #20912: Now directories added to ZIP file have correct Unix and MS-DOS by Serhiy Storchaka · 10 years ago
  3. 026a399 Fixed test_large_file_exception. Ported tests for large count of files by Serhiy Storchaka · 10 years ago
  4. cfbb394 Issue #21866: ZipFile.close() no longer writes ZIP64 central directory by Serhiy Storchaka · 10 years ago
  5. 8aa8c47 Fixed reference leak in the "backslashreplace" error handler. by Serhiy Storchaka · 10 years ago
  6. eb83ffe fix error in split() examples (closes #22459) by Benjamin Peterson · 10 years ago
  7. 61ff32f Fix pydoc topics. I'll regenerate this again for 3.4.2 final, by Larry Hastings · 10 years ago
  8. 14aa057 Fix formatting typo in Misc/NEWS. by Ned Deily · 10 years ago
  9. 90d76ca Closes #21431: make docs depend on Sphinx 1.2 and fix pydoc-topics builder to by Georg Brandl · 10 years ago
  10. 2887f76 Merge. by Larry Hastings · 10 years ago
  11. f26c2e7 Post-release engineering work for 3.4.2rc1. by Larry Hastings · 10 years ago
  12. ca2e02c Typo: headeronly -> headersonly by Jesus Cea · 10 years ago
  13. 964fcba Fixed issue #22415 number in Misc/NEWS for changeset e99a1df8db36. by Serhiy Storchaka · 10 years ago
  14. 44dae8b Issue #22423: Fixed debugging output of the GROUPREF_EXISTS opcode in the re by Serhiy Storchaka · 10 years ago
  15. 1a5426d Merge heads by Serhiy Storchaka · 10 years ago
  16. afe8d06 Issue #21332: Ensure that ``bufsize=1`` in subprocess.Popen() selects line buffering, rather than block buffering. by Antoine Pitrou · 10 years ago
  17. 52005c2 Issue #22423: Unhandled exception in thread no longer causes unhandled by Serhiy Storchaka · 10 years ago
  18. 2ec22ab Added tag v3.4.2rc1 for changeset 8711a0951384 by Larry Hastings · 10 years ago
  19. 03776e3 Bump version number for 3.4.2rc1 release. by Larry Hastings · 10 years ago
  20. 43a4f70 Updated pydoc topics for 3.4.1rc1 release. by Larry Hastings · 10 years ago
  21. 3f40c40 Doc: remove invalid uses of ":option:" which will emit warnings in Sphinx 1.3. by Georg Brandl · 10 years ago
  22. 8a97896 #21091: make is_attachment a method. by R David Murray · 10 years ago
  23. 97dfad7 #21079: is_attachment now looks only at the value, ignoring parameters. by R David Murray · 10 years ago
  24. 9833fcb use patch context manager instead of decorator because the decorator 'leaks' metadata onto the function by Benjamin Peterson · 10 years ago
  25. 96756b6 Issue #22247: Add NNTPError to nntplib.__all__. by Berker Peksag · 10 years ago
  26. fc4ead2 Issue #15661: Update OS X installer welcome and readme files for 3.4.2. by Ned Deily · 10 years ago
  27. b6e1778 Update Idle's online doc url. by Terry Jan Reedy · 10 years ago
  28. 81b062f Issue #22420: Avoid 'write to None' crashes by using print instead. by Terry Jan Reedy · 10 years ago
  29. cbfaa7b standardize pep 466 relnote style by Benjamin Peterson · 10 years ago
  30. 49d77fd remove extra letter by Benjamin Peterson · 10 years ago
  31. ce30237 whatsnew for pep 466 ssl backport by Benjamin Peterson · 10 years ago
  32. 2f1cd8a Issue #22436: Improved documentation for getEffectiveLevel() and getLevelName(). by Vinay Sajip · 10 years ago
  33. 15e4833 Issue #16827: Make Interpreter introduction section of the tutorial more by Senthil Kumaran · 10 years ago
  34. 2d510e3 Issue #14824: Update Repr.repr_TYPE documentation to use correct name mangling implementation. by Berker Peksag · 10 years ago
  35. cb0a006 Issue #4180: The warnings registries are now reset when the filters are modified. by Antoine Pitrou · 10 years ago
  36. 1b38bc6 asyncio, Tulip issue 206: In debug mode, keep the callback in the by Victor Stinner · 10 years ago
  37. 86c9e18 Merge from 3.3 by Senthil Kumaran · 10 years ago
  38. e025b52 Issue #22419: Limit the length of incoming HTTP request in wsgiref server to 65536 bytes. by Senthil Kumaran · 10 years ago
  39. aa72b1b Merge from 3.3 by Senthil Kumaran · 10 years ago
  40. 2a42a0b Issue #22421 - Secure pydoc server run. Bind it to localhost instead of all interfaces. by Senthil Kumaran · 10 years ago
  41. f75805e Issue21738: clarify usage of __new__ in Enum subclasses by Ethan Furman · 10 years ago
  42. 0081f23 consistently use _name_ and _value_; patch from Kiss Gyorgy by Ethan Furman · 10 years ago
  43. bc2c4c9 Replace bad ftp URLs in test_urllib2net by Antoine Pitrou · 10 years ago
  44. 637e454 Lax cookie parsing in http.cookies could be a security issue when combined by Antoine Pitrou · 10 years ago
  45. 7d0b8f9 Lax cookie parsing in http.cookies could be a security issue when combined by Antoine Pitrou · 10 years ago
  46. 8fad167 Issue #22166: clear codec caches in test_codecs by Nick Coghlan · 10 years ago
  47. b85a976 Restored re pickling test. by Serhiy Storchaka · 10 years ago
  48. ad24d62 Issue #17095: Temporarily revert getpath.c change that added the Modules by Ned Deily · 10 years ago
  49. 9502487 Issue #22384: An exception in Tkinter callback no longer crashes the program by Serhiy Storchaka · 10 years ago
  50. d9cf65f Use more appropriate asserts in re tests. by Serhiy Storchaka · 10 years ago
  51. a25875c Fixed re tests incorrectly ported from 2.x to 3.x. by Serhiy Storchaka · 10 years ago
  52. 152dfd1 Issue #22168: Prevent turtle AttributeError with non-default Canvas on OS X. by Ned Deily · 10 years ago
  53. 7c8b89e make hg link secure by Benjamin Peterson · 10 years ago
  54. d1d4fbf Issue #22386: fixed regression. by Vinay Sajip · 10 years ago
  55. 42d67af Issue #21147: sqlite3 now raises an exception if the request contains a null by Serhiy Storchaka · 10 years ago
  56. abf68ce Issue #21951: Fixed a crash in Tkinter on AIX when called Tcl command with by Serhiy Storchaka · 10 years ago
  57. 0794088 Issue #21951: Use attemptckalloc() instead of ckalloc() in Tkinter. by Serhiy Storchaka · 10 years ago
  58. 31a3ec3 Issue #22338: Fix a crash in the json module on memory allocation failure. by Victor Stinner · 10 years ago
  59. 6d46dff y2k compliance, lol (closes #22380) by Benjamin Peterson · 10 years ago
  60. 1486799 Issue #22369: Change "context manager protocol" to "context management protocol". by Serhiy Storchaka · 10 years ago
  61. 964feab Issue #22284: Update decimal.__all__ by Stefan Krah · 10 years ago
  62. df0eb95 remove various dead version checks (closes #22349) by Benjamin Peterson · 10 years ago
  63. 8f0a1d0 Issue #22226: Added private function _splitdict() in the Tkinter module. by Serhiy Storchaka · 10 years ago
  64. c70386e Issue #22131: Fixed a bug in handling an error occured during reading from by Serhiy Storchaka · 10 years ago
  65. f54c350 Issue #19524: Fixed resource leak in the HTTP connection when an invalid by Serhiy Storchaka · 10 years ago
  66. 1d52096 Issue #22295: Adopt 'python -m pip' as the preferred invocation by Nick Coghlan · 10 years ago
  67. af117ed Issue #22346: also include asyncio PEP 411 notice in 3.4 by Nick Coghlan · 10 years ago
  68. 1ff32a9 Keep Mac/build-installer.py in sync across branches (affects 2.7 only). by Ned Deily · 10 years ago
  69. 848c8b2 Issue #20643: Removed unneeded (and wrong) class directives. by Serhiy Storchaka · 10 years ago
  70. 607cb9c Issue #22221: Add tests for compile() with source encoding cookie. by Serhiy Storchaka · 10 years ago
  71. d43ffc9 Issue #21933: Make Control-Mousewhell only change font size and not also scroll. by Terry Jan Reedy · 10 years ago
  72. be74668d NEWS items for Idle. by Terry Jan Reedy · 10 years ago
  73. 67fe046 NEWS items for turtledemo. by Terry Jan Reedy · 10 years ago
  74. 7034914 Issue #22051: remove unneeded reload that allowed bad code. by Terry Jan Reedy · 10 years ago
  75. 88b215e Issue #21440: test_zipfile: replace last direct calls to os.remove() with by Victor Stinner · 10 years ago
  76. 57004c6 Issue #21440: Backport changeset 4ebf97299b18 to branch 3.4, use by Victor Stinner · 10 years ago
  77. 19c899c Issue #20957: test_smtpnet now uses support.transient_internet() to call by Victor Stinner · 10 years ago
  78. 2bb8a08 Issue #22332: test_multiprocessing_main_handling is now skipped if sem_open by Victor Stinner · 10 years ago
  79. 6ab7286 Issue #22331: Skip test_interrupted_write_text() on FreeBSD older than 8.0 by Victor Stinner · 10 years ago
  80. c6a1c02 Issue #21933: Users can now change the font size for example code. by Terry Jan Reedy · 10 years ago
  81. 282124b Closes #22258: Fix the the internal function set_inheritable() on Illumos. by Victor Stinner · 10 years ago
  82. a42ad6b Remove unused imports. by Berker Peksag · 10 years ago
  83. a7614d0 Issue #19447: Suppress output of py_compile.compile(). by Berker Peksag · 10 years ago
  84. 29020b1 Issue #22320: Fix broken link in the General Python FAQ. by Ned Deily · 10 years ago
  85. 311321e #22315: Use advertised API for OSError by Jason R. Coombs · 10 years ago
  86. d28c5f0 #22315: Use an existent directory for 'src' to trigger appropriate behavior. by Jason R. Coombs · 10 years ago
  87. 47f44c9 #22315: Provide an actual directory during test invocation. by Jason R. Coombs · 10 years ago
  88. e572ce3 #22315: Use technique outlined in test_file_util by Jason R. Coombs · 10 years ago
  89. 4b02e70 #22315: Add test to capture the failure. by Jason R. Coombs · 10 years ago
  90. 1be2e82 Correct indent by Jason R. Coombs · 10 years ago
  91. b4efbe8 Remove unused import by Jason R. Coombs · 10 years ago
  92. d5aeccf9 asyncio, Tulip issue 205: Fix a race condition in BaseSelectorEventLoop.sock_connect() by Victor Stinner · 10 years ago
  93. 41f3c3f Closes #22275: asyncio: enhance documentation of OS support by Victor Stinner · 10 years ago
  94. e218bcb getuid() returns real process id not effective (closes #22307) by Benjamin Peterson · 10 years ago
  95. 0cff49f #22215: have the smtplib 'quit' command reset the state. by R David Murray · 10 years ago
  96. a64b92e Issue #22185: Fix an occasional RuntimeError in threading.Condition.wait() caused by mutation of the waiters queue without holding the lock. by Antoine Pitrou · 10 years ago
  97. 6685883 Issue #22182: Use e.args to unpack exceptions correctly in distutils.file_util.move_file. by Berker Peksag · 10 years ago
  98. 59e0802 asyncio, Tulip issue 201: Fix a race condition in wait_for() by Victor Stinner · 10 years ago
  99. feac398 The webbrowser module now uses subprocess's start_new_session=True rather by Gregory P. Smith · 10 years ago
  100. 2ced87f Issue #22065: Remove the now unsed configGUI menu parameter and arguments. by Terry Jan Reedy · 10 years ago