1. 3b55f0c asyncio: Cosmetic improvement to test__run_once_logging() mock argument. by Guido van Rossum · 11 years ago
  2. 3c9bb69 Add missing word ("thread") to sentence about call_soon_threadsafe. by Guido van Rossum · 11 years ago
  3. 5cb84ed asyncio doc: add an example to schedule a coroutine from a different thread by Victor Stinner · 11 years ago
  4. d8b24d7 Closes #20509: Merged documentation update from 3.3. by Vinay Sajip · 11 years ago
  5. 6068b6c Issue #20509: Added cross-reference in documentation. by Vinay Sajip · 11 years ago
  6. e9e8907 merge 3.3 (#19186) by Benjamin Peterson · 11 years ago
  7. 091d017 restore namespacing of pyexpat symbols (closes #19186) by Benjamin Peterson · 11 years ago
  8. 6edd82a Close #20053: ignore default pip config settings by Nick Coghlan · 11 years ago
  9. a9b1524 Close #20404: blacklist non-text encodings in io.TextIOWrapper by Nick Coghlan · 11 years ago
  10. 1ea4e41 Issue #17162: Fix compilation, replace non-breaking space with an ASCII space by Victor Stinner · 11 years ago
  11. ca7b046 Issue #17162: Add PyType_GetSlot. by Martin v. Löwis · 11 years ago
  12. 83bdfa0 asyncio: Fix _ProactorWritePipeTransport._pipe_closed() by Victor Stinner · 11 years ago
  13. 1703bbb Oops, undo unwanted changes in test_asyncio: mistakes of my the last sync with by Victor Stinner · 11 years ago
  14. e48d4db asyncio doc: add an example of asyncio.subprocess with communicate() and wait() by Victor Stinner · 11 years ago
  15. b79eb05 asyncio.subprocess: Replace Process.get_subprocess() method with a by Victor Stinner · 11 years ago
  16. cb306d1 Issue #20474: Fix "unexpected success" test_socket failures on OS X 10.7+. by Ned Deily · 11 years ago
  17. c564038 Issue #20474: Fix "unexpected success" test_socket failures on OS X 10.7+. by Ned Deily · 11 years ago
  18. 08df295 Skip expr* tests for large integers for Tcl <8.5. by Serhiy Storchaka · 11 years ago
  19. 160f892 Skip expr* tests for large integers for Tcl <8.5. by Serhiy Storchaka · 11 years ago
  20. c49672f Issue #20426: When passing the re.DEBUG flag, re.compile() displays the debug output every time it is called, regardless of the compilation cache. by Antoine Pitrou · 11 years ago
  21. d2cc743 Issue #20426: When passing the re.DEBUG flag, re.compile() displays the debug output every time it is called, regardless of the compilation cache. by Antoine Pitrou · 11 years ago
  22. b74cf63 Merge heads by Serhiy Storchaka · 11 years ago
  23. 512259b Issue #19761: Fixed Tkinter tests on OS X. by Serhiy Storchaka · 11 years ago
  24. b3de1a7 Issue #19761: Fixed Tkinter tests on OS X. by Serhiy Storchaka · 11 years ago
  25. ce591c2 Issue #20368: The null character now correctly passed from Tcl to Python. by Serhiy Storchaka · 11 years ago
  26. 1317e14 Issue #20368: The null character now correctly passed from Tcl to Python. by Serhiy Storchaka · 11 years ago
  27. 233eac4 remove extra backtick by Benjamin Peterson · 11 years ago
  28. 1b7c931 Issue #20368: Add tests for Tkinter methods exprstring(), exprdouble(), by Serhiy Storchaka · 11 years ago
  29. fc05525 Issue #20368: Add tests for Tkinter methods exprstring(), exprdouble(), by Serhiy Storchaka · 11 years ago
  30. f045de4 remove code which does nothing but cause refleaks by Benjamin Peterson · 11 years ago
  31. ae376e5 Merge from 3.3 by Andrew Kuchling · 11 years ago
  32. 3633da2 Use different word by Andrew Kuchling · 11 years ago
  33. d591cba Merged documentation update from 3.3. by Vinay Sajip · 11 years ago
  34. 554f22f Added cookbook entry on logging filter configuration using dictConfig(). by Vinay Sajip · 11 years ago
  35. 7d2bfed inspect.signature: Add (restore) support for builtin classes #20473 by Yury Selivanov · 11 years ago
  36. 45e732d whatsnew: read/write on closed SSL socket exception has changed. by R David Murray · 11 years ago
  37. bf0ab83 whatsnew: html.escape 10x faster, _gestalt module gone. by R David Murray · 11 years ago
  38. 3bc647c Issue #20472: asyncio: Adjust the note about Mac OS X on PTY, specify that it by Victor Stinner · 11 years ago
  39. 9dd39f5 Issue #20472: test_asyncio: skip PTY tests on Mac OS X older than 10.6 by Victor Stinner · 11 years ago
  40. 1328e9d Issue #20435: Fix _pyio.StringIO.getvalue() to take into account newline translation settings. by Antoine Pitrou · 11 years ago
  41. 57839a6 Issue #20435: Fix _pyio.StringIO.getvalue() to take into account newline translation settings. by Antoine Pitrou · 11 years ago
  42. 2f2ecaa Issue #19990: Install test/imghdrdata. by Ned Deily · 11 years ago
  43. 6bb21c4 Issue #19990: Install test/imghdrdata. by Ned Deily · 11 years ago
  44. 9c2389d Issue #20423: fix documentation of io.StringIO's newline parameter by Antoine Pitrou · 11 years ago
  45. be7ff9f Issue #20423: fix documentation of io.StringIO's newline parameter by Antoine Pitrou · 11 years ago
  46. 0844438 asyncio: document the new asyncio.subprocess module by Victor Stinner · 11 years ago
  47. 9a3424b Issue #19320: Fixed split/splitlist tests in test_tcl for Tcl 8.5.0-8.5.5. by Serhiy Storchaka · 11 years ago
  48. 92af06b Issue #19320: Fixed split/splitlist tests in test_tcl for Tcl 8.5.0-8.5.5. by Serhiy Storchaka · 11 years ago
  49. 85f1074 merge 3.3 (#20102) by Benjamin Peterson · 11 years ago
  50. 091d386 use with statement to ensure zipfile is always closed (closes #20102) by Benjamin Peterson · 11 years ago
  51. a56d4e8 whatsnew: hmac accepts more bytes types, importlib decode_source, stat in C. by R David Murray · 11 years ago
  52. 5147e00 whatsnew: -m <namespace package>, plus 'using' doc updates. by R David Murray · 11 years ago
  53. 1d24183 inspect.signature: Use 'inspect.isbuiltin' in 'Signature.from_builtin' by Yury Selivanov · 11 years ago
  54. 900aeb7 whatsnew: some more importlib replacements for imp functions. by R David Murray · 11 years ago
  55. 4885f49 whatsnew: filecmp.clear_cache, and reword description of cache in docs. by R David Murray · 11 years ago
  56. 70e04f5 whatsnew: fix importlib.reload entry. by R David Murray · 11 years ago
  57. 9592edb asyncio doc: add "asyncio-" prefix to references by Victor Stinner · 11 years ago
  58. 2315779 Update the python.gif icon for the Idle classbrowser and pathbowser by Terry Jan Reedy · 11 years ago
  59. c8d9e0e Update the python.gif icon for the Idle classbrowser and pathbowser by Terry Jan Reedy · 11 years ago
  60. 915bcb0 Issue #20400: Merge Tulip into Python: add the new asyncio.subprocess module by Victor Stinner · 11 years ago
  61. 153d97b #20288: merge with 3.3. by Ezio Melotti · 11 years ago
  62. f27b9a7 #20288: fix handling of invalid numeric charrefs in HTMLParser. by Ezio Melotti · 11 years ago
  63. 145dff8 inspect.tests: Fix tests to work on python built with '--without-doc-strings' #20471 by Yury Selivanov · 11 years ago
  64. 8c561b5 whatsnew: move of reload, update new windows-only ssl functions entry. by R David Murray · 11 years ago
  65. 7726ac9 #Issue 20456: Several improvements and bugfixes for Argument Clinic, by Larry Hastings · 11 years ago
  66. 04edd2e Fix test_hash on "SPARC Solaris 10 (cc%2C 64b) [SB] 3.x" buildbot by Victor Stinner · 11 years ago
  67. 0f54db3 test_hash: Fix a BytesWarning in get_hash_command() by Victor Stinner · 11 years ago
  68. a0aa88c test_asyncio: relax timing, the "AMD64 Windows Server 2008 [SB] 3.x" buildbot by Victor Stinner · 11 years ago
  69. 524be30 tracemalloc: Fix slicing traces and fix slicing a traceback. by Victor Stinner · 11 years ago
  70. 8f74a73 Issue #20354: Mention the fix in Misc/NEWS by Victor Stinner · 11 years ago
  71. dd382ef Issue #20354: Fix alignment issue in the tracemalloc module on 64-bit by Victor Stinner · 11 years ago
  72. a17b6bb Issue #20162: Fix an alignment issue in the siphash24() hash function which by Victor Stinner · 11 years ago
  73. 606ab03 asyncio doc: add "Concurrency and multithreading" section by Victor Stinner · 11 years ago
  74. 45b27ed asyncio doc: document the granularity of the event loop by Victor Stinner · 11 years ago
  75. 55effc6 Issue #20452: Fix test_time_and_call_at() of test_asyncio on Windows by Victor Stinner · 11 years ago
  76. 1144214 Issue #20452: test_asyncio checks also the granularity by Victor Stinner · 11 years ago
  77. 6d300d6 Fix extra line added in 0bcf23a52d55 by Brian Quinlan · 11 years ago
  78. 2b754f4 Issue #20319: concurrent.futures.wait() can block forever even if Futures have completed by Brian Quinlan · 11 years ago
  79. 0ba5f0d inspect: Add some comments in Parameter.__eq__ method by Yury Selivanov · 11 years ago
  80. 5334bcd inspect.Signauture.from_function: validate duck functions in Signature constructor #17159 by Yury Selivanov · 11 years ago
  81. 63da7c7 inspect.signature: Support duck-types of Python functions (Cython, for instance) #17159 by Yury Selivanov · 11 years ago
  82. 4ded1f3 NEWS: Add news item for #18801 by Yury Selivanov · 11 years ago
  83. 0860a0b inspect.classify_class_attrs: Classify object.__new__ and __init__ correctly #18801 by Yury Selivanov · 11 years ago
  84. 28479d8 Issue #20460: Merge with 3.3 by Zachary Ware · 11 years ago
  85. a479b75 Issue #20460: Render 'bytes' as a class, not a function. by Zachary Ware · 11 years ago
  86. 607bc3d Merge with 3.3 by Zachary Ware · 11 years ago
  87. 19c1f3d Fix unfinished thought in xml overview page. Suggested by Bo Bayles on docs@. by Zachary Ware · 11 years ago
  88. fe0f0b0 Typo fix by Andrew Kuchling · 11 years ago
  89. 1088d98 The function name for cmath.isinf in PyArg_ParseTuple() was wrong. by Brett Cannon · 11 years ago
  90. 62510dc Issue #20452: test_asyncio: Add more info if the test fails by Victor Stinner · 11 years ago
  91. 1506df2 Issue #20455: Add a resolution attribute to IocpProactor (1 ms) by Victor Stinner · 11 years ago
  92. f2e1768 Issue #20455: asyncio: use the same code to round a timeout than the selectors by Victor Stinner · 11 years ago
  93. 665758f Issue #20455: math.ceil() returns an int in Python 3, no need to cast the by Victor Stinner · 11 years ago
  94. 20b017e Windows buildbot: use --timeout feature in Tools/buildbot/test.bat by Victor Stinner · 11 years ago
  95. 4205065 Issue #20390: Removing detritus from Argument Clinic "file preset" name change. by Larry Hastings · 11 years ago
  96. b60e9ca Issue #20455: asyncio: write a new write pipe transport class for proactor (on by Victor Stinner · 11 years ago
  97. 61b3c9b asyncio: Fix _UnixWritePipeTransport, raise BrokenPipeError when the pipe is by Victor Stinner · 11 years ago
  98. fcfb946 Issue #20311, #20452: poll and epoll now round the timeout away from zero, by Victor Stinner · 11 years ago
  99. 49d0f4e Issue #20452: Remove debug code, no more needed by Victor Stinner · 11 years ago
  100. 323748e asyncio: Fix error message in BaseEventLoop.subprocess_shell(). Patch written by Victor Stinner · 11 years ago