Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | Issue #28635: what's new in 3.6: remove mentions of backported fixes. | Yury Selivanov | 2016-11-10 | 1 | -38/+2 | |
| | | | | | | | | | | | | | | | | Patch by Elvis Pranskevichus. | |||||
* | | | | Issue #28635: What's New in Python 3.6 updates | Yury Selivanov | 2016-11-10 | 1 | -220/+851 | |
| | | | | | | | | | | | | | | | | Patch by Elvis Pranskevichus. | |||||
* | | | | Issue #28635: Fix a couple of missing/incorrect versionchanged tags | Yury Selivanov | 2016-11-10 | 2 | -1/+5 | |
| | | | | | | | | | | | | | | | | Patch by Elvis Pranskevichus. | |||||
* | | | | Issue #19717: Makes Path.resolve() succeed on paths that do not exist (patch ↵ | Steve Dower | 2016-11-09 | 1 | -4/+8 | |
| | | | | | | | | | | | | | | | | by Vajrasky Kok) | |||||
* | | | | Merge from 3.5 | Andrew Kuchling | 2016-11-09 | 2 | -2/+2 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | Use http instead of https, due to certificate error | Andrew Kuchling | 2016-11-09 | 2 | -2/+2 | |
| | | | | ||||||
* | | | | Merge from 3.5 | Andrew Kuchling | 2016-11-09 | 2 | -2/+2 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | Update URL for requests documentation after IRC request | Andrew Kuchling | 2016-11-09 | 2 | -2/+2 | |
| | | | | ||||||
* | | | | whatsnew: Inital pass on "What's New in Python 3.6" | Yury Selivanov | 2016-11-07 | 1 | -226/+359 | |
| | | | | | | | | | | | | | | | | Patch by Elvis Pranskevichus. | |||||
* | | | | Merge 3.5 (issue #27392) | Yury Selivanov | 2016-11-07 | 1 | -0/+17 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | Issue #27392: Document loop.connect_accepted_socket() | Yury Selivanov | 2016-11-07 | 1 | -0/+17 | |
| | | | | | | | | | | | | | | | | Patch by Jim Fulton. | |||||
* | | | | Issue #28088: Merge from 3.5 | Berker Peksag | 2016-11-07 | 1 | -4/+4 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | Issue #28088: Don't include self in method signature | Berker Peksag | 2016-11-07 | 1 | -4/+4 | |
| | | | | | | | | | | | | | | | | Also update versionadded directive to 3.5.3. | |||||
* | | | | Closes #27781: Removes special cases for the experimental aspect of PEP 529 | Steve Dower | 2016-11-07 | 1 | -5/+0 | |
| | | | | ||||||
* | | | | Issue #21590: Silence Sphinx warnings in instrumentation.rst | Berker Peksag | 2016-11-06 | 1 | -26/+23 | |
| | | | | | | | | | | | | | | | | | | | | | | | | WARNING: Could not lex literal_block as "c". Highlighting skipped. Patch by SilentGhost. | |||||
* | | | | Issue #21864: Merge from 3.5 | Berker Peksag | 2016-11-06 | 2 | -50/+31 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | Issue #21864: Remove outdated section about exceptions from the tutorial | Berker Peksag | 2016-11-06 | 2 | -50/+31 | |
| | | | | | | | | | | | | | | | | | | | | Move the still relevant parts of it to the previous chapter, "Errors and Exceptions". | |||||
* | | | | Update docs to reflect new behavior around backslashes in expressions (not ↵ | Jason R. Coombs | 2016-11-06 | 1 | -7/+12 | |
| | | | | | | | | | | | | | | | | allowed), matching recent changes to PEP 498. | |||||
* | | | | Merge doc fixup from 3.5 into 3.6 | Martin Panter | 2016-11-05 | 2 | -2/+2 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | Fix spacing after C++ in documentation | Martin Panter | 2016-11-05 | 2 | -2/+2 | |
| | | | | ||||||
* | | | | Issue #28088: Document Transport.set_protocol and get_protocol. | INADA Naoki | 2016-11-04 | 1 | -0/+13 | |
|\ \ \ \ | |/ / / | | | | | | | | | Patch by Mariatta Wijaya. | |||||
| * | | | Issue #28088: Document Transport.set_protocol and get_protocol | INADA Naoki | 2016-11-04 | 1 | -0/+13 | |
| | | | | ||||||
* | | | | Issue #28605: Fix the help and What's New entry for --with-optimizations. | Brett Cannon | 2016-11-03 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | Issue #26980: Improve docs for create_unix_connection(). By Mariatta. (3.5->3.6) | Guido van Rossum | 2016-11-03 | 1 | -0/+4 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | Issue #26980: Improve docs for create_unix_connection(). By Mariatta. | Guido van Rossum | 2016-11-03 | 1 | -0/+4 | |
| | | | | ||||||
* | | | | Fixed hyperlinks for tarfile CLI options. | Serhiy Storchaka | 2016-11-02 | 1 | -6/+7 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | Fixed hyperlinks for tarfile CLI options. | Serhiy Storchaka | 2016-11-02 | 1 | -6/+7 | |
| | | | | ||||||
* | | | | Issue #28513: Documented command-line interface of zipfile. | Serhiy Storchaka | 2016-11-02 | 1 | -0/+56 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | Issue #28513: Documented command-line interface of zipfile. | Serhiy Storchaka | 2016-11-02 | 1 | -0/+57 | |
| | | | | ||||||
* | | | | Add cum_weights example (simulation of a cumulative binomial distribution). | Raymond Hettinger | 2016-11-01 | 1 | -0/+7 | |
| | | | | ||||||
* | | | | Issue #28553: Fix logic error in example code of int.to_bytes doc. | INADA Naoki | 2016-10-31 | 1 | -1/+1 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | Issue #28553: Fix logic error in example code of int.to_bytes doc. | INADA Naoki | 2016-10-31 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | Issue #26638: Merge option warning fixes from 3.5 into 3.6 | Martin Panter | 2016-10-30 | 23 | -129/+132 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | Issue #26638: Work around more CLI options that can’t be linked | Martin Panter | 2016-10-30 | 5 | -7/+10 | |
| | | | | | | | | | | | | | | | | | | | | | | | | * Cannot seem to link directly to main options from the “unittest” module, because that module has its own set of options * Mask out linking for options that no longer exist in Python 3 | |||||
| * | | | Issue #26638: Mask undefined CLI options to defeat new Sphinx warnings | Martin Panter | 2016-10-30 | 22 | -122/+122 | |
| | | | | ||||||
* | | | | Issue #22949: Documented that fnmatch.translate() is for use with re.match(). | Serhiy Storchaka | 2016-10-27 | 1 | -1/+2 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | Issue #22949: Documented that fnmatch.translate() is for use with re.match(). | Serhiy Storchaka | 2016-10-27 | 1 | -1/+2 | |
| | | | | ||||||
* | | | | Issue #22493: Updated an example for fnmatch.translate(). | Serhiy Storchaka | 2016-10-27 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | Issue #28496: Mark up constants 0, 1 and -1 that denote return values or | Serhiy Storchaka | 2016-10-27 | 12 | -64/+64 | |
|\ \ \ \ | |/ / / | | | | | | | | | special input values as literal text. | |||||
| * | | | Issue #28496: Mark up constants 0, 1 and -1 that denote return values or | Serhiy Storchaka | 2016-10-27 | 12 | -64/+64 | |
| | | | | | | | | | | | | | | | | special input values as literal text. | |||||
* | | | | Issue #28426: Deprecated undocumented functions PyUnicode_AsEncodedObject(), | Serhiy Storchaka | 2016-10-27 | 1 | -1/+4 | |
| | | | | | | | | | | | | | | | | | | | | PyUnicode_AsDecodedObject(), PyUnicode_AsDecodedUnicode() and PyUnicode_AsEncodedUnicode(). | |||||
* | | | | Ignore harmless suspicious markup | Zachary Ware | 2016-10-26 | 1 | -0/+1 | |
| | | | | ||||||
* | | | | Merge from 3.5 | Zachary Ware | 2016-10-26 | 1 | -1/+1 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | Fix default role usage | Zachary Ware | 2016-10-26 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | Issue #28107: Update typing module documentation for NamedTuple (Ivan) | Guido van Rossum | 2016-10-25 | 1 | -4/+13 | |
| | | | | ||||||
* | | | | Issue 25002: Deprecate asyncore/asynchat. Patch by Mariatta. | Guido van Rossum | 2016-10-25 | 2 | -0/+6 | |
| | | | | ||||||
* | | | | merge 3.5 (#28525) | Benjamin Peterson | 2016-10-25 | 1 | -1/+1 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | fix name of keyword parameter to gc.collect() (closes #28525) | Benjamin Peterson | 2016-10-25 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | Patch from vierja. | |||||
* | | | | Merge 3.5 (issue #26796) | Yury Selivanov | 2016-10-21 | 1 | -0/+7 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | Issue #26796: Don't configure the number of workers for default threadpool ↵ | Yury Selivanov | 2016-10-21 | 1 | -0/+7 | |
| | | | | | | | | | | | | | | | | | | | | | | | | executor. Initial patch by Hans Lawrenz. |