1. ca1b794 Close issue20534: all pickle protocols now supported. by Ethan Furman · 10 years ago
  2. 01e46ee Merge: #16983: Apply postel's law to encoded words inside quoted strings. by R David Murray · 10 years ago
  3. 0400d33 #16983: Apply postel's law to encoded words inside quoted strings. by R David Murray · 10 years ago
  4. ff9616b Merge #19772: Do not mutate message when downcoding to 7bit. by R David Murray · 10 years ago
  5. 905c8c3 #19772: Do not mutate message when downcoding to 7bit. by R David Murray · 10 years ago
  6. 99b1f2b Issue #20553. Use specific asserts in ipaddress tests. by Serhiy Storchaka · 10 years ago
  7. 7c389e2 Issue #20553. Use specific asserts in ipaddress tests. by Serhiy Storchaka · 10 years ago
  8. c030270 Issue #20406: Use Python application icons for Idle window title bars. by Terry Jan Reedy · 10 years ago
  9. a7c07d3 Issue #20406: Use Python application icons for Idle window title bars. by Terry Jan Reedy · 10 years ago
  10. 4a7668a Close #20536: correctly handle Decimal exponents in statistics by Nick Coghlan · 10 years ago
  11. f45e3e3 Merge #18805 NEWS fix from 3.3 by Nick Coghlan · 10 years ago
  12. 98585b6 Fix #18805 NEWS entry by Nick Coghlan · 10 years ago
  13. aad0ea0 Merge fix for #18805 from 3.3 by Nick Coghlan · 10 years ago
  14. 932346f Issue #18805: better netmask validation in ipaddress by Nick Coghlan · 10 years ago
  15. 1ff23d7 Issue #20549: Use specific asserts in mailbox, smtplib and poplib tests. by Serhiy Storchaka · 10 years ago
  16. 578c677 Issue #20549: Use specific asserts in mailbox, smtplib and poplib tests. by Serhiy Storchaka · 10 years ago
  17. d3e1207 Issue #20555: Use specific asserts in urllib, httplib, ftplib, cgi, wsgiref tests. by Serhiy Storchaka · 10 years ago
  18. 25d8aea Issue #20555: Use specific asserts in urllib, httplib, ftplib, cgi, wsgiref tests. by Serhiy Storchaka · 10 years ago
  19. 6c9678e Issue #20546: Use specific asserts in int tests. by Serhiy Storchaka · 10 years ago
  20. 3a20a5d Issue #20546: Use specific asserts in int tests. by Serhiy Storchaka · 10 years ago
  21. 6cbf151 Issue #20538: UTF-7 incremental decoder produced inconsistant string when by Serhiy Storchaka · 10 years ago
  22. 016a3f3 Issue #20538: UTF-7 incremental decoder produced inconsistant string when by Serhiy Storchaka · 10 years ago
  23. 73afe2a Close #20481: Disallow mixed type input in statistics by Nick Coghlan · 10 years ago
  24. 57e4127 Issue #20167: Suppress 3.4 specific 'Exception ignored' messages. by Terry Jan Reedy · 10 years ago
  25. bfd68bf Issue #20478: avoid special casing Counter in statistics by Nick Coghlan · 10 years ago
  26. ec1c809 More asyncio news. by Guido van Rossum · 10 years ago
  27. 85310a5 Issue #20505: Remove resolution and _granularity from selectors and asyncio by Victor Stinner · 10 years ago
  28. c489e83 Merge: #17369: Improve handling of broken RFC2231 values in get_filename. by R David Murray · 10 years ago
  29. 1e94989 #17369: Improve handling of broken RFC2231 values in get_filename. by R David Murray · 10 years ago
  30. f1e9533 Null merge of commit accidentally made to default branch first. by R David Murray · 10 years ago
  31. bd3a11b #20013: don't raise socket error when selected mailbox deleted. by R David Murray · 10 years ago
  32. 95ff723 #20013: don't raise socket error when selected mailbox deleted. by R David Murray · 10 years ago
  33. feb6852 Merge: #19063: the unicode-in-set_payload problem isn't getting fixed in 3.4. by R David Murray · 10 years ago
  34. fcc0072 #19063: the unicode-in-set_payload problem isn't getting fixed in 3.4. by R David Murray · 10 years ago
  35. 15a693a #20531: Apply the 3.3 version of the #19063 fix. by R David Murray · 10 years ago
  36. 27e9de6 #20531: Revert e20f98a8ed71, the 3.4 version of the #19063 fix. by R David Murray · 10 years ago
  37. 790202d asyncio doc: mention that asyncio is not thread-safe by Victor Stinner · 10 years ago
  38. 3e7cc03 Issue #20505: add debug info by Victor Stinner · 10 years ago
  39. 02384bf #20477: add examples of using the new contentmanager API. by R David Murray · 10 years ago
  40. aa21297 #20476: use EmailMessage as factory if non-compat32 policy is used. by R David Murray · 10 years ago
  41. 11c5afd Issue #20053: Mark as an expected failure for 3.4 by Nick Coghlan · 10 years ago
  42. 96252cd Issue 20542: Temporarily skip failing test by Nick Coghlan · 10 years ago
  43. d49fa5e Issue #20053: Actually test relevant assumption by Nick Coghlan · 10 years ago
  44. f28ba36 Issue #20532: Tests which use _testcapi now are marked as CPython only. by Serhiy Storchaka · 10 years ago
  45. 5cfc79d Issue #20532: Tests which use _testcapi now are marked as CPython only. by Serhiy Storchaka · 10 years ago
  46. 622be34 asyncio.tasks: Fix as_completed, gather & wait to work with duplicate coroutines by Yury Selivanov · 10 years ago
  47. 2ddb39a Close issue20534: test_enum now tests all supported pickle protocols (2 - HIGHEST_PROTOCOL, inclusive). by Ethan Furman · 10 years ago
  48. 7e6a19d Null merge by Serhiy Storchaka · 10 years ago
  49. fe4ef39 Silence BytesWarning (backport 267a4d4d9d65). by Serhiy Storchaka · 10 years ago
  50. eee44f2 Issue #3158: Provide a couple of fallbacks for in case a method_descriptor by Zachary Ware · 10 years ago
  51. a26b3f1 Issue #20363. Fixed BytesWarning triggerred by test suite. by Serhiy Storchaka · 10 years ago
  52. bc27a05 Issue #20363. Fixed BytesWarning triggerred by test suite. by Serhiy Storchaka · 10 years ago
  53. a146bef Catch deprecation warnings emitted when non-integers are formatted with %c, %o by Serhiy Storchaka · 10 years ago
  54. 303718c Fix empty strings to empty bytes objects. by Serhiy Storchaka · 10 years ago
  55. 5e028ae Fix empty strings to empty bytes objects. by Serhiy Storchaka · 10 years ago
  56. f317cb7 asyncio.tasks.gather: Fix docstring by Yury Selivanov · 10 years ago
  57. c72e638 Close issue20412: Updated Enum docs to have referencable Enum and IntEnum classes by Ethan Furman · 10 years ago
  58. 3303b6a Merge for issue #20488 by Brett Cannon · 10 years ago
  59. 07fbd78 Issue #20488: Update docs to say importlib is *the* implementaiton of by Brett Cannon · 10 years ago
  60. f811bbf Issue #6386: When executing a script that's a symlink, the directory by Brett Cannon · 10 years ago
  61. 94e44a9 Issue #14455: fix handling of unsigned long long values for binary plist files by Ronald Oussoren · 10 years ago
  62. 3dcb0cf Issue #20520: Fixed readline test in test_codecs. by Serhiy Storchaka · 10 years ago
  63. 5b4fab1 Issue #20520: Fixed readline test in test_codecs. by Serhiy Storchaka · 10 years ago
  64. bfafa61 merge heads by Yury Selivanov · 10 years ago
  65. f0020f5 asyncio.streams.StreamReader: Add 'at_eof()' method by Yury Selivanov · 10 years ago
  66. 93db29b Issue #20374: merge by Ned Deily · 10 years ago
  67. 22d415c Issue #20374: delete spurious empty line by Ned Deily · 10 years ago
  68. 4b104ab Issue #20374: merge by Ned Deily · 10 years ago
  69. 7b9ddea Issue #20374: Avoid compiler warnings when compiling readline with libedit. by Ned Deily · 10 years ago
  70. e694c97 asyncio.streams: Use bytebuffer in StreamReader; Add assertion in feed_data by Yury Selivanov · 10 years ago
  71. 58af25e #14515: clarify that TemporaryDirectory's __enter__ returns the name. by R David Murray · 10 years ago
  72. 2368607 #14515: clarify that TemporaryDirectory's __enter__ returns the name. by R David Murray · 10 years ago
  73. 255493c Issue #19920: TarFile.list() no longer fails when outputs a listing by Serhiy Storchaka · 10 years ago
  74. 3b4f159 Issue #19920: TarFile.list() no longer fails when outputs a listing by Serhiy Storchaka · 10 years ago
  75. 4d5d69d TestNamedTuple.test_pickle was only testing through protocol 2. Changed to have it automatically test through the most recent version. by Eric V. Smith · 10 years ago
  76. 456ab5d Issue #20053: new test to check an assumption by Nick Coghlan · 10 years ago
  77. 780145d Issue #20498: Fixed io.StringIO tests for newline='\n'. Added new tests. by Serhiy Storchaka · 10 years ago
  78. 1812bd4 Issue #20498: Fixed io.StringIO tests for newline='\n'. Added new tests. by Serhiy Storchaka · 10 years ago
  79. 54c1391 Issue #20489: Explicitly qualified expressions for default values in methods. by Serhiy Storchaka · 10 years ago
  80. 2aa15d8 Issue #20465: Update SQLite shipped with OS X installer to 3.8.3. by Ned Deily · 10 years ago
  81. 25ff287 Issue #20515: Fix NULL pointer dereference introduced by issue #20368 by Christian Heimes · 10 years ago
  82. d33491e Issue #20515: Fix NULL pointer dereference introduced by issue #20368 by Christian Heimes · 10 years ago
  83. 3b55f0c asyncio: Cosmetic improvement to test__run_once_logging() mock argument. by Guido van Rossum · 10 years ago
  84. 3c9bb69 Add missing word ("thread") to sentence about call_soon_threadsafe. by Guido van Rossum · 10 years ago
  85. 5cb84ed asyncio doc: add an example to schedule a coroutine from a different thread by Victor Stinner · 10 years ago
  86. d8b24d7 Closes #20509: Merged documentation update from 3.3. by Vinay Sajip · 10 years ago
  87. 6068b6c Issue #20509: Added cross-reference in documentation. by Vinay Sajip · 10 years ago
  88. e9e8907 merge 3.3 (#19186) by Benjamin Peterson · 10 years ago
  89. 091d017 restore namespacing of pyexpat symbols (closes #19186) by Benjamin Peterson · 10 years ago
  90. 6edd82a Close #20053: ignore default pip config settings by Nick Coghlan · 10 years ago
  91. a9b1524 Close #20404: blacklist non-text encodings in io.TextIOWrapper by Nick Coghlan · 10 years ago
  92. 1ea4e41 Issue #17162: Fix compilation, replace non-breaking space with an ASCII space by Victor Stinner · 10 years ago
  93. ca7b046 Issue #17162: Add PyType_GetSlot. by Martin v. Löwis · 10 years ago
  94. 83bdfa0 asyncio: Fix _ProactorWritePipeTransport._pipe_closed() by Victor Stinner · 10 years ago
  95. 1703bbb Oops, undo unwanted changes in test_asyncio: mistakes of my the last sync with by Victor Stinner · 10 years ago
  96. e48d4db asyncio doc: add an example of asyncio.subprocess with communicate() and wait() by Victor Stinner · 10 years ago
  97. b79eb05 asyncio.subprocess: Replace Process.get_subprocess() method with a by Victor Stinner · 10 years ago
  98. cb306d1 Issue #20474: Fix "unexpected success" test_socket failures on OS X 10.7+. by Ned Deily · 10 years ago
  99. c564038 Issue #20474: Fix "unexpected success" test_socket failures on OS X 10.7+. by Ned Deily · 10 years ago
  100. 08df295 Skip expr* tests for large integers for Tcl <8.5. by Serhiy Storchaka · 10 years ago