1. dbb1261 Release bump for 3.4.2 final. by Larry Hastings · 11 years ago v3.4.2
  2. c6256e5 Update pydoc topics and fix supsicious markup for 3.4.2 final. by Larry Hastings · 11 years ago
  3. 03776e3 Bump version number for 3.4.2rc1 release. by Larry Hastings · 11 years ago v3.4.2rc1
  4. 43a4f70 Updated pydoc topics for 3.4.1rc1 release. by Larry Hastings · 11 years ago
  5. 8a97896 #21091: make is_attachment a method. by R David Murray · 11 years ago
  6. 97dfad7 #21079: is_attachment now looks only at the value, ignoring parameters. by R David Murray · 11 years ago
  7. 9833fcb use patch context manager instead of decorator because the decorator 'leaks' metadata onto the function by Benjamin Peterson · 11 years ago
  8. 96756b6 Issue #22247: Add NNTPError to nntplib.__all__. by Berker Peksag · 11 years ago
  9. b6e1778 Update Idle's online doc url. by Terry Jan Reedy · 11 years ago
  10. 81b062f Issue #22420: Avoid 'write to None' crashes by using print instead. by Terry Jan Reedy · 11 years ago
  11. cb0a006 Issue #4180: The warnings registries are now reset when the filters are modified. by Antoine Pitrou · 11 years ago
  12. 1b38bc6 asyncio, Tulip issue 206: In debug mode, keep the callback in the by Victor Stinner · 11 years ago
  13. 86c9e18 Merge from 3.3 by Senthil Kumaran · 11 years ago
  14. e025b52 Issue #22419: Limit the length of incoming HTTP request in wsgiref server to 65536 bytes. by Senthil Kumaran · 11 years ago
  15. aa72b1b Merge from 3.3 by Senthil Kumaran · 11 years ago
  16. 2a42a0b Issue #22421 - Secure pydoc server run. Bind it to localhost instead of all interfaces. by Senthil Kumaran · 11 years ago
  17. 0081f23 consistently use _name_ and _value_; patch from Kiss Gyorgy by Ethan Furman · 11 years ago
  18. bc2c4c9 Replace bad ftp URLs in test_urllib2net by Antoine Pitrou · 11 years ago
  19. 637e454 Lax cookie parsing in http.cookies could be a security issue when combined by Antoine Pitrou · 11 years ago
  20. 7d0b8f9 Lax cookie parsing in http.cookies could be a security issue when combined by Antoine Pitrou · 11 years ago
  21. 8fad167 Issue #22166: clear codec caches in test_codecs by Nick Coghlan · 11 years ago
  22. b85a976 Restored re pickling test. by Serhiy Storchaka · 11 years ago
  23. 9502487 Issue #22384: An exception in Tkinter callback no longer crashes the program by Serhiy Storchaka · 11 years ago
  24. d9cf65f Use more appropriate asserts in re tests. by Serhiy Storchaka · 11 years ago
  25. a25875c Fixed re tests incorrectly ported from 2.x to 3.x. by Serhiy Storchaka · 11 years ago
  26. 152dfd1 Issue #22168: Prevent turtle AttributeError with non-default Canvas on OS X. by Ned Deily · 11 years ago
  27. d1d4fbf Issue #22386: fixed regression. by Vinay Sajip · 11 years ago
  28. 42d67af Issue #21147: sqlite3 now raises an exception if the request contains a null by Serhiy Storchaka · 11 years ago
  29. abf68ce Issue #21951: Fixed a crash in Tkinter on AIX when called Tcl command with by Serhiy Storchaka · 11 years ago
  30. 1486799 Issue #22369: Change "context manager protocol" to "context management protocol". by Serhiy Storchaka · 11 years ago
  31. 964feab Issue #22284: Update decimal.__all__ by Stefan Krah · 11 years ago
  32. df0eb95 remove various dead version checks (closes #22349) by Benjamin Peterson · 11 years ago
  33. 8f0a1d0 Issue #22226: Added private function _splitdict() in the Tkinter module. by Serhiy Storchaka · 11 years ago
  34. c70386e Issue #22131: Fixed a bug in handling an error occured during reading from by Serhiy Storchaka · 11 years ago
  35. f54c350 Issue #19524: Fixed resource leak in the HTTP connection when an invalid by Serhiy Storchaka · 11 years ago
  36. 607cb9c Issue #22221: Add tests for compile() with source encoding cookie. by Serhiy Storchaka · 11 years ago
  37. d43ffc9 Issue #21933: Make Control-Mousewhell only change font size and not also scroll. by Terry Jan Reedy · 11 years ago
  38. 7034914 Issue #22051: remove unneeded reload that allowed bad code. by Terry Jan Reedy · 11 years ago
  39. 88b215e Issue #21440: test_zipfile: replace last direct calls to os.remove() with by Victor Stinner · 11 years ago
  40. 57004c6 Issue #21440: Backport changeset 4ebf97299b18 to branch 3.4, use by Victor Stinner · 11 years ago
  41. 19c899c Issue #20957: test_smtpnet now uses support.transient_internet() to call by Victor Stinner · 11 years ago
  42. 2bb8a08 Issue #22332: test_multiprocessing_main_handling is now skipped if sem_open by Victor Stinner · 11 years ago
  43. 6ab7286 Issue #22331: Skip test_interrupted_write_text() on FreeBSD older than 8.0 by Victor Stinner · 11 years ago
  44. c6a1c02 Issue #21933: Users can now change the font size for example code. by Terry Jan Reedy · 11 years ago
  45. a42ad6b Remove unused imports. by Berker Peksag · 11 years ago
  46. a7614d0 Issue #19447: Suppress output of py_compile.compile(). by Berker Peksag · 11 years ago
  47. 311321e #22315: Use advertised API for OSError by Jason R. Coombs · 11 years ago
  48. d28c5f0 #22315: Use an existent directory for 'src' to trigger appropriate behavior. by Jason R. Coombs · 11 years ago
  49. 47f44c9 #22315: Provide an actual directory during test invocation. by Jason R. Coombs · 11 years ago
  50. e572ce3 #22315: Use technique outlined in test_file_util by Jason R. Coombs · 11 years ago
  51. 4b02e70 #22315: Add test to capture the failure. by Jason R. Coombs · 11 years ago
  52. 1be2e82 Correct indent by Jason R. Coombs · 11 years ago
  53. b4efbe8 Remove unused import by Jason R. Coombs · 11 years ago
  54. d5aeccf9 asyncio, Tulip issue 205: Fix a race condition in BaseSelectorEventLoop.sock_connect() by Victor Stinner · 11 years ago
  55. 0cff49f #22215: have the smtplib 'quit' command reset the state. by R David Murray · 11 years ago
  56. 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
  57. 6685883 Issue #22182: Use e.args to unpack exceptions correctly in distutils.file_util.move_file. by Berker Peksag · 11 years ago
  58. 59e0802 asyncio, Tulip issue 201: Fix a race condition in wait_for() by Victor Stinner · 11 years ago
  59. feac398 The webbrowser module now uses subprocess's start_new_session=True rather by Gregory P. Smith · 11 years ago
  60. 2ced87f Issue #22065: Remove the now unsed configGUI menu parameter and arguments. by Terry Jan Reedy · 11 years ago
  61. 8450c53 Issue #22065: Menus, unlike Menubottons, do not have a state option. by Terry Jan Reedy · 11 years ago
  62. cf26115 Introduce and check for MPD_VERSION_HEX for precise management of builds by Stefan Krah · 11 years ago
  63. 298131a Issue #22090: Fix '%' formatting for infinities and NaNs. by Stefan Krah · 11 years ago
  64. 52bb949 asyncio, tulip issue 203: Add _FlowControlMixin.get_write_buffer_limits() method by Victor Stinner · 11 years ago
  65. b261475 asyncio: sync with Tulip by Victor Stinner · 11 years ago
  66. 8e16351 allow test to work on implementations not using ref-counting (closes #22265) by Benjamin Peterson · 11 years ago
  67. 18bb702 fix some test_weakref tests to not rely on ref-counting (closes #22267) by Benjamin Peterson · 11 years ago
  68. 549c197 Issue #22034: Got rid of misleading error message for bytearray arguments in by Serhiy Storchaka · 11 years ago
  69. d00aff2 Issue #22236: Tkinter tests now don't reuse default root window. New root by Serhiy Storchaka · 11 years ago
  70. 130f303 Merge heads. by Terry Jan Reedy · 11 years ago
  71. 0242f79 Issue #19447: Use importlib.util.cache_from_source() instead of ``bad_coding + 'c'``. by Berker Peksag · 11 years ago
  72. 31f8a67 Issue #19447: Add a test case to py_compile.compile() to make sure by Berker Peksag · 11 years ago
  73. 14ad531 Issue #22191: Fix warnings.__all__. by Brett Cannon · 11 years ago
  74. a969ae2 Fix issue22245 - Fix urllib2_localnet test. by Senthil Kumaran · 11 years ago
  75. 7837376 Fix Issue #8797: Raise HTTPError on failed Basic Authentication immediately. Initial patch by Sam Bull. by Senthil Kumaran · 11 years ago
  76. 37ed873 Idle ColorDelegator: finish removing code for 'as'. by Terry Jan Reedy · 11 years ago
  77. c1a723a Idle ColorDelegator: remove special case code for 'as' in import statements. by Terry Jan Reedy · 11 years ago
  78. 996c3de Fixed typo. by Serhiy Storchaka · 11 years ago
  79. 76b4765 Issue #15696: Add a __sizeof__ implementation for mmap objects on Windows. by Serhiy Storchaka · 11 years ago
  80. d6ec309 Clean up test_user_command. by Serhiy Storchaka · 11 years ago
  81. 0c56bb9 remove 2.2 and 2.6 compat code (closes #22200) by Benjamin Peterson · 11 years ago
  82. d9e9528 Issue #22165: Fixed test_undecodable_filename on Mac OS. by Serhiy Storchaka · 11 years ago
  83. 87bbf25 Issue #22068: Avoided reference loops with Variables and Fonts in Tkinter. by Serhiy Storchaka · 11 years ago
  84. 97f17ff Issue #22201: Command-line interface of the zipfile module now correctly by Serhiy Storchaka · 11 years ago
  85. a64ce5d Issue #22165: Fixed test_undecodable_filename on non-UTF-8 locales. by Serhiy Storchaka · 11 years ago
  86. cb5bc40 Issue #22165: SimpleHTTPRequestHandler now supports undecodable file names. by Serhiy Storchaka · 11 years ago
  87. 402df09 backout changeset 3435c5865cfc due to buildbot failures. Ref #8797 by Senthil Kumaran · 11 years ago
  88. 7869a4e Closes #22188: test_gdb now runs gdb with -nx: "Do not execute commands from by Victor Stinner · 11 years ago
  89. 8e7966b Closes #22205: sys._debugmallocstats is a cpython specific feature, so by Victor Stinner · 11 years ago
  90. b2e3a93 Fix Issue #8797: Raise HTTPError on failed Basic Authentication immediately. Initial patch by Sam Bull. by Senthil Kumaran · 11 years ago
  91. f819ef7 Issue #22065: Update turtledemo menu creation; don't use obsolete Menubutton. by Terry Jan Reedy · 11 years ago
  92. 011b55b #22053: actually remove .txt files from 3.4. by Terry Jan Reedy · 11 years ago
  93. 94ee51e Issue #10291: Backport 004fe3449193 with a few changes due to 22095. by Terry Jan Reedy · 11 years ago
  94. 0726ddf Issue #17390: Adjust Editor window title. Remove 'Python', move version to end. by Terry Jan Reedy · 11 years ago
  95. 143fe05 Issue #21445: Pass exception messages correctly to assertTrue in by Berker Peksag · 11 years ago
  96. cd3aacf5 Issue #20729: Restored the use of lazy iterkeys()/itervalues()/iteritems() by Serhiy Storchaka · 11 years ago
  97. 4d58897 Issue 22184: Early detection and reporting of missing lru_cache parameters by Raymond Hettinger · 11 years ago
  98. 4d83192 Decreased memory requirements of new tests added in issue21448. by Serhiy Storchaka · 11 years ago
  99. 320a1c0 Issue #21448: Fixed FeedParser feed() to avoid O(N**2) behavior when parsing long line. by Serhiy Storchaka · 11 years ago
  100. 6f20170 Issue #17923: glob() patterns ending with a slash no longer match non-dirs on by Serhiy Storchaka · 11 years ago