1. 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
  2. c041ab6 Mock the rename failure a bit better by Antoine Pitrou · 13 years ago
  3. 5e458f5 also decref the right thing by Benjamin Peterson · 13 years ago
  4. 4c13a4a ready the correct string by Benjamin Peterson · 13 years ago
  5. 02ffa08 merge heads by Benjamin Peterson · 13 years ago
  6. 22a2970 fix some possible refleaks from PyUnicode_READY error conditions by Benjamin Peterson · 13 years ago
  7. 4266333 Issue #9975: socket: Fix incorrect use of flowinfo and scope_id. Patch by by Charles-François Natali · 13 years ago
  8. 366999a Issue #9975: socket: Fix incorrect use of flowinfo and scope_id. Patch by by Charles-François Natali · 13 years ago
  9. dc9dd0d Add note on memory usage to LZMACompressor doc. by Nadeem Vawda · 13 years ago
  10. 9ca3ffa == -1 is convention by Benjamin Peterson · 13 years ago
  11. e157cf1 make switch more robust by Benjamin Peterson · 13 years ago
  12. 9912b39 merge with 3.2 by Sandro Tosi · 13 years ago
  13. 70efbef Issue #13594: various fixes to aifc module; patch by Oleg Plakhotnyuk by Sandro Tosi · 13 years ago
  14. a56ee04 Issue #13640: add application/vnd.apple.mpegurl MIME type; (partial) patch by Hiroaki Kawai by Sandro Tosi · 13 years ago
  15. 35e0275 merge with 3.2 by Sandro Tosi · 13 years ago
  16. bdd5354 Issue #13680: add lowecase compression type to write header; patch by Oleg Plakhotnyuk by Sandro Tosi · 13 years ago
  17. 245537a merge with 3.2 by Sandro Tosi · 13 years ago
  18. da785fd Issue #13690: add re.DEBUG; patch by Filip Gruszczyński by Sandro Tosi · 13 years ago
  19. bc25dcf merge with 3.2 by Sandro Tosi · 13 years ago
  20. b2794c8 Issue #13683: raise with no exception in scope throws a RuntimeError; fix by Ramchandra Apte by Sandro Tosi · 13 years ago
  21. 49890c0 merge 3.2 by Ned Deily · 13 years ago
  22. 4391173 Update copyright dates in Mac plists. by Ned Deily · 13 years ago
  23. a174577 merge 3.2 by Benjamin Peterson · 13 years ago
  24. c40d362a merge heads by Benjamin Peterson · 13 years ago
  25. f606e68 add another year to glorious PSF IP by Benjamin Peterson · 13 years ago
  26. 8df168c merge with 3.2 by Sandro Tosi · 13 years ago
  27. 1abde36 fix some broken URLs by Sandro Tosi · 13 years ago
  28. eb90caa fix Exemples/Examples typo; thanks to Ori Livneh from docs@ by Sandro Tosi · 13 years ago
  29. ca6b7a1 Some formatting & grammar fixes for the multiprocessing doc by Eli Bendersky · 13 years ago
  30. d08effe Some formatting & grammar fixes for the multiprocessing doc by Eli Bendersky · 13 years ago
  31. 4032802 merge 3.2 by Benjamin Peterson · 13 years ago
  32. a6c4a10 indicate msg is an argument by Benjamin Peterson · 13 years ago
  33. 5e8767c Fix no-op tests in importlib. by Antoine Pitrou · 13 years ago
  34. 7c9907e Fix no-op tests in importlib. by Antoine Pitrou · 13 years ago
  35. 88cb2ca merge 3.2 by Benjamin Peterson · 13 years ago
  36. 79ed84c use booleans by Benjamin Peterson · 13 years ago
  37. f51d36a evidently some buildbots don't have python 3 installed by Benjamin Peterson · 13 years ago
  38. 9b9c708 merge heads by Benjamin Peterson · 13 years ago
  39. 3ab8588 run AST toolchain on python3 by Benjamin Peterson · 13 years ago
  40. 78091e6 Issue #12715: Add an optional symlinks argument to shutil functions (copyfile, copymode, copystat, copy, copy2). by Antoine Pitrou · 13 years ago
  41. d2f1db5 merge heads by Benjamin Peterson · 13 years ago
  42. 2199227 fix weird indentation by Benjamin Peterson · 13 years ago
  43. bbb0803 Limit test scope to those platforms that can save the target filenames. Reference #11638. by Jason R. Coombs · 13 years ago
  44. 70069fc don't fail if CLOEXEC doesn't exist by Benjamin Peterson · 13 years ago
  45. 83251c1 try to always use the old API by Benjamin Peterson · 13 years ago
  46. 95c1662 fix for old kernels which don't have epoll_create1 by Benjamin Peterson · 13 years ago
  47. a5f6f2a merge 3.2 by Benjamin Peterson · 13 years ago
  48. 0e61350 propgate error in other conditions by Benjamin Peterson · 13 years ago
  49. 2fb9ae9 add a flags parameter to select.epoll by Benjamin Peterson · 13 years ago
  50. e7437a7 Ported some test cases from 2.7 for #11638 by Jason R. Coombs · 13 years ago
  51. 1e66f56 merge with 3.2 by Georg Brandl · 13 years ago
  52. 1532c8f I do not think we will ever have auto-indent at the prompt, that is for IPython and the like. by Georg Brandl · 13 years ago
  53. 54af1ba merge with 3.2 by Sandro Tosi · 13 years ago
  54. 7386662 use list() to wrap range() in itertools.permutations() example; thanks to Romain MORLEVAT from docs@ by Sandro Tosi · 13 years ago
  55. 2d0e48b merge with 3.2 by Sandro Tosi · 13 years ago
  56. 3e6c814 fix "Title underline too short" sphinx warning by Sandro Tosi · 13 years ago
  57. e837b46 merge with 3.2 by Sandro Tosi · 13 years ago
  58. 2b373b0 use double-quote char instead of unicode ones; thanks to tomo cocoa from docs@ by Sandro Tosi · 13 years ago
  59. 53dd106 merge with 3.2 by Sandro Tosi · 13 years ago
  60. 44f568c fix to sent/send typo by Sandro Tosi · 13 years ago
  61. c386c1a merge with 3.2 by Sandro Tosi · 13 years ago
  62. 1526ad1 fix Constuctor/Constructor typo; thanks to Anthon van der Neut from docs@ by Sandro Tosi · 13 years ago
  63. 91d9152 merge with 3.2 by Sandro Tosi · 13 years ago
  64. 3721fbc point IronPython to ironpython.net; thanks to Lazar Pancic from docs@ by Sandro Tosi · 13 years ago
  65. 29cfdc7 merge with 3.2 by Sandro Tosi · 13 years ago
  66. 75c71cc fix Rather that/Rather than; thanks to Reuben Thomas from docs@ by Sandro Tosi · 13 years ago
  67. 35927de merge with 3.2 by Sandro Tosi · 13 years ago
  68. baf30da remove spurious dot from string formatting example; thanks to Anthon van der Neut from docs@ by Sandro Tosi · 13 years ago
  69. d126af8 merge with 3.2 by Sandro Tosi · 13 years ago
  70. 0b7e536 correct syslog.openlog() argument name to logoption; thanks to Arnaud Gomes-do-Vale from docs@ by Sandro Tosi · 13 years ago
  71. e7e1ccc Issue #13632: Update token documentation to reflect actual token types by Meador Inge · 13 years ago
  72. ac007ba Issue #13632: Update token documentation to reflect actual token types by Meador Inge · 13 years ago
  73. a883e56 merge 3.2 by Benjamin Peterson · 13 years ago
  74. 57f97f4 parameter_list was meant here by Benjamin Peterson · 13 years ago
  75. ad17358 kill superfluous 'comprehension' case (closes #13658) by Benjamin Peterson · 13 years ago
  76. 73fc814 Add whatsnew items by Antoine Pitrou · 13 years ago
  77. 78c1b42 Issue #13565: Increase multiprocessing's server socket backlog, to avoid by Charles-François Natali · 13 years ago
  78. fe8039b Issue #13565: Increase multiprocessing's server socket backlog, to avoid by Charles-François Natali · 13 years ago
  79. 8b75965 Issue #8623: Fix some strict-aliasing warnings. Patch by David Watson. by Charles-François Natali · 13 years ago
  80. 5b62942 Issue #13577: Built-in methods and functions now have a __qualname__. by Antoine Pitrou · 13 years ago
  81. d22983d merge from 3.2. Minor code style improvements in http.server suggested in Issue13294. by Senthil Kumaran · 13 years ago
  82. 3075549 Minor code style improvements in http.server suggested in Issue13294. by Senthil Kumaran · 13 years ago
  83. 19d2d08 merge from 3.2. News update. by Senthil Kumaran · 13 years ago
  84. 83194f5 News entry for Issue12798 by Senthil Kumaran · 13 years ago
  85. cc4ff04 Merge changes from 3.2 by Senthil Kumaran · 13 years ago
  86. 016c6d5 Issue12798 - Update mimetypes documentation. Correct the doc section where by Senthil Kumaran · 13 years ago
  87. 5285518 Forgot the data file for Diffie-Hellman tests. by Antoine Pitrou · 13 years ago
  88. 0e576f1 Issue #13626: Add support for SSL Diffie-Hellman key exchange, through the by Antoine Pitrou · 13 years ago
  89. 5ad1af0 Merge with 3.2. by Ross Lagerwall · 13 years ago
  90. 667d75d Don't redefine _GNU_SOURCE if it's already defined. by Ross Lagerwall · 13 years ago
  91. 0b77ac3 Merge with 3.2 for #11006. by Ross Lagerwall · 13 years ago
  92. 031bf95 Issue #11006: Don't issue low level warning in subprocess when pipe2() fails. by Ross Lagerwall · 13 years ago
  93. 80bc72d fix PyCompactUnicodeObject doc (test) by Victor Stinner · 13 years ago
  94. 85530aa Merge by Michael Foord · 13 years ago
  95. 3ba95f8 Metaclasses with metaclasses with a __dict__ descriptor can no longer trigger code execution with inspect.getattr_static. by Michael Foord · 13 years ago
  96. 059226b merge heads by Benjamin Peterson · 13 years ago
  97. 6b15c90 Use context managers in test_ssl to simplify test writing. by Antoine Pitrou · 13 years ago
  98. 65a3f4b Use context managers in test_ssl to simplify test writing. by Antoine Pitrou · 13 years ago
  99. f0a49a9 Issue #13645: fix test_import failure when run immediately after test_coding. by Antoine Pitrou · 13 years ago
  100. 28f8bee Issue #13645: fix test_import failure when run immediately after test_coding. by Antoine Pitrou · 13 years ago