- 3101b70 Final documentation fixes for 3.4.0 final. by Larry Hastings · 11 years ago v3.4.0
- cf1a3cd Release bump for 3.4.0 final. by Larry Hastings · 11 years ago
- 0548f5c Regenerate pydoc_topics, fix markup errors, in preparation for 3.4.0 final. by Larry Hastings · 11 years ago
- 3732ed2 Merge in all documentation changes since branching 3.4.0rc1. by Larry Hastings · 11 years ago
- 6dfc632 whatsnew: difflib.isbjunk &c were removed, not deprecated. by R David Murray · 11 years ago
- 21317b6 merge 3.3 (#19060) by Benjamin Peterson · 11 years ago
- c4c7b1c whatsnew: cp273 codec (#10907797) by R David Murray · 11 years ago
- a3188ef Update pydoc topics and suspicious filters. by Larry Hastings · 11 years ago
- 62b4b9e Close #20839: pkgutil.find_loader now uses importlib.util.find_spec by Nick Coghlan · 11 years ago
- 01cc2d5 Issue20653: fix ReST for Enum by Ethan Furman · 11 years ago
- 2da9504 Close issue20653: improve functional API docs; minor code changes by Ethan Furman · 11 years ago
- adb2e2a Close #20814: doc: Fix "Pretty top" example of tracemalloc by Victor Stinner · 11 years ago
- b79b785 whatsnew: importlib deprecations. by R David Murray · 11 years ago
- 53281b1 asyncio.docs: Document subprocess_exec and subprocess_shell. Issue #20694. by Yury Selivanov · 11 years ago
- 37f15bc asyncio.docs: Improve wordings; add a note to the Coroutines section. Issue #20706 by Yury Selivanov · 11 years ago
- d3f8e30 asyncio.docs: Improve documentation of Streams. Issue #20696. by Yury Selivanov · 11 years ago
- 43ee1c1 asyncio.docs: Document Error Handling API and asyncio.Handle by Yury Selivanov · 11 years ago
- 1415e25 asyncio doc: remove reference to _DEBUG (now replaced with PYTHONASYNCIODEBUG by Victor Stinner · 11 years ago
- 0f3e6bc asyncio, Tulip issue #136: Add get/set_debug() methods to BaseEventLoopTests. by Victor Stinner · 11 years ago
- a6919aa asyncio: document new create_unix_connection() and create_unix_server() methods by Victor Stinner · 11 years ago
- 026019f Mangle __parameters in __annotations__ dict properly. Issue #20625. by Yury Selivanov · 12 years ago
- fd9d374 Issue #20493: Document that asyncio should not exceed one day by Victor Stinner · 12 years ago
- 86516d9 Close #20649: Fix typo in asyncio doc. Patch written by Brett Cannon. by Victor Stinner · 12 years ago
- 04e05da Close #20652: asyncio doc: close the event loop in run_forever() example. Fix by Victor Stinner · 12 years ago
- a91ff14 Issue #20616: Add a format() method to tracemalloc.Traceback. by Victor Stinner · 12 years ago
- 1b0580b ayncio, Tulip issue 129: BaseEventLoop.sock_connect() now raises an error if by Victor Stinner · 12 years ago
- b38b5c4 merge with 3.3 by Georg Brandl · 12 years ago
- ad88d7a Python 3.4.0rc1 release: Updated pydoc topics, fixed suspicious markup errors. by Larry Hastings · 12 years ago
- 8f9f0f1 Issue #20517: Removed unnecessary new (short-lived) functions from PyErr. by Larry Hastings · 12 years ago
- b082731 Issue #20517: Functions in the os module that accept two filenames by Larry Hastings · 12 years ago
- 136fea2 More complete documentation of event loops and policies. by Eli Bendersky · 12 years ago
- b73c833 Various formatting & grammar fixes in asyncio* docs. by Eli Bendersky · 12 years ago
- 8b40262 Fix typo in library/ipc.rst by Eli Bendersky · 12 years ago
- 72318b9 Issue #20500: clarify that invocation may be indirect by Nick Coghlan · 12 years ago
- c0bc0b4 Issue #20500: Note other public APIs with the new assertion by Nick Coghlan · 12 years ago
- 0c3949c asyncio: Remove Process.subprocess attribute; it's too easy to get inconsistent by Victor Stinner · 12 years ago
- 3d7b364 Note the new debug assertion in PyObject_Str by Nick Coghlan · 12 years ago
- c9d1a6b merge by Brian Curtin · 12 years ago
- a1afeec Spelling corrections. Submitted to python-dev by python@mrabarnett.plus.com by Brian Curtin · 12 years ago
- 12c68b2 asyncio doc: fix gather() doc by Victor Stinner · 12 years ago
- aa029da Tweaks to What's New and some referenced docs by Nick Coghlan · 12 years ago
- 96bb437 Close #20563: Declare ipaddress API stable by Nick Coghlan · 12 years ago
- 1272426 merge from 3.3 by Senthil Kumaran · 12 years ago
- 409ea5d Include the mention of ResourceWarning being displayed by default by the test runner. by Senthil Kumaran · 12 years ago
- c1567df asyncio doc: document missing event loop methods by Victor Stinner · 12 years ago
- ffbe3c6 asyncio doc: sort methods by Victor Stinner · 12 years ago
- ca1b794 Close issue20534: all pickle protocols now supported. by Ethan Furman · 12 years ago
- 73afe2a Close #20481: Disallow mixed type input in statistics by Nick Coghlan · 12 years ago
- 85310a5 Issue #20505: Remove resolution and _granularity from selectors and asyncio by Victor Stinner · 12 years ago
- 27e9de6 #20531: Revert e20f98a8ed71, the 3.4 version of the #19063 fix. by R David Murray · 12 years ago
- 790202d asyncio doc: mention that asyncio is not thread-safe by Victor Stinner · 12 years ago
- 02384bf #20477: add examples of using the new contentmanager API. by R David Murray · 12 years ago
- 303718c Fix empty strings to empty bytes objects. by Serhiy Storchaka · 12 years ago
- 5e028ae Fix empty strings to empty bytes objects. by Serhiy Storchaka · 12 years ago
- c72e638 Close issue20412: Updated Enum docs to have referencable Enum and IntEnum classes by Ethan Furman · 12 years ago
- 3303b6a Merge for issue #20488 by Brett Cannon · 12 years ago
- 07fbd78 Issue #20488: Update docs to say importlib is *the* implementaiton of by Brett Cannon · 12 years ago
- f811bbf Issue #6386: When executing a script that's a symlink, the directory by Brett Cannon · 12 years ago
- 94e44a9 Issue #14455: fix handling of unsigned long long values for binary plist files by Ronald Oussoren · 12 years ago
- 58af25e #14515: clarify that TemporaryDirectory's __enter__ returns the name. by R David Murray · 12 years ago
- 2368607 #14515: clarify that TemporaryDirectory's __enter__ returns the name. by R David Murray · 12 years ago
- 3c9bb69 Add missing word ("thread") to sentence about call_soon_threadsafe. by Guido van Rossum · 12 years ago
- 5cb84ed asyncio doc: add an example to schedule a coroutine from a different thread by Victor Stinner · 12 years ago
- d8b24d7 Closes #20509: Merged documentation update from 3.3. by Vinay Sajip · 12 years ago
- 6068b6c Issue #20509: Added cross-reference in documentation. by Vinay Sajip · 12 years ago
- ca7b046 Issue #17162: Add PyType_GetSlot. by Martin v. Löwis · 12 years ago
- e48d4db asyncio doc: add an example of asyncio.subprocess with communicate() and wait() by Victor Stinner · 12 years ago
- b79eb05 asyncio.subprocess: Replace Process.get_subprocess() method with a by Victor Stinner · 12 years ago
- 233eac4 remove extra backtick by Benjamin Peterson · 12 years ago
- ae376e5 Merge from 3.3 by Andrew Kuchling · 12 years ago
- 3633da2 Use different word by Andrew Kuchling · 12 years ago
- d591cba Merged documentation update from 3.3. by Vinay Sajip · 12 years ago
- 554f22f Added cookbook entry on logging filter configuration using dictConfig(). by Vinay Sajip · 12 years ago
- 45e732d whatsnew: read/write on closed SSL socket exception has changed. by R David Murray · 12 years ago
- bf0ab83 whatsnew: html.escape 10x faster, _gestalt module gone. by R David Murray · 12 years ago
- 3bc647c Issue #20472: asyncio: Adjust the note about Mac OS X on PTY, specify that it by Victor Stinner · 12 years ago
- 9c2389d Issue #20423: fix documentation of io.StringIO's newline parameter by Antoine Pitrou · 12 years ago
- be7ff9f Issue #20423: fix documentation of io.StringIO's newline parameter by Antoine Pitrou · 12 years ago
- 0844438 asyncio: document the new asyncio.subprocess module by Victor Stinner · 12 years ago
- a56d4e8 whatsnew: hmac accepts more bytes types, importlib decode_source, stat in C. by R David Murray · 12 years ago
- 5147e00 whatsnew: -m <namespace package>, plus 'using' doc updates. by R David Murray · 12 years ago
- 900aeb7 whatsnew: some more importlib replacements for imp functions. by R David Murray · 12 years ago
- 4885f49 whatsnew: filecmp.clear_cache, and reword description of cache in docs. by R David Murray · 12 years ago
- 70e04f5 whatsnew: fix importlib.reload entry. by R David Murray · 12 years ago
- 9592edb asyncio doc: add "asyncio-" prefix to references by Victor Stinner · 12 years ago
- 8c561b5 whatsnew: move of reload, update new windows-only ssl functions entry. by R David Murray · 12 years ago
- 7726ac9 #Issue 20456: Several improvements and bugfixes for Argument Clinic, by Larry Hastings · 12 years ago
- 606ab03 asyncio doc: add "Concurrency and multithreading" section by Victor Stinner · 12 years ago
- 45b27ed asyncio doc: document the granularity of the event loop by Victor Stinner · 12 years ago
- 63da7c7 inspect.signature: Support duck-types of Python functions (Cython, for instance) #17159 by Yury Selivanov · 12 years ago
- 28479d8 Issue #20460: Merge with 3.3 by Zachary Ware · 12 years ago
- a479b75 Issue #20460: Render 'bytes' as a class, not a function. by Zachary Ware · 12 years ago
- 607bc3d Merge with 3.3 by Zachary Ware · 12 years ago
- 19c1f3d Fix unfinished thought in xml overview page. Suggested by Bo Bayles on docs@. by Zachary Ware · 12 years ago
- fe0f0b0 Typo fix by Andrew Kuchling · 12 years ago
- d71e52f inspect.doc: Soften the note about inspect.signature not supporting by Yury Selivanov · 12 years ago
- 224c9c1 inspect.docs: Document constructors for Signature & Parameter #20442 by Yury Selivanov · 12 years ago
- 7835689 inspect.docs: Document constructors for Signature & Parameter #20442 by Yury Selivanov · 12 years ago
- 1ad5afc asyncio: document iscoroutine(), iscoroutinefunction() and wait_for() by Victor Stinner · 12 years ago
- d82eddc inspect.getfullargspec: Use inspect.signature API behind the scenes #17481 by Yury Selivanov · 12 years ago