1. 72aeec3 Issue #13636: Weak ciphers are now disabled by default in the ssl module by Antoine Pitrou · 13 years ago
  2. 9b5626d merge with 3.2 by Sandro Tosi · 13 years ago
  3. 5c91242 merge with 3.2 by Sandro Tosi · 13 years ago
  4. 74c503b use io.SEEK_* constants instead of os.SEEK_* where an IO stream is seeked, leaving the os.SEEK_* constants only for os.lseek, as documented by Eli Bendersky · 13 years ago
  5. c041ab6 Mock the rename failure a bit better by Antoine Pitrou · 13 years ago
  6. 5e458f5 also decref the right thing by Benjamin Peterson · 13 years ago
  7. 4c13a4a ready the correct string by Benjamin Peterson · 13 years ago
  8. 02ffa08 merge heads by Benjamin Peterson · 13 years ago
  9. 22a2970 fix some possible refleaks from PyUnicode_READY error conditions by Benjamin Peterson · 13 years ago
  10. 4266333 Issue #9975: socket: Fix incorrect use of flowinfo and scope_id. Patch by by Charles-François Natali · 13 years ago
  11. dc9dd0d Add note on memory usage to LZMACompressor doc. by Nadeem Vawda · 13 years ago
  12. 9ca3ffa == -1 is convention by Benjamin Peterson · 13 years ago
  13. e157cf1 make switch more robust by Benjamin Peterson · 13 years ago
  14. 9912b39 merge with 3.2 by Sandro Tosi · 13 years ago
  15. a56ee04 Issue #13640: add application/vnd.apple.mpegurl MIME type; (partial) patch by Hiroaki Kawai by Sandro Tosi · 13 years ago
  16. 35e0275 merge with 3.2 by Sandro Tosi · 13 years ago
  17. 245537a merge with 3.2 by Sandro Tosi · 13 years ago
  18. bc25dcf merge with 3.2 by Sandro Tosi · 13 years ago
  19. 49890c0 merge 3.2 by Ned Deily · 13 years ago
  20. a174577 merge 3.2 by Benjamin Peterson · 13 years ago
  21. 8df168c merge with 3.2 by Sandro Tosi · 13 years ago
  22. eb90caa fix Exemples/Examples typo; thanks to Ori Livneh from docs@ by Sandro Tosi · 13 years ago
  23. ca6b7a1 Some formatting & grammar fixes for the multiprocessing doc by Eli Bendersky · 13 years ago
  24. 4032802 merge 3.2 by Benjamin Peterson · 13 years ago
  25. 5e8767c Fix no-op tests in importlib. by Antoine Pitrou · 13 years ago
  26. 88cb2ca merge 3.2 by Benjamin Peterson · 13 years ago
  27. f51d36a evidently some buildbots don't have python 3 installed by Benjamin Peterson · 13 years ago
  28. 9b9c708 merge heads by Benjamin Peterson · 13 years ago
  29. 3ab8588 run AST toolchain on python3 by Benjamin Peterson · 13 years ago
  30. 78091e6 Issue #12715: Add an optional symlinks argument to shutil functions (copyfile, copymode, copystat, copy, copy2). by Antoine Pitrou · 13 years ago
  31. d2f1db5 merge heads by Benjamin Peterson · 13 years ago
  32. 2199227 fix weird indentation by Benjamin Peterson · 13 years ago
  33. bbb0803 Limit test scope to those platforms that can save the target filenames. Reference #11638. by Jason R. Coombs · 13 years ago
  34. 70069fc don't fail if CLOEXEC doesn't exist by Benjamin Peterson · 13 years ago
  35. 83251c1 try to always use the old API by Benjamin Peterson · 13 years ago
  36. 95c1662 fix for old kernels which don't have epoll_create1 by Benjamin Peterson · 13 years ago
  37. a5f6f2a merge 3.2 by Benjamin Peterson · 13 years ago
  38. 2fb9ae9 add a flags parameter to select.epoll by Benjamin Peterson · 13 years ago
  39. e7437a7 Ported some test cases from 2.7 for #11638 by Jason R. Coombs · 13 years ago
  40. 1e66f56 merge with 3.2 by Georg Brandl · 13 years ago
  41. 54af1ba merge with 3.2 by Sandro Tosi · 13 years ago
  42. 2d0e48b merge with 3.2 by Sandro Tosi · 13 years ago
  43. e837b46 merge with 3.2 by Sandro Tosi · 13 years ago
  44. 53dd106 merge with 3.2 by Sandro Tosi · 13 years ago
  45. c386c1a merge with 3.2 by Sandro Tosi · 13 years ago
  46. 91d9152 merge with 3.2 by Sandro Tosi · 13 years ago
  47. 29cfdc7 merge with 3.2 by Sandro Tosi · 13 years ago
  48. 35927de merge with 3.2 by Sandro Tosi · 13 years ago
  49. d126af8 merge with 3.2 by Sandro Tosi · 13 years ago
  50. e7e1ccc Issue #13632: Update token documentation to reflect actual token types by Meador Inge · 13 years ago
  51. a883e56 merge 3.2 by Benjamin Peterson · 13 years ago
  52. 73fc814 Add whatsnew items by Antoine Pitrou · 13 years ago
  53. 78c1b42 Issue #13565: Increase multiprocessing's server socket backlog, to avoid by Charles-François Natali · 13 years ago
  54. 8b75965 Issue #8623: Fix some strict-aliasing warnings. Patch by David Watson. by Charles-François Natali · 13 years ago
  55. 5b62942 Issue #13577: Built-in methods and functions now have a __qualname__. by Antoine Pitrou · 13 years ago
  56. d22983d merge from 3.2. Minor code style improvements in http.server suggested in Issue13294. by Senthil Kumaran · 13 years ago
  57. 19d2d08 merge from 3.2. News update. by Senthil Kumaran · 13 years ago
  58. cc4ff04 Merge changes from 3.2 by Senthil Kumaran · 13 years ago
  59. 5285518 Forgot the data file for Diffie-Hellman tests. by Antoine Pitrou · 13 years ago
  60. 0e576f1 Issue #13626: Add support for SSL Diffie-Hellman key exchange, through the by Antoine Pitrou · 13 years ago
  61. 5ad1af0 Merge with 3.2. by Ross Lagerwall · 13 years ago
  62. 0b77ac3 Merge with 3.2 for #11006. by Ross Lagerwall · 13 years ago
  63. 80bc72d fix PyCompactUnicodeObject doc (test) by Victor Stinner · 13 years ago
  64. 85530aa Merge by Michael Foord · 13 years ago
  65. 059226b merge heads by Benjamin Peterson · 13 years ago
  66. 6b15c90 Use context managers in test_ssl to simplify test writing. by Antoine Pitrou · 13 years ago
  67. f0a49a9 Issue #13645: fix test_import failure when run immediately after test_coding. by Antoine Pitrou · 13 years ago
  68. c909599 Docs and News update for Issue13620. Chrome support in webbrowser.py by Senthil Kumaran · 13 years ago
  69. ea6b418 Issue 13620 - Support chrome browser in webbrowser.py module. by Senthil Kumaran · 13 years ago
  70. d5ec134 Issue #13597: Fix the documentation of the "-u" command-line option, and wording of "What's new in Python 3.0" about standard streams. by Antoine Pitrou · 13 years ago
  71. de911b2 Issue #12708: Add starmap() and starmap_async() methods (similar to itertools.starmap()) to multiprocessing.Pool. by Antoine Pitrou · 13 years ago
  72. 12f65d1 Issue #1785: Fix inspect and pydoc with misbehaving descriptors. by Antoine Pitrou · 13 years ago
  73. 501da61 Fix ssl module compilation if ECDH support was disabled in the OpenSSL build. by Antoine Pitrou · 13 years ago
  74. c0b95d1 4 space indentation by Benjamin Peterson · 13 years ago
  75. ead6b53 fix spacing around switch statements by Benjamin Peterson · 13 years ago
  76. 822c790 merge 3.2 by Benjamin Peterson · 13 years ago
  77. 97193c1 merge 3.2 by Benjamin Peterson · 13 years ago
  78. 1743db5 Merge by Antoine Pitrou · 13 years ago
  79. 0831676 Issue #13637: "a2b" functions in the binascii module now accept ASCII-only unicode strings. by Antoine Pitrou · 13 years ago
  80. 29b15d1 Followup to issue #11867: Use socketpair(), since FreeBSD < 8 doesn't really by Charles-François Natali · 13 years ago
  81. 8691bff Fix for buggy test by Antoine Pitrou · 13 years ago
  82. 8abdb8a Issue #13634: Add support for querying and disabling SSL compression. by Antoine Pitrou · 13 years ago
  83. 3563b18 merge 3.2 by Benjamin Peterson · 13 years ago
  84. 52e2cc8 backout 7876cd49300d: Move PyUnicode_WCHAR_KIND outside PyUnicode_Kind enum by Victor Stinner · 13 years ago
  85. 2fa2281 (bug #8684) fix 'fedora without thread buildbot' as per http://bugs.python.org/issue8684 by Giampaolo Rodola' · 13 years ago
  86. 2b1cc89 _Py_fopen now allows bytes filenames under non-Windows platforms. by Antoine Pitrou · 13 years ago
  87. 923df6f Issue #13627: Add support for SSL Elliptic Curve-based Diffie-Hellman by Antoine Pitrou · 13 years ago
  88. d130195 Issue #5424: add tests for inet_ntoa, inet_ntop, inet_aton and inet_pton. by Antoine Pitrou · 13 years ago
  89. b01c32d Issue #13453: Try to increase some socket timeouts to make some buildbots stop by Charles-François Natali · 13 years ago
  90. d974393 (Merge 3.2) Issue #13628: python-gdb.py is now able to retrieve more frames in by Victor Stinner · 13 years ago
  91. 6db4944 Issue #13635: Add ssl.OP_CIPHER_SERVER_PREFERENCE, so that SSL servers by Antoine Pitrou · 13 years ago
  92. bfaa79a Issue #11867: Make test_mailbox.test_lock_conflict deterministic (and fix a by Charles-François Natali · 13 years ago
  93. ca9afca #13576: merge with 3.2. by Ezio Melotti · 13 years ago
  94. 5ce6f8e #13387: merge with 3.2. by Ezio Melotti · 13 years ago
  95. a699a2d Merge 3.2 by Michael Foord · 13 years ago
  96. 8f23be7 iobench.py: add more info in the header by Victor Stinner · 13 years ago
  97. 3573476 (Merge 3.2) Handle correctly _Py_fopen() error: don't replace the exception by Victor Stinner · 13 years ago
  98. bd0850b import.c now catchs _Py_stat() exceptions by Victor Stinner · 13 years ago
  99. 7bfe899 Followup to #7502: add __hash__ method and tests. by Antoine Pitrou · 13 years ago
  100. 83250bb Merge by Antoine Pitrou · 13 years ago