1. 6acbe2a Issue #18747: Re-seed OpenSSL's pseudo-random number generator after fork. by Christian Heimes · 11 years ago
  2. f77b4b2 Issue #18747: Re-seed OpenSSL's pseudo-random number generator after fork. by Christian Heimes · 11 years ago
  3. 5bb1b1d Hoist the global dummy lookup out of the inner loop for set_merge(). by Raymond Hettinger · 11 years ago
  4. 929cbac Remove a redundant hash table probe (this was artifact from an earlier draft of the patch). by Raymond Hettinger · 11 years ago
  5. ae9e616 Issue 18772: Restore set dummy object back to unicode and restore the identity checks in lookkey(). by Raymond Hettinger · 11 years ago
  6. 0688897 Fix rev85282, add missing import of subprocess module by Christian Heimes · 11 years ago
  7. 5617df1 Issue #8865: Concurrent invocation of select.poll.poll() now raises a by Serhiy Storchaka · 11 years ago
  8. b1973c2 Issue #8865: Concurrent invocation of select.poll.poll() now raises a by Serhiy Storchaka · 11 years ago
  9. edd0de5 Issue #13461: Fix a crash in the TextIOWrapper.tell method on 64-bit platforms. by Serhiy Storchaka · 11 years ago
  10. ec67d18 Issue #13461: Fix a crash in the TextIOWrapper.tell method on 64-bit platforms. by Serhiy Storchaka · 11 years ago
  11. bb2c45e Issue #7732: try to fix test_bug7732's flakiness on Windows by executing it in a fresh temporary directory. by Antoine Pitrou · 11 years ago
  12. 228c194 Issue #2537: Remove breaked check which prevented valid regular expressions. by Serhiy Storchaka · 11 years ago
  13. 98985a1 Issue #2537: Remove breaked check which prevented valid regular expressions. by Serhiy Storchaka · 11 years ago
  14. 75674ae Issue #18647: A regular expression in the doctest module rewritten so that by Serhiy Storchaka · 11 years ago
  15. 1ca66ed Issue #18647: A regular expression in the doctest module rewritten so that by Serhiy Storchaka · 11 years ago
  16. 20c3dd2 Issue #18647: Correctly bound calculated min/max width of a subexpression. by Serhiy Storchaka · 11 years ago
  17. 9d96542 Issue #18647: Correctly bound calculated min/max width of a subexpression. by Serhiy Storchaka · 11 years ago
  18. 13aa781 Typo fix by Andrew Kuchling · 11 years ago
  19. c301b55 Issue 18774: Update news and whatsnew for the set optimizations by Raymond Hettinger · 11 years ago
  20. 85532eb Issue #18777: The ssl module now uses the new CRYPTO_THREADID API of by Christian Heimes · 11 years ago
  21. 4d98ca9 Issue #18777: The ssl module now uses the new CRYPTO_THREADID API of by Christian Heimes · 11 years ago
  22. 3c0a4f5 Issue18771: Reduce the cost of hash collisions for set objects. by Raymond Hettinger · 11 years ago
  23. 319f3a1 Issue #18761: Improved cross-references in email documentation. by Serhiy Storchaka · 11 years ago
  24. e0f0cf4 Issue #18761: Improved cross-references in email documentation. by Serhiy Storchaka · 11 years ago
  25. 86d2623 Merge with 3.3 by Terry Jan Reedy · 11 years ago
  26. ca64d25 Issue #18489: idlelib.SearchEngine - add docstrings by Terry Jan Reedy · 11 years ago
  27. f3a2e9f #18445: update Tools/scripts/README. by Andrew Kuchling · 11 years ago
  28. d36b515 #18445: change permissions on some scripts to executable by Andrew Kuchling · 11 years ago
  29. 46aace3 Merge from 3.3 by Andrew Kuchling · 11 years ago
  30. 3f4f3ba #18562: various revisions to the regex howto for 3.x by Andrew Kuchling · 11 years ago
  31. 5b3d906 Merge with 3.3 by Terry Jan Reedy · 11 years ago
  32. ba5d8f3 Issue #18592: whitespace by Terry Jan Reedy · 11 years ago
  33. 40fe324 Merge with 3.3 by Terry Jan Reedy · 11 years ago
  34. c5507c0 Issue #18592: Add docstrings to file being tested (idlelib.SearchDialogBase.py). by Terry Jan Reedy · 11 years ago
  35. 44ed3de Issue #18774: Remove last bits of GNU PTH thread code, patch by Vajrasky Kok. by Christian Heimes · 11 years ago
  36. 17dd53b merge by Christian Heimes · 11 years ago
  37. 5bb2c86 add missing # by Christian Heimes · 11 years ago
  38. 958dbb9 add missing # by Christian Heimes · 11 years ago
  39. 8f0bdda Make test_wakeup_write_error more robust by Antoine Pitrou · 11 years ago
  40. 6f6ec37 Issue #16105: When a signal handler fails to write to the file descriptor registered with ``signal.set_wakeup_fd()``, report an exception instead of ignoring the error. by Antoine Pitrou · 11 years ago
  41. f920a1c Issue 18768: Correct doc string of RAND_edg(). Patch by Vajrasky Kok. by Christian Heimes · 11 years ago
  42. 3c2593b Issue 18768: Correct doc string of RAND_edg(). Patch by Vajrasky Kok. by Christian Heimes · 11 years ago
  43. 9b5907c Issue #18768: coding style nitpick. Thanks to Vajrasky Kok by Christian Heimes · 11 years ago
  44. 474afdd Issue #18768: coding style nitpick. Thanks to Vajrasky Kok by Christian Heimes · 11 years ago
  45. a7e7497 #18466: merge with 3.3. by Ezio Melotti · 11 years ago
  46. 85a8629 #18466: fix more typos. Patch by Févry Thibault. by Ezio Melotti · 11 years ago
  47. e0c6916 #18741: merge with 3.3. by Ezio Melotti · 11 years ago
  48. b5bc353 #18741: fix more typos. Patch by Févry Thibault. by Ezio Melotti · 11 years ago
  49. 1d8e7db Issue #18178: Fix ctypes on BSD. dlmalloc.c was compiled twice which broke malloc weak symbols. by Christian Heimes · 11 years ago
  50. 9ff79f7 Issue #18178: Fix ctypes on BSD. dlmalloc.c was compiled twice which broke malloc weak symbols. by Christian Heimes · 11 years ago
  51. 9a3777e #18705: merge with 3.3. by Ezio Melotti · 11 years ago
  52. 30b9d5d #18705: fix a number of typos. Patch by Févry Thibault. by Ezio Melotti · 11 years ago
  53. 07351a0 Remove the else-clause because the conditions are no longer mutually exclusive. by Raymond Hettinger · 11 years ago
  54. 237b34b Use a known unique object for the dummy entry. by Raymond Hettinger · 11 years ago
  55. 07b1661 Issue #18759: Merged updates from 3.3. by Vinay Sajip · 11 years ago
  56. 67f3977 Issue #18759: Improved cross-references in logging documentation. by Vinay Sajip · 11 years ago
  57. e06d47c Issue #18709: Fix CVE-2013-4238. The SSL module now handles NULL bytes by Christian Heimes · 11 years ago
  58. a3811e4 merge by Christian Heimes · 11 years ago
  59. 824f7f3 Issue #18709: Fix CVE-2013-4238. The SSL module now handles NULL bytes by Christian Heimes · 11 years ago
  60. 01a513b Remove last bit of GNU pth thread by Christian Heimes · 11 years ago
  61. cbad3a3 Issue #18701: Remove sqlitecompat.h. by Serhiy Storchaka · 11 years ago
  62. 8fa8ee3 Issue #18701: Remove support of old CPython versions (<3.0) from C code. by Serhiy Storchaka · 11 years ago
  63. 5c03d20 Issue #16463: Fix a transient test_timeout failure. by Charles-François Natali · 11 years ago
  64. 7bf1125 Issue #16463: Fix a transient test_timeout failure. by Charles-François Natali · 11 years ago
  65. bbbf191 Issue #18743: Fix references to non-existant "StringIO" module. by Serhiy Storchaka · 11 years ago
  66. e79be87 Issue #18743: Fix references to non-existant "StringIO" module. by Serhiy Storchaka · 11 years ago
  67. c593056 Fix the default placeholder in textwrap.shorten() to be " [...]". by Antoine Pitrou · 11 years ago
  68. 05eafa8 Make test.support.reap_threads() faster by Antoine Pitrou · 11 years ago
  69. 95b2146 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
  70. 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
  71. 00731e2 #18707: merge with 3.3. by Ezio Melotti · 11 years ago
  72. 802bf8a #18707: point to Doc/README.txt in the README file. Patch by Madison May. by Ezio Melotti · 11 years ago
  73. 566c470 Issue #1666318: Add a test that shutil.copytree() retains directory permissions. by Antoine Pitrou · 11 years ago
  74. ac60160 Issue #1666318: Add a test that shutil.copytree() retains directory permissions. by Antoine Pitrou · 11 years ago
  75. 53e5b5e Issue #16190: fix random module recommendation to use ssl.RAND_bytes(). by Antoine Pitrou · 11 years ago
  76. ba69008 Issue #16190: fix random module recommendation to use ssl.RAND_bytes(). by Antoine Pitrou · 11 years ago
  77. d88f735 Issue #18673: Add versionchanged to docs by Christian Heimes · 11 years ago
  78. 177b3f9 Issue #18673: Add O_TMPFILE to os module. O_TMPFILE requires Linux kernel by Christian Heimes · 11 years ago
  79. 0db895e Merge with 3.3 by Terry Jan Reedy · 11 years ago
  80. 29c3fc5 Issue #18732: Remove unused* parameter output_sep from IdleHistory.History by Terry Jan Reedy · 11 years ago
  81. 102bdbc Merge with 3.3 by Terry Jan Reedy · 11 years ago
  82. c2564f9 Issue #18425: Unittests for idlelib.IdleHistory. First patch by R. Jayakrishnan. by Terry Jan Reedy · 11 years ago
  83. c69c9bc Replace an overly optimistic assert() in _PyGC_CollectNoFail with a simple guard. by Antoine Pitrou · 11 years ago
  84. 37d5ceb Change the builtin hash algorithms' names to lower case names by Christian Heimes · 11 years ago
  85. f0e5210 (Merge 3.3) Issue #18296: Try to fix TestSendfile.test_trailers() of test_os on FreeBSD by Victor Stinner · 11 years ago
  86. 5e4d639 Issue #18296: Try to fix TestSendfile.test_trailers() of test_os on FreeBSD by Victor Stinner · 11 years ago
  87. 8ad3919 Hoist the global "dummy" lookup outside of the reinsertion loop. by Raymond Hettinger · 11 years ago
  88. 8e45540 Closes issue #18698: ensure importlib.reload() returns the module out of sys.modules. by Eric Snow · 11 years ago
  89. 01dbca0 Null merge from 3.3. by Eric Snow · 11 years ago
  90. 7491f17 issue #18698: ensure importlib.reload() returns the module out of sys.modules. by Eric Snow · 11 years ago
  91. 5d07e70 Remove errant fourth '.' from ellipsis in datetime documentation. by David Wolever · 11 years ago
  92. e76c039 Remove errant fourth '.' from ellipsis in datetime documentation. by David Wolever · 11 years ago
  93. 84ed9a6 Issue #8713: Support alternative start methods in multiprocessing on Unix. by Richard Oudkerk · 11 years ago
  94. d06eeb4 merge by Raymond Hettinger · 11 years ago
  95. b1b915c Issue 18719: Remove a false optimization by Raymond Hettinger · 11 years ago
  96. b31e3f7 Merge with 3.3 by Terry Jan Reedy · 11 years ago
  97. 0a01ac4 Issue #18425: Add docstrings to IdleHistory.py. Remove redundant 'history_' by Terry Jan Reedy · 11 years ago
  98. fc8a0a7 (Merge 3.3) Issue #18405: Improve the entropy of crypt.mksalt(). by Victor Stinner · 11 years ago
  99. 7f7b941 Issue #18405: Improve the entropy of crypt.mksalt(). by Victor Stinner · 11 years ago
  100. 9786910 Close #12015: The tempfile module now uses a suffix of 8 random characters by Victor Stinner · 11 years ago