1. 3f4f3ba #18562: various revisions to the regex howto for 3.x by Andrew Kuchling · 11 years ago
  2. ba5d8f3 Issue #18592: whitespace by Terry Jan Reedy · 11 years ago
  3. c5507c0 Issue #18592: Add docstrings to file being tested (idlelib.SearchDialogBase.py). by Terry Jan Reedy · 11 years ago
  4. 958dbb9 add missing # by Christian Heimes · 11 years ago
  5. 3c2593b Issue 18768: Correct doc string of RAND_edg(). Patch by Vajrasky Kok. by Christian Heimes · 11 years ago
  6. 474afdd Issue #18768: coding style nitpick. Thanks to Vajrasky Kok by Christian Heimes · 11 years ago
  7. 85a8629 #18466: fix more typos. Patch by Févry Thibault. by Ezio Melotti · 11 years ago
  8. b5bc353 #18741: fix more typos. Patch by Févry Thibault. by Ezio Melotti · 11 years ago
  9. 9ff79f7 Issue #18178: Fix ctypes on BSD. dlmalloc.c was compiled twice which broke malloc weak symbols. by Christian Heimes · 11 years ago
  10. 30b9d5d #18705: fix a number of typos. Patch by Févry Thibault. by Ezio Melotti · 11 years ago
  11. 67f3977 Issue #18759: Improved cross-references in logging documentation. by Vinay Sajip · 11 years ago
  12. a3811e4 merge by Christian Heimes · 11 years ago
  13. 824f7f3 Issue #18709: Fix CVE-2013-4238. The SSL module now handles NULL bytes by Christian Heimes · 11 years ago
  14. 7bf1125 Issue #16463: Fix a transient test_timeout failure. by Charles-François Natali · 11 years ago
  15. e79be87 Issue #18743: Fix references to non-existant "StringIO" module. by Serhiy Storchaka · 11 years ago
  16. ec34ab5 Issue #18756: Improve error reporting in os.urandom() when the failure is due to something else than /dev/urandom not existing. by Antoine Pitrou · 11 years ago
  17. 802bf8a #18707: point to Doc/README.txt in the README file. Patch by Madison May. by Ezio Melotti · 11 years ago
  18. ac60160 Issue #1666318: Add a test that shutil.copytree() retains directory permissions. by Antoine Pitrou · 11 years ago
  19. ba69008 Issue #16190: fix random module recommendation to use ssl.RAND_bytes(). by Antoine Pitrou · 11 years ago
  20. 29c3fc5 Issue #18732: Remove unused* parameter output_sep from IdleHistory.History by Terry Jan Reedy · 11 years ago
  21. c2564f9 Issue #18425: Unittests for idlelib.IdleHistory. First patch by R. Jayakrishnan. by Terry Jan Reedy · 11 years ago
  22. 5e4d639 Issue #18296: Try to fix TestSendfile.test_trailers() of test_os on FreeBSD by Victor Stinner · 11 years ago
  23. 7491f17 issue #18698: ensure importlib.reload() returns the module out of sys.modules. by Eric Snow · 11 years ago
  24. e76c039 Remove errant fourth '.' from ellipsis in datetime documentation. by David Wolever · 11 years ago
  25. b1b915c Issue 18719: Remove a false optimization by Raymond Hettinger · 11 years ago
  26. 0a01ac4 Issue #18425: Add docstrings to IdleHistory.py. Remove redundant 'history_' by Terry Jan Reedy · 11 years ago
  27. 7f7b941 Issue #18405: Improve the entropy of crypt.mksalt(). by Victor Stinner · 11 years ago
  28. 4bfa6c5 #18687: remove obsolete comment. Patch by Févry Thibault. by Ezio Melotti · 11 years ago
  29. eedb58d Issue 18724: Fix typo noticed by Susan Tan. by Ned Deily · 11 years ago
  30. 0d53860 Increasing test coverage of ftplib. Patch by Muhammad Jehanzeb by Senthil Kumaran · 11 years ago
  31. bc4b8eb Documenting that json.load may raise a ValueError. by Felix Crux · 11 years ago
  32. 569a5fa Issue #17701: Improving strftime documentation. by David Wolever · 11 years ago
  33. 00964ed Issue #18667: Add missing "HAVE_FCHOWNAT" symbol to posix._have_functions. by Larry Hastings · 11 years ago
  34. ba5517d Issue #12645: Clarify and reformat the documentation of import_fresh_module by Eli Bendersky · 11 years ago
  35. b212291 Issue #18706: Fix a test for issue #18681 so it no longer breaks test_codeccallbacks*. by Serhiy Storchaka · 11 years ago
  36. d51914c #18663: document that assertAlmostEqual also works when the values are equal and add tests. by Ezio Melotti · 11 years ago
  37. 7608b60 Issue #18676: Change 'positive' to 'non-negative' in queue.py put and get by Terry Jan Reedy · 11 years ago
  38. a594c63 Issue #18429: Add user-oriented News entry about Format / Format Paragraph by Terry Jan Reedy · 11 years ago
  39. 7c64aad Issue #18226: Add docstrings and unittests for idlelib/FormatParagraph.py. by Terry Jan Reedy · 11 years ago
  40. 056bafe #18681: Fix a NameError in imp.reload() (noticed by Weizhao Li). by Ezio Melotti · 11 years ago
  41. a9e67ad Merge heads. by R David Murray · 11 years ago
  42. f22b62e #8112: Update the documenting xmlrpc server to use getfullargspec. by R David Murray · 11 years ago
  43. 1c4810b #18505: fix duplicate name and remove duplicate test. Patch by Vajrasky Kok. by Ezio Melotti · 11 years ago
  44. 2af76da Fix a couple of typos. by Ezio Melotti · 11 years ago
  45. 3191632 #18453: fix unused variables in test_xmlrpc. Patch by Vajrasky Kok. by Ezio Melotti · 11 years ago
  46. 0f12be1 #18465: fix unused variables in test_minidom. Patch by Vajrasky Kok. by Ezio Melotti · 11 years ago
  47. 1d237e5 #18484: improve test coverage of http.cookiejar. Patch by Vajrasky Kok. by Ezio Melotti · 11 years ago
  48. 7ac17f8 #18483: add one more date format in test_http2time_formats. Patch by Vajrasky Kok. by Ezio Melotti · 11 years ago
  49. 43694a5 Issue #18668: Further clarify m_size setting for non-negative values by Eli Bendersky · 11 years ago
  50. fb1a7bc #18600: In 3.3, as_string does not accept a policy keyword. by R David Murray · 11 years ago
  51. 2532635 #18357: add tests for dictview set difference. Patch by Fraser Tweedale. by Ezio Melotti · 11 years ago
  52. 4e4f3b8 #18581: remove duplicate test and run a test class that was skipped. Initial patch by Vajrasky Kok. by Ezio Melotti · 11 years ago
  53. cdd0279 Fix a typo in PyUnicode_CopyCharacters() documentation. by Serhiy Storchaka · 11 years ago
  54. 79016e1 #18267: make whitespace consistent and fix an operator. by Ezio Melotti · 11 years ago
  55. 66f2ea0 #18273: move the tests in Lib/test/json_tests to Lib/test/test_json and make them discoverable by unittest. Patch by Zachary Ware. by Ezio Melotti · 11 years ago
  56. 0d2d2b8 Issue #18668: Properly document setting m_size in PyModuleDef by Eli Bendersky · 11 years ago
  57. 9ae513c Issue #18368: PyOS_StdioReadline() no longer leaks memory when realloc() fails. by Christian Heimes · 11 years ago
  58. fb29a16 Issue #18661: typo in grp.struct_group docstring. Thanks Vajrasky Kok. by Mark Dickinson · 11 years ago
  59. 2833f42 #18657: remove duplicate entries from Misc/ACKS. by R David Murray · 11 years ago
  60. d7bd7a5 Silence compiler warnings for strict function prototype declarations. by Raymond Hettinger · 11 years ago
  61. 95f34ab Issue #18151: Replace remaining Idle 'open...close' pairs with 'with open'. by Terry Jan Reedy · 11 years ago
  62. c86d7e9 Silence compiler warning for an unused declaration by Raymond Hettinger · 11 years ago
  63. e56666d Silence compiler warning about an uninitialized variable by Raymond Hettinger · 11 years ago
  64. dd225e4 Issue #17684: Fix some test_socket failures due to limited FD passing support by Charles-Francois Natali · 11 years ago
  65. ca97fd3 Issue #17902: Clarify doc of ElementTree.iterparse by Eli Bendersky · 11 years ago
  66. 2acc525 Issue #17011: Fix caching of xpath path when namespaces are present. by Eli Bendersky · 11 years ago
  67. 3ceaff0 Issue #16741: Remove testing of implementation artifact. by Serhiy Storchaka · 11 years ago
  68. 5e376a7 Issue #18647: Temporary disable the "nothing to repeat" check to make buildbots happy. by Serhiy Storchaka · 11 years ago
  69. 3610286 Merge heads by Serhiy Storchaka · 11 years ago
  70. 78fa5e3 Issue #16067: Add description into MSI file to replace installer's temporary name. by Martin v. Löwis · 11 years ago
  71. f6d0aee Issue #16741: Fix an error reporting in int(). by Serhiy Storchaka · 11 years ago
  72. 1f35ae0 Issue #17998: Fix an internal error in regular expression engine. by Serhiy Storchaka · 11 years ago
  73. 1dfb918 - Fix a fcntl test case on KFreeBSD, Debian #708653 (Petr Salinger). by doko@ubuntu.com · 11 years ago
  74. 60b3ac7 Close #18396: fix spurious test_signal failure on Windows by Nick Coghlan · 11 years ago
  75. e92dfbf Issue #17046: Fix test_subprocess test_executable_without_cwd broken test case. by Ned Deily · 11 years ago
  76. 6ddd265 Issue #18325: Fix a test_kqueue failure on OpenBSD: kevent's data and event by Charles-François Natali · 11 years ago
  77. cd3d8fb Issue #18517: Move definition of "xxlimited" extension to detect_modules(). by Ned Deily · 11 years ago
  78. bd143c3 Issue #18627: Fix typo noticed by Vajrasky Kok. by Ned Deily · 11 years ago
  79. b5dd6d2 Issue #17557: Fix os.getgroups() to work with the modified behavior of by Ned Deily · 11 years ago
  80. 2e3e593 Issue #17899: Fix rare file descriptor leak in os.listdir(). by Larry Hastings · 11 years ago
  81. 39668f5 Issue #18589: fix hyperlinking of type slots (tp_*) by Antoine Pitrou · 11 years ago
  82. b3c8724 Initialize utime with 0. It fixes a couple of compiler warnung: by Christian Heimes · 11 years ago
  83. 294b93d merge by Christian Heimes · 11 years ago
  84. 5e4d372 Silence warning about set but unused variable inside compile_atom() in non-debug builds by Christian Heimes · 11 years ago
  85. 778cba7 Issue #18573: More copy-paste fixes to assertWarns entry. by Terry Jan Reedy · 11 years ago
  86. cdc75d9 Issue #15494: Install new test/support directory. by Ned Deily · 11 years ago
  87. 1c4e443 #16273: Fix tutorial discussion of seek/tell (opaque text-mode values). by R David Murray · 11 years ago
  88. 96433f8 #18601: fix error made when difflib example was converted to use 'with'. by R David Murray · 11 years ago
  89. 11bfd32 #18584: s/testcleanup/testsetup/ until we switch to Sphinx 1.1. by R David Murray · 11 years ago
  90. 3ab7b0a Simplify example of PyErr_Fetch() use by Antoine Pitrou · 11 years ago
  91. 4ebc929 Add simple test for resource.getpagesize() by Christian Heimes · 11 years ago
  92. 65aa573 Add more tests for hashlib and hash object attributes by Christian Heimes · 11 years ago
  93. 4fec431 Issue #18599: Fix name attribute of _sha1.sha1() object. It now returns by Christian Heimes · 11 years ago
  94. 25f043b Issue #18593: fix typo in comment by Eli Bendersky · 11 years ago
  95. 4bd3129 Make all idle test case names end with 'Test'. by Terry Jan Reedy · 11 years ago
  96. fdfb005 #18584: make doctest examples in email documentation pass. by R David Murray · 11 years ago
  97. c06c0ae Third attempt to fix #15415 on Windows by Nick Coghlan · 11 years ago
  98. 2f253e8 Attempt to fix #15415 on Windows by Nick Coghlan · 11 years ago
  99. 015b453 Update gui section of idle test README. by Terry Jan Reedy · 11 years ago
  100. a9d16c8 Issue #18441: Remove check from test_text.py in 3.3,4 (already done in 2.7). by Terry Jan Reedy · 11 years ago