1. 31b9410 Issue #25709: Fixed problem with in-place string concatenation and utf-8 cache. by Serhiy Storchaka · 9 years ago
  2. 73f5507 Issue #25940: Merge self-signed.pythontest.net testing from 3.2 into 3.3 by Martin Panter · 9 years ago
  3. 3d81d93 Issue #25940: Use self-signed.pythontest.net in SSL tests by Martin Panter · 9 years ago
  4. 14b2c82 fix reordering by Benjamin Peterson · 9 years ago
  5. 2deaea3 merge 3.2 by Benjamin Peterson · 9 years ago
  6. 5e62117 add CVE and issue number by Benjamin Peterson · 9 years ago
  7. a82f77f protect against mutation of the dict during insertion (closes #24407) by Benjamin Peterson · 9 years ago
  8. dac3ab8 add issue number by Benjamin Peterson · 9 years ago
  9. 59b08c1 use safe allocation and reallocation macros by Benjamin Peterson · 9 years ago
  10. d504f20 merge 3.2 (#22931) by Benjamin Peterson · 9 years ago
  11. 9bd476e allow square brackets in cookie values (closes #22931) by Benjamin Peterson · 9 years ago
  12. deff2b7 be more robust against the filters list changing under us (closes #24096) by Benjamin Peterson · 9 years ago
  13. 501182a just sort the items tuple directly (closes #24094) by Benjamin Peterson · 9 years ago
  14. 51454a6 merge 3.2 (#24044) by Benjamin Peterson · 10 years ago
  15. 0823ffb properly handle malloc failure (closes #24044) by Benjamin Peterson · 10 years ago
  16. 418fd74 Issue #23998: PyImport_ReInitLock() now checks for lock allocation error by Christian Heimes · 10 years ago
  17. b779bfb fix possible overflow bugs in unicodedata (closes #23367) by Benjamin Peterson · 10 years ago
  18. 03f8612 merge 3.2 by Benjamin Peterson · 10 years ago
  19. 893cce9 remove RPM, since it's unused and unmaintained by Benjamin Peterson · 10 years ago
  20. 8ce6806 add overflow checking (closes #23361) by Benjamin Peterson · 10 years ago
  21. 0eaabf1 check for overflows in permutations() and product() (closes #23363, closes #23364) by Benjamin Peterson · 10 years ago
  22. 6f08229 check for overflow in combinations_with_replacement (closes #23365) by Benjamin Peterson · 10 years ago
  23. 4b40eeb detect overflow in combinations (closes #23366) by Benjamin Peterson · 10 years ago
  24. e3bfe19 fix possible overflow in encode_basestring_ascii (closes #23369) by Benjamin Peterson · 10 years ago
  25. 4dbc305 Issue #23055: Fixed a buffer overflow in PyUnicode_FromFormatV. Analysis by Serhiy Storchaka · 10 years ago
  26. 3f95292 Issue #23055: Fixed a buffer overflow in PyUnicode_FromFormatV. Analysis by Serhiy Storchaka · 10 years ago
  27. 72c2a0f merge 3.2 (closes #23165) by Benjamin Peterson · 10 years ago
  28. f18bf6f add some overflow checks before multiplying (closes #23165) by Benjamin Peterson · 10 years ago
  29. 81b7374 merge 3.2 (#16043) by Benjamin Peterson · 10 years ago
  30. 4e9cefa add a default limit for the amount of data xmlrpclib.gzip_decode will return (closes #16043) by Benjamin Peterson · 10 years ago
  31. e1bd38c fix integer overflow in unicode case operations (closes #22643) by Benjamin Peterson · 10 years ago
  32. 18e8972 Bump to 3.3.6 by Georg Brandl · 10 years ago
  33. 439d885 Bump to 3.2.6 by Georg Brandl · 10 years ago
  34. b3ac843 #16040: fix unlimited read from connection in nntplib. by Georg Brandl · 10 years ago
  35. e800a0e Bump to 3.2.6rc1 by Georg Brandl · 10 years ago
  36. 4b16818 Issue #22518: Fixed integer overflow issues in "backslashreplace", by Serhiy Storchaka · 10 years ago
  37. 76e73f8 Bump to 3.3.6rc1 by Georg Brandl · 10 years ago
  38. ff3e5e3 Fix unicode_aswidechar() for 4b unicode and 2b wchar_t (AIX). by Georg Brandl · 10 years ago
  39. 51c1162 Issue #19855: uuid.getnode() on Unix now looks on the PATH for the by Georg Brandl · 10 years ago
  40. 736b801 prevent overflow in unicode_repr (closes #22520) by Benjamin Peterson · 10 years ago
  41. bbd0a32 clear BufferedRWPair weakrefs on deallocation (closes #22517) by Benjamin Peterson · 10 years ago
  42. 42ff105 fix overflow checking in PyBytes_Repr (closes #22519) by Benjamin Peterson · 10 years ago
  43. 3bbb2e4 NEWS issue for #22518 by Benjamin Peterson · 10 years ago
  44. e025b52 Issue #22419: Limit the length of incoming HTTP request in wsgiref server to 65536 bytes. by Senthil Kumaran · 10 years ago
  45. 7d0b8f9 Lax cookie parsing in http.cookies could be a security issue when combined by Antoine Pitrou · 10 years ago
  46. 217f4cd Issue #21323: Fix http.server to again handle scripts in CGI subdirectories, by Ned Deily · 10 years ago
  47. 915a30f Issue #21323: Fix http.server to again handle scripts in CGI subdirectories, by Ned Deily · 10 years ago
  48. 6cd1954 merge 3.2 (#21766) by Benjamin Peterson · 10 years ago
  49. 73b8b1c url unquote the path before checking if it refers to a CGI script (closes #21766) by Benjamin Peterson · 10 years ago
  50. 8577e5a - Issue #17752: Fix distutils tests when run from the installed location. by doko@ubuntu.com · 10 years ago
  51. 156285c merge 3.2 by Benjamin Peterson · 11 years ago
  52. 99b5afa in scan_once, prevent the reading of arbitrary memory when passed a negative index by Benjamin Peterson · 11 years ago
  53. 4717e21 merge 3.2 (#21082) by Benjamin Peterson · 11 years ago
  54. ee5f1c1 remove directory mode check from makedirs (closes #21082) by Benjamin Peterson · 11 years ago
  55. aa2d085 merge 3.2 by Benjamin Peterson · 11 years ago
  56. 8aef28a add Ian Beer by Benjamin Peterson · 11 years ago
  57. e558181 Issue #20939: Use www.example.com instead of www.python.org to avoid test by Ned Deily · 11 years ago
  58. fd9262c Issue #16039: CVE-2013-1752: Change use of readline in imaplib module to limit by Georg Brandl · 10 years ago
  59. 0840b41 Issue #22421 - Secure pydoc server run. Bind it to localhost instead of all interfaces. by Georg Brandl · 10 years ago
  60. dad182c Lax cookie parsing in http.cookies could be a security issue when combined by Antoine Pitrou · 10 years ago
  61. 860c367 Issue #22419: Limit the length of incoming HTTP request in wsgiref server to by Georg Brandl · 10 years ago
  62. 21bf3f9 Issue #22517: When a io.BufferedRWPair object is deallocated, clear its by Georg Brandl · 10 years ago
  63. eaca861 Issue #16041: CVE-2013-1752: poplib: Limit maximum line lengths to 2048 to by Georg Brandl · 10 years ago
  64. 210ee47 Issue #16042: CVE-2013-1752: smtplib: Limit amount of data read by by Georg Brandl · 10 years ago
  65. 3e952d5 Issue #20633: Replace relative import by absolute import. by Richard Oudkerk · 11 years ago
  66. fda3355 fix ctypes test alignment assumptions (closes #20946) by Benjamin Peterson · 11 years ago
  67. b454742 Issue #20939: Fix test_geturl failure in test_urllibnet due to by Ned Deily · 11 years ago
  68. 45fc871 Make distutils error messages more helpful (#11599). by Éric Araujo · 11 years ago
  69. f993399 add Sean Rodman by Benjamin Peterson · 11 years ago
  70. fc773a2 Avoid “error: None” messages from distutils (#4931). by Éric Araujo · 11 years ago
  71. 6120739 Issue #20875: Prevent possible gzip "'read' is not defined" NameError. by Ned Deily · 11 years ago
  72. 5e572fd merge with 3.3.5 release repo by Georg Brandl · 11 years ago
  73. 92d2d34 Post-release update. by Georg Brandl · 11 years ago
  74. fbd7518 Bump to 3.3.5 final. by Georg Brandl · 11 years ago
  75. ccdf352 Issue #20283: RE pattern methods now accept the string keyword parameters by Serhiy Storchaka · 11 years ago
  76. c186b23 Bump to 3.3.5rc2. by Georg Brandl · 11 years ago
  77. bb386cf Update NEWS for 3.3.5rc2. by Georg Brandl · 11 years ago
  78. 2658bad merge 3.3.5rc1 release commits with 3.3 branch by Georg Brandl · 11 years ago
  79. 9e90b12 add Chris Angelico by Benjamin Peterson · 11 years ago
  80. 298bb96 Issue #20778: Fix modulefinder to work with bytecode-only modules. by Brett Cannon · 11 years ago
  81. 815b41b Issue #20731: Properly position in source code files even if they by Martin v. Löwis · 11 years ago
  82. 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
  83. 7b80716 Mention issue 20621 fix in the NEWS file for 3.3.5rc1. by Gregory P. Smith · 11 years ago
  84. 94ee389 Issue #19619: Blacklist non-text codecs in method API by Serhiy Storchaka · 11 years ago
  85. 20f8728 Issue #20535: PYTHONWARNING no longer affects the run_tests.py script. by Serhiy Storchaka · 11 years ago
  86. 220cc21 Issue #20743: Fix a reference leak in test_tcl. by Antoine Pitrou · 11 years ago
  87. e12675a Bump to 3.3.5rc1. by Georg Brandl · 11 years ago
  88. 2d65951 Issue #20221: Removed conflicting (or circular) hypot definition by Zachary Ware · 11 years ago
  89. e959776 Fixed grid_columnconfigure() and grid_rowconfigure() methods of by Serhiy Storchaka · 11 years ago
  90. d5c8ce7 Issue #19612: On Windows, subprocess.Popen.communicate() now ignores by Victor Stinner · 11 years ago
  91. 9e5a987 Issue #20609: Fix building 64-bit binaries on 32-bit Windows. by Zachary Ware · 11 years ago
  92. cefe6b3 Issue #20510: Rewrote test_exit in test_sys to match existing comments by Zachary Ware · 11 years ago
  93. 5b8d2c3 Issue #8478: Untokenizer.compat now processes first token from iterator input. by Terry Jan Reedy · 11 years ago
  94. b24f481 Issue #20605: Make test_socket getaddrinfo OS X segfault test more robust. by Ned Deily · 11 years ago
  95. dbb1019 Issue #6815: os.path.expandvars() now supports non-ASCII environment by Serhiy Storchaka · 11 years ago
  96. 61e2493 Issue #17671: Fixed a crash when use non-initialized io.BufferedRWPair. by Serhiy Storchaka · 11 years ago
  97. 932bba3 avoid name clash with posix_close (closes #20594) by Benjamin Peterson · 11 years ago
  98. 3a308b9 Issue #19856: shutil.move() failed to move a directory to other directory by Serhiy Storchaka · 11 years ago
  99. c2f665e don't put runtime values in array initializer for C89 compliance (closes #20588) by Benjamin Peterson · 11 years ago
  100. 8f9c20b merge with 3.3.4 releasing repo by Georg Brandl · 11 years ago