1. 6ba6b13 Fix XML vulnerability link targets. by Georg Brandl · 12 years ago
  2. e5caf29 Update suspicious ignore file. by Ezio Melotti · 12 years ago
  3. fd4365a Update suspicious ignore file. by Ezio Melotti · 12 years ago
  4. 184e593 #17329: merge with 3.2. by Ezio Melotti · 12 years ago
  5. 265281a #17329: document unittest.SkipTest. Initial patch by Zachary Ware. by Ezio Melotti · 12 years ago
  6. 768f6a5 Issue 17538: Document XML vulnerabilties by Christian Heimes · 12 years ago
  7. 7380a67 Issue 17538: Document XML vulnerabilties by Christian Heimes · 12 years ago
  8. c40f97f NEWS: add new header for Python 3.3.2 by Georg Brandl · 12 years ago
  9. dbc5f8c3 move to correct section by Benjamin Peterson · 12 years ago
  10. 615ea1a fix variable reference to fix --enable-profiling (closes #17550) by Benjamin Peterson · 12 years ago
  11. a1eb483 Add versionadded for `-X faulthandler` (also fix typo and markup). by Ezio Melotti · 12 years ago
  12. 153866e Add missing docstrings to the collections ABCs by Raymond Hettinger · 12 years ago
  13. 005fb74 Fix typo by Martin v. Löwis · 12 years ago
  14. cc0b927 Issue #17425: Build with openssl 1.0.1d on Windows. by Martin v. Löwis · 12 years ago
  15. 710f0c3 #17425: null merge 3.2 by Martin v. Loewis · 12 years ago
  16. 5be6d74 Issue #17425: Build with openssl 1.0.0k on Windows. by Martin v. Loewis · 12 years ago
  17. 945c3bb - Issue #17536: Add to webbrowser's browser list: www-browser, x-www-browser, by doko@ubuntu.com · 12 years ago
  18. 31a7835 #17504: remove duplicated sentence. Patch by Radu Voicilas. by Ezio Melotti · 12 years ago
  19. b803c6c Fixes issue4653 - Correctly specify the buffer size to FormatMessageW and by Gregory P. Smith · 12 years ago
  20. 93f756b Merge test_queue clean up from 3.2. by Ezio Melotti · 12 years ago
  21. 656c808 Clean up references to threads in test_queue. by Ezio Melotti · 12 years ago
  22. a1b9ed3 Fixes issue #17488: Change the subprocess.Popen bufsize parameter default value by Gregory P. Smith · 12 years ago
  23. a1ed539 Fixes issue #17488: Change the subprocess.Popen bufsize parameter default value by Gregory P. Smith · 12 years ago
  24. 3ddba16 Update collections ABC table to match the __abstractmethods__ attribute for each container. by Raymond Hettinger · 12 years ago
  25. 378170d Issue 17447: Clarify that str.isidentifier doesn't check for reserved keywords. by Raymond Hettinger · 12 years ago
  26. daa42c7 #17479: test_io now works with unittest test discovery. Patch by Zachary Ware. by Ezio Melotti · 12 years ago
  27. 325dc88 Backport improved dict comparison logic by Raymond Hettinger · 12 years ago
  28. 9b862b9 Issue #17521: Merged fix from 3.2. by Vinay Sajip · 12 years ago
  29. 68b4cc8 Issue #17521: Corrected non-enabling of logger following two calls to fileConfig(). by Vinay Sajip · 12 years ago
  30. e29dd24 Merged Misc/NEWS update for #17508. by Vinay Sajip · 12 years ago
  31. a4cfd60 Updated Misc/NEWS with #17508. by Vinay Sajip · 12 years ago
  32. bcd2aa6 cleanup references to PyString_ APIs from 2.x in the 3.3 docs. by Gregory P. Smith · 12 years ago
  33. 4b52ae8 Clean up references to the no longer existing PyString_ APIs in our docs. by Gregory P. Smith · 12 years ago
  34. 340a4bb Issue #17508: Merged fix from 3.2. by Vinay Sajip · 12 years ago
  35. 3f885b5 Issue #17508: Handled out-of-order handler configuration correctly. by Vinay Sajip · 12 years ago
  36. 8f35c89 Modernize unittest example by Raymond Hettinger · 12 years ago
  37. 1621d77 - Issue #16754: Fix the incorrect shared library extension on linux. Introduce by doko@ubuntu.com · 12 years ago
  38. d5537d0 - Issue #16754: Fix the incorrect shared library extension on linux. Introduce by doko@ubuntu.com · 12 years ago
  39. bd2d30c Issue #17209: curses.window.get_wch() now handles correctly KeyboardInterrupt (CTRL+c) by Victor Stinner · 12 years ago
  40. 6bd5202 #5713: One more test_smtplib timing fix. by R David Murray · 12 years ago
  41. 54bd49d Merge: #5712: Preemptively fix some other possible timing issues. by R David Murray · 12 years ago
  42. 03b0116 #5712: Preemptively fix some other possible timing issues. by R David Murray · 12 years ago
  43. a686ed7 Merge: #5713: fix timing issue in smtplib tests. by R David Murray · 12 years ago
  44. 853c0f9 #5713: fix timing issue in smtplib tests. by R David Murray · 12 years ago
  45. 74b2404 merge by Gregory P. Smith · 12 years ago
  46. 1f8a40b remove the long obsolete mention of universal newlines mode only being by Gregory P. Smith · 12 years ago
  47. f1a40b4 Merge: #5713: Handle 421 error codes during sendmail by closing the socket. by R David Murray · 12 years ago
  48. d312c74 #5713: Handle 421 error codes during sendmail by closing the socket. by R David Murray · 12 years ago
  49. f219c8d - .hgtouch: Add dependencies for GRAMMAR_H and GRAMMAR_C by doko@ubuntu.com · 12 years ago
  50. a49178e #17493: merge with 3.2. by Ezio Melotti · 12 years ago
  51. 958f7ae #17493: re-enable a test on Windows. Patch by Zachary Ware. by Ezio Melotti · 12 years ago
  52. ba7dd67 Merge usage of argument/parameter and markup fixes from 3.2. by Ezio Melotti · 12 years ago
  53. 93115e0 Fix usage of argument/parameter and markup. by Ezio Melotti · 12 years ago
  54. f16455a clarifiy the documentation for issue17285. see also commit by Gregory P. Smith · 12 years ago
  55. 91110f5 Use a larger amount of data for tests such as the interrupted_write by Gregory P. Smith · 12 years ago
  56. 620e875 Automated merge with file:///Users/skumaran/python/cpython by Senthil Kumaran · 12 years ago
  57. dc32d18 Issue #15038 : Fixing the condition broadcast and docs. by Kristján Valur Jónsson · 12 years ago
  58. cd3bb8b #17474 - Mark the deprecated Request methods as deprecated-removed. Review by Ezio Melotti by Senthil Kumaran · 12 years ago
  59. f47e77f #17471 - merge from 3.2 by Senthil Kumaran · 12 years ago
  60. 5cfbde0 Merge with 3.2 by Kristján Valur Jónsson · 12 years ago
  61. 2a4d245 #17471 - Increasing the urllib.error test coverage. Bringing it to 100%. Based on patch contributed by Daniel Wozniak by Senthil Kumaran · 12 years ago
  62. d6e9f32 Merge by Kristján Valur Jónsson · 12 years ago
  63. ece1222 Merge by Kristján Valur Jónsson · 12 years ago
  64. a251b37 #10296: Merge to 3.3 by Kristján Valur Jónsson · 12 years ago
  65. 3cc791c merge from 3.2 by Gregory P. Smith · 12 years ago
  66. 4effb67 merge heads by Gregory P. Smith · 12 years ago
  67. 1f1ec04 merge heads by Gregory P. Smith · 12 years ago
  68. 5aed330 Issue #10296 : Don't handle BreakPoint exceptions using by Kristján Valur Jónsson · 12 years ago
  69. 432a48a Merge: #1525919: Document MIMEText+set_payload encoding behavior. by R David Murray · 12 years ago
  70. 14b0124 #1525919: Document MIMEText+set_payload encoding behavior. by R David Murray · 12 years ago
  71. f697180 merge heads by Gregory P. Smith · 12 years ago
  72. cca8507 merge heads in 3.3 by Gregory P. Smith · 12 years ago
  73. 41b977c - update config.guess and config.sub by doko@ubuntu.com · 12 years ago
  74. dd35162 merge heads in 3.2 by Gregory P. Smith · 12 years ago
  75. 0408bf9 Fixes Issue #17192: Update the ctypes module's libffi to v3.0.13. This by Gregory P. Smith · 12 years ago
  76. d17ca23 #17471 - merge from 3.2 by Senthil Kumaran · 12 years ago
  77. 843fae9 #17471 - Improve urllib2 test coverage. Patch contributed by Daniel Wozniak by Senthil Kumaran · 12 years ago
  78. 779dab9 Merge: #8862: Fix curses cleanup with getchar is interrupted by a signal. by R David Murray · 12 years ago
  79. f5d7cc2 #8862: Fix curses cleanup with getchar is interrupted by a signal. by R David Murray · 12 years ago
  80. 7889944 Merge: #17443: Fix buffering in IMAP4_stream. by R David Murray · 12 years ago
  81. fcb6d6a #17443: Fix buffering in IMAP4_stream. by R David Murray · 12 years ago
  82. e185341 Fix usage of the unittest.skip decorator. by Serhiy Storchaka · 12 years ago
  83. ae4ef4d Fix usage of the unittest.skip decorator. by Serhiy Storchaka · 12 years ago
  84. 2f306c0 #17460 - merge from 3.2 by Senthil Kumaran · 12 years ago
  85. 0492ec0 #17460 - Adding relevant warning messages regarding strict removal in docs by Senthil Kumaran · 12 years ago
  86. 52dfc74 #17476: make allmethods actually return all methods. by R David Murray · 12 years ago
  87. 9929bc5 #17476: make allmethods actually return all methods. by R David Murray · 12 years ago
  88. 029273f Fixes issue #17192: Update the ctypes module's libffi to v3.0.13. This by Gregory P. Smith · 12 years ago
  89. 6227c69 #10050 - Document DeprecationWarnings for URLopener and FancyURLopener (msg172874 ) by Senthil Kumaran · 12 years ago
  90. f575230 Documentation corrections for unittest.mock by Michael Foord · 12 years ago
  91. f0efea0 Issue #17463: Fix test discovery for test_pdb.py by Andrew Svetlov · 12 years ago
  92. f3a1b6e Merge #17448: Make test_sax skip if there are no xml parsers. by R David Murray · 12 years ago
  93. a846f5a #17448: Make test_sax skip if there are no xml parsers. by R David Murray · 12 years ago
  94. 1f2a49c Merge #16057: Clarify why the base method default is called in custom encoders. by R David Murray · 12 years ago
  95. dd24617 #16057: Clarify why the base method default is called in custom encoders. by R David Murray · 12 years ago
  96. 3e2fe05 Issue #16880: _imp.load_dynamic() is not defined on a platform that by Brett Cannon · 12 years ago
  97. b271727 Merge with 3.2 by Terry Jan Reedy · 12 years ago
  98. f346041 Issue #17415: Trim trailing whitespace by Terry Jan Reedy · 12 years ago
  99. 3380170 Merge with 3.2 by Terry Jan Reedy · 12 years ago
  100. ec6e132 Issue #17415: Clarify 'this' referent by moving containing sentence just after by Terry Jan Reedy · 12 years ago