1. 10cbb1e Fixed new Tkinter tests added in issue #21522 with Tk 8.4. by Serhiy Storchaka · 10 years ago
  2. 8447c70 Issue #14710: Fix both pkgutil.find_loader() and get_loader() to not by Brett Cannon · 10 years ago
  3. 0652664 Issue #21538: The plistlib module now supports loading of binary plist files by Serhiy Storchaka · 10 years ago
  4. f01fffe Issue #21522: Added Tkinter tests for Listbox.itemconfigure(), by Serhiy Storchaka · 10 years ago
  5. 9961405 Issue #21523: Fix over-pessimistic computation of the stack effect of some opcodes in the compiler. by Antoine Pitrou · 10 years ago
  6. e17de09 Issue #21545: Add .pop example and tweak comment about pure mutation methods. by Terry Jan Reedy · 10 years ago
  7. 7096e26 Issue 21479: Fix markup for the TarFile.open() classmethod. by Raymond Hettinger · 10 years ago
  8. f7f64f9 Issue 21198: Minor tarfile documentation bug. by Raymond Hettinger · 10 years ago
  9. bd46e48 Issue 21554: Repair an out-of-date tutorial example to reflect changes in shutil. by Raymond Hettinger · 10 years ago
  10. 729148b Issue #21383: OS X installer builds now use "make touch". by Ned Deily · 10 years ago
  11. 93668f4 asyncio: test_base_events: use mock.Mock instead of unittest.mock.Mock to by Victor Stinner · 10 years ago
  12. b7b56e9 merge heads by Terry Jan Reedy · 10 years ago
  13. 2a54582 Issue 20620: Update the min()/max() docs for the new default argument. by Raymond Hettinger · 10 years ago
  14. debcb9d Merge. by Larry Hastings · 10 years ago
  15. ab4fd44 Issue #21477: idle htests - lower case function names, other cleanups. by Terry Jan Reedy · 10 years ago
  16. ae4bab7 Don't grow strings by concatenation. Use ''.join() instead. by Raymond Hettinger · 10 years ago
  17. d7912b9 Added tag v3.4.1 for changeset c0e311e010fc by Larry Hastings · 10 years ago
  18. 5c26a8a Version bump for 3.4.1. by Larry Hastings · 10 years ago
  19. d08aa47 Rebuild pydoc topics. by Larry Hastings · 10 years ago
  20. 3a260d2 Merge. by Larry Hastings · 10 years ago
  21. 2110603 Post-release version bump for 3.4.1rc1. Sorry it's late! by Larry Hastings · 10 years ago
  22. b1a1ec3 Upgrade pip to 1.5.6 by Donald Stufft · 10 years ago
  23. 75e0338 Issue #21430: additions to the description of non-blocking SSL sockets by Antoine Pitrou · 10 years ago
  24. 5eb6b39 support pep 3118 format strings for ctypes objects with nontrivial shapes (closes #10744) by Benjamin Peterson · 10 years ago
  25. 5d52022 Miscellaneous corrections and updates to the OS X README file. by Ned Deily · 10 years ago
  26. 6936159 Issue #18104: revise docstrings, remove obsolete comments. by Terry Jan Reedy · 10 years ago
  27. 2d1ec06 Issue #21364: remove recommendation of broken pattern. by Antoine Pitrou · 10 years ago
  28. fcbeab5 Issue #21488: Oops, the patch for codecs.encode/decode doc was written by by Victor Stinner · 10 years ago
  29. 429b59e Issue #20998: Fixed re.fullmatch() of repeated single character pattern by Serhiy Storchaka · 10 years ago
  30. 946cfc3 Issue #21075: fileinput.FileInput now reads bytes from standard stream if by Serhiy Storchaka · 10 years ago
  31. e2d6690 Issue #21497: faulthandler functions now raise a better error if sys.stderr is by Victor Stinner · 10 years ago
  32. e1e04ad Backed out changeset 6ceedbd88b5f by Victor Stinner · 10 years ago
  33. b78c448 Issue #21488: Add support of keyword arguments for codecs.encode and codecs.decode by Victor Stinner · 10 years ago
  34. ef5b4e3 Issue #21488: Fix doc of codecs.decode() and codecs.encode(), no keyword support. by Victor Stinner · 10 years ago
  35. ae9d193 #21347: use string not list in shell=True example. by R David Murray · 10 years ago
  36. 23042cd Issue #21470: Do a better job seeding the random number generator by Raymond Hettinger · 10 years ago
  37. 2f46a0e Issue #21499: Ignore __builtins__ in several test_importlib.test_api tests. by Eric Snow · 10 years ago
  38. 7664eb0 Fix test-order-dependend asyncio test failure caused by rev 909ea8cc86bbab92dbb6231668f403b7360f30fa. by Guido van Rossum · 10 years ago
  39. 15bec9c - Issue #17756: Fix test_code test when run from the installed location. by doko@ubuntu.com · 10 years ago
  40. 8cc67a1 Issue 21469: Add missing news item by Raymond Hettinger · 10 years ago
  41. 122541b Issue 21469: Mitigate risk of false positives with robotparser. by Raymond Hettinger · 10 years ago
  42. 73308d6 Merge doc change from 3.3 by Jason R. Coombs · 10 years ago
  43. 13266fb Update docs to reflect resurrection of Setuptools over Distribute by Jason R. Coombs · 10 years ago
  44. 08197a4 Issue #21226: Set all attrs in PyImport_ExecCodeModuleObject. by Eric Snow · 10 years ago
  45. 0cc45ba Issue #21398: Fix an unicode error in the pydoc pager when the documentation by Victor Stinner · 10 years ago
  46. 1c6970f Issue #21418: Fix a crash in the builtin function super() when called without by Victor Stinner · 10 years ago
  47. b0539b2 Issue #21485: remove unnecesary .flush() calls in the asyncio subprocess code by Victor Stinner · 10 years ago
  48. 7fe1049 Issue #21422: Add a test to check that bool << int and bool >> int return an int by Victor Stinner · 10 years ago
  49. bf88ffb asyncio: Fix upstream issue 168: StreamReader.read(-1) from pipe may hang if data exceeds buffer limit. by Guido van Rossum · 10 years ago
  50. a869fd3 Issue #21383: Allow "make touch" to work when building outside of the by Ned Deily · 10 years ago
  51. 96089fb Issue #18104: News for 3.4 (which will not merge forward). by Terry Jan Reedy · 10 years ago
  52. 8386fda whitespace by Terry Jan Reedy · 10 years ago
  53. 06313b7 Issue #18104: Add idlelib/idle_test/htest.py with a few sample tests to begin by Terry Jan Reedy · 10 years ago
  54. 23a192d use logical rather than bit and by Benjamin Peterson · 10 years ago
  55. 8e0aa05 Change all references to Unix to POSIX in the subprocess docs. It's by Gregory P. Smith · 10 years ago
  56. 6436cba Remove the warning-soup from the subprocess documentation by adding by Gregory P. Smith · 10 years ago
  57. 5c8ce18 remove confusing delete indexing (closes #21466) by Benjamin Peterson · 10 years ago
  58. 5e6b5f2 Try to fix issue #21425 workaround for shared library builds by Antoine Pitrou · 10 years ago
  59. dab4e8a Fix printing out error message when test fails and run with -bb by Antoine Pitrou · 10 years ago
  60. 6b4b8d0 Try workaround for test issues in #21425 by Antoine Pitrou · 10 years ago
  61. 9845c7e Issue #21425: Fix flushing of standard streams in the interactive interpreter. by Antoine Pitrou · 10 years ago
  62. 3d1bc60 asyncio: Upstream issue #167: remove dead code, by Marc Schlaich. by Guido van Rossum · 10 years ago
  63. 877013f Merge by Tim Golden · 10 years ago
  64. 55c2364 Issue21452 Add missing backslash to build path for make_buildinfo by Tim Golden · 10 years ago
  65. 9c18fcf Issue10752 Be more robust when finding a PERL interpreter to build OpenSSL. Initial patch by Gabi Davar by Tim Golden · 10 years ago
  66. 062fcac Issue #21438: Document what loaders don't require a module name for by Brett Cannon · 10 years ago
  67. f26702b Issue #21157: Touch up imp docs to be more explicit about importlib by Brett Cannon · 10 years ago
  68. 5fbc7b1 Issue #21435: Segfault in gc with cyclic trash by Tim Peters · 10 years ago
  69. c644e7c Issue #21396: Fix TextIOWrapper(..., write_through=True) to not force a flush() on the underlying binary stream. by Antoine Pitrou · 10 years ago
  70. a83ade1 #21300: fix typo by R David Murray · 10 years ago
  71. 5b74bad Merging from 3.3: The PyCOND_TIMEDWAIT must use microseconds for the timeout argument by Kristján Valur Jónsson · 10 years ago
  72. ddf3438 The PyCOND_TIMEDWAIT must use microseconds for the timeout argument by Kristján Valur Jónsson · 10 years ago
  73. e5de66e - Issue #17752: Fix distutils tests when run from the installed location. by doko@ubuntu.com · 10 years ago
  74. 8577e5a - Issue #17752: Fix distutils tests when run from the installed location. by doko@ubuntu.com · 10 years ago
  75. e252446 #21300: Clean up the docs for the email "policy" arguments. by R David Murray · 10 years ago
  76. 3d139d8 asyncio: Fix the second half of issue #21447: race in _write_to_self(). by Guido van Rossum · 10 years ago
  77. 9fafc9f Add prompts to interactive example. by Zachary Ware · 10 years ago
  78. 8edd532 Issue #21366: Document the fact that ``return`` in a ``finally`` clause by Zachary Ware · 10 years ago
  79. 5280d2e asyncio docs: ProactorEventLoop does not support SSL. by Guido van Rossum · 10 years ago
  80. 4954f75 Added tag v3.4.1rc1 for changeset c67a19e11a71 by Larry Hastings · 10 years ago
  81. 95e0b0d Version bump for 3.4.1rc1. by Larry Hastings · 10 years ago
  82. 9147a96 Issue #21088: Bugfix for curses.window.addch() regression in 3.4.0. by Larry Hastings · 10 years ago
  83. 88b5b6d Issue #18604: Skip the Tk instantiation test on OS X because it can by Ned Deily · 10 years ago
  84. 3d678e3 use with blocks to make sure files are closed by Benjamin Peterson · 10 years ago
  85. f24600e improve test coverage of filecmp (closes #21357) by Benjamin Peterson · 10 years ago
  86. c992608 Issue 21375: Fix possible Py_ssizet overflow in heapq. by Raymond Hettinger · 10 years ago
  87. ceced6b Issue #18604: Consolidated checks for GUI availability. by Zachary Ware · 10 years ago
  88. 3d5c9e2 Update to 1.0.1g by Martin v. Löwis · 10 years ago
  89. d8ea56d Document the subprocess Popen.args attribute (issue21353) by Gregory P. Smith · 10 years ago
  90. 024c5ee Document the subprocess Popen.args attribute (issue21353) by Gregory P. Smith · 10 years ago
  91. 8fb74a3 Issue #21374: Fix pickling of DecimalTuple. by Stefan Krah · 10 years ago
  92. da25109 Closes issue #21316: mark test_devpoll to be meaningfull only for Solaris by Jesus Cea · 10 years ago
  93. a67b97f Issue #17386: Expand Doc/make.bat to be much more similar to Doc/Makefile by Zachary Ware · 10 years ago
  94. 1de519c Issue #17386: Update Doc/README.txt to list all targets by Zachary Ware · 10 years ago
  95. 9393fff Issue #17386: List the 'htmlview' target in the Doc/Makefile help output. by Zachary Ware · 10 years ago
  96. 26f82ef Issue #21321: itertools.islice() now releases the reference to the source iterator when the slice is exhausted. by Antoine Pitrou · 10 years ago
  97. 9cc9026 Issue #21055: Index (augmented) assignment symbols. by Terry Jan Reedy · 10 years ago
  98. 7c895ed Closes 21048: Index 'as' in import and with statements. by Terry Jan Reedy · 10 years ago
  99. 43e7cd3 Issue #21026: Augment site doc based on experiments. Patch by Carol Willing. by Terry Jan Reedy · 10 years ago
  100. f9f54a2 Issue #9307: document the various Py_TPFLAGS_*_SUBCLASS flags. Patch by Yury V. Zaytsev. by Antoine Pitrou · 10 years ago