1. 787fbe9 Issue #16230: Fix a crash in select.select() when one the lists changes size while iterated on. by Antoine Pitrou · 12 years ago
  2. 0168d3d Issue #16230: Fix a crash in select.select() when one the lists changes size while iterated on. by Antoine Pitrou · 12 years ago
  3. e4ad37e Issue #16230: Fix a crash in select.select() when one the lists changes size while iterated on. by Antoine Pitrou · 12 years ago
  4. 53d36b6 Issue #16228: Fix a crash in the json module where a list changes size while it is being encoded. by Antoine Pitrou · 12 years ago
  5. 5ebe65f Issue #16228: Fix a crash in the json module where a list changes size while it is being encoded. by Antoine Pitrou · 12 years ago
  6. 9f69e79 Issue #16228: Fix a crash in the json module where a list changes size while it is being encoded. by Antoine Pitrou · 12 years ago
  7. 1511a5a Merge issue #16218: Support non ascii characters in python launcher. by Andrew Svetlov · 12 years ago
  8. 90c0eb2 Issue #16218: Support non ascii characters in python launcher. by Andrew Svetlov · 12 years ago
  9. 700835a Merge: change docstring for xdrlib.Error to use new style exceptions. by Andrew Svetlov · 12 years ago
  10. 2e99d63 Merge: change docstring for xdrlib.Error to use new style exceptions. by Andrew Svetlov · 12 years ago
  11. 42d5c41 Change docstring for xdrlib.Error to use new style exceptions. by Andrew Svetlov · 12 years ago
  12. 73ee816 Merge issue #16373: Prevent infinite recursion for ABC Set class operations. by Andrew Svetlov · 12 years ago
  13. b904e42 Merge issue #16373: Prevent infinite recursion for ABC Set class operations. by Andrew Svetlov · 12 years ago
  14. bcac6ad Issue #16373: Prevent infinite recursion for ABC Set class operations. by Andrew Svetlov · 12 years ago
  15. d06d540 Closes #16366: Improve diagnostics from handleError(). Thanks to Antoine Pitrou for the suggestion. by Vinay Sajip · 12 years ago
  16. fce2a6e Issue #15441, #15478: Reenable test_nonascii_abspath() on Windows by Victor Stinner · 12 years ago
  17. afe1706 Issue #15478: Use source filename in OSError, not destination filename by Victor Stinner · 12 years ago
  18. a0c811e Issue #15478: Fix again to fix test_os on Windows by Victor Stinner · 12 years ago
  19. 7e4f122 Merge issue #16377: Fix bisect unittest. by Andrew Svetlov · 12 years ago
  20. 091bf53 Merge issue #16377: Fix bisect unittest. by Andrew Svetlov · 12 years ago
  21. eda1f4c Issue #16377: Fix bisect unittest. by Andrew Svetlov · 12 years ago
  22. 7503e08 merge 3.3 (#16345) by Benjamin Peterson · 12 years ago
  23. d97eb0d merge 3.2 (#16345) by Benjamin Peterson · 12 years ago
  24. d1f2cb3 only fast-path fromkeys() when the constructor returns a empty dict (closes #16345) by Benjamin Peterson · 12 years ago
  25. 9c3f503 Issue #13701: Fix decorator avoidance (due to desire for Python 2.3 compatibility) in decimal module. by Mark Dickinson · 12 years ago
  26. 3cb9024 merge 3.3 by Benjamin Peterson · 12 years ago
  27. 2c05a2e do safety checks on __qualname__ assignment by Benjamin Peterson · 12 years ago
  28. 8afa7fa don't shadow the __qualname__ descriptor with __qualname__ in the class's __dict__ (closes #16271) by Benjamin Peterson · 12 years ago
  29. bfa664c #12890: fix test on windows by R David Murray · 12 years ago
  30. cc4bacf #12890: fix test on windows by R David Murray · 12 years ago
  31. bd54f0e Issue #15478: Fix test_os on FreeBSD by Victor Stinner · 12 years ago
  32. f69055e Issue #15478: Fix test_os on Windows (os.chown is missing) by Victor Stinner · 12 years ago
  33. d4156c1 Issue #16351: New function gc.get_stats() returns per-generation collection statistics. by Antoine Pitrou · 12 years ago
  34. 292c835 Issue #15478: Raising an OSError doesn't decode or encode the filename anymore by Victor Stinner · 12 years ago
  35. 8ca705d Merge: Add test for BZ2Decompressor.decompress("") after end of stream. by Nadeem Vawda · 12 years ago
  36. 6294305 Merge: Add test for BZ2Decompressor.decompress("") after end of stream. by Nadeem Vawda · 12 years ago
  37. a1952d4 Add test for BZ2Decompressor.decompress("") after end of stream. by Nadeem Vawda · 12 years ago
  38. 84833aa Issue #16316: mimetypes now recognizes the .xz and .txz (.tar.xz) extensions. by Nadeem Vawda · 12 years ago
  39. 27ddb57 #1492704: Ensure and document backward compatibility of the change by Hynek Schlawack · 12 years ago
  40. 526417f Closes #16340: Merged fix from 3.3. by Vinay Sajip · 12 years ago
  41. bdd13fd Closes #16340: Handle exception while copying script to venv. by Vinay Sajip · 12 years ago
  42. 21b1024 merge heads by Andrew Svetlov · 12 years ago
  43. 42b8932 Merge issue #14570: Document json sort_keys parameter properly. by Andrew Svetlov · 12 years ago
  44. 6d50a54 Merge issue #14570: Document json sort_keys parameter properly. by Andrew Svetlov · 12 years ago
  45. 2ec53be Issue #14570: Document json sort_keys parameter properly. by Andrew Svetlov · 12 years ago
  46. 61254b9 Issue #14700: merge tests from 3.3. by Mark Dickinson · 12 years ago
  47. 2a83f16 Issue #14700: merge tests from 3.2. by Mark Dickinson · 12 years ago
  48. fb90c09 Issue #14700: Fix buggy overflow checks for large precision and width in new-style and old-style formatting. by Mark Dickinson · 12 years ago
  49. 7fe16b3 merge with 3.3 by Georg Brandl · 12 years ago
  50. 5b9561d merge with 3.2 by Georg Brandl · 12 years ago
  51. 579d5cd changeset: 80007:49e4541f2aef by Georg Brandl · 12 years ago
  52. 7c38ec2 merge #12890: skip tests which fail on windows until fixed or rewritten. by R David Murray · 12 years ago
  53. 74076cb #12890: skip tests which fail on windows until fixed or rewritten. by R David Murray · 12 years ago
  54. 7041b99 merge #15889: make regrtest --start succeed in more cases. by R David Murray · 12 years ago
  55. 4d9f318 merge #15889: make regrtest --start succeed in more cases. by R David Murray · 12 years ago
  56. c3bf78a #15889: make regrtest --start succeed in more cases. by R David Murray · 12 years ago
  57. dcd34a6 merge #12890: don't emit <p> tags in text mode when logdir specified. by R David Murray · 12 years ago
  58. c4b8e05 merge #12890: don't emit <p> tags in text mode when logdir specified. by R David Murray · 12 years ago
  59. 252cd0e #12890: don't emit <p> tags in text mode when logdir specified. by R David Murray · 12 years ago
  60. 9617ce9 merge #15043: Improve test_gdb support of gdb >= 7.4. by R David Murray · 12 years ago
  61. f358eaf merge #15043: Improve test_gdb support of gdb >= 7.4. by R David Murray · 12 years ago
  62. f933302 #15043: Improve test_gdb support of gdb >= 7.4. by R David Murray · 12 years ago
  63. 969684f Merge 3.3 by Hynek Schlawack · 12 years ago
  64. 254af26 #16307: Fix multiprocessing.Pool.map_async not calling its callbacks by Hynek Schlawack · 12 years ago
  65. cc2f042 Issue #16250: Fix URLError invocation with proper args by Senthil Kumaran · 12 years ago
  66. cad7b31 Issue #16250: Fix URLError invocation with proper args. by Senthil Kumaran · 12 years ago
  67. 16bb545 merge with 3.3 by Philip Jenvey · 12 years ago
  68. 5f9459f merge with 3.2 by Philip Jenvey · 12 years ago
  69. 45c4149 bounds check for bad data (thanks amaury) by Philip Jenvey · 12 years ago
  70. f9de90a remove obsolete hasattr() check for socket.sendall by Giampaolo Rodola' · 12 years ago
  71. 998b105 Closes #16116: Merged fix from 3.3. by Vinay Sajip · 12 years ago
  72. e87acc1 Issue #16116: Now uses corrected include and library paths when building C extensions in a venv. by Vinay Sajip · 12 years ago
  73. bf644c5 Fix the windows buildbot permission error - close the fd of tempfile beffore unlinking by Senthil Kumaran · 12 years ago
  74. 3194d7c Fix issue16300: addressing the buildbot failures on windows by Senthil Kumaran · 12 years ago
  75. 32e4608 #16245: merge with 3.3. by Ezio Melotti · 12 years ago
  76. e6e96ee #16245: Fix the value of a few entities in html.entities.html5. by Ezio Melotti · 12 years ago
  77. 4904e5a Merge html.entities.html5 reordering with 3.3. by Ezio Melotti · 12 years ago
  78. 518dbfd Reorder html.entities.html5 entities to make updates easier. Patch by Iuliia Proskurnia. by Ezio Melotti · 12 years ago
  79. c3633b6 skip the file localhost test on windows. Fix it on branch and modify the test by Senthil Kumaran · 12 years ago
  80. 3a81580 Fix the ResourceWarning in test_urllib.py due changes made for #16301. Patch by Berker Peksag by Senthil Kumaran · 12 years ago
  81. a212114 Issue #15853: merge 3.3 -> default by Ned Deily · 12 years ago
  82. b6d24d9 Issue #15853: merge 3.2 -> 3.3 by Ned Deily · 12 years ago
  83. fdf0f27 Issue #15853: Prevent IDLE crash on OS X when opening Preferences menu by Ned Deily · 12 years ago
  84. 40d8078 Issue #16301: Fix the localhost verification in urllib/request.py for file://. Modify tests to use localhost for local temp files, which could make Windows Buildbot (#16300) happy by Senthil Kumaran · 12 years ago
  85. 3ebef36 Issue #16250: Fix the invocations of URLError which had misplaced filename attribute for exception by Senthil Kumaran · 12 years ago
  86. f577686 Issue #10836: Fix exception raised when file not found in urlretrieve by Senthil Kumaran · 12 years ago
  87. 5f8f0d6 Issue #14398: Fix size truncation and overflow bugs in bz2 module. by Nadeem Vawda · 12 years ago
  88. bd26b54 Issue #12692: Fix resource leak in urllib.request. by Nadeem Vawda · 12 years ago
  89. da201fa Try to fix issue #16264 (test_logging failure on some buildbots). by Antoine Pitrou · 12 years ago
  90. 186370b Issue #16034 follow-up: Apply optimizations to the lzma module. by Nadeem Vawda · 12 years ago
  91. d3a3e64 Issue #16220: wsgiref now always calls close() on an iterable response. by Antoine Pitrou · 12 years ago
  92. 5508412 Issue #16220: wsgiref now always calls close() on an iterable response. by Antoine Pitrou · 12 years ago
  93. 66510fe Fix whacky spacking in test_wsgiref by Antoine Pitrou · 12 years ago
  94. ae247a5 Issue #16220: wsgiref now always calls close() on an iterable response. by Antoine Pitrou · 12 years ago
  95. 257c132 Issue #10405: merge from 3.3 by Ned Deily · 12 years ago
  96. d2cc1bb Issue #10405: merge from 3.2 by Ned Deily · 12 years ago
  97. 2778d0d Issue #10405: Document IDLE context menus in Standard Library document by Ned Deily · 12 years ago
  98. 5ee2404 Fix concurrent.futures docstring typo: "Request Q" -> "Result Q". by Mark Dickinson · 12 years ago
  99. 62b4136 Fix broken test and replace redundant generator with a tuple by Nick Coghlan · 12 years ago
  100. c71b4c7 Issue #6074: Actually delete the source file in the test as intended by Nick Coghlan · 12 years ago