summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* Issue #15027: The UTF-32 encoder is now 3x to 7x faster.Serhiy Storchaka2015-05-121-0/+3
* Issue #23983: Update the pty module example.Berker Peksag2015-05-121-37/+29
|\
| * Issue #23983: Update the pty module example.Berker Peksag2015-05-121-37/+29
* | doc: Briefly mention C API changes in whatsnew.Yury Selivanov2015-05-121-0/+3
* | Mention PEP 492 in whatsnew.Yury Selivanov2015-05-121-0/+1
* | PEP 0492 -- Coroutines with async and await syntax. Issue #24017.Yury Selivanov2015-05-122-3/+41
* | Merge 3.4 (asyncio docs)Yury Selivanov2015-05-114-20/+48
|\ \ | |/
| * docs/asyncio: Document new ensure_future() and deprecated async()Yury Selivanov2015-05-113-20/+28
| * docs/asyncio: Document set_task_factory/get_task_factoryYury Selivanov2015-05-111-0/+20
* | #21795: advertise 8BITMIME if decode_data is False.R David Murray2015-05-112-28/+52
* | #21800: Add RFC 6855 support to imaplib.R David Murray2015-05-102-2/+39
* | PEP 479: Change StopIteration handling inside generators.Yury Selivanov2015-05-094-10/+21
* | Issue #24018: Add a collections.Generator abstract base class.Raymond Hettinger2015-05-091-0/+10
* | Merge 3.4Andrew Svetlov2015-05-081-2/+1
|\ \ | |/
| * Fix doc: asyncio.Semaphore.release() actually is a regular function, not coro...Andrew Svetlov2015-05-081-2/+1
* | Issue #24000: Improved Argument Clinic's mapping of converters to legacyLarry Hastings2015-05-081-37/+33
* | merge 3.4Benjamin Peterson2015-05-072-5/+5
|\ \ | |/
| * remove word we don't needBenjamin Peterson2015-05-071-1/+1
| * Fix copy/paste errors.Zachary Ware2015-05-071-4/+4
* | Issue 24088: Clarify semantics of yield expression (merge from 3.4).Guido van Rossum2015-05-051-1/+1
|\ \ | |/
| * Issue 24088: Clarify semantics of yield expression.Guido van Rossum2015-05-051-1/+1
* | Enables shortcuts to be deselected when installing on Windows.Steve Dower2015-05-031-0/+3
* | merge 3.4 (#24118)Benjamin Peterson2015-05-031-6/+6
|\ \ | |/
| * update example, since python.org is HTTPS-only now (closes #24118)Benjamin Peterson2015-05-031-6/+6
* | Issue #22619: Added negative limit support in the traceback module.Serhiy Storchaka2015-05-031-19/+33
* | Updates documentation for installing Python on Windows.Steve Dower2015-05-032-24/+22
* | Merge: #24108: Update fnmatch.translate example to show correct output.R David Murray2015-05-021-1/+1
|\ \ | |/
| * #24108: Update fnmatch.translate example to show correct output.R David Murray2015-05-021-1/+1
* | Merge: #24081: Remove obsolete caveat from import docs.R David Murray2015-05-022-12/+0
|\ \ | |/
| * #24081: Remove obsolete caveat from import docs.R David Murray2015-05-022-12/+0
* | Fixed a typo.Serhiy Storchaka2015-05-021-1/+1
|\ \ | |/
| * Fixed a typo.Serhiy Storchaka2015-05-021-1/+1
* | Closes #24060: Merged documentation update from 3.4.Vinay Sajip2015-05-021-1/+3
|\ \ | |/
| * Issue #24060: Made logging.Formatter documentation a little clearer.Vinay Sajip2015-05-021-1/+3
* | remove deleted methodBenjamin Peterson2015-04-281-4/+0
* | Issue #24062: Fix os.stat links. Patch by July Tikhonov.Berker Peksag2015-04-271-2/+2
|\ \ | |/
| * Issue #24062: Fix os.stat links. Patch by July Tikhonov.Berker Peksag2015-04-271-2/+2
* | Issue #23356: Simplify convert_arg_line_to_args example.Berker Peksag2015-04-261-4/+1
|\ \ | |/
| * Issue #23356: Simplify convert_arg_line_to_args example.Berker Peksag2015-04-261-4/+1
* | Implements issue #9951: Adds a hex() method to bytes, bytearray, & memoryview.Gregory P. Smith2015-04-252-0/+40
* | merge 3.4 (#24057)Benjamin Peterson2015-04-251-2/+2
|\ \ | |/
| * fix relative link (closes #24057)Benjamin Peterson2015-04-251-2/+2
* | merge 3.4 (#24049)Benjamin Peterson2015-04-241-4/+0
|\ \ | |/
| * remove dead *-import checking code (closes #24049)Benjamin Peterson2015-04-241-4/+0
* | Issue #24029: Document the name binding behavior for submodule imports.Barry Warsaw2015-04-221-0/+35
|\ \ | |/
| * Issue #24029: Document the name binding behavior for submodule imports.Barry Warsaw2015-04-221-0/+35
* | Issue #23917: Fall back to sequential compilation when ProcessPoolExecutor do...Berker Peksag2015-04-221-2/+2
* | Merge from 3.4Andrew Kuchling2015-04-211-0/+2
|\ \ | |/
| * #15183: clarify timeit documentation to say that setup statement isn't timedAndrew Kuchling2015-04-211-0/+2
* | #17445: difflib: add diff_bytes(), to compare bytes rather than strGreg Ward2015-04-212-0/+18