1. dbb1261 Release bump for 3.4.2 final. by Larry Hastings · 11 years ago v3.4.2
  2. 03776e3 Bump version number for 3.4.2rc1 release. by Larry Hastings · 11 years ago v3.4.2rc1
  3. 8a97896 #21091: make is_attachment a method. by R David Murray · 11 years ago
  4. 97dfad7 #21079: is_attachment now looks only at the value, ignoring parameters. by R David Murray · 11 years ago
  5. 96756b6 Issue #22247: Add NNTPError to nntplib.__all__. by Berker Peksag · 11 years ago
  6. fc4ead2 Issue #15661: Update OS X installer welcome and readme files for 3.4.2. by Ned Deily · 11 years ago
  7. cb0a006 Issue #4180: The warnings registries are now reset when the filters are modified. by Antoine Pitrou · 11 years ago
  8. 86c9e18 Merge from 3.3 by Senthil Kumaran · 11 years ago
  9. e025b52 Issue #22419: Limit the length of incoming HTTP request in wsgiref server to 65536 bytes. by Senthil Kumaran · 11 years ago
  10. 637e454 Lax cookie parsing in http.cookies could be a security issue when combined by Antoine Pitrou · 11 years ago
  11. 7d0b8f9 Lax cookie parsing in http.cookies could be a security issue when combined by Antoine Pitrou · 11 years ago
  12. 8fad167 Issue #22166: clear codec caches in test_codecs by Nick Coghlan · 11 years ago
  13. 9502487 Issue #22384: An exception in Tkinter callback no longer crashes the program by Serhiy Storchaka · 11 years ago
  14. 152dfd1 Issue #22168: Prevent turtle AttributeError with non-default Canvas on OS X. by Ned Deily · 11 years ago
  15. 42d67af Issue #21147: sqlite3 now raises an exception if the request contains a null by Serhiy Storchaka · 11 years ago
  16. abf68ce Issue #21951: Fixed a crash in Tkinter on AIX when called Tcl command with by Serhiy Storchaka · 11 years ago
  17. 0794088 Issue #21951: Use attemptckalloc() instead of ckalloc() in Tkinter. by Serhiy Storchaka · 11 years ago
  18. 31a3ec3 Issue #22338: Fix a crash in the json module on memory allocation failure. by Victor Stinner · 11 years ago
  19. 1486799 Issue #22369: Change "context manager protocol" to "context management protocol". by Serhiy Storchaka · 11 years ago
  20. 8f0a1d0 Issue #22226: Added private function _splitdict() in the Tkinter module. by Serhiy Storchaka · 11 years ago
  21. f54c350 Issue #19524: Fixed resource leak in the HTTP connection when an invalid by Serhiy Storchaka · 11 years ago
  22. be74668d NEWS items for Idle. by Terry Jan Reedy · 11 years ago
  23. 67fe046 NEWS items for turtledemo. by Terry Jan Reedy · 11 years ago
  24. 282124b Closes #22258: Fix the the internal function set_inheritable() on Illumos. by Victor Stinner · 11 years ago
  25. 0cff49f #22215: have the smtplib 'quit' command reset the state. by R David Murray · 11 years ago
  26. 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 · 11 years ago
  27. 6685883 Issue #22182: Use e.args to unpack exceptions correctly in distutils.file_util.move_file. by Berker Peksag · 11 years ago
  28. feac398 The webbrowser module now uses subprocess's start_new_session=True rather by Gregory P. Smith · 11 years ago
  29. d00aff2 Issue #22236: Tkinter tests now don't reuse default root window. New root by Serhiy Storchaka · 11 years ago
  30. fcbc246 Issue #21166: Prevent possible segfaults and other random failures of by Ned Deily · 11 years ago
  31. 14ad531 Issue #22191: Fix warnings.__all__. by Brett Cannon · 11 years ago
  32. 7837376 Fix Issue #8797: Raise HTTPError on failed Basic Authentication immediately. Initial patch by Sam Bull. by Senthil Kumaran · 11 years ago
  33. 76b4765 Issue #15696: Add a __sizeof__ implementation for mmap objects on Windows. by Serhiy Storchaka · 11 years ago
  34. 87bbf25 Issue #22068: Avoided reference loops with Variables and Fonts in Tkinter. by Serhiy Storchaka · 11 years ago
  35. 97f17ff Issue #22201: Command-line interface of the zipfile module now correctly by Serhiy Storchaka · 11 years ago
  36. cb5bc40 Issue #22165: SimpleHTTPRequestHandler now supports undecodable file names. by Serhiy Storchaka · 11 years ago
  37. 402df09 backout changeset 3435c5865cfc due to buildbot failures. Ref #8797 by Senthil Kumaran · 11 years ago
  38. b2e3a93 Fix Issue #8797: Raise HTTPError on failed Basic Authentication immediately. Initial patch by Sam Bull. by Senthil Kumaran · 11 years ago
  39. 143fe05 Issue #21445: Pass exception messages correctly to assertTrue in by Berker Peksag · 11 years ago
  40. cd3aacf5 Issue #20729: Restored the use of lazy iterkeys()/itervalues()/iteritems() by Serhiy Storchaka · 11 years ago
  41. 4d58897 Issue 22184: Early detection and reporting of missing lru_cache parameters by Raymond Hettinger · 11 years ago
  42. 320a1c0 Issue #21448: Fixed FeedParser feed() to avoid O(N**2) behavior when parsing long line. by Serhiy Storchaka · 11 years ago
  43. 6f20170 Issue #17923: glob() patterns ending with a slash no longer match non-dirs on by Serhiy Storchaka · 11 years ago
  44. c04d468 Issue #20746: Fix test_pdb to run in refleak mode (-R). Patch by Xavier de Gaye. by Antoine Pitrou · 11 years ago
  45. ac191ce Issue #22174: Clean-up grammar and ambiguities in property() docs. by Raymond Hettinger · 11 years ago
  46. acb8c52 add -Werror=declaration-after-statement only to stdlib extension modules (closes #21121) by Benjamin Peterson · 11 years ago
  47. 736a913 - Issue #22176: Update the ctypes module's libffi to v3.1. This release by doko@ubuntu.com · 11 years ago
  48. e4936b8 Issue #21777: separate docs for binary sequence methods by Nick Coghlan · 11 years ago
  49. 5a794c1 Issue #22060: Clean up/simplify test_ctypes, use test discovery by Zachary Ware · 11 years ago
  50. 22f2d2e Issue #22160: Update OpenSSL to 1.0.1i for the Windows build. by Zachary Ware · 11 years ago
  51. 3d4b2d4 Issue #21975: Fixed crash when using uninitialized sqlite3.Row (in particular by Serhiy Storchaka · 11 years ago
  52. e4aad5a #18034: update FAQ to suggest importlib.import_module instead of __import__. Patch by Wouter van Heyst. by Ezio Melotti · 11 years ago
  53. 69fb6a4 Issue #22104: Don't hold a reference to the loaded TestSuite in runtest_inner by Zachary Ware · 11 years ago
  54. d577480 #20977: fix undefined name in the email module. Patch by Rose Ames. by Ezio Melotti · 11 years ago
  55. 74596a8 Issue #21580: Now Tkinter correctly handles bytes arguments passed to Tk. by Serhiy Storchaka · 11 years ago
  56. 3d4953a Edit NEWS entry by Ned Deily · 11 years ago
  57. 8a0fb2c #21704: remove duplicate name in Misc/ACKS. by Ezio Melotti · 11 years ago
  58. 7eca734 Issue #17172: add NEWS by Terry Jan Reedy · 11 years ago
  59. e0e6581 Issue #21704: Fix build error for _multiprocessing when semaphores by Richard Oudkerk · 11 years ago
  60. e254e53 Fix repr(_socket.socket) on Windows 64-bit: don't fail with OverflowError by Victor Stinner · 11 years ago
  61. 5a2146a Issue #22044: Fixed premature DECREF in call_tzinfo_method. by Raymond Hettinger · 11 years ago
  62. 64ba60a Issue #21958: Define HAVE_ROUND when building with VS 2013 and above. by Zachary Ware · 11 years ago
  63. 45cff66 Issue #16133: The asynchat.async_chat.handle_read() method now ignores by Victor Stinner · 11 years ago
  64. a3c80ce Issue #19884: readline: Disable the meta modifier key if stdout is not a by Victor Stinner · 11 years ago
  65. b03f042 Issue #21597: Turtledemo text pane can now be widened to view or copy complete by Terry Jan Reedy · 11 years ago
  66. f012ba4 Issue #22002: Make full use of test discovery in test sub-packages. by Zachary Ware · 11 years ago
  67. 8966759 Issue #21888: plistlib's load() and loads() now work if the fmt parameter is by Serhiy Storchaka · 11 years ago
  68. 64a1207 Correct issue #21044 patch author. by Serhiy Storchaka · 11 years ago
  69. 17f5f81 Issue #15759: "make suspicious", "make linkcheck" and "make doctest" in Doc/ by Serhiy Storchaka · 11 years ago
  70. dfab935 Issue #21976: Fix test_ssl to accept LibreSSL version strings. by Antoine Pitrou · 11 years ago
  71. 854e76e Issue #21868: Prevent turtle crash due to invalid undo buffer size. by Raymond Hettinger · 11 years ago
  72. 01963e6 add # by Benjamin Peterson · 11 years ago
  73. 2c6a3ae Issue 21044: tarfile.open() now handles fileobj with an integer 'name' by Serhiy Storchaka · 11 years ago
  74. 2b0a610 Issue #21918: Convert test_tools.py to a sub-package of test. by Zachary Ware · 11 years ago
  75. 9b7f9e6 Issue #21765: Add support for non-ascii identifiers to HyperParser by Tal Einat · 11 years ago
  76. 5d0d2e6 Issue #21323: Fix http.server to again handle scripts in CGI subdirectories, by Ned Deily · 11 years ago
  77. 217f4cd Issue #21323: Fix http.server to again handle scripts in CGI subdirectories, by Ned Deily · 11 years ago
  78. 915a30f Issue #21323: Fix http.server to again handle scripts in CGI subdirectories, by Ned Deily · 11 years ago
  79. ad5ffd4 Issue #19076: Don't pass the redundant 'file' argument to self.error(). by Berker Peksag · 11 years ago
  80. 7aee3ec Issue #21906: Make Tools/scripts/md5sum.py work in Python 3. by Berker Peksag · 11 years ago
  81. be25426 Idle News entries. by Terry Jan Reedy · 11 years ago
  82. eb43214 Issue #21942: Fixed source file viewing in pydoc's server mode on Windows. by Zachary Ware · 11 years ago
  83. 630a4f6 Issue #11259: asynchat.async_chat().set_terminator() now raises a ValueError if by Victor Stinner · 11 years ago
  84. d9e810a Issue #12523: asynchat.async_chat.push() now raises a TypeError if it doesn't by Victor Stinner · 11 years ago
  85. 0a0d1da Issue #21707: Add missing kwonlyargcount argument to ModuleFinder.replace_paths_in_code(). by Berker Peksag · 11 years ago
  86. e50dafc Issue #20639: calling Path.with_suffix('') allows removing the suffix again. by Antoine Pitrou · 11 years ago
  87. 7084e73 Issue #21714: Disallow the construction of invalid paths using Path.with_name(). Original patch by Antony Lee. by Antoine Pitrou · 11 years ago
  88. 7bc5fb6 Issue #21923: Prevent AttributeError in distutils.sysconfig.customize_compiler by Ned Deily · 11 years ago
  89. acc8cf2 Issue #21897: Fix a crash with the f_locals attribute with closure variables when frame.clear() has been called. by Antoine Pitrou · 11 years ago
  90. ad4690f Issue #21151: Fixed a segfault in the winreg module. by Zachary Ware · 11 years ago
  91. e10920f Issue #21090: io.FileIO.readall() does not ignore I/O errors anymore. Before, by Victor Stinner · 11 years ago
  92. 2e57b4e Issue #21781: Make the ssl module "ssize_t clean" for parsing parameters. by Victor Stinner · 11 years ago
  93. 093e66e Issue #21811: Add Misc/NEWS entry. by Ned Deily · 11 years ago
  94. 4d4c69d Issue #11453: asyncore: emit a ResourceWarning when an unclosed file_wrapper by Victor Stinner · 11 years ago
  95. 297d104 Issue #21858: Better handling of Python exceptions in the sqlite3 module. by Victor Stinner · 11 years ago
  96. c6772c4 #21476: Unwrap fp in BytesParser so the file isn't unexpectedly closed. by R David Murray · 11 years ago
  97. 1945456 Issue #19145: Remove duplicate ACKS entry by Raymond Hettinger · 11 years ago
  98. 65c623d Issue #21729: Used the "with" statement in the dbm.dumb module to ensure by Serhiy Storchaka · 11 years ago
  99. 97d3555 Issue #19145: Fix handling of negative values for a "times" keyword argument to itertools.repeat()> by Raymond Hettinger · 11 years ago
  100. 6f6922c Add news entry for #21832 by Raymond Hettinger · 11 years ago