1. 4b16818 Issue #22518: Fixed integer overflow issues in "backslashreplace", by Serhiy Storchaka · 11 years ago v3.3.6rc1
  2. 76e73f8 Bump to 3.3.6rc1 by Georg Brandl · 11 years ago
  3. 736b801 prevent overflow in unicode_repr (closes #22520) by Benjamin Peterson · 11 years ago
  4. bbd0a32 clear BufferedRWPair weakrefs on deallocation (closes #22517) by Benjamin Peterson · 11 years ago
  5. 42ff105 fix overflow checking in PyBytes_Repr (closes #22519) by Benjamin Peterson · 11 years ago
  6. 3bbb2e4 NEWS issue for #22518 by Benjamin Peterson · 11 years ago
  7. e025b52 Issue #22419: Limit the length of incoming HTTP request in wsgiref server to 65536 bytes. by Senthil Kumaran · 11 years ago
  8. 7d0b8f9 Lax cookie parsing in http.cookies could be a security issue when combined by Antoine Pitrou · 11 years ago
  9. 217f4cd Issue #21323: Fix http.server to again handle scripts in CGI subdirectories, by Ned Deily · 11 years ago
  10. 915a30f Issue #21323: Fix http.server to again handle scripts in CGI subdirectories, by Ned Deily · 11 years ago
  11. 6cd1954 merge 3.2 (#21766) by Benjamin Peterson · 11 years ago
  12. 73b8b1c url unquote the path before checking if it refers to a CGI script (closes #21766) by Benjamin Peterson · 11 years ago
  13. 8577e5a - Issue #17752: Fix distutils tests when run from the installed location. by doko@ubuntu.com · 11 years ago
  14. 156285c merge 3.2 by Benjamin Peterson · 11 years ago
  15. 99b5afa in scan_once, prevent the reading of arbitrary memory when passed a negative index by Benjamin Peterson · 11 years ago
  16. 4717e21 merge 3.2 (#21082) by Benjamin Peterson · 11 years ago
  17. ee5f1c1 remove directory mode check from makedirs (closes #21082) by Benjamin Peterson · 11 years ago
  18. aa2d085 merge 3.2 by Benjamin Peterson · 11 years ago
  19. 8aef28a add Ian Beer by Benjamin Peterson · 11 years ago
  20. 3e952d5 Issue #20633: Replace relative import by absolute import. by Richard Oudkerk · 11 years ago
  21. fda3355 fix ctypes test alignment assumptions (closes #20946) by Benjamin Peterson · 11 years ago
  22. b454742 Issue #20939: Fix test_geturl failure in test_urllibnet due to by Ned Deily · 11 years ago
  23. 45fc871 Make distutils error messages more helpful (#11599). by Éric Araujo · 11 years ago
  24. f993399 add Sean Rodman by Benjamin Peterson · 11 years ago
  25. fc773a2 Avoid “error: None” messages from distutils (#4931). by Éric Araujo · 11 years ago
  26. 6120739 Issue #20875: Prevent possible gzip "'read' is not defined" NameError. by Ned Deily · 11 years ago
  27. 5e572fd merge with 3.3.5 release repo by Georg Brandl · 11 years ago
  28. 92d2d34 Post-release update. by Georg Brandl · 11 years ago
  29. fbd7518 Bump to 3.3.5 final. by Georg Brandl · 11 years ago v3.3.5
  30. ccdf352 Issue #20283: RE pattern methods now accept the string keyword parameters by Serhiy Storchaka · 11 years ago
  31. c186b23 Bump to 3.3.5rc2. by Georg Brandl · 11 years ago v3.3.5rc2
  32. bb386cf Update NEWS for 3.3.5rc2. by Georg Brandl · 11 years ago
  33. 2658bad merge 3.3.5rc1 release commits with 3.3 branch by Georg Brandl · 11 years ago
  34. 9e90b12 add Chris Angelico by Benjamin Peterson · 11 years ago
  35. 298bb96 Issue #20778: Fix modulefinder to work with bytecode-only modules. by Brett Cannon · 11 years ago
  36. 815b41b Issue #20731: Properly position in source code files even if they by Martin v. Löwis · 11 years ago
  37. b807577 Issue #20791: copy.copy() now doesn't make a copy when the input is a bytes object. Initial patch by Peter Otten. by Antoine Pitrou · 11 years ago
  38. 7b80716 Mention issue 20621 fix in the NEWS file for 3.3.5rc1. by Gregory P. Smith · 11 years ago
  39. 94ee389 Issue #19619: Blacklist non-text codecs in method API by Serhiy Storchaka · 11 years ago
  40. 20f8728 Issue #20535: PYTHONWARNING no longer affects the run_tests.py script. by Serhiy Storchaka · 11 years ago
  41. 220cc21 Issue #20743: Fix a reference leak in test_tcl. by Antoine Pitrou · 11 years ago
  42. e12675a Bump to 3.3.5rc1. by Georg Brandl · 11 years ago
  43. 2d65951 Issue #20221: Removed conflicting (or circular) hypot definition by Zachary Ware · 11 years ago
  44. e959776 Fixed grid_columnconfigure() and grid_rowconfigure() methods of by Serhiy Storchaka · 11 years ago
  45. d5c8ce7 Issue #19612: On Windows, subprocess.Popen.communicate() now ignores by Victor Stinner · 12 years ago
  46. 9e5a987 Issue #20609: Fix building 64-bit binaries on 32-bit Windows. by Zachary Ware · 12 years ago
  47. cefe6b3 Issue #20510: Rewrote test_exit in test_sys to match existing comments by Zachary Ware · 12 years ago
  48. 5b8d2c3 Issue #8478: Untokenizer.compat now processes first token from iterator input. by Terry Jan Reedy · 12 years ago
  49. b24f481 Issue #20605: Make test_socket getaddrinfo OS X segfault test more robust. by Ned Deily · 12 years ago
  50. dbb1019 Issue #6815: os.path.expandvars() now supports non-ASCII environment by Serhiy Storchaka · 12 years ago
  51. 61e2493 Issue #17671: Fixed a crash when use non-initialized io.BufferedRWPair. by Serhiy Storchaka · 12 years ago
  52. 932bba3 avoid name clash with posix_close (closes #20594) by Benjamin Peterson · 12 years ago
  53. 3a308b9 Issue #19856: shutil.move() failed to move a directory to other directory by Serhiy Storchaka · 12 years ago
  54. c2f665e don't put runtime values in array initializer for C89 compliance (closes #20588) by Benjamin Peterson · 12 years ago
  55. 8f9c20b merge with 3.3.4 releasing repo by Georg Brandl · 12 years ago
  56. a37fcb2 Post-release updates. by Georg Brandl · 12 years ago
  57. 505ff75 Issue #20437: Fixed 21 potential bugs when deleting objects references. by Serhiy Storchaka · 12 years ago
  58. a7bf78d news entry by Georg Brandl · 12 years ago v3.3.4
  59. e9c3147 #14983: always add a line end after a MIME boundary marker. by R David Murray · 12 years ago
  60. b7d6d2a Issue #20540: Fix a performance regression (vs. Python 3.2) when layering a multiprocessing Connection over a TCP socket. by Antoine Pitrou · 12 years ago
  61. 0400d33 #16983: Apply postel's law to encoded words inside quoted strings. by R David Murray · 12 years ago
  62. 905c8c3 #19772: Do not mutate message when downcoding to 7bit. by R David Murray · 12 years ago
  63. a7c07d3 Issue #20406: Use Python application icons for Idle window title bars. by Terry Jan Reedy · 12 years ago
  64. 98585b6 Fix #18805 NEWS entry by Nick Coghlan · 12 years ago
  65. 932346f Issue #18805: better netmask validation in ipaddress by Nick Coghlan · 12 years ago
  66. 016a3f3 Issue #20538: UTF-7 incremental decoder produced inconsistant string when by Serhiy Storchaka · 12 years ago
  67. 1e94989 #17369: Improve handling of broken RFC2231 values in get_filename. by R David Murray · 12 years ago
  68. bd3a11b #20013: don't raise socket error when selected mailbox deleted. by R David Murray · 12 years ago
  69. 5cfc79d Issue #20532: Tests which use _testcapi now are marked as CPython only. by Serhiy Storchaka · 12 years ago
  70. 07fbd78 Issue #20488: Update docs to say importlib is *the* implementaiton of by Brett Cannon · 12 years ago
  71. c814025 Bump to 3.3.4 final by Georg Brandl · 12 years ago
  72. 3b4f159 Issue #19920: TarFile.list() no longer fails when outputs a listing by Serhiy Storchaka · 12 years ago
  73. d33491e Issue #20515: Fix NULL pointer dereference introduced by issue #20368 by Christian Heimes · 12 years ago
  74. 091d017 restore namespacing of pyexpat symbols (closes #19186) by Benjamin Peterson · 12 years ago
  75. c564038 Issue #20474: Fix "unexpected success" test_socket failures on OS X 10.7+. by Ned Deily · 12 years ago
  76. d2cc743 Issue #20426: When passing the re.DEBUG flag, re.compile() displays the debug output every time it is called, regardless of the compilation cache. by Antoine Pitrou · 12 years ago
  77. 1317e14 Issue #20368: The null character now correctly passed from Tcl to Python. by Serhiy Storchaka · 12 years ago
  78. 57839a6 Issue #20435: Fix _pyio.StringIO.getvalue() to take into account newline translation settings. by Antoine Pitrou · 12 years ago
  79. c8d9e0e Update the python.gif icon for the Idle classbrowser and pathbowser by Terry Jan Reedy · 12 years ago
  80. f27b9a7 #20288: fix handling of invalid numeric charrefs in HTMLParser. by Ezio Melotti · 12 years ago
  81. 844dcfb Remove issue 19081 Misc/NEWS entry since it isn't entirely fixed yet. by Gregory P. Smith · 12 years ago
  82. c92ea76 Issue #20424: Python implementation of io.StringIO now supports lone surrogates. by Serhiy Storchaka · 12 years ago
  83. c369c2c Issue #19456: ntpath.join() now joins relative paths correctly when a drive by Serhiy Storchaka · 12 years ago
  84. 99e033b Issue #19077: tempfile.TemporaryDirectory cleanup is now most likely by Serhiy Storchaka · 12 years ago
  85. b991597 Issue #20367: Fix behavior of concurrent.futures.as_completed() for duplicate by Victor Stinner · 12 years ago
  86. 87203d3 Post release update. by Georg Brandl · 12 years ago
  87. 91d4278 Issue #17721: Remove non-functional configuration dialog help button until we by Terry Jan Reedy · 12 years ago
  88. 1ac0095 Issue #19990: Added tests for the imghdr module. Based on patch by Claudiu Popa. by Serhiy Storchaka · 12 years ago
  89. 8003850 Issue #8260: The read(), readline() and readlines() methods of by Serhiy Storchaka · 12 years ago
  90. 9332096 Issue #20311: Revert 033137c12d88, select.epoll.poll() rounds again the timeout by Victor Stinner · 12 years ago
  91. 18f2ce9 Bump to 3.3.4rc1. by Georg Brandl · 12 years ago
  92. 381c280 #20311: revert changes to 3.3 branch for now until experts have decided how to resolve the issue. by Georg Brandl · 12 years ago
  93. c114353 #16042: CVE-2013-1752: smtplib fix for unlimited readline() from socket by Georg Brandl · 12 years ago
  94. 5f6bf55 use new readline function types (closes #20374) by Benjamin Peterson · 12 years ago
  95. 94338de Issue #17390: Add Python version to Idle editor window title bar. by Terry Jan Reedy · 12 years ago
  96. 09761e7 Issue #20317: Don't create a reference loop in ExitStack by Nick Coghlan · 12 years ago
  97. 758fa5e Issue #17825: Cursor ^ is correctly positioned for SyntaxError and IndentationError. by Florent Xicluna · 12 years ago
  98. 65fd059 Issue #2382: SyntaxError cursor "^" now is written at correct position in most by Serhiy Storchaka · 12 years ago
  99. 665486e Issue #20311: select.epoll.poll() now rounds the timeout away from zero, by Victor Stinner · 12 years ago
  100. 9b7a1a1 Issue #20262: Warnings are raised now when duplicate names are added in the by Serhiy Storchaka · 12 years ago