1. cfc4c13 Add _PyUnicodeWriter_WriteSubstring() function by Victor Stinner · 11 years ago
  2. 4489e92 (Merge 3.3) Close #6822: ftplib.FTP.storlines() expects a binary file, not a text file by Victor Stinner · 11 years ago
  3. ed3a303 Close #6822: ftplib.FTP.storlines() expects a binary file, not a text file by Victor Stinner · 11 years ago
  4. d9ebf4d #17489: Add explanatory comment that __getstate__ is not called. by R David Murray · 11 years ago
  5. e3e1c17 #17492: Additional tests for random module. by R David Murray · 11 years ago
  6. d3f41fe merge 3.3 (#17610) by Benjamin Peterson · 11 years ago
  7. 6395241 list slotdefs in offset order rather than sorting them (closes #17610) by Benjamin Peterson · 11 years ago
  8. 49e835b Issue #14135: Let's try this again. by Brett Cannon · 11 years ago
  9. a495b49 merge by Brett Cannon · 11 years ago
  10. daf4daa merge by Brett Cannon · 11 years ago
  11. f8ffec0 Issue #17357: Add missing verbosity messages when running under by Brett Cannon · 11 years ago
  12. 9a8d693 Issue #17483: remove unreachable code in urlopen(). by Antoine Pitrou · 11 years ago
  13. 7d197de Backed out changeset 4fcd50a6dca7 as it totally breaks the test suite here. by Antoine Pitrou · 11 years ago
  14. 2d556f5 Issue #14135: Make sure tests don't leave the locale changed for any category. by Brett Cannon · 11 years ago
  15. af504ca #6698: merge with 3.3. by Roger Serwy · 11 years ago
  16. c35151c #6698: IDLE now opens just an editor window when configured to do so. by Roger Serwy · 11 years ago
  17. 05bdd85 Issue #17586: fix typo in contextlib.rst by Ned Deily · 11 years ago
  18. e268196 Merge heads. by Roger Serwy · 11 years ago
  19. 6d5bfad #8900: merge with 3.3. by Roger Serwy · 11 years ago
  20. 420e2d8 #8900: Using keyboard shortcuts in IDLE to open a file no longer raises an exception. by Roger Serwy · 11 years ago
  21. 7faf705 Issue #17591: Use lowercase filenames when including Windows header files. by Antoine Pitrou · 11 years ago
  22. f61d079 Issue #6419: Fix a test_kqueue failure on some BSD flavors. by Charles-Francois Natali · 11 years ago
  23. 7a03e2d Issue #6419: Fix a test_kqueue failure on some BSD flavors. by Charles-Francois Natali · 11 years ago
  24. 2b3a35b skip a fcntl test on ARM Linux that isn't supported there. by Gregory P. Smith · 11 years ago
  25. e5aefa4 Skip a test of an old API on ARM Linux that isn't supported by the OS. by Gregory P. Smith · 11 years ago
  26. 3aaf5da #6649: merge with 3.3. by Roger Serwy · 11 years ago
  27. 71c9e1a #6649: Fixed missing exit status in IDLE. Patch by Guilherme Polo. by Roger Serwy · 11 years ago
  28. 42a8320 Merge from 3.3: Issue #17390 by Terry Jan Reedy · 11 years ago
  29. 3262223 Issue #17390: Display Python version on Idle title bar. Patch by Edmond Burnett. by Terry Jan Reedy · 11 years ago
  30. 5cbf3a0 Merge #17435: Don't use mutable default values in Timer. by R David Murray · 11 years ago
  31. 19aeb43 Issue #17435: Don't use mutable default values in Timer. by R David Murray · 11 years ago
  32. ce852cb Fix comment about the OpenSSL version in which SNI version was introduced. by Antoine Pitrou · 11 years ago
  33. edbc18e Improve set_servername_callback docstring. by Antoine Pitrou · 11 years ago
  34. a596338 Fix previous fix (the cause was actually a misplaced #endif, or so it seems) by Antoine Pitrou · 11 years ago
  35. 41f8c4f Further compiling fixes (issue #17581) by Antoine Pitrou · 11 years ago
  36. 9498839 Merge by Antoine Pitrou · 11 years ago
  37. 912fbff Issue #17581: try to fix building on old OpenSSL versions by Antoine Pitrou · 11 years ago
  38. 3fdd4f1 Merged documentation update from 3.3. by Vinay Sajip · 11 years ago
  39. 8028a5c Updated logging cookbook with additional example for output using str.format(). by Vinay Sajip · 11 years ago
  40. 9d67238 #17539: merge with 3.3. by Ezio Melotti · 11 years ago
  41. b40a220 #17539: fix MagicMock example. Patch by Berker Peksag. by Ezio Melotti · 11 years ago
  42. 0503de9 #17526: merge with 3.3. by Ezio Melotti · 11 years ago
  43. 1b14592 #17526: fix an IndexError raised while passing code without filename to inspect.findsource(). Initial patch by Tyler Doyle. by Ezio Melotti · 11 years ago
  44. 8c0fc15 #17564: merge with 3.3. by Ezio Melotti · 11 years ago
  45. 9098472 #17564: skip test_bad_address unless the tests are run with -unetwork/-uall. by Ezio Melotti · 11 years ago
  46. 04cc55a Closes #17540: Merged fix from 3.3. by Vinay Sajip · 11 years ago
  47. 28421c6 Issue #17540: Added style to Formatter configuration by dict. by Vinay Sajip · 11 years ago
  48. 609ef01 In search of TLS 1.1 bug: add debugging output in verbose mode by Antoine Pitrou · 11 years ago
  49. 972d5bb Use a subtest in test_ssl.test_echo by Antoine Pitrou · 11 years ago
  50. 22e162f Fix bug in TestResult.addSubTest() by Antoine Pitrou · 11 years ago
  51. e612c1e #17438: merge with 3.3. by Ezio Melotti · 11 years ago
  52. 6d2bc6e #17438: add links to the conversion tables in dump(s)/load(s). by Ezio Melotti · 11 years ago
  53. 85a2522 #8906: merge with 3.3. by Ezio Melotti · 11 years ago
  54. 31797e5 #8906: document failureException, longMessage, and maxDiff in the class docstring. Patch by Boris Feld. by Ezio Melotti · 11 years ago
  55. 2463e5f Issue #16692: The ssl module now supports TLS 1.1 and TLS 1.2. Initial patch by Michele Orrù. by Antoine Pitrou · 11 years ago
  56. f2c64ed Merge improvements to the suspicious builder and cleanup from 3.3. by Ezio Melotti · 11 years ago
  57. a5d55ba Update the suspicious builder to detect unused rules, and remove currently unusued rules. by Ezio Melotti · 11 years ago
  58. 1bab713 Merge with 3.3. by Georg Brandl · 11 years ago
  59. 44ea77b Closes #4159: add LaTeX tabular column specifications to tables that otherwise are cut off or have overlapping text. by Georg Brandl · 11 years ago
  60. 8cb15bf merge with 3.3 by Georg Brandl · 11 years ago
  61. 6ba6b13 Fix XML vulnerability link targets. by Georg Brandl · 11 years ago
  62. f92b063 Update suspicious ignore file. by Ezio Melotti · 11 years ago
  63. e5caf29 Update suspicious ignore file. by Ezio Melotti · 11 years ago
  64. fd4365a Update suspicious ignore file. by Ezio Melotti · 11 years ago
  65. d0924b3 update importlib.h by Benjamin Peterson · 11 years ago
  66. 67ddcca #17329: merge with 3.3. by Ezio Melotti · 11 years ago
  67. 184e593 #17329: merge with 3.2. by Ezio Melotti · 11 years ago
  68. 265281a #17329: document unittest.SkipTest. Initial patch by Zachary Ware. by Ezio Melotti · 11 years ago
  69. 9869e60 Issue 17538: Document XML vulnerabilties by Christian Heimes · 11 years ago
  70. 768f6a5 Issue 17538: Document XML vulnerabilties by Christian Heimes · 11 years ago
  71. 7380a67 Issue 17538: Document XML vulnerabilties by Christian Heimes · 11 years ago
  72. a1e8244 Issue #16475: Add a whatsnew entry for 3.4 by Kristjan Valur Jonsson · 11 years ago
  73. ee6c5bd null merge from 3.3 by Georg Brandl · 11 years ago
  74. c40f97f NEWS: add new header for Python 3.3.2 by Georg Brandl · 11 years ago
  75. fccfb82 merge 3.3 (#17550) by Benjamin Peterson · 11 years ago
  76. dbc5f8c3 move to correct section by Benjamin Peterson · 11 years ago
  77. 615ea1a fix variable reference to fix --enable-profiling (closes #17550) by Benjamin Peterson · 11 years ago
  78. 711c370 Merge versionadded addition and typo fix from 3.3. by Ezio Melotti · 11 years ago
  79. a1eb483 Add versionadded for `-X faulthandler` (also fix typo and markup). by Ezio Melotti · 11 years ago
  80. 678ad51 Issue #17516: remove dead code by Victor Stinner · 11 years ago
  81. 3fa1aae Issue #17516: do not create useless tuple: remove dummy commas in tests by Victor Stinner · 11 years ago
  82. 765531d Issue #17516: use comment syntax for comments, instead of multiline string by Victor Stinner · 11 years ago
  83. 1f8898a #17323: The "[X refs, Y blocks]" printed by debug builds has been disabled by default. It can be re-enabled with the `-X showrefcount` option. by Ezio Melotti · 11 years ago
  84. 84e4316 Issue #17025: multiprocessing: Reduce Queue and SimpleQueue contention. by Charles-François Natali · 11 years ago
  85. bb25b6f merge by Raymond Hettinger · 11 years ago
  86. 153866e Add missing docstrings to the collections ABCs by Raymond Hettinger · 11 years ago
  87. 5fe5b4e #17425: merge 3.3 by Martin v. Löwis · 11 years ago
  88. 005fb74 Fix typo by Martin v. Löwis · 11 years ago
  89. cc0b927 Issue #17425: Build with openssl 1.0.1d on Windows. by Martin v. Löwis · 11 years ago
  90. 1e81b3e merge 3.3 by Martin v. Loewis · 11 years ago
  91. 710f0c3 #17425: null merge 3.2 by Martin v. Loewis · 11 years ago
  92. 5be6d74 Issue #17425: Build with openssl 1.0.0k on Windows. by Martin v. Loewis · 11 years ago
  93. f85aca8 - Issue #17536: Add to webbrowser's browser list: www-browser, x-www-browser, by doko@ubuntu.com · 11 years ago
  94. 945c3bb - Issue #17536: Add to webbrowser's browser list: www-browser, x-www-browser, by doko@ubuntu.com · 11 years ago
  95. a655075 Issue #17025: Add dumps() and loads() to ForkingPickler. by Charles-François Natali · 11 years ago
  96. 89e6b31 #17504: merge with 3.3. by Ezio Melotti · 11 years ago
  97. 31a7835 #17504: remove duplicated sentence. Patch by Radu Voicilas. by Ezio Melotti · 11 years ago
  98. d6f1d16 Fixes issue4653 - Correctly specify the buffer size to FormatMessageW and by Gregory P. Smith · 11 years ago
  99. b803c6c Fixes issue4653 - Correctly specify the buffer size to FormatMessageW and by Gregory P. Smith · 11 years ago
  100. 23c31d51 Merge test_queue clean up from 3.3. by Ezio Melotti · 11 years ago