1. b166191 Issue #17095: Fix Modules/Setup *shared* support. by Ned Deily · 10 years ago
  2. e81c637 Updated logging HOWTO section on optimization. by Vinay Sajip · 10 years ago
  3. d04f699 Skip test_subprocess test_close_fds_when_max_fd_is_lowered on FreeBSD by Gregory P. Smith · 10 years ago
  4. 8fed4de Attempt to fix the "too many open files" errors on several of the by Gregory P. Smith · 10 years ago
  5. ffd529c Explicitly wait for the child instead of letting a destructor do it. by Gregory P. Smith · 10 years ago
  6. a26987a Fix the comment to not refer to the removed end_fd parameter. by Gregory P. Smith · 10 years ago
  7. d4dcb70 Don't restrict ourselves to a "max" fd when closing fds before exec() by Gregory P. Smith · 10 years ago
  8. 694c315 Issue #21605: Added tests for Tkinter images. by Serhiy Storchaka · 10 years ago
  9. 8381f90 Added missed calls of splitlist(). by Serhiy Storchaka · 10 years ago
  10. 078b8a8 Issue #21477: Update htest docstring and remove extraneous differences between by Terry Jan Reedy · 10 years ago
  11. a819577 give the correct fixer name (closes #21604) by Benjamin Peterson · 10 years ago
  12. 5f8784b Issue #21572: Change license command to fallback to generic license URL. by Ned Deily · 10 years ago
  13. 0edb5c1 Issue #21593: (from StackOverflow) minor doc clarification for re.search. by Terry Jan Reedy · 10 years ago
  14. c673a9a Issue #21608: Updated HTTPHandler documentation. by Vinay Sajip · 10 years ago
  15. aecfa9e Test correct getXXX methods in Tkinter bigmem tests. by Serhiy Storchaka · 10 years ago
  16. 79851d7 Issue #21552: Fixed possible integer overflow of too long string lengths in by Serhiy Storchaka · 10 years ago
  17. 9f1f4f4 Add tests for getint, getdouble and getboolean methods of the tkapp object. by Serhiy Storchaka · 10 years ago
  18. 0af8a86 Fix issue #14315: The zipfile module now ignores extra fields in the central by Gregory P. Smith · 10 years ago
  19. 58cfdd8 Issue #21226: fix a ref leak. by Eric Snow · 10 years ago
  20. 2e8234a Issue #21477: Add htests for GrepDialog, UndoDelegator, and configDialog. by Terry Jan Reedy · 10 years ago
  21. a5b257a Issue #21454: Fix asyncio.BaseEventLoop.connect_read_pipe doc by Victor Stinner · 10 years ago
  22. 28d0ae48 Issue #21376: document asyncio.TimeoutError by Victor Stinner · 10 years ago
  23. 12c575f Restore performance of some dumb database methods (regression introduced by #19385). by Serhiy Storchaka · 10 years ago
  24. b49eff2 Issue #21402: tkinter.ttk now works when default root window is not set. by Serhiy Storchaka · 10 years ago
  25. ffc1e6d Issue #21493: Added test for ntpath.expanduser(). Original patch by by Serhiy Storchaka · 10 years ago
  26. 47a9813 Issue #10203: sqlite3.Row now truly supports sequence protocol. In particulr by Serhiy Storchaka · 10 years ago
  27. 432810f Issue #18807: If copying (no symlinks) specified for a venv, then the python interpreter aliases (python, python3) are now created by copying rather than symlinking. by Vinay Sajip · 10 years ago
  28. 3207a03 Fix for raising exception not derived from BaseException in _SelectorSslTransport.resume_reading by Andrew Svetlov · 10 years ago
  29. 0a4d13e Issue #21477: Add htests for Search and Replace dialogs. by Terry Jan Reedy · 10 years ago
  30. aa7886d Issue 21439: Minor issues in the reference manual. by Raymond Hettinger · 10 years ago
  31. c7ceefc a post 3.4.1 world by Benjamin Peterson · 10 years ago
  32. 5e2c4d2 grammar and sentence flow fix by Benjamin Peterson · 10 years ago
  33. f9ea5f3 format reST directive in the usual way by Benjamin Peterson · 10 years ago
  34. 0d81d80 link to wikipedia description of cryptographic salt by Benjamin Peterson · 10 years ago
  35. 0ccff4d oxford comma by Benjamin Peterson · 10 years ago
  36. 1a2cf9a remove tab (closes #21587) by Benjamin Peterson · 10 years ago
  37. 419f1fa fix typo in variable name (closes #21586) by Benjamin Peterson · 10 years ago
  38. dea46ec Issue #21481: Teach argparse equality tests to return NotImplemented when comparing to unknown types. by Raymond Hettinger · 10 years ago
  39. dd5e53a Issue 8743: Improve interoperability between sets and the collections.Set abstract base class. by Raymond Hettinger · 10 years ago
  40. e8e2df3 Issue 21558: Fix a typo in the contextlib docs by Raymond Hettinger · 10 years ago
  41. 978c6ab Issue 13355: Make random.triangular degrade gracefully when low == high. by Raymond Hettinger · 10 years ago
  42. a2fc99e Issue #21477: Idle htest: modify run; add more tests. by Terry Jan Reedy · 10 years ago
  43. e1d54e5 Mention setuptools & wheel as key terms for distribution by Nick Coghlan · 10 years ago
  44. 7df417d Issue #19925: Added tests for the spwd module. Original patch by Vajrasky Kok. by Serhiy Storchaka · 10 years ago
  45. 5bb446f Issue #18918: Removed non-existing topic from a list of available topics. by Serhiy Storchaka · 10 years ago
  46. 1b392ff Issue #21477: Idle htest: merge and modify run and runall; add many tests. by Terry Jan Reedy · 10 years ago
  47. 10cbb1e Fixed new Tkinter tests added in issue #21522 with Tk 8.4. by Serhiy Storchaka · 10 years ago
  48. 8447c70 Issue #14710: Fix both pkgutil.find_loader() and get_loader() to not by Brett Cannon · 10 years ago
  49. 0652664 Issue #21538: The plistlib module now supports loading of binary plist files by Serhiy Storchaka · 10 years ago
  50. f01fffe Issue #21522: Added Tkinter tests for Listbox.itemconfigure(), by Serhiy Storchaka · 10 years ago
  51. 9961405 Issue #21523: Fix over-pessimistic computation of the stack effect of some opcodes in the compiler. by Antoine Pitrou · 10 years ago
  52. e17de09 Issue #21545: Add .pop example and tweak comment about pure mutation methods. by Terry Jan Reedy · 10 years ago
  53. 7096e26 Issue 21479: Fix markup for the TarFile.open() classmethod. by Raymond Hettinger · 10 years ago
  54. f7f64f9 Issue 21198: Minor tarfile documentation bug. by Raymond Hettinger · 10 years ago
  55. bd46e48 Issue 21554: Repair an out-of-date tutorial example to reflect changes in shutil. by Raymond Hettinger · 10 years ago
  56. 729148b Issue #21383: OS X installer builds now use "make touch". by Ned Deily · 10 years ago
  57. 93668f4 asyncio: test_base_events: use mock.Mock instead of unittest.mock.Mock to by Victor Stinner · 10 years ago
  58. b7b56e9 merge heads by Terry Jan Reedy · 10 years ago
  59. 2a54582 Issue 20620: Update the min()/max() docs for the new default argument. by Raymond Hettinger · 10 years ago
  60. debcb9d Merge. by Larry Hastings · 10 years ago
  61. ab4fd44 Issue #21477: idle htests - lower case function names, other cleanups. by Terry Jan Reedy · 10 years ago
  62. ae4bab7 Don't grow strings by concatenation. Use ''.join() instead. by Raymond Hettinger · 10 years ago
  63. d7912b9 Added tag v3.4.1 for changeset c0e311e010fc by Larry Hastings · 10 years ago
  64. 5c26a8a Version bump for 3.4.1. by Larry Hastings · 10 years ago
  65. d08aa47 Rebuild pydoc topics. by Larry Hastings · 10 years ago
  66. 3a260d2 Merge. by Larry Hastings · 10 years ago
  67. 2110603 Post-release version bump for 3.4.1rc1. Sorry it's late! by Larry Hastings · 10 years ago
  68. b1a1ec3 Upgrade pip to 1.5.6 by Donald Stufft · 10 years ago
  69. 75e0338 Issue #21430: additions to the description of non-blocking SSL sockets by Antoine Pitrou · 10 years ago
  70. 5eb6b39 support pep 3118 format strings for ctypes objects with nontrivial shapes (closes #10744) by Benjamin Peterson · 10 years ago
  71. 5d52022 Miscellaneous corrections and updates to the OS X README file. by Ned Deily · 10 years ago
  72. 6936159 Issue #18104: revise docstrings, remove obsolete comments. by Terry Jan Reedy · 10 years ago
  73. 2d1ec06 Issue #21364: remove recommendation of broken pattern. by Antoine Pitrou · 10 years ago
  74. fcbeab5 Issue #21488: Oops, the patch for codecs.encode/decode doc was written by by Victor Stinner · 10 years ago
  75. 429b59e Issue #20998: Fixed re.fullmatch() of repeated single character pattern by Serhiy Storchaka · 10 years ago
  76. 946cfc3 Issue #21075: fileinput.FileInput now reads bytes from standard stream if by Serhiy Storchaka · 10 years ago
  77. e2d6690 Issue #21497: faulthandler functions now raise a better error if sys.stderr is by Victor Stinner · 10 years ago
  78. e1e04ad Backed out changeset 6ceedbd88b5f by Victor Stinner · 10 years ago
  79. b78c448 Issue #21488: Add support of keyword arguments for codecs.encode and codecs.decode by Victor Stinner · 10 years ago
  80. ef5b4e3 Issue #21488: Fix doc of codecs.decode() and codecs.encode(), no keyword support. by Victor Stinner · 10 years ago
  81. ae9d193 #21347: use string not list in shell=True example. by R David Murray · 10 years ago
  82. 23042cd Issue #21470: Do a better job seeding the random number generator by Raymond Hettinger · 10 years ago
  83. 2f46a0e Issue #21499: Ignore __builtins__ in several test_importlib.test_api tests. by Eric Snow · 10 years ago
  84. 7664eb0 Fix test-order-dependend asyncio test failure caused by rev 909ea8cc86bbab92dbb6231668f403b7360f30fa. by Guido van Rossum · 10 years ago
  85. 15bec9c - Issue #17756: Fix test_code test when run from the installed location. by doko@ubuntu.com · 10 years ago
  86. 8cc67a1 Issue 21469: Add missing news item by Raymond Hettinger · 10 years ago
  87. 122541b Issue 21469: Mitigate risk of false positives with robotparser. by Raymond Hettinger · 10 years ago
  88. 73308d6 Merge doc change from 3.3 by Jason R. Coombs · 10 years ago
  89. 13266fb Update docs to reflect resurrection of Setuptools over Distribute by Jason R. Coombs · 10 years ago
  90. 08197a4 Issue #21226: Set all attrs in PyImport_ExecCodeModuleObject. by Eric Snow · 10 years ago
  91. 0cc45ba Issue #21398: Fix an unicode error in the pydoc pager when the documentation by Victor Stinner · 10 years ago
  92. 1c6970f Issue #21418: Fix a crash in the builtin function super() when called without by Victor Stinner · 10 years ago
  93. b0539b2 Issue #21485: remove unnecesary .flush() calls in the asyncio subprocess code by Victor Stinner · 10 years ago
  94. 7fe1049 Issue #21422: Add a test to check that bool << int and bool >> int return an int by Victor Stinner · 10 years ago
  95. 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
  96. a869fd3 Issue #21383: Allow "make touch" to work when building outside of the by Ned Deily · 10 years ago
  97. 96089fb Issue #18104: News for 3.4 (which will not merge forward). by Terry Jan Reedy · 10 years ago
  98. 8386fda whitespace by Terry Jan Reedy · 10 years ago
  99. 06313b7 Issue #18104: Add idlelib/idle_test/htest.py with a few sample tests to begin by Terry Jan Reedy · 10 years ago
  100. 23a192d use logical rather than bit and by Benjamin Peterson · 10 years ago