summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* Remove UTF-8 BOMs.Serhiy Storchaka2015-05-251-1/+1
|\
| * Remove UTF-8 BOMs.Serhiy Storchaka2015-05-251-1/+1
* | Update SOURCE_URI to reflect that we're branching 3.5 now.Larry Hastings2015-05-241-1/+1
* | Updated topics (and susp-ignored) for Python 3.5.0b1.Larry Hastings2015-05-241-1/+1
* | Fix bad indent in whatsnew/3.5.rst.Guido van Rossum2015-05-231-1/+1
* | Add pointer to IDLE what's new file.Terry Jan Reedy2015-05-231-0/+9
* | Merge with 3.4Terry Jan Reedy2015-05-231-1/+1
|\ \ | |/
| * whitespaceTerry Jan Reedy2015-05-231-1/+1
* | Merge with 3.4Terry Jan Reedy2015-05-231-0/+10
|\ \ | |/
| * Add pointer to IDLE what's new file.Terry Jan Reedy2015-05-231-0/+10
* | Fix Sphinx warnings.Berker Peksag2015-05-232-1/+2
* | Merge with 3.4Terry Jan Reedy2015-05-231-1/+1
|\ \ | |/
| * Make expression legal python by adding '1'.Terry Jan Reedy2015-05-231-1/+1
* | Issue #24204: Elaborate of the str.strip() documentation.Raymond Hettinger2015-05-231-0/+10
* | Issue #24269: Minor doc fixups.Raymond Hettinger2015-05-231-5/+6
* | PEP 489: Multi-phase extension module initializationNick Coghlan2015-05-233-37/+102
* | Issue #23086: Add start and stop arguments to the Sequence.index() mixin method.Raymond Hettinger2015-05-231-0/+14
* | mergeRaymond Hettinger2015-05-221-2/+1
|\ \ | |/
| * Issue #24219: Remove duplicate literal in docs.Raymond Hettinger2015-05-221-2/+1
* | Issue 24230: The tempfile module now accepts bytes for prefix, suffix and dirGregory P. Smith2015-05-222-3/+41
* | Issue #23955: Add pyvenv.cfg option to suppress registry/environment lookup f...Steve Dower2015-05-221-3/+18
* | Issue 20438: Add a note about deprecating old inspect APIs to whatsnew.Yury Selivanov2015-05-222-2/+29
* | Preliminary typing.py, anticipating provisional acceptance of PEP 484.Guido van Rossum2015-05-221-0/+15
* | Fix extraneous BOM in whatsnew.Zachary Ware2015-05-221-1/+1
* | Issue #20035: Reimplement tkinter._fix module as a C function.Zachary Ware2015-05-221-1/+9
* | Issue 20438: Deprecate inspect.getargspec() and friends.Yury Selivanov2015-05-221-6/+7
* | docs: Mention PEP 479 in whatsnew.Yury Selivanov2015-05-221-0/+21
* | Issue 24180: Fixes by Berker Peksag.Yury Selivanov2015-05-214-23/+7
* | Issue 24180: Documentation for PEP 492 changes.Yury Selivanov2015-05-2111-8/+483
* | improve wordingBenjamin Peterson2015-05-211-2/+2
* | Issue 24248: Deprecate inspect.Signature.from_function and .from_builtinYury Selivanov2015-05-211-0/+5
* | Issue 20691: Add follow_wrapped arg to inspect.signature/from_callable.Yury Selivanov2015-05-202-4/+13
* | #19662: fix typoR David Murray2015-05-191-1/+1
* | Issue #24232: Fix typos. Patch by Ville Skyttä.Berker Peksag2015-05-185-5/+5
|\ \ | |/
| * Issue #24232: Fix typos. Patch by Ville Skyttä.Berker Peksag2015-05-184-4/+4
* | Issue #24233: Add a proper link to socket.getfqdn() documentation.Berker Peksag2015-05-181-1/+1
|\ \ | |/
| * Issue #24233: Add a proper link to socket.getfqdn() documentation.Berker Peksag2015-05-181-1/+1
* | Issue #13866: add *quote_via* argument to urlencode.R David Murray2015-05-182-4/+20
* | #24211: Add missing docs for SMTPUTF8 policy instance.R David Murray2015-05-171-0/+8
* | #24218: Add SMTPUTF8 support to send_message.R David Murray2015-05-172-4/+14
* | Merge with 3.4Terry Jan Reedy2015-05-172-22/+53
|\ \ | |/
| * Issue #22155: Add File Handlers subsection with createfilehandler to tkinterTerry Jan Reedy2015-05-172-22/+53
* | #20098: add mangle_from_ policy option.R David Murray2015-05-172-0/+33
* | #24211: Add RFC6532 support to the email library.R David Murray2015-05-172-0/+14
* | Merge: #24216: fix typoR David Murray2015-05-171-1/+1
|\ \ | |/
| * #24216: fix typoR David Murray2015-05-171-1/+1
* | Add versionadded directive for BoundArguments.apply_defaults().Berker Peksag2015-05-161-0/+2
* | #21083: add get_content_disposition method to email.message.R David Murray2015-05-162-0/+17
* | Issue #16314: Added support for the LZMA compression in distutils.Serhiy Storchaka2015-05-164-32/+58
* | #21804: Add RFC 6856 (UTF8) support to poplib.R David Murray2015-05-162-0/+16