1. 10b93cc merge 3.3 (#20896) by Benjamin Peterson · 10 years ago
  2. d0fc83d merge 3.2 (#20896) by Benjamin Peterson · 10 years ago
  3. cf25c5c use ssl.PROTOCOL_SSLv23 for maximum compatibility (closes #20896) by Benjamin Peterson · 10 years ago
  4. bb185ab use support.rmtree instead of shutil (closes #19614) by Benjamin Peterson · 10 years ago
  5. f1e8c70 Merge 3.3 (#11599) by Éric Araujo · 10 years ago
  6. a6d018a merge 3.3 (#20901) by Benjamin Peterson · 10 years ago
  7. 605765f merge 3.3 (#19060) by Benjamin Peterson · 10 years ago
  8. 8546e22 merge 3.3 (#20896) by Benjamin Peterson · 10 years ago
  9. e8f3819 merge 3.3 (#19614) by Benjamin Peterson · 10 years ago
  10. f31213c Backed out changeset c13398566409 by Benjamin Peterson · 10 years ago
  11. 5a2c040 Issue #20896: Workaround the bug temporarely to fix buildbots by Victor Stinner · 10 years ago
  12. a0fe1f7 Merge 3.3 (#4931) by Éric Araujo · 10 years ago
  13. fc773a2 Avoid “error: None” messages from distutils (#4931). by Éric Araujo · 10 years ago
  14. 1243c7d Issue #19157: Include the broadcast address in the usuable hosts for IPv6 by Peter Moody · 10 years ago
  15. 8ce8ff9 tracemalloc: filter_traces() raises a TypeError if filters is not an iterable by Victor Stinner · 10 years ago
  16. bcfcfc5 use assertEqual instead of the deprecated assertEquals (closes #20877) by Benjamin Peterson · 10 years ago
  17. 6120739 Issue #20875: Prevent possible gzip "'read' is not defined" NameError. by Ned Deily · 10 years ago
  18. e512729 Issue #20875: Merge from 3.3 by Ned Deily · 10 years ago
  19. b8bf995 #20871: improve email policy test coverage. by R David Murray · 10 years ago
  20. 5e572fd merge with 3.3.5 release repo by Georg Brandl · 10 years ago
  21. fbd7518 Bump to 3.3.5 final. by Georg Brandl · 10 years ago
  22. c4c7b1c whatsnew: cp273 codec (#10907797) by R David Murray · 10 years ago
  23. d5c5976 Version bump for 3.4.0rc3. by Larry Hastings · 10 years ago
  24. a3188ef Update pydoc topics and suspicious filters. by Larry Hastings · 10 years ago
  25. 47d083c whatsnew: cp273 codec (#10907797) by R David Murray · 10 years ago
  26. 5dda124 #11558: Better message if attach called on non-multipart. by R David Murray · 10 years ago
  27. 733e50a tracemalloc.py: add comments to show the format of tuples by Victor Stinner · 10 years ago
  28. d81999a tracemalloc.py: fix indentation by Victor Stinner · 10 years ago
  29. ccdf352 Issue #20283: RE pattern methods now accept the string keyword parameters by Serhiy Storchaka · 10 years ago
  30. 25dded0 Make the various iterators' "setstate" sliently and consistently clip the by Kristján Valur Jónsson · 10 years ago
  31. 4ca688e Fix pickling of rangeiter. rangeiter_setstate would not allow setting it by Kristján Valur Jónsson · 10 years ago
  32. 62b4b9e Close #20839: pkgutil.find_loader now uses importlib.util.find_spec by Nick Coghlan · 10 years ago
  33. 2da9504 Close issue20653: improve functional API docs; minor code changes by Ethan Furman · 10 years ago
  34. 682ea5f Correct comments and improve failure reports in test_fileinput (closes #20501). by Serhiy Storchaka · 10 years ago
  35. a537eb4 Issue #20283: RE pattern methods now accept the string keyword parameters by Serhiy Storchaka · 10 years ago
  36. e6a5379 asyncio, Tulip issue 157: Improve test_events.py, avoid run_briefly() which is by Victor Stinner · 10 years ago
  37. eeeebcd asyncio: Synchronize with Tulip by Victor Stinner · 10 years ago
  38. c5cc501 Make the various iterators' "setstate" sliently and consistently clip the by Kristján Valur Jónsson · 10 years ago
  39. 25ea45d Merge with 3.3 by Kristján Valur Jónsson · 10 years ago
  40. d74ac82 asyncio, Tulip issue 158: Task._step() now also sets self to None if an by Victor Stinner · 10 years ago
  41. dc855b7 Close #20839: pkgutil.find_loader now uses importlib.util.find_spec by Nick Coghlan · 10 years ago
  42. 9c45444 Close issue20653: improve functional API docs; minor code changes by Ethan Furman · 10 years ago
  43. cd9028c Correct comments and improve failure reports in test_fileinput (closes #20501). by Serhiy Storchaka · 10 years ago
  44. d930d85 Issue #20786: Fix signatures for dict.__delitem__ and property.__delete__ by Yury Selivanov · 10 years ago
  45. 056e265 Issue #20786: Fix signatures for dict.__delitem__ and property.__delete__ by Yury Selivanov · 10 years ago
  46. 6c6596e Closes issue #20728: Remove unused import added in rev 42366e293b7b and by Terry Jan Reedy · 10 years ago
  47. 9fb137c merge with 3.3 by Georg Brandl · 10 years ago
  48. c186b23 Bump to 3.3.5rc2. by Georg Brandl · 10 years ago
  49. 2fc8f77 Issue #20404: reject non-text encodings early in TextIOWrapper. by Georg Brandl · 10 years ago
  50. 2658bad merge 3.3.5rc1 release commits with 3.3 branch by Georg Brandl · 10 years ago
  51. 24a945c merge 3.3 (#20249) by Benjamin Peterson · 10 years ago
  52. 659a6f5 fix test_posix.test_initgroups to work without supplemental groups (closes #20249) by Benjamin Peterson · 10 years ago
  53. b77bf32 fix test on debug builds (closes #20731) by Benjamin Peterson · 10 years ago
  54. 298bb96 Issue #20778: Fix modulefinder to work with bytecode-only modules. by Brett Cannon · 10 years ago
  55. 815b41b Issue #20731: Properly position in source code files even if they by Martin v. Löwis · 10 years ago
  56. a46cf12 Close #20757: return success for skipped pip uninstall by Nick Coghlan · 10 years ago
  57. 9db1ab8 Issue #20567: Delete class attribute gui widgets in idle tests. by Terry Jan Reedy · 10 years ago
  58. 1260418 merge 3.3 by Benjamin Peterson · 10 years ago
  59. 0f38478 merge for issue #20778 by Brett Cannon · 10 years ago
  60. 80875fe Reindent by Martin v. Löwis · 10 years ago
  61. 9c17ff9 Merge heads by Martin v. Löwis · 10 years ago
  62. 78f1e4c Merge with 3.3 by Martin v. Löwis · 10 years ago
  63. 4a6dc3a Close #20757: return success for skipped pip uninstall by Nick Coghlan · 10 years ago
  64. 78c330d Merge with 3.3 by Terry Jan Reedy · 10 years ago
  65. 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
  66. 3673670 fix importlib test failure when bytecode writing is disabled (closes #20796) by Benjamin Peterson · 10 years ago
  67. 26dd0ff Issue #20763: Fix importlib.machinery.PathFinder to support by Brett Cannon · 10 years ago
  68. 517b747 Added tests for issue #20501. by Serhiy Storchaka · 11 years ago
  69. 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 · 10 years ago
  70. 85736a7 merge 3.3 (#20796) by Benjamin Peterson · 10 years ago
  71. d3acef9 Issue #20763: Fix importlib.machinery.PathFinder to support by Brett Cannon · 10 years ago
  72. 9fff849 Added tests for issue #20501. by Serhiy Storchaka · 11 years ago
  73. c89c8a7 asyncio/windows_events.py: use more revelant names to overlapped callbacks by Victor Stinner · 11 years ago
  74. 658103f asyncio: simplify test_events.py, don't use non local variables and don't call by Victor Stinner · 11 years ago
  75. f5e3703 asyncio: Fix pyflakes warnings: remove unused variables and imports by Victor Stinner · 11 years ago
  76. 24ba203 asyncio: Replace "unittest.mock" with "mock" in unit tests by Victor Stinner · 11 years ago
  77. 94ee389 Issue #19619: Blacklist non-text codecs in method API by Serhiy Storchaka · 11 years ago
  78. 58719a7 Merge with 3.3 by Terry Jan Reedy · 11 years ago
  79. f106f8f whitespace by Terry Jan Reedy · 11 years ago
  80. 40f8c67 Merge with 3.3 by Terry Jan Reedy · 11 years ago
  81. 9dc3a36 Issue #9974: When untokenizing, use row info to insert backslash+newline. by Terry Jan Reedy · 11 years ago
  82. 9e2b14c Merge with 3.3, #20750 by Terry Jan Reedy · 11 years ago
  83. 938ba68 Issue #20750, Enable roundtrip tests for new 5-tuple untokenize. The by Terry Jan Reedy · 11 years ago
  84. 8a14ea4 Issue #20743: Fix a reference leak in test_tcl. by Antoine Pitrou · 11 years ago
  85. 220cc21 Issue #20743: Fix a reference leak in test_tcl. by Antoine Pitrou · 11 years ago
  86. f0b5a7c Issue #20637: Key-sharing now also works for instance dictionaries of subclasses. Patch by Peter Ingebretson. by Antoine Pitrou · 11 years ago
  87. 68707af merge by Georg Brandl · 11 years ago
  88. 89e5671 #20719: Disable the robotparser python.org test until the gzip encoding issue can be sorted. by Georg Brandl · 11 years ago
  89. e12675a Bump to 3.3.5rc1. by Georg Brandl · 11 years ago
  90. ed7d0c4 Update pydoc topics. by Georg Brandl · 11 years ago
  91. a9daee3 Merge with 3.3 by Terry Jan Reedy · 11 years ago
  92. c3111fc Issue #20730: Fix typo reported by Claudiu Popa. by Terry Jan Reedy · 11 years ago
  93. a46ef70 Issue #20484: Disable the 2 remaining "modules" tests in test_pydoc. by Eric Snow · 11 years ago
  94. a773de0 inspect.signature: Check for function-like objects before builtins. Issue #17159 by Yury Selivanov · 11 years ago
  95. 8c8b4e0 Issue #11188, #19748: mktime() returns -1 on error. On Linux, the tm_wday field by Victor Stinner · 11 years ago
  96. 42a526c Issue #20114: Double timeout in test_semaphore_tracker() to reduce by Richard Oudkerk · 11 years ago
  97. 0f55d9a Upgrade pip from 1.5.3 to 1.5.4 by Donald Stufft · 11 years ago
  98. 1ac4261 Issue #19748: On AIX, time.mktime() now raises an OverflowError for year by Victor Stinner · 11 years ago
  99. 24a882b Issue #20710: The pydoc summary line no longer displays the "self" parameter by Larry Hastings · 11 years ago
  100. 8c185ee inspect: Fix getfullargspec to support builtin module-level functions. Issue #20711 by Yury Selivanov · 11 years ago