1. 1bab713 Merge with 3.3. by Georg Brandl · 12 years ago
  2. 44ea77b Closes #4159: add LaTeX tabular column specifications to tables that otherwise are cut off or have overlapping text. by Georg Brandl · 12 years ago
  3. 8cb15bf merge with 3.3 by Georg Brandl · 12 years ago
  4. 6ba6b13 Fix XML vulnerability link targets. by Georg Brandl · 12 years ago
  5. f92b063 Update suspicious ignore file. by Ezio Melotti · 12 years ago
  6. e5caf29 Update suspicious ignore file. by Ezio Melotti · 12 years ago
  7. fd4365a Update suspicious ignore file. by Ezio Melotti · 12 years ago
  8. d0924b3 update importlib.h by Benjamin Peterson · 12 years ago
  9. 67ddcca #17329: merge with 3.3. by Ezio Melotti · 12 years ago
  10. 184e593 #17329: merge with 3.2. by Ezio Melotti · 12 years ago
  11. 265281a #17329: document unittest.SkipTest. Initial patch by Zachary Ware. by Ezio Melotti · 12 years ago
  12. 9869e60 Issue 17538: Document XML vulnerabilties by Christian Heimes · 12 years ago
  13. 768f6a5 Issue 17538: Document XML vulnerabilties by Christian Heimes · 12 years ago
  14. 7380a67 Issue 17538: Document XML vulnerabilties by Christian Heimes · 12 years ago
  15. a1e8244 Issue #16475: Add a whatsnew entry for 3.4 by Kristjan Valur Jonsson · 12 years ago
  16. ee6c5bd null merge from 3.3 by Georg Brandl · 12 years ago
  17. c40f97f NEWS: add new header for Python 3.3.2 by Georg Brandl · 12 years ago
  18. fccfb82 merge 3.3 (#17550) by Benjamin Peterson · 12 years ago
  19. dbc5f8c3 move to correct section by Benjamin Peterson · 12 years ago
  20. 615ea1a fix variable reference to fix --enable-profiling (closes #17550) by Benjamin Peterson · 12 years ago
  21. 711c370 Merge versionadded addition and typo fix from 3.3. by Ezio Melotti · 12 years ago
  22. a1eb483 Add versionadded for `-X faulthandler` (also fix typo and markup). by Ezio Melotti · 12 years ago
  23. 678ad51 Issue #17516: remove dead code by Victor Stinner · 12 years ago
  24. 3fa1aae Issue #17516: do not create useless tuple: remove dummy commas in tests by Victor Stinner · 12 years ago
  25. 765531d Issue #17516: use comment syntax for comments, instead of multiline string by Victor Stinner · 12 years ago
  26. 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 · 12 years ago
  27. 84e4316 Issue #17025: multiprocessing: Reduce Queue and SimpleQueue contention. by Charles-François Natali · 12 years ago
  28. bb25b6f merge by Raymond Hettinger · 12 years ago
  29. 153866e Add missing docstrings to the collections ABCs by Raymond Hettinger · 12 years ago
  30. 5fe5b4e #17425: merge 3.3 by Martin v. Löwis · 12 years ago
  31. 005fb74 Fix typo by Martin v. Löwis · 12 years ago
  32. cc0b927 Issue #17425: Build with openssl 1.0.1d on Windows. by Martin v. Löwis · 12 years ago
  33. 1e81b3e merge 3.3 by Martin v. Loewis · 12 years ago
  34. 710f0c3 #17425: null merge 3.2 by Martin v. Loewis · 12 years ago
  35. 5be6d74 Issue #17425: Build with openssl 1.0.0k on Windows. by Martin v. Loewis · 12 years ago
  36. f85aca8 - Issue #17536: Add to webbrowser's browser list: www-browser, x-www-browser, by doko@ubuntu.com · 12 years ago
  37. 945c3bb - Issue #17536: Add to webbrowser's browser list: www-browser, x-www-browser, by doko@ubuntu.com · 12 years ago
  38. a655075 Issue #17025: Add dumps() and loads() to ForkingPickler. by Charles-François Natali · 12 years ago
  39. 89e6b31 #17504: merge with 3.3. by Ezio Melotti · 12 years ago
  40. 31a7835 #17504: remove duplicated sentence. Patch by Radu Voicilas. by Ezio Melotti · 12 years ago
  41. d6f1d16 Fixes issue4653 - Correctly specify the buffer size to FormatMessageW and by Gregory P. Smith · 12 years ago
  42. b803c6c Fixes issue4653 - Correctly specify the buffer size to FormatMessageW and by Gregory P. Smith · 12 years ago
  43. 23c31d51 Merge test_queue clean up from 3.3. by Ezio Melotti · 12 years ago
  44. 93f756b Merge test_queue clean up from 3.2. by Ezio Melotti · 12 years ago
  45. 656c808 Clean up references to threads in test_queue. by Ezio Melotti · 12 years ago
  46. 64c16c3 Issue #17150: pprint now uses line continuations to wrap long string literals. by Antoine Pitrou · 12 years ago
  47. 4a8ea9e Fixes issue #17488: Change the subprocess.Popen bufsize parameter default value by Gregory P. Smith · 12 years ago
  48. a1b9ed3 Fixes issue #17488: Change the subprocess.Popen bufsize parameter default value by Gregory P. Smith · 12 years ago
  49. a1ed539 Fixes issue #17488: Change the subprocess.Popen bufsize parameter default value by Gregory P. Smith · 12 years ago
  50. 59addb7 merge by Raymond Hettinger · 12 years ago
  51. 3ddba16 Update collections ABC table to match the __abstractmethods__ attribute for each container. by Raymond Hettinger · 12 years ago
  52. 51612fd merge by Raymond Hettinger · 12 years ago
  53. 378170d Issue 17447: Clarify that str.isidentifier doesn't check for reserved keywords. by Raymond Hettinger · 12 years ago
  54. cf936c7 #17510: avoid using deprecated assertEquals method in test_program. Patch by Daniel Black. by Ezio Melotti · 12 years ago
  55. e94cbd1 #17479: merge with 3.3. by Ezio Melotti · 12 years ago
  56. daa42c7 #17479: test_io now works with unittest test discovery. Patch by Zachary Ware. by Ezio Melotti · 12 years ago
  57. 3213d72 merge by Raymond Hettinger · 12 years ago
  58. 325dc88 Backport improved dict comparison logic by Raymond Hettinger · 12 years ago
  59. 8ec95b8 Closes #17521: Merged fix from 3.3. by Vinay Sajip · 12 years ago
  60. 9b862b9 Issue #17521: Merged fix from 3.2. by Vinay Sajip · 12 years ago
  61. 68b4cc8 Issue #17521: Corrected non-enabling of logger following two calls to fileConfig(). by Vinay Sajip · 12 years ago
  62. 42fb352 Merged upstream changes. by Vinay Sajip · 12 years ago
  63. 30f0f05 Merged Misc/NEWS update for #17508. by Vinay Sajip · 12 years ago
  64. e29dd24 Merged Misc/NEWS update for #17508. by Vinay Sajip · 12 years ago
  65. a4cfd60 Updated Misc/NEWS with #17508. by Vinay Sajip · 12 years ago
  66. 34870c4 Issue #17522: Minor documentation fix by Kristján Valur Jónsson · 12 years ago
  67. 684cd0e Issue #17522: Add the PyGILState_Check() API. by Kristján Valur Jónsson · 12 years ago
  68. d4296fc cleanup references to PyString_ APIs in the 3.x docs. by Gregory P. Smith · 12 years ago
  69. bcd2aa6 cleanup references to PyString_ APIs from 2.x in the 3.3 docs. by Gregory P. Smith · 12 years ago
  70. 4b52ae8 Clean up references to the no longer existing PyString_ APIs in our docs. by Gregory P. Smith · 12 years ago
  71. 5a63fe6 Closes #17508: Merged fix from 3.3. by Vinay Sajip · 12 years ago
  72. 340a4bb Issue #17508: Merged fix from 3.2. by Vinay Sajip · 12 years ago
  73. 3f885b5 Issue #17508: Handled out-of-order handler configuration correctly. by Vinay Sajip · 12 years ago
  74. 671ddbe merge by Raymond Hettinger · 12 years ago
  75. 8f35c89 Modernize unittest example by Raymond Hettinger · 12 years ago
  76. 440282b copy 2.7 magic numbers for historical interest by Benjamin Peterson · 12 years ago
  77. f516388 #17472: add tests for a couple of untested methods in urllib.urlparse. by R David Murray · 12 years ago
  78. 2b6c26e Issue #13248: NEWS and What's New items by Terry Jan Reedy · 12 years ago
  79. d502a07 test_ast: pass the filename to ast.parse() by Victor Stinner · 12 years ago
  80. 6d3d0fe - Issue #16754: Fix the incorrect shared library extension on linux. Introduce by doko@ubuntu.com · 12 years ago
  81. 1621d77 - Issue #16754: Fix the incorrect shared library extension on linux. Introduce by doko@ubuntu.com · 12 years ago
  82. d5537d0 - Issue #16754: Fix the incorrect shared library extension on linux. Introduce by doko@ubuntu.com · 12 years ago
  83. d06b35c (Merge 3.3) Issue #17209: curses.window.get_wch() now handles correctly KeyboardInterrupt (CTRL+c) by Victor Stinner · 12 years ago
  84. bd2d30c Issue #17209: curses.window.get_wch() now handles correctly KeyboardInterrupt (CTRL+c) by Victor Stinner · 12 years ago
  85. e0a1bf3 Merge: #5713: One more test_smtplib timing fix. by R David Murray · 12 years ago
  86. 6bd5202 #5713: One more test_smtplib timing fix. by R David Murray · 12 years ago
  87. f72119d merge heads by Gregory P. Smith · 12 years ago
  88. 40a2160 Refactor the common code out of the posix and windows listdir by Gregory P. Smith · 12 years ago
  89. 3030728 Fix import by Raymond Hettinger · 12 years ago
  90. dac94d6 Merge: #5712: Preemptively fix some other possible timing issues. by R David Murray · 12 years ago
  91. 54bd49d Merge: #5712: Preemptively fix some other possible timing issues. by R David Murray · 12 years ago
  92. 03b0116 #5712: Preemptively fix some other possible timing issues. by R David Murray · 12 years ago
  93. ba7d9d4 Merge: #5713: fix timing issue in smtplib tests. by R David Murray · 12 years ago
  94. a686ed7 Merge: #5713: fix timing issue in smtplib tests. by R David Murray · 12 years ago
  95. 853c0f9 #5713: fix timing issue in smtplib tests. by R David Murray · 12 years ago
  96. 16ea14a Refactor the Windows specific and POSIX specific implementations of by Gregory P. Smith · 12 years ago
  97. e25df59 merge by Gregory P. Smith · 12 years ago
  98. 74b2404 merge by Gregory P. Smith · 12 years ago
  99. 1f8a40b remove the long obsolete mention of universal newlines mode only being by Gregory P. Smith · 12 years ago
  100. 82c6b45 Merge: #5713: Handle 421 error codes during sendmail by closing the socket. by R David Murray · 12 years ago