1. 1095907 Remove stray semicolon by Antoine Pitrou · 10 years ago
  2. 3c5c56f Merged default into 3.4 branch. 3.4 branch is now effectively 3.4.1rc1. by Larry Hastings · 11 years ago
  3. fca2866 merge 3.3 (#20946) by Benjamin Peterson · 11 years ago
  4. fda3355 fix ctypes test alignment assumptions (closes #20946) by Benjamin Peterson · 11 years ago
  5. cf1a3cd Release bump for 3.4.0 final. by Larry Hastings · 11 years ago
  6. 0548f5c Regenerate pydoc_topics, fix markup errors, in preparation for 3.4.0 final. by Larry Hastings · 11 years ago
  7. b6b6a6d Issue #20939: merge from 3.3 by Ned Deily · 11 years ago
  8. 7e7fb03 Issue #20939: merge from 3.3 by Ned Deily · 11 years ago
  9. b454742 Issue #20939: Fix test_geturl failure in test_urllibnet due to by Ned Deily · 11 years ago
  10. d3b3bba Merge: #20933: At least one place maps 'test' to 'localhost'...fix test. by R David Murray · 11 years ago
  11. fdbe918 #20933: At least one place maps 'test' to 'localhost'...fix test. by R David Murray · 11 years ago
  12. 698abe7 Closes #20918: Added handling for exceptions during fallback output of logging exceptions. by Vinay Sajip · 11 years ago
  13. fb2c2db Merge #7475: Remove references to '.transform' from transform codec docstrings. by R David Murray · 11 years ago
  14. e5cb836 #7475: Remove references to '.transform' from transform codec docstrings. by R David Murray · 11 years ago
  15. 45fc871 Make distutils error messages more helpful (#11599). by Éric Araujo · 11 years ago
  16. 966f2fc weaken callback count inequality (closes #20901) by Benjamin Peterson · 11 years ago
  17. 21317b6 merge 3.3 (#19060) by Benjamin Peterson · 11 years ago
  18. 5eea8a7 remove unnecessary word (closes #19060) by Benjamin Peterson · 11 years ago
  19. 10b93cc merge 3.3 (#20896) by Benjamin Peterson · 11 years ago
  20. d0fc83d merge 3.2 (#20896) by Benjamin Peterson · 11 years ago
  21. cf25c5c use ssl.PROTOCOL_SSLv23 for maximum compatibility (closes #20896) by Benjamin Peterson · 11 years ago
  22. bb185ab use support.rmtree instead of shutil (closes #19614) by Benjamin Peterson · 11 years ago
  23. f1e8c70 Merge 3.3 (#11599) by Éric Araujo · 11 years ago
  24. a6d018a merge 3.3 (#20901) by Benjamin Peterson · 11 years ago
  25. 605765f merge 3.3 (#19060) by Benjamin Peterson · 11 years ago
  26. 8546e22 merge 3.3 (#20896) by Benjamin Peterson · 11 years ago
  27. e8f3819 merge 3.3 (#19614) by Benjamin Peterson · 11 years ago
  28. f31213c Backed out changeset c13398566409 by Benjamin Peterson · 11 years ago
  29. 5a2c040 Issue #20896: Workaround the bug temporarely to fix buildbots by Victor Stinner · 11 years ago
  30. a0fe1f7 Merge 3.3 (#4931) by Éric Araujo · 11 years ago
  31. fc773a2 Avoid “error: None” messages from distutils (#4931). by Éric Araujo · 11 years ago
  32. 1243c7d Issue #19157: Include the broadcast address in the usuable hosts for IPv6 by Peter Moody · 11 years ago
  33. 8ce8ff9 tracemalloc: filter_traces() raises a TypeError if filters is not an iterable by Victor Stinner · 11 years ago
  34. bcfcfc5 use assertEqual instead of the deprecated assertEquals (closes #20877) by Benjamin Peterson · 11 years ago
  35. 6120739 Issue #20875: Prevent possible gzip "'read' is not defined" NameError. by Ned Deily · 11 years ago
  36. e512729 Issue #20875: Merge from 3.3 by Ned Deily · 11 years ago
  37. b8bf995 #20871: improve email policy test coverage. by R David Murray · 11 years ago
  38. 5e572fd merge with 3.3.5 release repo by Georg Brandl · 11 years ago
  39. fbd7518 Bump to 3.3.5 final. by Georg Brandl · 11 years ago
  40. c4c7b1c whatsnew: cp273 codec (#10907797) by R David Murray · 11 years ago
  41. d5c5976 Version bump for 3.4.0rc3. by Larry Hastings · 11 years ago
  42. a3188ef Update pydoc topics and suspicious filters. by Larry Hastings · 11 years ago
  43. 47d083c whatsnew: cp273 codec (#10907797) by R David Murray · 11 years ago
  44. 5dda124 #11558: Better message if attach called on non-multipart. by R David Murray · 11 years ago
  45. 733e50a tracemalloc.py: add comments to show the format of tuples by Victor Stinner · 11 years ago
  46. d81999a tracemalloc.py: fix indentation by Victor Stinner · 11 years ago
  47. ccdf352 Issue #20283: RE pattern methods now accept the string keyword parameters by Serhiy Storchaka · 11 years ago
  48. 25dded0 Make the various iterators' "setstate" sliently and consistently clip the by Kristján Valur Jónsson · 11 years ago
  49. 4ca688e Fix pickling of rangeiter. rangeiter_setstate would not allow setting it by Kristján Valur Jónsson · 11 years ago
  50. 62b4b9e Close #20839: pkgutil.find_loader now uses importlib.util.find_spec by Nick Coghlan · 11 years ago
  51. 2da9504 Close issue20653: improve functional API docs; minor code changes by Ethan Furman · 11 years ago
  52. 682ea5f Correct comments and improve failure reports in test_fileinput (closes #20501). by Serhiy Storchaka · 11 years ago
  53. a537eb4 Issue #20283: RE pattern methods now accept the string keyword parameters by Serhiy Storchaka · 11 years ago
  54. e6a5379 asyncio, Tulip issue 157: Improve test_events.py, avoid run_briefly() which is by Victor Stinner · 11 years ago
  55. eeeebcd asyncio: Synchronize with Tulip by Victor Stinner · 11 years ago
  56. c5cc501 Make the various iterators' "setstate" sliently and consistently clip the by Kristján Valur Jónsson · 11 years ago
  57. 25ea45d Merge with 3.3 by Kristján Valur Jónsson · 11 years ago
  58. d74ac82 asyncio, Tulip issue 158: Task._step() now also sets self to None if an by Victor Stinner · 11 years ago
  59. dc855b7 Close #20839: pkgutil.find_loader now uses importlib.util.find_spec by Nick Coghlan · 11 years ago
  60. 9c45444 Close issue20653: improve functional API docs; minor code changes by Ethan Furman · 11 years ago
  61. cd9028c Correct comments and improve failure reports in test_fileinput (closes #20501). by Serhiy Storchaka · 11 years ago
  62. d930d85 Issue #20786: Fix signatures for dict.__delitem__ and property.__delete__ by Yury Selivanov · 11 years ago
  63. 056e265 Issue #20786: Fix signatures for dict.__delitem__ and property.__delete__ by Yury Selivanov · 11 years ago
  64. 6c6596e Closes issue #20728: Remove unused import added in rev 42366e293b7b and by Terry Jan Reedy · 11 years ago
  65. 9fb137c merge with 3.3 by Georg Brandl · 11 years ago
  66. c186b23 Bump to 3.3.5rc2. by Georg Brandl · 11 years ago
  67. 2fc8f77 Issue #20404: reject non-text encodings early in TextIOWrapper. by Georg Brandl · 11 years ago
  68. 2658bad merge 3.3.5rc1 release commits with 3.3 branch by Georg Brandl · 11 years ago
  69. 24a945c merge 3.3 (#20249) by Benjamin Peterson · 11 years ago
  70. 659a6f5 fix test_posix.test_initgroups to work without supplemental groups (closes #20249) by Benjamin Peterson · 11 years ago
  71. b77bf32 fix test on debug builds (closes #20731) by Benjamin Peterson · 11 years ago
  72. 298bb96 Issue #20778: Fix modulefinder to work with bytecode-only modules. by Brett Cannon · 11 years ago
  73. 815b41b Issue #20731: Properly position in source code files even if they by Martin v. Löwis · 11 years ago
  74. a46cf12 Close #20757: return success for skipped pip uninstall by Nick Coghlan · 11 years ago
  75. 9db1ab8 Issue #20567: Delete class attribute gui widgets in idle tests. by Terry Jan Reedy · 11 years ago
  76. 1260418 merge 3.3 by Benjamin Peterson · 11 years ago
  77. 0f38478 merge for issue #20778 by Brett Cannon · 11 years ago
  78. 80875fe Reindent by Martin v. Löwis · 11 years ago
  79. 9c17ff9 Merge heads by Martin v. Löwis · 11 years ago
  80. 78f1e4c Merge with 3.3 by Martin v. Löwis · 11 years ago
  81. 4a6dc3a Close #20757: return success for skipped pip uninstall by Nick Coghlan · 11 years ago
  82. 78c330d Merge with 3.3 by Terry Jan Reedy · 11 years ago
  83. 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
  84. 3673670 fix importlib test failure when bytecode writing is disabled (closes #20796) by Benjamin Peterson · 11 years ago
  85. 26dd0ff Issue #20763: Fix importlib.machinery.PathFinder to support by Brett Cannon · 11 years ago
  86. 517b747 Added tests for issue #20501. by Serhiy Storchaka · 11 years ago
  87. dc9215f 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
  88. 85736a7 merge 3.3 (#20796) by Benjamin Peterson · 11 years ago
  89. d3acef9 Issue #20763: Fix importlib.machinery.PathFinder to support by Brett Cannon · 11 years ago
  90. 9fff849 Added tests for issue #20501. by Serhiy Storchaka · 11 years ago
  91. c89c8a7 asyncio/windows_events.py: use more revelant names to overlapped callbacks by Victor Stinner · 11 years ago
  92. 658103f asyncio: simplify test_events.py, don't use non local variables and don't call by Victor Stinner · 11 years ago
  93. f5e3703 asyncio: Fix pyflakes warnings: remove unused variables and imports by Victor Stinner · 11 years ago
  94. 24ba203 asyncio: Replace "unittest.mock" with "mock" in unit tests by Victor Stinner · 11 years ago
  95. 94ee389 Issue #19619: Blacklist non-text codecs in method API by Serhiy Storchaka · 11 years ago
  96. 58719a7 Merge with 3.3 by Terry Jan Reedy · 11 years ago
  97. f106f8f whitespace by Terry Jan Reedy · 11 years ago
  98. 40f8c67 Merge with 3.3 by Terry Jan Reedy · 11 years ago
  99. 9dc3a36 Issue #9974: When untokenizing, use row info to insert backslash+newline. by Terry Jan Reedy · 11 years ago
  100. 9e2b14c Merge with 3.3, #20750 by Terry Jan Reedy · 11 years ago