1. 0503de9 #17526: merge with 3.3. by Ezio Melotti · 11 years ago
  2. 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
  3. 04cc55a Closes #17540: Merged fix from 3.3. by Vinay Sajip · 11 years ago
  4. 28421c6 Issue #17540: Added style to Formatter configuration by dict. by Vinay Sajip · 11 years ago
  5. 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
  6. 9869e60 Issue 17538: Document XML vulnerabilties by Christian Heimes · 11 years ago
  7. 768f6a5 Issue 17538: Document XML vulnerabilties by Christian Heimes · 11 years ago
  8. 7380a67 Issue 17538: Document XML vulnerabilties by Christian Heimes · 11 years ago
  9. c40f97f NEWS: add new header for Python 3.3.2 by Georg Brandl · 11 years ago
  10. fccfb82 merge 3.3 (#17550) by Benjamin Peterson · 11 years ago
  11. dbc5f8c3 move to correct section by Benjamin Peterson · 11 years ago
  12. 615ea1a fix variable reference to fix --enable-profiling (closes #17550) by Benjamin Peterson · 11 years ago
  13. 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
  14. 84e4316 Issue #17025: multiprocessing: Reduce Queue and SimpleQueue contention. by Charles-François Natali · 11 years ago
  15. 5fe5b4e #17425: merge 3.3 by Martin v. Löwis · 11 years ago
  16. cc0b927 Issue #17425: Build with openssl 1.0.1d on Windows. by Martin v. Löwis · 11 years ago
  17. 5be6d74 Issue #17425: Build with openssl 1.0.0k on Windows. by Martin v. Loewis · 11 years ago
  18. f85aca8 - Issue #17536: Add to webbrowser's browser list: www-browser, x-www-browser, by doko@ubuntu.com · 11 years ago
  19. 945c3bb - Issue #17536: Add to webbrowser's browser list: www-browser, x-www-browser, by doko@ubuntu.com · 11 years ago
  20. 64c16c3 Issue #17150: pprint now uses line continuations to wrap long string literals. by Antoine Pitrou · 11 years ago
  21. 4a8ea9e Fixes issue #17488: Change the subprocess.Popen bufsize parameter default value by Gregory P. Smith · 11 years ago
  22. a1b9ed3 Fixes issue #17488: Change the subprocess.Popen bufsize parameter default value by Gregory P. Smith · 11 years ago
  23. a1ed539 Fixes issue #17488: Change the subprocess.Popen bufsize parameter default value by Gregory P. Smith · 11 years ago
  24. e94cbd1 #17479: merge with 3.3. by Ezio Melotti · 11 years ago
  25. daa42c7 #17479: test_io now works with unittest test discovery. Patch by Zachary Ware. by Ezio Melotti · 11 years ago
  26. 8ec95b8 Closes #17521: Merged fix from 3.3. by Vinay Sajip · 11 years ago
  27. 9b862b9 Issue #17521: Merged fix from 3.2. by Vinay Sajip · 11 years ago
  28. 68b4cc8 Issue #17521: Corrected non-enabling of logger following two calls to fileConfig(). by Vinay Sajip · 11 years ago
  29. 30f0f05 Merged Misc/NEWS update for #17508. by Vinay Sajip · 11 years ago
  30. e29dd24 Merged Misc/NEWS update for #17508. by Vinay Sajip · 11 years ago
  31. a4cfd60 Updated Misc/NEWS with #17508. by Vinay Sajip · 11 years ago
  32. 684cd0e Issue #17522: Add the PyGILState_Check() API. by Kristján Valur Jónsson · 11 years ago
  33. 2b6c26e Issue #13248: NEWS and What's New items by Terry Jan Reedy · 11 years ago
  34. 6d3d0fe - Issue #16754: Fix the incorrect shared library extension on linux. Introduce by doko@ubuntu.com · 11 years ago
  35. 1621d77 - Issue #16754: Fix the incorrect shared library extension on linux. Introduce by doko@ubuntu.com · 11 years ago
  36. d5537d0 - Issue #16754: Fix the incorrect shared library extension on linux. Introduce by doko@ubuntu.com · 11 years ago
  37. d06b35c (Merge 3.3) Issue #17209: curses.window.get_wch() now handles correctly KeyboardInterrupt (CTRL+c) by Victor Stinner · 11 years ago
  38. bd2d30c Issue #17209: curses.window.get_wch() now handles correctly KeyboardInterrupt (CTRL+c) by Victor Stinner · 11 years ago
  39. 82c6b45 Merge: #5713: Handle 421 error codes during sendmail by closing the socket. by R David Murray · 11 years ago
  40. f1a40b4 Merge: #5713: Handle 421 error codes during sendmail by closing the socket. by R David Murray · 11 years ago
  41. d312c74 #5713: Handle 421 error codes during sendmail by closing the socket. by R David Murray · 11 years ago
  42. c9b3ef2 Issue #16997: unittest.TestCase now provides a subTest() context manager to procedurally generate, in an easy way, small test instances. by Antoine Pitrou · 11 years ago
  43. 9cc7d45 #17485: Delete the Content-Length header if the data attribute is deleted. by R David Murray · 11 years ago
  44. d7009c6 Issue #16475: Support object instancing, recursion and interned strings by Kristján Valur Jónsson · 11 years ago
  45. c7c42ef #15927: Fix cvs.reader parsing of escaped \r\n with quoting off. by R David Murray · 11 years ago
  46. 04cbe0c Closes issue 17467. Add readline and readlines support to unittest.mock.mock_open by Michael Foord · 11 years ago
  47. 110f25d merge heads & use iso8601 date format by Gregory P. Smith · 11 years ago
  48. 3cc791c merge from 3.2 by Gregory P. Smith · 11 years ago
  49. c70e53a Fixes Issue #17192: Update the ctypes module's libffi to v3.0.13. This by Gregory P. Smith · 11 years ago
  50. cca8507 merge heads in 3.3 by Gregory P. Smith · 11 years ago
  51. dd35162 merge heads in 3.2 by Gregory P. Smith · 11 years ago
  52. 0408bf9 Fixes Issue #17192: Update the ctypes module's libffi to v3.0.13. This by Gregory P. Smith · 11 years ago
  53. af3ba48 Merge: #8862: Fix curses cleanup with getchar is interrupted by a signal. by R David Murray · 11 years ago
  54. 779dab9 Merge: #8862: Fix curses cleanup with getchar is interrupted by a signal. by R David Murray · 11 years ago
  55. f5d7cc2 #8862: Fix curses cleanup with getchar is interrupted by a signal. by R David Murray · 11 years ago
  56. 660e89b Merge: #17443: Fix buffering in IMAP4_stream. by R David Murray · 11 years ago
  57. 7889944 Merge: #17443: Fix buffering in IMAP4_stream. by R David Murray · 11 years ago
  58. fcb6d6a #17443: Fix buffering in IMAP4_stream. by R David Murray · 11 years ago
  59. ac0cea5 Merge: #17476: make allmethods actually return all methods. by R David Murray · 11 years ago
  60. 52dfc74 #17476: make allmethods actually return all methods. by R David Murray · 11 years ago
  61. 9929bc5 #17476: make allmethods actually return all methods. by R David Murray · 11 years ago
  62. 455f296 #17464: improve pydoc test coverage. by R David Murray · 11 years ago
  63. 41518b4 #17474 - Remove the various deprecated methods of Request class. by Senthil Kumaran · 11 years ago
  64. 80cbc9e Closes issue 16709. unittest test discovery sorts test files for consistent test ordering by Michael Foord · 11 years ago
  65. 029273f Fixes issue #17192: Update the ctypes module's libffi to v3.0.13. This by Gregory P. Smith · 11 years ago
  66. 45c9704 use the HTTPS for pypi upload by Benjamin Peterson · 11 years ago
  67. 1a48b9d #5024: whichhdr now returns the frame count for WAV files. by R David Murray · 11 years ago
  68. 052ddb0 #17460: Remove the strict argument of HTTPConnection and removing the by Senthil Kumaran · 11 years ago
  69. 57048b6 add Sven Brauch for his #16795 contribution by Benjamin Peterson · 11 years ago
  70. cda75be unify some ast.argument's attrs; change Attribute column offset (closes #16795) by Benjamin Peterson · 11 years ago
  71. 0351928 Merge #17448: Make test_sax skip if there are no xml parsers. by R David Murray · 11 years ago
  72. f3a1b6e Merge #17448: Make test_sax skip if there are no xml parsers. by R David Murray · 11 years ago
  73. a846f5a #17448: Make test_sax skip if there are no xml parsers. by R David Murray · 11 years ago
  74. 5a948a7 merge by Brett Cannon · 11 years ago
  75. 3e2fe05 Issue #16880: _imp.load_dynamic() is not defined on a platform that by Brett Cannon · 11 years ago
  76. cb3ae4b Issue #16389: Fixed an issue number in previos commit. by Serhiy Storchaka · 11 years ago
  77. 1eec53d Issue #16389: Fixed an issue number in previos commit. by Serhiy Storchaka · 11 years ago
  78. a99dfd1 Issue #16389: Fixed an issue number in previos commit. by Serhiy Storchaka · 11 years ago
  79. f5efe3b Issue #16564: Fixed a performance regression relative to Python 3.1 in the by Serhiy Storchaka · 11 years ago
  80. 969ff72 Issue #16564: Fixed a performance regression relative to Python 3.1 in the by Serhiy Storchaka · 11 years ago
  81. 0f606a6 Issue #16564: Fixed a performance regression relative to Python 3.1 in the by Serhiy Storchaka · 11 years ago
  82. 469da97 #11420: merge with 3.3. by Ezio Melotti · 11 years ago
  83. e5e7a7c #11420: merge with 3.2. by Ezio Melotti · 11 years ago
  84. c28f6fa #11420: make test suite pass with -B/DONTWRITEBYTECODE set. Initial patch by Thomas Wouters. by Ezio Melotti · 11 years ago
  85. 2d6acd2 reject non-docs strings between future imports (closes #17434) by Benjamin Peterson · 11 years ago
  86. 58e1e50 typo by Terry Jan Reedy · 11 years ago
  87. 1faba02 Merge with 3.3 by Terry Jan Reedy · 11 years ago
  88. b73ac54 Issue # 10652: make tcl/tk tests run after __all__ test, patch by Zachary Ware. by Terry Jan Reedy · 11 years ago
  89. 743c85a Issue # 10652: make tcl/tk tests run after __all__ test, patch by Zachary Ware. by Terry Jan Reedy · 11 years ago
  90. 2fab358 Add missing FeedParser and BytesFeedParser to email.parser.__all__. by R David Murray · 11 years ago
  91. 5efee58 Merge: #17431: Fix missing import of BytesFeedParser in email.parser. by R David Murray · 11 years ago
  92. 8093d6f Merge: #17431: Fix missing import of BytesFeedParser in email.parser. by R David Murray · 11 years ago
  93. 612528d #17431: Fix missing import of BytesFeedParser in email.parser. by R David Murray · 11 years ago
  94. 2688644 #1291 http.server's send_error takes an optional explain argument by Senthil Kumaran · 11 years ago
  95. 12bb353 Merge with 3.2: closes issue #17047 by Terry Jan Reedy · 11 years ago
  96. ad6b28c Merge with 3.2: issue #17047 news entry by Terry Jan Reedy · 11 years ago
  97. 4b3975b Issue #17047: Add news entry by Terry Jan Reedy · 11 years ago
  98. d49af5d Issue #17414: Add timeit, repeat, and default_timer to timeit.__all__. by Terry Jan Reedy · 11 years ago
  99. c12956d Issue #1285086: Get rid of the refcounting hack and speed up by Serhiy Storchaka · 11 years ago
  100. a9d24e6 Issue #1285086: Get rid of the refcounting hack and speed up by Serhiy Storchaka · 11 years ago