1. 5dda124 #11558: Better message if attach called on non-multipart. by R David Murray · 10 years ago
  2. a537eb4 Issue #20283: RE pattern methods now accept the string keyword parameters by Serhiy Storchaka · 10 years ago
  3. ccdf352 Issue #20283: RE pattern methods now accept the string keyword parameters by Serhiy Storchaka · 10 years ago
  4. e6a5379 asyncio, Tulip issue 157: Improve test_events.py, avoid run_briefly() which is by Victor Stinner · 10 years ago
  5. eeeebcd asyncio: Synchronize with Tulip by Victor Stinner · 10 years ago
  6. c5cc501 Make the various iterators' "setstate" sliently and consistently clip the by Kristján Valur Jónsson · 10 years ago
  7. 25dded0 Make the various iterators' "setstate" sliently and consistently clip the by Kristján Valur Jónsson · 10 years ago
  8. 25ea45d Merge with 3.3 by Kristján Valur Jónsson · 10 years ago
  9. 4ca688e Fix pickling of rangeiter. rangeiter_setstate would not allow setting it by Kristján Valur Jónsson · 10 years ago
  10. dc855b7 Close #20839: pkgutil.find_loader now uses importlib.util.find_spec by Nick Coghlan · 10 years ago
  11. cd9028c Correct comments and improve failure reports in test_fileinput (closes #20501). by Serhiy Storchaka · 10 years ago
  12. 682ea5f Correct comments and improve failure reports in test_fileinput (closes #20501). by Serhiy Storchaka · 10 years ago
  13. 056e265 Issue #20786: Fix signatures for dict.__delitem__ and property.__delete__ by Yury Selivanov · 10 years ago
  14. 9fb137c merge with 3.3 by Georg Brandl · 10 years ago
  15. 2fc8f77 Issue #20404: reject non-text encodings early in TextIOWrapper. by Georg Brandl · 10 years ago
  16. 2658bad merge 3.3.5rc1 release commits with 3.3 branch by Georg Brandl · 10 years ago
  17. 24a945c merge 3.3 (#20249) by Benjamin Peterson · 10 years ago
  18. 659a6f5 fix test_posix.test_initgroups to work without supplemental groups (closes #20249) by Benjamin Peterson · 10 years ago
  19. b77bf32 fix test on debug builds (closes #20731) by Benjamin Peterson · 10 years ago
  20. 298bb96 Issue #20778: Fix modulefinder to work with bytecode-only modules. by Brett Cannon · 10 years ago
  21. 815b41b Issue #20731: Properly position in source code files even if they by Martin v. Löwis · 10 years ago
  22. 9db1ab8 Issue #20567: Delete class attribute gui widgets in idle tests. by Terry Jan Reedy · 10 years ago
  23. 1260418 merge 3.3 by Benjamin Peterson · 10 years ago
  24. 0f38478 merge for issue #20778 by Brett Cannon · 10 years ago
  25. 80875fe Reindent by Martin v. Löwis · 10 years ago
  26. 9c17ff9 Merge heads by Martin v. Löwis · 10 years ago
  27. 78f1e4c Merge with 3.3 by Martin v. Löwis · 10 years ago
  28. 4a6dc3a Close #20757: return success for skipped pip uninstall by Nick Coghlan · 10 years ago
  29. 78c330d Merge with 3.3 by Terry Jan Reedy · 10 years ago
  30. 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
  31. 3673670 fix importlib test failure when bytecode writing is disabled (closes #20796) by Benjamin Peterson · 10 years ago
  32. 517b747 Added tests for issue #20501. by Serhiy Storchaka · 10 years ago
  33. 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
  34. 85736a7 merge 3.3 (#20796) by Benjamin Peterson · 10 years ago
  35. d3acef9 Issue #20763: Fix importlib.machinery.PathFinder to support by Brett Cannon · 10 years ago
  36. 9fff849 Added tests for issue #20501. by Serhiy Storchaka · 10 years ago
  37. 658103f asyncio: simplify test_events.py, don't use non local variables and don't call by Victor Stinner · 10 years ago
  38. f5e3703 asyncio: Fix pyflakes warnings: remove unused variables and imports by Victor Stinner · 10 years ago
  39. 24ba203 asyncio: Replace "unittest.mock" with "mock" in unit tests by Victor Stinner · 10 years ago
  40. 94ee389 Issue #19619: Blacklist non-text codecs in method API by Serhiy Storchaka · 10 years ago
  41. 40f8c67 Merge with 3.3 by Terry Jan Reedy · 10 years ago
  42. 9dc3a36 Issue #9974: When untokenizing, use row info to insert backslash+newline. by Terry Jan Reedy · 10 years ago
  43. 9e2b14c Merge with 3.3, #20750 by Terry Jan Reedy · 11 years ago
  44. 938ba68 Issue #20750, Enable roundtrip tests for new 5-tuple untokenize. The by Terry Jan Reedy · 11 years ago
  45. 8a14ea4 Issue #20743: Fix a reference leak in test_tcl. by Antoine Pitrou · 11 years ago
  46. 220cc21 Issue #20743: Fix a reference leak in test_tcl. by Antoine Pitrou · 11 years ago
  47. f0b5a7c Issue #20637: Key-sharing now also works for instance dictionaries of subclasses. Patch by Peter Ingebretson. by Antoine Pitrou · 11 years ago
  48. 89e5671 #20719: Disable the robotparser python.org test until the gzip encoding issue can be sorted. by Georg Brandl · 11 years ago
  49. a46ef70 Issue #20484: Disable the 2 remaining "modules" tests in test_pydoc. by Eric Snow · 11 years ago
  50. a773de0 inspect.signature: Check for function-like objects before builtins. Issue #17159 by Yury Selivanov · 11 years ago
  51. 8c8b4e0 Issue #11188, #19748: mktime() returns -1 on error. On Linux, the tm_wday field by Victor Stinner · 11 years ago
  52. 42a526c Issue #20114: Double timeout in test_semaphore_tracker() to reduce by Richard Oudkerk · 11 years ago
  53. 1ac4261 Issue #19748: On AIX, time.mktime() now raises an OverflowError for year by Victor Stinner · 11 years ago
  54. 24a882b Issue #20710: The pydoc summary line no longer displays the "self" parameter by Larry Hastings · 11 years ago
  55. 8c185ee inspect: Fix getfullargspec to support builtin module-level functions. Issue #20711 by Yury Selivanov · 11 years ago
  56. a90e8ed asyncio: _check_resolved_address() must also accept IPv6 without flow_info and by Victor Stinner · 11 years ago
  57. 0211ed3 asyncio: ops, and now fix also the unit test for IPv6 address: by Victor Stinner · 11 years ago
  58. 88a928b merge 3.3 (#20695) by Benjamin Peterson · 11 years ago
  59. a96fd48 merge 3.2 (#20695) by Benjamin Peterson · 11 years ago
  60. 1b94030 update logo url (#20695) by Benjamin Peterson · 11 years ago
  61. f6218a2 open retrieved file in binary mode, since it's now compressed by Benjamin Peterson · 11 years ago
  62. 7ef60cd asyncio, Tulip issue #136: Add get/set_debug() methods to BaseEventLoopTests. by Victor Stinner · 11 years ago
  63. f4558e8 merge heads by Yury Selivanov · 11 years ago
  64. 57d240e inspect: Fix getfullargspec() to not to follow __wrapped__ chains by Yury Selivanov · 11 years ago
  65. 056eb02 Issue #20654: Fixed pydoc for enums with zero value. Patch by Vajrasky Kok. by Serhiy Storchaka · 11 years ago
  66. 4ac30f1 Issue #20682: Oops, fix test_create_connection() of test_asyncio (fix my previous commit) by Victor Stinner · 11 years ago
  67. 8c33ffd Close #20682: Fix UNIX sockets tests of test_asyncio on Mac OS X Tiger by Victor Stinner · 11 years ago
  68. d8ea314 Merge heads by Serhiy Storchaka · 11 years ago
  69. 2bb6c35 Merge heads by Serhiy Storchaka · 11 years ago
  70. f6a38e1 Issue #20672: Fixed tests for TarFile.list() on non-UTF-8 locales. by Serhiy Storchaka · 11 years ago
  71. 1d7ba5c Issue #20510: Merge with 3.3 by Zachary Ware · 11 years ago
  72. 1f9e601 Issue #20510: Confirm that the code attribute of the SystemExit by Zachary Ware · 11 years ago
  73. 162c477 Issue #20672: Fixed tests for TarFile.list() on non-UTF-8 locales. by Serhiy Storchaka · 11 years ago
  74. 2d01c0a asyncio: WriteTransport.set_write_buffer_size to call _maybe_pause_protocol by Yury Selivanov · 11 years ago
  75. b41a42e asyncio: pep8-ify the code. by Yury Selivanov · 11 years ago
  76. b0b0e62 asyncio: Fix spelling and typos. by Yury Selivanov · 11 years ago
  77. 8abac34 Issue #20682: test_asyncio, _basetest_create_connection() checks also the by Victor Stinner · 11 years ago
  78. 884e40b asyncio, Tulip issue 143: UNIX domain methods, fix ResourceWarning and by Victor Stinner · 11 years ago
  79. 065ca25 asyncio, Tulip issue 139: Improve error messages on "fatal errors" by Victor Stinner · 11 years ago
  80. ff827f0 asyncio: New error handling API. Issue #20681. by Yury Selivanov · 11 years ago
  81. 9a0cbcc Close issue20653: allow Enum subclasses to override __reduce_ex__ by Ethan Furman · 11 years ago
  82. 34ce99f Mangle __parameters in __annotations__ dict properly. Issue #20625. by Yury Selivanov · 11 years ago
  83. 88a5bf0 asyncio: Add support for UNIX Domain Sockets. by Yury Selivanov · 11 years ago
  84. c36e504 Issue #20510: Merge with 3.3. by Zachary Ware · 11 years ago
  85. cefe6b3 Issue #20510: Rewrote test_exit in test_sys to match existing comments by Zachary Ware · 11 years ago
  86. 7d02d50 Issue #20564: Skip tests on lock+signals on OpenBSD by Victor Stinner · 11 years ago
  87. 9141bff Issue #20667: KqueueEventLoopTests.test_read_pty_output() hangs also on OpenBSD 5.5. by Victor Stinner · 11 years ago
  88. 79bf899 Merge with 3.3 by Terry Jan Reedy · 11 years ago
  89. 5b8d2c3 Issue #8478: Untokenizer.compat now processes first token from iterator input. by Terry Jan Reedy · 11 years ago
  90. 5afffea Issue #20667: test_asyncio: Skip KqueueEventLoopTests.test_read_pty_output() on by Victor Stinner · 11 years ago
  91. 740eedb Issue #20655: Fix test_asyncio, run also subprocess tests. Patch written by by Victor Stinner · 11 years ago
  92. 65429cf Merge with 3.3 by Terry Jan Reedy · 11 years ago
  93. 58edfd9 whitespace by Terry Jan Reedy · 11 years ago
  94. 8c8d772 Untokenize, bad assert: Merge with 3.3 by Terry Jan Reedy · 11 years ago
  95. 5e6db31 Untokenize: An logically incorrect assert tested user input validity. by Terry Jan Reedy · 11 years ago
  96. 3c1b379 Issue #20320: select.select() and select.kqueue.control() now round the timeout by Victor Stinner · 11 years ago
  97. 23f628d Issue #20616: Add a format() method to tracemalloc.Traceback. by Victor Stinner · 11 years ago
  98. f617fa8 merge 3.3 by Benjamin Peterson · 11 years ago
  99. cf62603 backout fafac90b69c4 by Benjamin Peterson · 11 years ago
  100. ec91cd6 merge backout for #20621 by Benjamin Peterson · 11 years ago