1. 160f892 Skip expr* tests for large integers for Tcl <8.5. by Serhiy Storchaka · 11 years ago
  2. 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
  3. 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
  4. b74cf63 Merge heads by Serhiy Storchaka · 11 years ago
  5. 512259b Issue #19761: Fixed Tkinter tests on OS X. by Serhiy Storchaka · 11 years ago
  6. b3de1a7 Issue #19761: Fixed Tkinter tests on OS X. by Serhiy Storchaka · 11 years ago
  7. ce591c2 Issue #20368: The null character now correctly passed from Tcl to Python. by Serhiy Storchaka · 11 years ago
  8. 1317e14 Issue #20368: The null character now correctly passed from Tcl to Python. by Serhiy Storchaka · 11 years ago
  9. 233eac4 remove extra backtick by Benjamin Peterson · 11 years ago
  10. 1b7c931 Issue #20368: Add tests for Tkinter methods exprstring(), exprdouble(), by Serhiy Storchaka · 11 years ago
  11. fc05525 Issue #20368: Add tests for Tkinter methods exprstring(), exprdouble(), by Serhiy Storchaka · 11 years ago
  12. f045de4 remove code which does nothing but cause refleaks by Benjamin Peterson · 11 years ago
  13. ae376e5 Merge from 3.3 by Andrew Kuchling · 11 years ago
  14. 3633da2 Use different word by Andrew Kuchling · 11 years ago
  15. d591cba Merged documentation update from 3.3. by Vinay Sajip · 11 years ago
  16. 554f22f Added cookbook entry on logging filter configuration using dictConfig(). by Vinay Sajip · 11 years ago
  17. 7d2bfed inspect.signature: Add (restore) support for builtin classes #20473 by Yury Selivanov · 11 years ago
  18. 45e732d whatsnew: read/write on closed SSL socket exception has changed. by R David Murray · 11 years ago
  19. bf0ab83 whatsnew: html.escape 10x faster, _gestalt module gone. by R David Murray · 11 years ago
  20. 3bc647c Issue #20472: asyncio: Adjust the note about Mac OS X on PTY, specify that it by Victor Stinner · 11 years ago
  21. 9dd39f5 Issue #20472: test_asyncio: skip PTY tests on Mac OS X older than 10.6 by Victor Stinner · 11 years ago
  22. 1328e9d Issue #20435: Fix _pyio.StringIO.getvalue() to take into account newline translation settings. by Antoine Pitrou · 11 years ago
  23. 57839a6 Issue #20435: Fix _pyio.StringIO.getvalue() to take into account newline translation settings. by Antoine Pitrou · 11 years ago
  24. 2f2ecaa Issue #19990: Install test/imghdrdata. by Ned Deily · 11 years ago
  25. 6bb21c4 Issue #19990: Install test/imghdrdata. by Ned Deily · 11 years ago
  26. 9c2389d Issue #20423: fix documentation of io.StringIO's newline parameter by Antoine Pitrou · 11 years ago
  27. be7ff9f Issue #20423: fix documentation of io.StringIO's newline parameter by Antoine Pitrou · 11 years ago
  28. 0844438 asyncio: document the new asyncio.subprocess module by Victor Stinner · 11 years ago
  29. 9a3424b Issue #19320: Fixed split/splitlist tests in test_tcl for Tcl 8.5.0-8.5.5. by Serhiy Storchaka · 11 years ago
  30. 92af06b Issue #19320: Fixed split/splitlist tests in test_tcl for Tcl 8.5.0-8.5.5. by Serhiy Storchaka · 11 years ago
  31. 85f1074 merge 3.3 (#20102) by Benjamin Peterson · 11 years ago
  32. 091d386 use with statement to ensure zipfile is always closed (closes #20102) by Benjamin Peterson · 11 years ago
  33. a56d4e8 whatsnew: hmac accepts more bytes types, importlib decode_source, stat in C. by R David Murray · 11 years ago
  34. 5147e00 whatsnew: -m <namespace package>, plus 'using' doc updates. by R David Murray · 11 years ago
  35. 1d24183 inspect.signature: Use 'inspect.isbuiltin' in 'Signature.from_builtin' by Yury Selivanov · 11 years ago
  36. 900aeb7 whatsnew: some more importlib replacements for imp functions. by R David Murray · 11 years ago
  37. 4885f49 whatsnew: filecmp.clear_cache, and reword description of cache in docs. by R David Murray · 11 years ago
  38. 70e04f5 whatsnew: fix importlib.reload entry. by R David Murray · 11 years ago
  39. 9592edb asyncio doc: add "asyncio-" prefix to references by Victor Stinner · 11 years ago
  40. 2315779 Update the python.gif icon for the Idle classbrowser and pathbowser by Terry Jan Reedy · 11 years ago
  41. c8d9e0e Update the python.gif icon for the Idle classbrowser and pathbowser by Terry Jan Reedy · 11 years ago
  42. 915bcb0 Issue #20400: Merge Tulip into Python: add the new asyncio.subprocess module by Victor Stinner · 11 years ago
  43. 153d97b #20288: merge with 3.3. by Ezio Melotti · 11 years ago
  44. f27b9a7 #20288: fix handling of invalid numeric charrefs in HTMLParser. by Ezio Melotti · 11 years ago
  45. 145dff8 inspect.tests: Fix tests to work on python built with '--without-doc-strings' #20471 by Yury Selivanov · 11 years ago
  46. 8c561b5 whatsnew: move of reload, update new windows-only ssl functions entry. by R David Murray · 11 years ago
  47. 7726ac9 #Issue 20456: Several improvements and bugfixes for Argument Clinic, by Larry Hastings · 11 years ago
  48. 04edd2e Fix test_hash on "SPARC Solaris 10 (cc%2C 64b) [SB] 3.x" buildbot by Victor Stinner · 11 years ago
  49. 0f54db3 test_hash: Fix a BytesWarning in get_hash_command() by Victor Stinner · 11 years ago
  50. a0aa88c test_asyncio: relax timing, the "AMD64 Windows Server 2008 [SB] 3.x" buildbot by Victor Stinner · 11 years ago
  51. 524be30 tracemalloc: Fix slicing traces and fix slicing a traceback. by Victor Stinner · 11 years ago
  52. 8f74a73 Issue #20354: Mention the fix in Misc/NEWS by Victor Stinner · 11 years ago
  53. dd382ef Issue #20354: Fix alignment issue in the tracemalloc module on 64-bit by Victor Stinner · 11 years ago
  54. a17b6bb Issue #20162: Fix an alignment issue in the siphash24() hash function which by Victor Stinner · 11 years ago
  55. 606ab03 asyncio doc: add "Concurrency and multithreading" section by Victor Stinner · 11 years ago
  56. 45b27ed asyncio doc: document the granularity of the event loop by Victor Stinner · 11 years ago
  57. 55effc6 Issue #20452: Fix test_time_and_call_at() of test_asyncio on Windows by Victor Stinner · 11 years ago
  58. 1144214 Issue #20452: test_asyncio checks also the granularity by Victor Stinner · 11 years ago
  59. 6d300d6 Fix extra line added in 0bcf23a52d55 by Brian Quinlan · 11 years ago
  60. 2b754f4 Issue #20319: concurrent.futures.wait() can block forever even if Futures have completed by Brian Quinlan · 11 years ago
  61. 0ba5f0d inspect: Add some comments in Parameter.__eq__ method by Yury Selivanov · 11 years ago
  62. 5334bcd inspect.Signauture.from_function: validate duck functions in Signature constructor #17159 by Yury Selivanov · 11 years ago
  63. 63da7c7 inspect.signature: Support duck-types of Python functions (Cython, for instance) #17159 by Yury Selivanov · 11 years ago
  64. 4ded1f3 NEWS: Add news item for #18801 by Yury Selivanov · 11 years ago
  65. 0860a0b inspect.classify_class_attrs: Classify object.__new__ and __init__ correctly #18801 by Yury Selivanov · 11 years ago
  66. 28479d8 Issue #20460: Merge with 3.3 by Zachary Ware · 11 years ago
  67. a479b75 Issue #20460: Render 'bytes' as a class, not a function. by Zachary Ware · 11 years ago
  68. 607bc3d Merge with 3.3 by Zachary Ware · 11 years ago
  69. 19c1f3d Fix unfinished thought in xml overview page. Suggested by Bo Bayles on docs@. by Zachary Ware · 11 years ago
  70. fe0f0b0 Typo fix by Andrew Kuchling · 11 years ago
  71. 1088d98 The function name for cmath.isinf in PyArg_ParseTuple() was wrong. by Brett Cannon · 11 years ago
  72. 62510dc Issue #20452: test_asyncio: Add more info if the test fails by Victor Stinner · 11 years ago
  73. 1506df2 Issue #20455: Add a resolution attribute to IocpProactor (1 ms) by Victor Stinner · 11 years ago
  74. f2e1768 Issue #20455: asyncio: use the same code to round a timeout than the selectors by Victor Stinner · 11 years ago
  75. 665758f Issue #20455: math.ceil() returns an int in Python 3, no need to cast the by Victor Stinner · 11 years ago
  76. 20b017e Windows buildbot: use --timeout feature in Tools/buildbot/test.bat by Victor Stinner · 11 years ago
  77. 4205065 Issue #20390: Removing detritus from Argument Clinic "file preset" name change. by Larry Hastings · 11 years ago
  78. b60e9ca Issue #20455: asyncio: write a new write pipe transport class for proactor (on by Victor Stinner · 11 years ago
  79. 61b3c9b asyncio: Fix _UnixWritePipeTransport, raise BrokenPipeError when the pipe is by Victor Stinner · 11 years ago
  80. fcfb946 Issue #20311, #20452: poll and epoll now round the timeout away from zero, by Victor Stinner · 11 years ago
  81. 49d0f4e Issue #20452: Remove debug code, no more needed by Victor Stinner · 11 years ago
  82. 323748e asyncio: Fix error message in BaseEventLoop.subprocess_shell(). Patch written by Victor Stinner · 11 years ago
  83. dcd9740 Issue #20452: select and selectors round (again) timeout away from zero for by Victor Stinner · 11 years ago
  84. 31f6504 Issue #20452: Oops, fix debug code :-/ by Victor Stinner · 11 years ago
  85. 0278032 Issue #20452: add more info in case of test_asyncio failure to try to debug the by Victor Stinner · 11 years ago
  86. a849be9 asyncio: Fix misc whitespace issues. by Guido van Rossum · 11 years ago
  87. 1c16537 asyncio: Fix granularity of test_utils.TestLoop. by Victor Stinner · 11 years ago
  88. 9572898 asyncio: Future.set_exception(exc) should instantiate exc if it is a class. by Victor Stinner · 11 years ago
  89. 91445fb overlapped.c: Fix usage of the union by Victor Stinner · 11 years ago
  90. 63a615c Remove issue 19081 Misc/NEWS entry since it isn't entirely fixed yet. by Gregory P. Smith · 11 years ago
  91. 844dcfb Remove issue 19081 Misc/NEWS entry since it isn't entirely fixed yet. by Gregory P. Smith · 11 years ago
  92. d71e52f inspect.doc: Soften the note about inspect.signature not supporting by Yury Selivanov · 11 years ago
  93. 224c9c1 inspect.docs: Document constructors for Signature & Parameter #20442 by Yury Selivanov · 11 years ago
  94. 7835689 inspect.docs: Document constructors for Signature & Parameter #20442 by Yury Selivanov · 11 years ago
  95. 1ad5afc asyncio: document iscoroutine(), iscoroutinefunction() and wait_for() by Victor Stinner · 11 years ago
  96. 0e5b241 Issue #20373: generalize use of test.script_helper in test_warnings. Patch by Arfrever. by Antoine Pitrou · 11 years ago
  97. bb08b36 Issue #20373: generalize use of test.script_helper in test_warnings. Patch by Arfrever. by Antoine Pitrou · 11 years ago
  98. 9e3a60b More asyncio news. by Guido van Rossum · 11 years ago
  99. e623a12 asyncio: subprocess_shell() and subprocess_exec() now raise ValueError instead of assert. by Victor Stinner · 11 years ago
  100. 73f10fd asyncio: Fix _make_subprocess_transport(): pass extra value to the constructor. by Victor Stinner · 11 years ago