- c6256e5 Update pydoc topics and fix supsicious markup for 3.4.2 final. by Larry Hastings · 11 years ago
- 3f40c40 Doc: remove invalid uses of ":option:" which will emit warnings in Sphinx 1.3. by Georg Brandl · 11 years ago
- 8a97896 #21091: make is_attachment a method. by R David Murray · 11 years ago
- cbfaa7b standardize pep 466 relnote style by Benjamin Peterson · 11 years ago
- 49d77fd remove extra letter by Benjamin Peterson · 11 years ago
- ce30237 whatsnew for pep 466 ssl backport by Benjamin Peterson · 11 years ago
- 2f1cd8a Issue #22436: Improved documentation for getEffectiveLevel() and getLevelName(). by Vinay Sajip · 11 years ago
- 15e4833 Issue #16827: Make Interpreter introduction section of the tutorial more by Senthil Kumaran · 11 years ago
- 2d510e3 Issue #14824: Update Repr.repr_TYPE documentation to use correct name mangling implementation. by Berker Peksag · 11 years ago
- f75805e Issue21738: clarify usage of __new__ in Enum subclasses by Ethan Furman · 11 years ago
- 7c8b89e make hg link secure by Benjamin Peterson · 11 years ago
- d1d4fbf Issue #22386: fixed regression. by Vinay Sajip · 11 years ago
- 6d46dff y2k compliance, lol (closes #22380) by Benjamin Peterson · 11 years ago
- 1486799 Issue #22369: Change "context manager protocol" to "context management protocol". by Serhiy Storchaka · 11 years ago
- 1d52096 Issue #22295: Adopt 'python -m pip' as the preferred invocation by Nick Coghlan · 11 years ago
- af117ed Issue #22346: also include asyncio PEP 411 notice in 3.4 by Nick Coghlan · 11 years ago
- 848c8b2 Issue #20643: Removed unneeded (and wrong) class directives. by Serhiy Storchaka · 11 years ago
- 29020b1 Issue #22320: Fix broken link in the General Python FAQ. by Ned Deily · 11 years ago
- 41f3c3f Closes #22275: asyncio: enhance documentation of OS support by Victor Stinner · 11 years ago
- e218bcb getuid() returns real process id not effective (closes #22307) by Benjamin Peterson · 11 years ago
- d84fd73 Issue #22063: Fix asyncio documentation of socket and pipe operations regarding by Victor Stinner · 11 years ago
- 52bb949 asyncio, tulip issue 203: Add _FlowControlMixin.get_write_buffer_limits() method by Victor Stinner · 11 years ago
- d71dcbb asyncio: update the doc by Victor Stinner · 11 years ago
- ee55826 Issue #13540: add missing markup. by Terry Jan Reedy · 11 years ago
- 65e3ecb Issue #22243: fix except grammar in reference. by Terry Jan Reedy · 11 years ago
- 004e870 Issue #22232 (partial fix): update Universal newlines Glossary entry. by Terry Jan Reedy · 11 years ago
- a5bbc2e Forward port PEP 466 What's New in 2.7 updates by Nick Coghlan · 11 years ago
- eb265ab Issue #22150: Fix deprecated-removed directive in Sphinx 1.2. by Berker Peksag · 11 years ago
- f9dd274 Issue #22178: Fix the date of the Windows epoch (Jan 1, 1601). by Zachary Ware · 11 years ago
- 337e03f Issue #22112, asyncio doc: replace loop.create_task(coro) with by Victor Stinner · 11 years ago
- ac191ce Issue #22174: Clean-up grammar and ambiguities in property() docs. by Raymond Hettinger · 11 years ago
- 31b3683 Issue #22180: Remove weak example by Raymond Hettinger · 11 years ago
- e4936b8 Issue #21777: separate docs for binary sequence methods by Nick Coghlan · 11 years ago
- 79a1ffd #22170: avoid printing newlines twice in tutorial example. by Ezio Melotti · 11 years ago
- 12d9ddf Issue #22130: Corrected fileConfig() documentation. by Vinay Sajip · 11 years ago
- 67f6d5f #21928: clarify functools.wraps docs. by Ezio Melotti · 11 years ago
- e4aad5a #18034: update FAQ to suggest importlib.import_module instead of __import__. Patch by Wouter van Heyst. by Ezio Melotti · 11 years ago
- 591176e #18588: update the timeit examples to be consistent. by Ezio Melotti · 11 years ago
- c6f22cc Remove unused leftover stray line by Raymond Hettinger · 11 years ago
- c0de59b Fix markup. by Raymond Hettinger · 11 years ago
- c566431 Improve regex tokenizer example by using re.finditer(). by Raymond Hettinger · 11 years ago
- b3d4c21 Issue #13540: Merge changes from 3.3 by Jason R. Coombs · 11 years ago
- 89e186f Issue #13540: Merge changes from 3.2 by Jason R. Coombs · 11 years ago
- 79690ac Issue #13540: Update references to Action class to match syntax used for other classes in this file. by Jason R. Coombs · 11 years ago
- 400daed Fix whitespace in example. by Raymond Hettinger · 11 years ago
- ec2ce09 Issue #22063: Mention in asyncio documentation that socket operations require by Victor Stinner · 11 years ago
- f200ce6 Document lock parameter for asyncio.Condition() by Andrew Svetlov · 11 years ago
- 88a1977 Issue #22072: Fix a couple of SSL doc typos. Patch by Alex Gaynor. by Zachary Ware · 11 years ago
- 45cff66 Issue #16133: The asynchat.async_chat.handle_read() method now ignores by Victor Stinner · 11 years ago
- 992019c Backport os.rst documentation from Python 3.5. by Victor Stinner · 11 years ago
- 6d4f4fe Issue #21813: Enhance documentation of the os.stat_result class. by Victor Stinner · 11 years ago
- ca4f343 Fix incomplete sentence in asyncio docs. by Andrew Svetlov · 11 years ago
- 9ff4180 Asyncio doc fixes: spelling, grammar, duplication. by Terry Jan Reedy · 11 years ago
- c935a95 Englich grammar nit. by Terry Jan Reedy · 11 years ago
- 9f5388f Fix doc example bug reported on python-list by Akshay Verma. by Terry Jan Reedy · 11 years ago
- f012ba4 Issue #22002: Make full use of test discovery in test sub-packages. by Zachary Ware · 11 years ago
- 588517c Fix grammar by Andrew Svetlov · 11 years ago
- 17f5f81 Issue #15759: "make suspicious", "make linkcheck" and "make doctest" in Doc/ by Serhiy Storchaka · 11 years ago
- eb0ef41 Issue #13540: Removed redundant documentation about Action instance attributes. Updated example and documentation per recommendations by Steven Bethard in msg149524. by Jason R. Coombs · 11 years ago
- 102488b args doesn't need to be a tuple (closes #17210) by Benjamin Peterson · 11 years ago
- e004c6c Issue #22006: Remove outdated _thread caveat. Thanks Dan O'Reilly for the report. by Mark Dickinson · 11 years ago
- 0069eac Issue #22004: Correct an argument name. by Zachary Ware · 11 years ago
- d55b54d asyncio, tulip issue 190: Process.communicate() now ignores by Victor Stinner · 11 years ago
- cc996b5 asyncio, tulip issue 190: Process.communicate() must ignore BrokenPipeError by Victor Stinner · 11 years ago
- 38bf87c Issue #21994: Fix SyntaxError in the SSLContext.check_hostname documentation. by Berker Peksag · 11 years ago
- 8faecbf Fix a minor typo in the turtle docs. Found by Brandon Passmore on docs@. by Zachary Ware · 11 years ago
- 8323f68 Issue 21977: Minor improvements to the regexes in the tokenizer example. by Raymond Hettinger · 11 years ago
- 4bfb14a asyncio: Server.close() leaves client sockets open by Victor Stinner · 11 years ago
- 8ebeb03 asyncio: improve the documentation of servers by Victor Stinner · 11 years ago
- 778015b asyncio: enhance documentation of platform support by Victor Stinner · 11 years ago
- 740c730 Issues #21948 and #16040: Fix typos. by Berker Peksag · 11 years ago
- aea8229 Issue #21680: Document asyncio event loops by Victor Stinner · 11 years ago
- 530ef2f Update asyncio documentation by Victor Stinner · 11 years ago
- 898eb82 #20135: move FAQ about mutable default arguments to the programming FAQs page. by Ezio Melotti · 11 years ago
- 63b21a8 Closes #21921: Fix ResourceWarning in the asyncio examples: close the event by Victor Stinner · 11 years ago
- 5021cb5 Issue #21920: Add a missing colon to the __main__ doc. by Berker Peksag · 11 years ago
- 3410af4 Add an index entry for exec() builtin. by Berker Peksag · 11 years ago
- 0d50af4 Update docs about tp_richcompare by Andrew Svetlov · 11 years ago
- 11cda47 Fix guidance for subclassing collections.Set() by Raymond Hettinger · 11 years ago
- ee750d8 Use try-finally idiom in example for locks in multiprocessing by Andrew Svetlov · 11 years ago
- fd6400a Issue #13689: Remove a dead link from howto/urllib. by Berker Peksag · 11 years ago
- bb458db Issue #21778: Clarify use of flags if PyBuffer_FillInfo() is used inside a by Stefan Krah · 11 years ago
- 680241e Fix indentation and class name in socket howto example. by Ezio Melotti · 11 years ago
- 5c86701 Issue #21875: Remove vestigial references to Classic Mac OS in os module docs. by Ned Deily · 11 years ago
- 0c4baa4 MERGE: Closes #20872: dbm/gdbm/ndbm close methods are not documented by Jesus Cea · 11 years ago
- ac4b7f7 Closes #20872: dbm/gdbm/ndbm close methods are not documented by Jesus Cea · 11 years ago
- 99597c4 Correct the quopri module documentation. Mention the correct types of the by Senthil Kumaran · 11 years ago
- ab960f8 Fixed typo in documentation. by Vinay Sajip · 11 years ago
- ca5c715 MERGE: Closes #21441: Reorder elements in documentation to match actual order in the code by Jesus Cea · 11 years ago
- e8ef8b7 Closes #21441: Reorder elements in documentation to match actual order in the code by Jesus Cea · 11 years ago
- 04ba0bb Issue #11974: Add tutorial section on class and instance variables by Raymond Hettinger · 11 years ago
- f6f78e1 clarify that islink only really works if python knows about symlinks (closes #13143) by Benjamin Peterson · 11 years ago
- 9b29acd some timezone doc improvements (closes #16667) by Benjamin Peterson · 11 years ago
- f328c7d asyncio, Tulip issue 171: BaseEventLoop.close() now raises an exception if the by Victor Stinner · 11 years ago
- 62511fd asyncio: document the debug mode by Victor Stinner · 11 years ago
- 7b7120e asyncio: Enable the debug mode of event loops when the PYTHONASYNCIODEBUG by Victor Stinner · 11 years ago
- 4932e14 issue 20091 - index entry for __main__ in runpy docs. by Senthil Kumaran · 11 years ago
- 642d4b6 #21690: fix a couple of links in the docs of the re module. Noticed by Julian Gilbey. by Ezio Melotti · 11 years ago
- d143209 Tulip issue 83: document more asyncio functions in docstrings by Victor Stinner · 11 years ago
- 6bfd854 Closes #21758: asyncio doc: mention explicitly that subprocess parameters are by Victor Stinner · 11 years ago