1. 2626fab look up __getnewargs__ and __getnewargs_ex__ on the object type (#16251) by Benjamin Peterson · 11 years ago
  2. c00fa63 Issue #19744: Handle missing SSL/TLS in ensurepip by Nick Coghlan · 11 years ago
  3. e84fde9 set line and column numbers for keyword-only arg nodes (closes #20619) by Benjamin Peterson · 11 years ago
  4. 933538e Issue #20526, #19466: Revert changes of issue #19466 which introduces a by Victor Stinner · 11 years ago
  5. 4c07377 Fix test_asyncio/test_events.py: skip IPv6 if IPv6 is disabled on the host by Victor Stinner · 11 years ago
  6. 1b0580b ayncio, Tulip issue 129: BaseEventLoop.sock_connect() now raises an error if by Victor Stinner · 11 years ago
  7. 2303fec asyncio: Change as_completed() to use a Queue, to avoid O(N**2) behavior. Fixes issue #20566. by Guido van Rossum · 11 years ago
  8. b131778 asyncio.events: Use __slots__ in Handle and TimerHandle by Yury Selivanov · 11 years ago
  9. 9887fd7 Issue #20495: Skip test_read_pty_output() of test_asyncio on FreeBSD older than by Victor Stinner · 11 years ago
  10. 613960b Issue #20505: Remove debug code by Victor Stinner · 11 years ago
  11. 5d95afa merge 3.3 (#20594) by Benjamin Peterson · 11 years ago
  12. 208556c asyncio, Tulip issue 131: as_completed() and wait() now raises a TypeError if by Victor Stinner · 11 years ago
  13. 20e0743 asyncio, Tulip issue 130: Add more checks on subprocess_exec/subprocess_shell by Victor Stinner · 11 years ago
  14. 9af4a24 asyncio, Tulip issue 126: call_soon(), call_soon_threadsafe(), call_later(), by Victor Stinner · 11 years ago
  15. 262a458 Issue #20505: use also the monotonic time to decide if asyncio debug traces by Victor Stinner · 11 years ago
  16. 7c4bd39 Issue #20505: Oops, only print debug info if selector.select(timeout) took less by Victor Stinner · 11 years ago
  17. 8425bf8 Issue #20505: Improve debug info in asyncio event loop by Victor Stinner · 11 years ago
  18. 7b467db Issue #20505: Fix TestLoop, set the clock resolution by Victor Stinner · 11 years ago
  19. ed1654f Issue #20505: BaseEventLoop uses again the resolution of the clock to decide if by Victor Stinner · 11 years ago
  20. b38b5c4 merge with 3.3 by Georg Brandl · 11 years ago
  21. 6093a12 Issue #20505: Use even shorter sleep in test_timeout_rounding() to make the by Victor Stinner · 11 years ago
  22. a176d2d Created release branch for 3.4. by Larry Hastings · 11 years ago
  23. 4cce8f2 Python 3.4.0rc1: Post-release updates. by Larry Hastings · 11 years ago
  24. f50691b Added tag v3.4.0rc1 for changeset 5e088cea8660 by Larry Hastings · 11 years ago
  25. e9f73ac Python 3.4.0rc1: Version bump. by Larry Hastings · 11 years ago
  26. 71d4e44 Add PyType_GetSlot to python3 def file. Patch courtesy Martin v. Löwis. by Larry Hastings · 11 years ago
  27. ad88d7a Python 3.4.0rc1 release: Updated pydoc topics, fixed suspicious markup errors. by Larry Hastings · 11 years ago
  28. 8f9f0f1 Issue #20517: Removed unnecessary new (short-lived) functions from PyErr. by Larry Hastings · 11 years ago
  29. 1c143b1 Issue #20505: Add debug info to analyze sporaric failures of by Victor Stinner · 11 years ago
  30. 69a2547 Issue #20530: The signatures for slot builtins have been updated by Larry Hastings · 11 years ago
  31. b082731 Issue #20517: Functions in the os module that accept two filenames by Larry Hastings · 11 years ago
  32. dc62b7e asyncio: Tulip issue 112: Inline make_handle() into Handle constructor by Victor Stinner · 11 years ago
  33. 136fea2 More complete documentation of event loops and policies. by Eli Bendersky · 11 years ago
  34. b73c833 Various formatting & grammar fixes in asyncio* docs. by Eli Bendersky · 11 years ago
  35. 8b40262 Fix typo in library/ipc.rst by Eli Bendersky · 11 years ago
  36. 3633ce3 Issue #20571: skip test_readline() of test_codecs for Windows code page 65001. by Victor Stinner · 11 years ago
  37. dfe98a1 Issue #20437: Fixed 22 potential bugs when deleting objects references. by Serhiy Storchaka · 11 years ago
  38. 505ff75 Issue #20437: Fixed 21 potential bugs when deleting objects references. by Serhiy Storchaka · 11 years ago
  39. 2623c8c Issue #20530: Argument Clinic's signature format has been revised again. by Larry Hastings · 11 years ago
  40. 09f08fe asyncio: Remove more relics of resolution/granularity. by Guido van Rossum · 11 years ago
  41. 72318b9 Issue #20500: clarify that invocation may be indirect by Nick Coghlan · 11 years ago
  42. c0bc0b4 Issue #20500: Note other public APIs with the new assertion by Nick Coghlan · 11 years ago
  43. 0c3949c asyncio: Remove Process.subprocess attribute; it's too easy to get inconsistent by Victor Stinner · 11 years ago
  44. 313f829 asyncio: Test fix. by Guido van Rossum · 11 years ago
  45. 3d7b364 Note the new debug assertion in PyObject_Str by Nick Coghlan · 11 years ago
  46. d979e43 Close #20500: Don't trigger PyObject_Str assertion at shutdown by Nick Coghlan · 11 years ago
  47. c9d1a6b merge by Brian Curtin · 11 years ago
  48. a1afeec Spelling corrections. Submitted to python-dev by python@mrabarnett.plus.com by Brian Curtin · 11 years ago
  49. 12c68b2 asyncio doc: fix gather() doc by Victor Stinner · 11 years ago
  50. 87bf277 asyncio tests: Remove scories of resolution/granularity by Victor Stinner · 11 years ago
  51. aa029da Tweaks to What's New and some referenced docs by Nick Coghlan · 11 years ago
  52. 96bb437 Close #20563: Declare ipaddress API stable by Nick Coghlan · 11 years ago
  53. 66c3d18 Merge: #14983: always add a line end after a MIME boundary marker. by R David Murray · 11 years ago
  54. e9c3147 #14983: always add a line end after a MIME boundary marker. by R David Murray · 11 years ago
  55. 1272426 merge from 3.3 by Senthil Kumaran · 11 years ago
  56. 409ea5d Include the mention of ResourceWarning being displayed by default by the test runner. by Senthil Kumaran · 11 years ago
  57. c1567df asyncio doc: document missing event loop methods by Victor Stinner · 11 years ago
  58. b7d6d2a Issue #20540: Fix a performance regression (vs. Python 3.2) when layering a multiprocessing Connection over a TCP socket. by Antoine Pitrou · 11 years ago
  59. b4062e8 Issue #20065: socketmodule: Fix build error when AF_CAN is defined without the by Charles-François Natali · 11 years ago
  60. ffbe3c6 asyncio doc: sort methods by Victor Stinner · 11 years ago
  61. 0c1e31a Issue #20540: Fix a performance regression (vs. Python 3.2) when layering a multiprocessing Connection over a TCP socket. by Antoine Pitrou · 11 years ago
  62. 2c66918 Merge. by Charles-François Natali · 11 years ago
  63. 4025ac7 Issue #20065: socketmodule: Fix build error when AF_CAN is defined without the by Charles-François Natali · 11 years ago
  64. ca1b794 Close issue20534: all pickle protocols now supported. by Ethan Furman · 11 years ago
  65. 01e46ee Merge: #16983: Apply postel's law to encoded words inside quoted strings. by R David Murray · 11 years ago
  66. 0400d33 #16983: Apply postel's law to encoded words inside quoted strings. by R David Murray · 11 years ago
  67. ff9616b Merge #19772: Do not mutate message when downcoding to 7bit. by R David Murray · 11 years ago
  68. 905c8c3 #19772: Do not mutate message when downcoding to 7bit. by R David Murray · 11 years ago
  69. 99b1f2b Issue #20553. Use specific asserts in ipaddress tests. by Serhiy Storchaka · 11 years ago
  70. 7c389e2 Issue #20553. Use specific asserts in ipaddress tests. by Serhiy Storchaka · 11 years ago
  71. c030270 Issue #20406: Use Python application icons for Idle window title bars. by Terry Jan Reedy · 11 years ago
  72. a7c07d3 Issue #20406: Use Python application icons for Idle window title bars. by Terry Jan Reedy · 11 years ago
  73. 4a7668a Close #20536: correctly handle Decimal exponents in statistics by Nick Coghlan · 11 years ago
  74. f45e3e3 Merge #18805 NEWS fix from 3.3 by Nick Coghlan · 11 years ago
  75. 98585b6 Fix #18805 NEWS entry by Nick Coghlan · 11 years ago
  76. aad0ea0 Merge fix for #18805 from 3.3 by Nick Coghlan · 11 years ago
  77. 932346f Issue #18805: better netmask validation in ipaddress by Nick Coghlan · 11 years ago
  78. 1ff23d7 Issue #20549: Use specific asserts in mailbox, smtplib and poplib tests. by Serhiy Storchaka · 11 years ago
  79. 578c677 Issue #20549: Use specific asserts in mailbox, smtplib and poplib tests. by Serhiy Storchaka · 11 years ago
  80. d3e1207 Issue #20555: Use specific asserts in urllib, httplib, ftplib, cgi, wsgiref tests. by Serhiy Storchaka · 11 years ago
  81. 25d8aea Issue #20555: Use specific asserts in urllib, httplib, ftplib, cgi, wsgiref tests. by Serhiy Storchaka · 11 years ago
  82. 6c9678e Issue #20546: Use specific asserts in int tests. by Serhiy Storchaka · 11 years ago
  83. 3a20a5d Issue #20546: Use specific asserts in int tests. by Serhiy Storchaka · 11 years ago
  84. 6cbf151 Issue #20538: UTF-7 incremental decoder produced inconsistant string when by Serhiy Storchaka · 11 years ago
  85. 016a3f3 Issue #20538: UTF-7 incremental decoder produced inconsistant string when by Serhiy Storchaka · 11 years ago
  86. 73afe2a Close #20481: Disallow mixed type input in statistics by Nick Coghlan · 11 years ago
  87. 57e4127 Issue #20167: Suppress 3.4 specific 'Exception ignored' messages. by Terry Jan Reedy · 11 years ago
  88. bfd68bf Issue #20478: avoid special casing Counter in statistics by Nick Coghlan · 11 years ago
  89. ec1c809 More asyncio news. by Guido van Rossum · 11 years ago
  90. 85310a5 Issue #20505: Remove resolution and _granularity from selectors and asyncio by Victor Stinner · 11 years ago
  91. c489e83 Merge: #17369: Improve handling of broken RFC2231 values in get_filename. by R David Murray · 11 years ago
  92. 1e94989 #17369: Improve handling of broken RFC2231 values in get_filename. by R David Murray · 11 years ago
  93. f1e9533 Null merge of commit accidentally made to default branch first. by R David Murray · 11 years ago
  94. bd3a11b #20013: don't raise socket error when selected mailbox deleted. by R David Murray · 11 years ago
  95. 95ff723 #20013: don't raise socket error when selected mailbox deleted. by R David Murray · 11 years ago
  96. feb6852 Merge: #19063: the unicode-in-set_payload problem isn't getting fixed in 3.4. by R David Murray · 11 years ago
  97. fcc0072 #19063: the unicode-in-set_payload problem isn't getting fixed in 3.4. by R David Murray · 11 years ago
  98. 15a693a #20531: Apply the 3.3 version of the #19063 fix. by R David Murray · 11 years ago
  99. 27e9de6 #20531: Revert e20f98a8ed71, the 3.4 version of the #19063 fix. by R David Murray · 11 years ago
  100. 790202d asyncio doc: mention that asyncio is not thread-safe by Victor Stinner · 11 years ago