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