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