1. 8577e5a - Issue #17752: Fix distutils tests when run from the installed location. by doko@ubuntu.com · 10 years ago
  2. 156285c merge 3.2 by Benjamin Peterson · 10 years ago
  3. 99b5afa in scan_once, prevent the reading of arbitrary memory when passed a negative index by Benjamin Peterson · 10 years ago
  4. 4717e21 merge 3.2 (#21082) by Benjamin Peterson · 10 years ago
  5. ee5f1c1 remove directory mode check from makedirs (closes #21082) by Benjamin Peterson · 10 years ago
  6. b25e3f9 merge 3.2 by Benjamin Peterson · 10 years ago
  7. b4be376 use https docs url (#21115) by Benjamin Peterson · 10 years ago
  8. 3e952d5 Issue #20633: Replace relative import by absolute import. by Richard Oudkerk · 10 years ago
  9. fda3355 fix ctypes test alignment assumptions (closes #20946) by Benjamin Peterson · 10 years ago
  10. b454742 Issue #20939: Fix test_geturl failure in test_urllibnet due to by Ned Deily · 10 years ago
  11. fdbe918 #20933: At least one place maps 'test' to 'localhost'...fix test. by R David Murray · 10 years ago
  12. e5cb836 #7475: Remove references to '.transform' from transform codec docstrings. by R David Murray · 10 years ago
  13. 45fc871 Make distutils error messages more helpful (#11599). by Éric Araujo · 10 years ago
  14. 966f2fc weaken callback count inequality (closes #20901) by Benjamin Peterson · 10 years ago
  15. 5eea8a7 remove unnecessary word (closes #19060) by Benjamin Peterson · 10 years ago
  16. d0fc83d merge 3.2 (#20896) by Benjamin Peterson · 10 years ago
  17. cf25c5c use ssl.PROTOCOL_SSLv23 for maximum compatibility (closes #20896) by Benjamin Peterson · 10 years ago
  18. bb185ab use support.rmtree instead of shutil (closes #19614) by Benjamin Peterson · 10 years ago
  19. fc773a2 Avoid “error: None” messages from distutils (#4931). by Éric Araujo · 10 years ago
  20. 6120739 Issue #20875: Prevent possible gzip "'read' is not defined" NameError. by Ned Deily · 10 years ago
  21. 5e572fd merge with 3.3.5 release repo by Georg Brandl · 10 years ago
  22. fbd7518 Bump to 3.3.5 final. by Georg Brandl · 10 years ago
  23. ccdf352 Issue #20283: RE pattern methods now accept the string keyword parameters by Serhiy Storchaka · 10 years ago
  24. 25dded0 Make the various iterators' "setstate" sliently and consistently clip the by Kristján Valur Jónsson · 10 years ago
  25. 4ca688e Fix pickling of rangeiter. rangeiter_setstate would not allow setting it by Kristján Valur Jónsson · 10 years ago
  26. 682ea5f Correct comments and improve failure reports in test_fileinput (closes #20501). by Serhiy Storchaka · 10 years ago
  27. c186b23 Bump to 3.3.5rc2. by Georg Brandl · 10 years ago
  28. 2fc8f77 Issue #20404: reject non-text encodings early in TextIOWrapper. by Georg Brandl · 10 years ago
  29. 2658bad merge 3.3.5rc1 release commits with 3.3 branch by Georg Brandl · 10 years ago
  30. 659a6f5 fix test_posix.test_initgroups to work without supplemental groups (closes #20249) by Benjamin Peterson · 10 years ago
  31. b77bf32 fix test on debug builds (closes #20731) by Benjamin Peterson · 10 years ago
  32. 298bb96 Issue #20778: Fix modulefinder to work with bytecode-only modules. by Brett Cannon · 10 years ago
  33. 815b41b Issue #20731: Properly position in source code files even if they by Martin v. Löwis · 10 years ago
  34. 9db1ab8 Issue #20567: Delete class attribute gui widgets in idle tests. by Terry Jan Reedy · 10 years ago
  35. 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 · 10 years ago
  36. 3673670 fix importlib test failure when bytecode writing is disabled (closes #20796) by Benjamin Peterson · 10 years ago
  37. 517b747 Added tests for issue #20501. by Serhiy Storchaka · 10 years ago
  38. 94ee389 Issue #19619: Blacklist non-text codecs in method API by Serhiy Storchaka · 10 years ago
  39. f106f8f whitespace by Terry Jan Reedy · 10 years ago
  40. 9dc3a36 Issue #9974: When untokenizing, use row info to insert backslash+newline. by Terry Jan Reedy · 10 years ago
  41. 938ba68 Issue #20750, Enable roundtrip tests for new 5-tuple untokenize. The by Terry Jan Reedy · 10 years ago
  42. 220cc21 Issue #20743: Fix a reference leak in test_tcl. by Antoine Pitrou · 10 years ago
  43. 68707af merge by Georg Brandl · 10 years ago
  44. 89e5671 #20719: Disable the robotparser python.org test until the gzip encoding issue can be sorted. by Georg Brandl · 10 years ago
  45. e12675a Bump to 3.3.5rc1. by Georg Brandl · 10 years ago
  46. ed7d0c4 Update pydoc topics. by Georg Brandl · 10 years ago
  47. c3111fc Issue #20730: Fix typo reported by Claudiu Popa. by Terry Jan Reedy · 10 years ago
  48. a96fd48 merge 3.2 (#20695) by Benjamin Peterson · 10 years ago
  49. 1b94030 update logo url (#20695) by Benjamin Peterson · 10 years ago
  50. f6218a2 open retrieved file in binary mode, since it's now compressed by Benjamin Peterson · 10 years ago
  51. 2bb6c35 Merge heads by Serhiy Storchaka · 10 years ago
  52. 1f9e601 Issue #20510: Confirm that the code attribute of the SystemExit by Zachary Ware · 10 years ago
  53. 162c477 Issue #20672: Fixed tests for TarFile.list() on non-UTF-8 locales. by Serhiy Storchaka · 10 years ago
  54. e959776 Fixed grid_columnconfigure() and grid_rowconfigure() methods of by Serhiy Storchaka · 10 years ago
  55. d5c8ce7 Issue #19612: On Windows, subprocess.Popen.communicate() now ignores by Victor Stinner · 10 years ago
  56. cefe6b3 Issue #20510: Rewrote test_exit in test_sys to match existing comments by Zachary Ware · 10 years ago
  57. 5b8d2c3 Issue #8478: Untokenizer.compat now processes first token from iterator input. by Terry Jan Reedy · 10 years ago
  58. 58edfd9 whitespace by Terry Jan Reedy · 10 years ago
  59. 5e6db31 Untokenize: An logically incorrect assert tested user input validity. by Terry Jan Reedy · 10 years ago
  60. cf62603 backout fafac90b69c4 by Benjamin Peterson · 10 years ago
  61. eb43736 backout 2807a5f011e4 for causing #20621 by Benjamin Peterson · 10 years ago
  62. 29352c4 add missing test assertion (closes #20080) by Benjamin Peterson · 10 years ago
  63. f4e9983 #20634: fix typo in IDLE README noticed by Saimadhav Heblikar. by Ezio Melotti · 10 years ago
  64. b24f481 Issue #20605: Make test_socket getaddrinfo OS X segfault test more robust. by Ned Deily · 10 years ago
  65. ffadbb7 Fixed typo in previous commit (issue #6815). by Serhiy Storchaka · 10 years ago
  66. dbb1019 Issue #6815: os.path.expandvars() now supports non-ASCII environment by Serhiy Storchaka · 10 years ago
  67. 61e2493 Issue #17671: Fixed a crash when use non-initialized io.BufferedRWPair. by Serhiy Storchaka · 10 years ago
  68. 3a308b9 Issue #19856: shutil.move() failed to move a directory to other directory by Serhiy Storchaka · 10 years ago
  69. f0560d9 Fix trailing whitespace. by Georg Brandl · 10 years ago
  70. 8f9c20b merge with 3.3.4 releasing repo by Georg Brandl · 10 years ago
  71. 72e7761 issue12085: Use more Pythonic way to check _child_created. by Serhiy Storchaka · 10 years ago
  72. 1be39e5 Issue #20571: skip test_readline() of test_codecs for Windows code page 65001. by Victor Stinner · 10 years ago
  73. e9c3147 #14983: always add a line end after a MIME boundary marker. by R David Murray · 10 years ago
  74. b7d6d2a Issue #20540: Fix a performance regression (vs. Python 3.2) when layering a multiprocessing Connection over a TCP socket. by Antoine Pitrou · 10 years ago
  75. 0400d33 #16983: Apply postel's law to encoded words inside quoted strings. by R David Murray · 10 years ago
  76. 905c8c3 #19772: Do not mutate message when downcoding to 7bit. by R David Murray · 10 years ago
  77. 7c389e2 Issue #20553. Use specific asserts in ipaddress tests. by Serhiy Storchaka · 10 years ago
  78. a7c07d3 Issue #20406: Use Python application icons for Idle window title bars. by Terry Jan Reedy · 10 years ago
  79. 932346f Issue #18805: better netmask validation in ipaddress by Nick Coghlan · 10 years ago
  80. 578c677 Issue #20549: Use specific asserts in mailbox, smtplib and poplib tests. by Serhiy Storchaka · 10 years ago
  81. 25d8aea Issue #20555: Use specific asserts in urllib, httplib, ftplib, cgi, wsgiref tests. by Serhiy Storchaka · 10 years ago
  82. 3a20a5d Issue #20546: Use specific asserts in int tests. by Serhiy Storchaka · 10 years ago
  83. 016a3f3 Issue #20538: UTF-7 incremental decoder produced inconsistant string when by Serhiy Storchaka · 10 years ago
  84. 1e94989 #17369: Improve handling of broken RFC2231 values in get_filename. by R David Murray · 10 years ago
  85. bd3a11b #20013: don't raise socket error when selected mailbox deleted. by R David Murray · 10 years ago
  86. fcc0072 #19063: the unicode-in-set_payload problem isn't getting fixed in 3.4. by R David Murray · 10 years ago
  87. 5cfc79d Issue #20532: Tests which use _testcapi now are marked as CPython only. by Serhiy Storchaka · 10 years ago
  88. fe4ef39 Silence BytesWarning (backport 267a4d4d9d65). by Serhiy Storchaka · 10 years ago
  89. bc27a05 Issue #20363. Fixed BytesWarning triggerred by test suite. by Serhiy Storchaka · 10 years ago
  90. 5b4fab1 Issue #20520: Fixed readline test in test_codecs. by Serhiy Storchaka · 10 years ago
  91. c814025 Bump to 3.3.4 final by Georg Brandl · 10 years ago
  92. 3b4f159 Issue #19920: TarFile.list() no longer fails when outputs a listing by Serhiy Storchaka · 10 years ago
  93. 1812bd4 Issue #20498: Fixed io.StringIO tests for newline='\n'. Added new tests. by Serhiy Storchaka · 10 years ago
  94. c564038 Issue #20474: Fix "unexpected success" test_socket failures on OS X 10.7+. by Ned Deily · 10 years ago
  95. 160f892 Skip expr* tests for large integers for Tcl <8.5. by Serhiy Storchaka · 10 years ago
  96. 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 · 10 years ago
  97. b3de1a7 Issue #19761: Fixed Tkinter tests on OS X. by Serhiy Storchaka · 10 years ago
  98. 1317e14 Issue #20368: The null character now correctly passed from Tcl to Python. by Serhiy Storchaka · 10 years ago
  99. fc05525 Issue #20368: Add tests for Tkinter methods exprstring(), exprdouble(), by Serhiy Storchaka · 10 years ago
  100. 57839a6 Issue #20435: Fix _pyio.StringIO.getvalue() to take into account newline translation settings. by Antoine Pitrou · 10 years ago