1. 62560fb inspect.signature: Handle bound methods with '(*args)' signature correctly #20401 by Yury Selivanov · 10 years ago
  2. d65bc70 inspect.tests: Remove redundant unittest by Yury Selivanov · 10 years ago
  3. 4d91490 Issue #20411: Use readline.get_current_history_length to check for the presence of a history, rather than get_history_item, which assumes a history is present. by Jason R. Coombs · 10 years ago
  4. 748f40d Issue #9709: Revert 97fb852c5c26. Many extensions are not using PyMODINIT_FUNC. by Stefan Krah · 10 years ago
  5. 581ee36 Issue #20326: Argument Clinic now uses a simple, unique signature to by Larry Hastings · 10 years ago
  6. eecbbad Fix doc reference to OS X 10.9 Mavericks. by Ned Deily · 10 years ago
  7. 041ff9b asyncio doc: list Windows and Mac OS X limitations and explain how to work by Victor Stinner · 10 years ago
  8. 0adc955 NEWS: Add few missing news items by Yury Selivanov · 10 years ago
  9. e7dcc5e inspect.signature: Support classes without user-defined __init__/__new__ #20308 by Yury Selivanov · 10 years ago
  10. 7aedea4 asyncio: remove temporary aliases by Victor Stinner · 10 years ago
  11. da5fe4f inspect.signature: Add support for 'functools.partialmethod' #20223 by Yury Selivanov · 10 years ago
  12. eedf1c1 asyncio doc: subprocess_exec/subprocess_shell are not available on Windows by Victor Stinner · 10 years ago
  13. f5d2f22 Issue #19456: ntpath.join() now joins relative paths correctly when a drive by Serhiy Storchaka · 10 years ago
  14. c369c2c Issue #19456: ntpath.join() now joins relative paths correctly when a drive by Serhiy Storchaka · 10 years ago
  15. 2393dca inspect.signature: Use '/' to separate positional-only parameters from by Yury Selivanov · 10 years ago
  16. ea2d66e doc/inspect: Clarify docs for __defaults__, add docs for __kwdefaults__ #20380 by Yury Selivanov · 10 years ago
  17. 2eed8b7 inspect.getfile: Don't crash on classes without '__module__' attribute #20372 by Yury Selivanov · 10 years ago
  18. 32970b8 asyncio: IncompleteReadError is a subclass of EOFError by Victor Stinner · 10 years ago
  19. b7f19ff asyncio: document the IncompleteReadError exception by Victor Stinner · 10 years ago
  20. 9a2e75b Remove redundant emty line at the end of file. by Serhiy Storchaka · 10 years ago
  21. a28632b Issue #19077: tempfile.TemporaryDirectory cleanup no longer fails when by Serhiy Storchaka · 10 years ago
  22. 99e033b Issue #19077: tempfile.TemporaryDirectory cleanup is now most likely by Serhiy Storchaka · 10 years ago
  23. 965dc49 Merge heads by Serhiy Storchaka · 10 years ago
  24. 8b86348 asyncio: document add_signal_handler/remove_signal_handler, add an example for by Victor Stinner · 10 years ago
  25. 3c1f0f1 Issue #20395: Extract generated clinic code in Modules/_pickle.c to separate file. by Serhiy Storchaka · 10 years ago
  26. eedc1e3 Null merge 3.3 (patch already applied in Python 3.4) by Victor Stinner · 10 years ago
  27. b991597 Issue #20367: Fix behavior of concurrent.futures.as_completed() for duplicate by Victor Stinner · 10 years ago
  28. 2361216 I forgot to add a Misc/NEWS entry for issue #20394 by Christian Heimes · 10 years ago
  29. f1b1418 Closes #19966: allow hgtouch to operate on a base dir that is != the repo root. by Georg Brandl · 10 years ago
  30. 23105d8 Merge. by Larry Hastings · 10 years ago
  31. ee4cca6 Post-release bump for 3.4.0 beta 3. by Larry Hastings · 10 years ago
  32. 71215c5 merge 3.3 (closes #12704) by Benjamin Peterson · 10 years ago
  33. d1c85fd eliminate redundancy between yield stmt and yield expr docs (closes #12704) by Benjamin Peterson · 10 years ago
  34. 908669b Issue #17721: Remove non-functional configuration dialog help button until we by Terry Jan Reedy · 10 years ago
  35. 91d4278 Issue #17721: Remove non-functional configuration dialog help button until we by Terry Jan Reedy · 10 years ago
  36. 0c5b5d4 Merge with 3.3 by Terry Jan Reedy · 10 years ago
  37. 1b759bc Idlelib.calltips: add test of starred first parameters. They should not be by Terry Jan Reedy · 10 years ago
  38. 7696487 White space and merge cleanup. by Terry Jan Reedy · 10 years ago
  39. 0902ce4 Merge with 3.3 by Terry Jan Reedy · 10 years ago
  40. ddc5758 Merge heads. by Terry Jan Reedy · 10 years ago
  41. a4b6b53 Merge heads. by Terry Jan Reedy · 10 years ago
  42. e2d9b39 Issue #20338: Increase allowed tip width slightly and wrap long signagure lines. by Terry Jan Reedy · 10 years ago
  43. a0f1e22 Issue #20338: Increase allowed tip width slightly and wrap long signagure lines. by Terry Jan Reedy · 10 years ago
  44. c4ab9a4 Issue #20394: Attempt to silence CID 1164423: Division or modulo by zero in audioop_ratecv_impl() by Christian Heimes · 10 years ago
  45. 936e2f3 Issue #20193: Fix commit r6f217456b9ba by including clinic/zlibmodule.c.h instead by Christian Heimes · 10 years ago
  46. 27ea78b silence compiler warning that 's' may be used uninitialized in the load function. by Christian Heimes · 10 years ago
  47. a09daef Update docstring to mention correct PEP number. by Eli Bendersky · 10 years ago
  48. 6834a65 Issue #20367: Add Glenn Langford to Misc/ACKS by Victor Stinner · 10 years ago
  49. 2c5ddbe Issue #20193: The zlib module now uses Argument Clinic. by Serhiy Storchaka · 10 years ago
  50. 62a85b5 Issue #19990: Added tests for the imghdr module. Based on patch by Claudiu Popa. by Serhiy Storchaka · 10 years ago
  51. 1ac0095 Issue #19990: Added tests for the imghdr module. Based on patch by Claudiu Popa. by Serhiy Storchaka · 10 years ago
  52. e6994ff Fix issue #20367: concurrent.futures.as_completed() for duplicate arguments. by Guido van Rossum · 10 years ago
  53. 252fd0c Merge heads by Serhiy Storchaka · 10 years ago
  54. dbe0982 Issue #8260: The read(), readline() and readlines() methods of by Serhiy Storchaka · 10 years ago
  55. 8003850 Issue #8260: The read(), readline() and readlines() methods of by Serhiy Storchaka · 10 years ago
  56. 0742cae Merge latest Tulip into asyncio by Andrew Svetlov · 10 years ago
  57. b62deac cleanup after custom buffer converter by Benjamin Peterson · 10 years ago
  58. 08673c5 fix refleak on error by Benjamin Peterson · 10 years ago
  59. 77b286b Close #20105: set __traceback__ when chaining exceptions in C by Nick Coghlan · 10 years ago
  60. 3b1596f Added tag v3.4.0b3 for changeset a97ce3ecc96a by Larry Hastings · 10 years ago
  61. 2d8e1e4 Version bump for 3.4.0b3. by Larry Hastings · 10 years ago
  62. 0e25410 Documentation fixes, including fixing "suspicious" problems. by Larry Hastings · 10 years ago
  63. 23e37aa Issue #20358: Tests for curses.window.overlay and curses.window.overwrite by Larry Hastings · 10 years ago
  64. f0537e8 Issue #20390: Final fix, for generating NoPositional/NoKeyword for __init__ calls. by Larry Hastings · 10 years ago
  65. 0711dd9 Update pip to 1.5.2 and setuptools to 2.1 by Donald Stufft · 10 years ago
  66. f256c22 Fix for catestrophic errors in previous checkin (Argument Clinic rollup patch). by Larry Hastings · 10 years ago
  67. c204726 Issue #20390: Small fixes and improvements for Argument Clinic. by Larry Hastings · 10 years ago
  68. 9ad116b Document asyncio.QueueFull/Empty. by Guido van Rossum · 10 years ago
  69. d6fb2c7 NEWS update for asyncio. by Guido van Rossum · 10 years ago
  70. fef7098 asyncio: Rename {Empty,Full} to {QueueEmpty,QueueFull} and no longer get them from queue.py. by Guido van Rossum · 10 years ago
  71. ab3c889 asyncio: Locks refactor: use a separate context manager; remove Semaphore._locked. by Guido van Rossum · 10 years ago
  72. ab27a9f asyncio: Fix race in FastChildWatcher (by its original author, Anthony Baire). by Guido van Rossum · 10 years ago
  73. 669eeaf Merge latest Tulip into asyncio by Victor Stinner · 10 years ago
  74. 3c2f175 Issue #20311: Fix test_telnetlib, set the resolution of the MockSelector by Victor Stinner · 10 years ago
  75. 6029e08 Issue 19944: Fix importlib.find_spec() so it imports parents as needed. by Eric Snow · 10 years ago
  76. 128ee22 asyncio: Don't export BaseEventLoop, BaseSelectorEventLoop nor by Victor Stinner · 10 years ago
  77. ce8d153 merge 3.3 by Benjamin Peterson · 10 years ago
  78. 714d7ff update sphinx url by Benjamin Peterson · 10 years ago
  79. 039a02c linkify by Benjamin Peterson · 10 years ago
  80. c0b0bb6 Issue #20331: Fixed possible FD leaks in various modules: by Serhiy Storchaka · 10 years ago
  81. 91b0bc2 Issue #20331: Fixed possible FD leaks in various modules: by Serhiy Storchaka · 10 years ago
  82. a3642b6 #20348: fix headers markup in Argument Clinic howto. Patch by Moritz Neeb. by Ezio Melotti · 10 years ago
  83. 8dffc45 Update asyncio from the Tulip project by Victor Stinner · 10 years ago
  84. 75a5ec8 Fix asyncio tests: define resolution by Victor Stinner · 10 years ago
  85. 6b0fa70 test_selectors: remove unused imports by Victor Stinner · 10 years ago
  86. f67255a Issue #20311: asyncio: Add a granularity attribute to BaseEventLoop: maximum by Victor Stinner · 10 years ago
  87. 635fca9 Issue #20311: selectors: Add a resolution attribute to BaseSelector. by Victor Stinner · 10 years ago
  88. 2041859 Issue #20311: Revert e042ea77a152 and 7ce7295393c2, PollSelector.select() and by Victor Stinner · 10 years ago
  89. 38c72bd (Merge 3.3) Issue #20311: Revert 033137c12d88 (02f9db3e684e), by Victor Stinner · 10 years ago
  90. 9332096 Issue #20311: Revert 033137c12d88, select.epoll.poll() rounds again the timeout by Victor Stinner · 10 years ago
  91. 98c779e Issue #20193: The _lzma module now uses Argument Clinic. by Serhiy Storchaka · 10 years ago
  92. df9db26 Fix grammar: merge with 3.3. by Eric V. Smith · 10 years ago
  93. b72e69e Fix grammar. by Eric V. Smith · 10 years ago
  94. 1bc4bb2 Issue #20193: The _bz2 module now uses Argument Clinic. by Serhiy Storchaka · 10 years ago
  95. 8d00d73 Issue #20133: The audioop module now uses Argument Clinic. by Serhiy Storchaka · 10 years ago
  96. 1278561 Fixed converting errors in the binascii module (issue20151). by Serhiy Storchaka · 10 years ago
  97. 9d7849f Issue #20376: Argument Clinic now escapes backslashes in docstrings. by Zachary Ware · 10 years ago
  98. 3ffd913 Issue #20151: The binascii module now uses Argument Clinic. by Serhiy Storchaka · 10 years ago
  99. e4e7199 merge 3.3 by Benjamin Peterson · 10 years ago
  100. f580d5b update hosting faq by Benjamin Peterson · 10 years ago