summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* Issue #20182: converted the signal module to use Argument ClinicTal Einat2015-05-161-6/+6
* Argument Clinic: added missing bit of info in howtoTal Einat2015-05-161-0/+1
* Issue #24064: Docuement that oroperty docstrings are now writeable.Raymond Hettinger2015-05-151-0/+3
* Closes #24013: Improve os.scandir() and DirEntry documentationVictor Stinner2015-05-151-71/+69
* os module doc: remove availability when uselessVictor Stinner2015-05-151-58/+0
* Issue 24191: Document BoundArguments.signatureYury Selivanov2015-05-141-0/+4
|\
| * Issue 24191: Document BoundArguments.signatureYury Selivanov2015-05-141-0/+4
* | Merge: Make sentence correct English.R David Murray2015-05-141-1/+1
|\ \ | |/
| * Make sentence correct English.R David Murray2015-05-141-1/+1
* | Merge: #23088: Clarify null termination of bytes and strings in C API.R David Murray2015-05-143-31/+44
|\ \ | |/
| * #23088: Clarify null termination of bytes and strings in C API.R David Murray2015-05-143-31/+44
* | mergeRaymond Hettinger2015-05-131-2/+2
|\ \ | |/
| * Fix mangled wordingRaymond Hettinger2015-05-131-2/+2
* | remove extra spaceBenjamin Peterson2015-05-131-2/+2
* | remove % from title, since it makes latex barfBenjamin Peterson2015-05-131-2/+2
* | mergeRaymond Hettinger2015-05-131-3/+3
|\ \ | |/
| * Issue #19934: Document *None* as an acceptable input to Counter.most_common(...Raymond Hettinger2015-05-131-3/+3
* | Issue #23695: Explain the zip() example for clustering a data series into n...Raymond Hettinger2015-05-131-1/+3
* | Issue #1322: platform.dist() and platform.linux_distribution() functions are ...Berker Peksag2015-05-132-0/+9
* | Issue #24064: Add __doc__ to the example in collections.rst.Berker Peksag2015-05-131-3/+3
* | Issue #24064: Property() docstrings are now writeable.Raymond Hettinger2015-05-132-0/+25
* | merge 3.4Benjamin Peterson2015-05-121-2/+2
|\ \ | |/
| * use imperativeBenjamin Peterson2015-05-121-2/+2
* | versionaddedBenjamin Peterson2015-05-121-0/+2
* | Issue #22486: Added the math.gcd() function. The fractions.gcd() function no...Serhiy Storchaka2015-05-122-0/+11
* | Issue #22681: Added support for the koi8_t encoding.Serhiy Storchaka2015-05-122-0/+7
* | Issue #22682: Added support for the kz1048 encoding.Serhiy Storchaka2015-05-122-0/+7
* | 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
|\ \ | |/