1. 314dc12 expect the correct platform-dependent linesep by Benjamin Peterson · 10 years ago
  2. 6cd1954 merge 3.2 (#21766) by Benjamin Peterson · 10 years ago
  3. 73b8b1c url unquote the path before checking if it refers to a CGI script (closes #21766) by Benjamin Peterson · 10 years ago
  4. 13266fb Update docs to reflect resurrection of Setuptools over Distribute by Jason R. Coombs · 10 years ago
  5. ddf3438 The PyCOND_TIMEDWAIT must use microseconds for the timeout argument by Kristján Valur Jónsson · 10 years ago
  6. 8577e5a - Issue #17752: Fix distutils tests when run from the installed location. by doko@ubuntu.com · 10 years ago
  7. 024c5ee Document the subprocess Popen.args attribute (issue21353) by Gregory P. Smith · 10 years ago
  8. 98816bd merge 3.2 by Benjamin Peterson · 11 years ago
  9. 49991de fix poor spelling by Benjamin Peterson · 11 years ago
  10. 9beee04 merge 3.2 by Benjamin Peterson · 11 years ago
  11. 6ef2b36 disallow a negative idx parameter by Benjamin Peterson · 11 years ago
  12. 156285c merge 3.2 by Benjamin Peterson · 11 years ago
  13. 99b5afa in scan_once, prevent the reading of arbitrary memory when passed a negative index by Benjamin Peterson · 11 years ago
  14. f5c3405 minor docfix (reported at docs@python.org) trace.py argument is --count not --counts by Senthil Kumaran · 11 years ago
  15. 7e90bc4 merge 3.2 by Benjamin Peterson · 11 years ago
  16. 80e6af1 fix versionchanged version by Benjamin Peterson · 11 years ago
  17. 4717e21 merge 3.2 (#21082) by Benjamin Peterson · 11 years ago
  18. ee5f1c1 remove directory mode check from makedirs (closes #21082) by Benjamin Peterson · 11 years ago
  19. b25e3f9 merge 3.2 by Benjamin Peterson · 11 years ago
  20. b4be376 use https docs url (#21115) by Benjamin Peterson · 11 years ago
  21. aa2d085 merge 3.2 by Benjamin Peterson · 11 years ago
  22. 8aef28a add Ian Beer by Benjamin Peterson · 11 years ago
  23. 0ad6098 merge 3.2 by Benjamin Peterson · 11 years ago
  24. 23cf403 fix expandtabs overflow detection to be consistent and not rely on signed overflow by Benjamin Peterson · 11 years ago
  25. e558181 Issue #20939: Use www.example.com instead of www.python.org to avoid test by Ned Deily · 11 years ago
  26. fd9262c Issue #16039: CVE-2013-1752: Change use of readline in imaplib module to limit by Georg Brandl · 10 years ago
  27. 0840b41 Issue #22421 - Secure pydoc server run. Bind it to localhost instead of all interfaces. by Georg Brandl · 10 years ago
  28. dad182c Lax cookie parsing in http.cookies could be a security issue when combined by Antoine Pitrou · 10 years ago
  29. 860c367 Issue #22419: Limit the length of incoming HTTP request in wsgiref server to by Georg Brandl · 10 years ago
  30. 21bf3f9 Issue #22517: When a io.BufferedRWPair object is deallocated, clear its by Georg Brandl · 10 years ago
  31. eaca861 Issue #16041: CVE-2013-1752: poplib: Limit maximum line lengths to 2048 to by Georg Brandl · 10 years ago
  32. 210ee47 Issue #16042: CVE-2013-1752: smtplib: Limit amount of data read by by Georg Brandl · 10 years ago
  33. 3e952d5 Issue #20633: Replace relative import by absolute import. by Richard Oudkerk · 11 years ago
  34. 56d3a03 Update doc version switcher for 3.4/3.5. by Georg Brandl · 11 years ago
  35. a48d9ea improve set_tunnel docs (closes #11448) by Benjamin Peterson · 11 years ago
  36. fda3355 fix ctypes test alignment assumptions (closes #20946) by Benjamin Peterson · 11 years ago
  37. 790bf0d Close #16665: improve documentation for hex(). Patch by Jessica McKellar. by Antoine Pitrou · 11 years ago
  38. 0392271 send people to the right editors page (#20938) by Benjamin Peterson · 11 years ago
  39. b454742 Issue #20939: Fix test_geturl failure in test_urllibnet due to by Ned Deily · 11 years ago
  40. 5128173 remove runtime_library_dirs for _sqlite; it isn't needed by Benjamin Peterson · 11 years ago
  41. 4a42cd4 avoid referencing past the bounds of an array by Benjamin Peterson · 11 years ago
  42. c77e7a4 only define zero constant when it is used by Benjamin Peterson · 11 years ago
  43. ce68c19 remove unused zero constants by Benjamin Peterson · 11 years ago
  44. fdbe918 #20933: At least one place maps 'test' to 'localhost'...fix test. by R David Murray · 11 years ago
  45. ef87f8c avoid referencing out-of-bounds memory by Benjamin Peterson · 11 years ago
  46. 45c9dce fix c89 declaration order by Benjamin Peterson · 11 years ago
  47. 041c38a don't do pointer arithmetic with signed numbers by Benjamin Peterson · 11 years ago
  48. e5cb836 #7475: Remove references to '.transform' from transform codec docstrings. by R David Murray · 11 years ago
  49. ef04c59 Clarify distutils’ clean command (ref #6142) by Éric Araujo · 11 years ago
  50. 782c4cf Closes #20908: Memory leak in Reg2Py() by Jesus Cea · 11 years ago
  51. 45fc871 Make distutils error messages more helpful (#11599). by Éric Araujo · 11 years ago
  52. 966f2fc weaken callback count inequality (closes #20901) by Benjamin Peterson · 11 years ago
  53. 5eea8a7 remove unnecessary word (closes #19060) by Benjamin Peterson · 11 years ago
  54. fa5e6e4 Fix note markup (#16805). by Éric Araujo · 11 years ago
  55. d0fc83d merge 3.2 (#20896) by Benjamin Peterson · 11 years ago
  56. cf25c5c use ssl.PROTOCOL_SSLv23 for maximum compatibility (closes #20896) by Benjamin Peterson · 11 years ago
  57. f993399 add Sean Rodman by Benjamin Peterson · 11 years ago
  58. bb185ab use support.rmtree instead of shutil (closes #19614) by Benjamin Peterson · 11 years ago
  59. fc773a2 Avoid “error: None” messages from distutils (#4931). by Éric Araujo · 11 years ago
  60. ed5d95b #20030: doc that TestLoader.discover returns a TestSuite. by R David Murray · 11 years ago
  61. 8e4b3c7 improve algorithms_* documentation by Benjamin Peterson · 11 years ago
  62. bfca3ca fix typo (closes #20892) by Benjamin Peterson · 11 years ago
  63. 18a364f Closes #20090: update Doc/README and the error message in sphinx-build.py to make by Georg Brandl · 11 years ago
  64. 14d7b71 #19953: Clarify the wording of the augmented assignment discussion. by R David Murray · 11 years ago
  65. 6120739 Issue #20875: Prevent possible gzip "'read' is not defined" NameError. by Ned Deily · 11 years ago
  66. 5e572fd merge with 3.3.5 release repo by Georg Brandl · 11 years ago
  67. 92d2d34 Post-release update. by Georg Brandl · 11 years ago
  68. e46abb4 hgtouch: remove meta-variable from option spec by Georg Brandl · 11 years ago
  69. 1e7b1dc Added tag v3.3.5 for changeset 62cf4e77f785 by Georg Brandl · 11 years ago
  70. fbd7518 Bump to 3.3.5 final. by Georg Brandl · 11 years ago
  71. 95b696a #10197: Update get[status]output versionchanged with actual version. by R David Murray · 11 years ago
  72. c39e892 Issue #20813: Backport Python 2/3 HOWTO updates by Brett Cannon · 11 years ago
  73. 54d04a4 Make pywlauncher.vcxproj depend on make_versioninfo.vcxproj. by Zachary Ware · 11 years ago
  74. ccdf352 Issue #20283: RE pattern methods now accept the string keyword parameters by Serhiy Storchaka · 11 years ago
  75. 25dded0 Make the various iterators' "setstate" sliently and consistently clip the by Kristján Valur Jónsson · 11 years ago
  76. 4ca688e Fix pickling of rangeiter. rangeiter_setstate would not allow setting it by Kristján Valur Jónsson · 11 years ago
  77. 682ea5f Correct comments and improve failure reports in test_fileinput (closes #20501). by Serhiy Storchaka · 11 years ago
  78. 444c171 Added tag v3.3.5rc2 for changeset ca5635efe090 by Georg Brandl · 11 years ago
  79. c186b23 Bump to 3.3.5rc2. by Georg Brandl · 11 years ago
  80. bb386cf Update NEWS for 3.3.5rc2. by Georg Brandl · 11 years ago
  81. 2fc8f77 Issue #20404: reject non-text encodings early in TextIOWrapper. by Georg Brandl · 11 years ago
  82. 2658bad merge 3.3.5rc1 release commits with 3.3 branch by Georg Brandl · 11 years ago
  83. 9e90b12 add Chris Angelico by Benjamin Peterson · 11 years ago
  84. 659a6f5 fix test_posix.test_initgroups to work without supplemental groups (closes #20249) by Benjamin Peterson · 11 years ago
  85. b77bf32 fix test on debug builds (closes #20731) by Benjamin Peterson · 11 years ago
  86. 4f8e4c2 merge 3.2 by Benjamin Peterson · 11 years ago
  87. 298bb96 Issue #20778: Fix modulefinder to work with bytecode-only modules. by Brett Cannon · 11 years ago
  88. 815b41b Issue #20731: Properly position in source code files even if they by Martin v. Löwis · 11 years ago
  89. 9db1ab8 Issue #20567: Delete class attribute gui widgets in idle tests. by Terry Jan Reedy · 11 years ago
  90. 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
  91. 3673670 fix importlib test failure when bytecode writing is disabled (closes #20796) by Benjamin Peterson · 11 years ago
  92. 517b747 Added tests for issue #20501. by Serhiy Storchaka · 11 years ago
  93. 7bbd101 Fix several C-API doc typos caught by tomo cocoa on docs@. by Zachary Ware · 11 years ago
  94. 5ea5d2c Issue #20759: Fix some typos in the mock docs. by Zachary Ware · 11 years ago
  95. 7b80716 Mention issue 20621 fix in the NEWS file for 3.3.5rc1. by Gregory P. Smith · 11 years ago
  96. 270ce73 Fix typo (issue #19619). by Serhiy Storchaka · 11 years ago
  97. f031a6f #20628: wrap lines to < 80. by R David Murray · 11 years ago
  98. df714b9 #20628: make it clear that DictReader/Writer *fieldnames* is a Sequence. by R David Murray · 11 years ago
  99. 6b53234 #20740: desquarify 2. by Ezio Melotti · 11 years ago
  100. 94ee389 Issue #19619: Blacklist non-text codecs in method API by Serhiy Storchaka · 11 years ago